2024-09-20T22:37:59.842 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-20T22:37:59.869 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T22:37:59.965 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913026 branch: squid description: orch/cephadm/upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/defaut 3-upgrade/staggered 4-wait 5-upgrade-ls agent/on mon_election/connectivity} email: ceph-qa@ceph.com first_in_suite: false job_id: '7913026' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid 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\) - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON - CEPHADM_AGENT_DOWN log-only-match: - CEPHADM_ sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 workunit: branch: squid sha1: 4e45e6b490e6cbe082cdf155fea780438ec53fc7 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.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: 9344 sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 sleep_before_teardown: 0 subset: 56/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_4e45e6b490e6cbe082cdf155fea780438ec53fc7/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 4e45e6b490e6cbe082cdf155fea780438ec53fc7 targets: smithi083.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMUzTSLNjq5unCHqe2iEedbImbGwx9Lf6NaR4umHE+6ld3RtdzmSKoQ5xhskI4qECe9S1vYz0gYxl5rxbnS4DEU= smithi142.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHKclUwiH2XLhURx6n0jesDORdqDF5TozBV5nL7+/tKu9yh4DeSkvJaiN12YD8wa3L7qy5P0nSaa6RgBqgSJFSg= 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: 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 osd pool create foo - rbd pool init foo - ceph orch apply iscsi foo u p - sleep 180 - 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 ps - ceph versions - ceph -s - ceph orch ls - ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps --refresh - sleep 180 - ceph orch ps - ceph versions - ceph -s - ceph health detail - ceph versions | jq -e '.mgr | length == 2' - ceph mgr fail - sleep 180 - ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps --refresh - sleep 180 - ceph orch ps - ceph versions - ceph health detail - ceph -s - ceph mgr fail - sleep 180 - ceph orch ps - ceph versions - ceph -s - ceph health detail - ceph versions | jq -e '.mgr | length == 1' - ceph mgr fail - sleep 180 - ceph orch ps - ceph orch ls - ceph versions - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr - 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 ; sleep 30 ; done - ceph versions | jq -e '.mgr | length == 1' - ceph versions | jq -e '.mgr | keys' | grep $sha1 - ceph versions | jq -e '.overall | length == 2' - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 2' - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.x | awk '{print $2}') - 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 ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.mon | length == 2' - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.y | awk '{print $2}') - 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 ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.mon | length == 1' - ceph versions | jq -e '.mon | keys' | grep $sha1 - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 5' - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 2 - 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 ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.osd | length == 2' - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 7' - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd --limit 1 - 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 ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.osd | length == 2' - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 8' - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd - 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 ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.osd | length == 1' - ceph versions | jq -e '.osd | keys' | grep $sha1 - ceph orch upgrade status - ceph health detail - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --services rgw.foo - 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 ; sleep 30 ; done - ceph orch ps - ceph versions | jq -e '.rgw | length == 1' - ceph versions | jq -e '.rgw | keys' | grep $sha1 - ceph orch upgrade status - ceph health detail - 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-20_21:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-20T22:37:59.966 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_4e45e6b490e6cbe082cdf155fea780438ec53fc7/qa; will attempt to use it 2024-09-20T22:37:59.967 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_4e45e6b490e6cbe082cdf155fea780438ec53fc7/qa/tasks 2024-09-20T22:37:59.967 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-20T22:37:59.969 INFO:teuthology.task.internal:Checking packages... 2024-09-20T22:38:00.004 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '9e2ac70bb7aea67d34f0d50002344abbe7803736' 2024-09-20T22:38:00.004 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-20T22:38:00.004 INFO:teuthology.packaging:ref: None 2024-09-20T22:38:00.004 INFO:teuthology.packaging:tag: None 2024-09-20T22:38:00.004 INFO:teuthology.packaging:branch: squid 2024-09-20T22:38:00.005 INFO:teuthology.packaging:sha1: 9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T22:38:00.005 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-09-20T22:38:00.211 INFO:teuthology.task.internal:Found packages for ceph version 19.1.1-373-g4e45e6b4-1jammy 2024-09-20T22:38:00.212 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-20T22:38:00.219 INFO:teuthology.task.internal:no buildpackages task found 2024-09-20T22:38:00.219 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-20T22:38:00.226 INFO:teuthology.task.internal:Saving configuration 2024-09-20T22:38:00.243 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-20T22:38:00.249 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-20T22:38:00.275 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi083.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913026', '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-09-20 22:32:26.059285', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGhEBUcXEWxEqSwD23/qNf+nLdHhZb+vzLVJC+MG+5Jp'} 2024-09-20T22:38:00.294 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913026', '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-09-20 22:32:26.057550', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIGeISXgHzaSF2TURMHIVEGuUVpMnJjrSARusjYIsFJB'} 2024-09-20T22:38:00.294 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-20T22:38:00.300 INFO:teuthology.task.internal:roles: ubuntu@smithi083.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-09-20T22:38:00.300 INFO:teuthology.task.internal:roles: ubuntu@smithi142.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-09-20T22:38:00.300 INFO:teuthology.run_tasks:Running task console_log... 2024-09-20T22:38:00.361 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb2e01bbeb0>, signals=[15]) 2024-09-20T22:38:00.362 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-20T22:38:00.368 INFO:teuthology.task.internal:Opening connections... 2024-09-20T22:38:00.368 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi083.front.sepia.ceph.com 2024-09-20T22:38:00.369 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T22:38:00.447 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi142.front.sepia.ceph.com 2024-09-20T22:38:00.447 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T22:38:00.523 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-20T22:38:00.529 DEBUG:teuthology.orchestra.run.smithi083:> uname -m 2024-09-20T22:38:00.535 INFO:teuthology.orchestra.run.smithi083.stdout:x86_64 2024-09-20T22:38:00.535 DEBUG:teuthology.orchestra.run.smithi083:> cat /etc/os-release 2024-09-20T22:38:00.581 INFO:teuthology.orchestra.run.smithi083.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-20T22:38:00.582 INFO:teuthology.orchestra.run.smithi083.stdout:NAME="Ubuntu" 2024-09-20T22:38:00.582 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION_ID="22.04" 2024-09-20T22:38:00.582 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-20T22:38:00.582 INFO:teuthology.orchestra.run.smithi083.stdout:VERSION_CODENAME=jammy 2024-09-20T22:38:00.582 INFO:teuthology.orchestra.run.smithi083.stdout:ID=ubuntu 2024-09-20T22:38:00.582 INFO:teuthology.orchestra.run.smithi083.stdout:ID_LIKE=debian 2024-09-20T22:38:00.582 INFO:teuthology.orchestra.run.smithi083.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-20T22:38:00.582 INFO:teuthology.orchestra.run.smithi083.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-20T22:38:00.582 INFO:teuthology.orchestra.run.smithi083.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-20T22:38:00.582 INFO:teuthology.orchestra.run.smithi083.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-20T22:38:00.582 INFO:teuthology.orchestra.run.smithi083.stdout:UBUNTU_CODENAME=jammy 2024-09-20T22:38:00.583 INFO:teuthology.lock.ops:Updating smithi083.front.sepia.ceph.com on lock server 2024-09-20T22:38:00.607 DEBUG:teuthology.orchestra.run.smithi142:> uname -m 2024-09-20T22:38:00.612 INFO:teuthology.orchestra.run.smithi142.stdout:x86_64 2024-09-20T22:38:00.612 DEBUG:teuthology.orchestra.run.smithi142:> cat /etc/os-release 2024-09-20T22:38:00.659 INFO:teuthology.orchestra.run.smithi142.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-20T22:38:00.659 INFO:teuthology.orchestra.run.smithi142.stdout:NAME="Ubuntu" 2024-09-20T22:38:00.660 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_ID="22.04" 2024-09-20T22:38:00.660 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-20T22:38:00.660 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_CODENAME=jammy 2024-09-20T22:38:00.660 INFO:teuthology.orchestra.run.smithi142.stdout:ID=ubuntu 2024-09-20T22:38:00.660 INFO:teuthology.orchestra.run.smithi142.stdout:ID_LIKE=debian 2024-09-20T22:38:00.660 INFO:teuthology.orchestra.run.smithi142.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-20T22:38:00.660 INFO:teuthology.orchestra.run.smithi142.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-20T22:38:00.660 INFO:teuthology.orchestra.run.smithi142.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-20T22:38:00.660 INFO:teuthology.orchestra.run.smithi142.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-20T22:38:00.660 INFO:teuthology.orchestra.run.smithi142.stdout:UBUNTU_CODENAME=jammy 2024-09-20T22:38:00.660 INFO:teuthology.lock.ops:Updating smithi142.front.sepia.ceph.com on lock server 2024-09-20T22:38:00.682 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-20T22:38:00.691 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-20T22:38:00.697 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-20T22:38:00.697 DEBUG:teuthology.orchestra.run.smithi083:> test '!' -e /home/ubuntu/cephtest 2024-09-20T22:38:00.699 DEBUG:teuthology.orchestra.run.smithi142:> test '!' -e /home/ubuntu/cephtest 2024-09-20T22:38:00.707 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-20T22:38:00.713 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-20T22:38:00.713 DEBUG:teuthology.orchestra.run.smithi083:> test -z $(ls -A /var/lib/ceph) 2024-09-20T22:38:00.751 DEBUG:teuthology.orchestra.run.smithi142:> test -z $(ls -A /var/lib/ceph) 2024-09-20T22:38:00.837 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-20T22:38:00.886 INFO:teuthology.run_tasks:Running task kernel... 2024-09-20T22:38:00.903 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-20T22:38:00.903 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-20T22:38:00.903 DEBUG:teuthology.orchestra.run.smithi083:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T22:38:00.904 DEBUG:teuthology.orchestra.run.smithi142:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-20T22:38:00.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T22:38:00.908 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2024-09-20T22:38:00.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T22:38:00.909 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2024-09-20T22:38:00.954 INFO:teuthology.orchestra.run.smithi083.stdout:5.15.0-56-generic 2024-09-20T22:38:00.954 INFO:teuthology.task.kernel:Running kernel on smithi083: 5.15.0-56-generic 2024-09-20T22:38:00.954 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get clean 2024-09-20T22:38:00.956 INFO:teuthology.orchestra.run.smithi142.stdout:5.15.0-56-generic 2024-09-20T22:38:00.956 INFO:teuthology.task.kernel:Running kernel on smithi142: 5.15.0-56-generic 2024-09-20T22:38:00.956 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get clean 2024-09-20T22:38:01.090 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get update 2024-09-20T22:38:01.101 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get update 2024-09-20T22:38:01.229 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T22:38:01.232 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T22:38:01.241 INFO:teuthology.orchestra.run.smithi142.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-20T22:38:01.252 INFO:teuthology.orchestra.run.smithi083.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-20T22:38:01.302 INFO:teuthology.orchestra.run.smithi142.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-20T22:38:01.317 INFO:teuthology.orchestra.run.smithi083.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-20T22:38:01.358 INFO:teuthology.orchestra.run.smithi142.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-20T22:38:01.359 INFO:teuthology.orchestra.run.smithi083.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-20T22:38:01.449 INFO:teuthology.orchestra.run.smithi083.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-20T22:38:01.482 INFO:teuthology.orchestra.run.smithi142.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-20T22:38:01.523 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-20T22:38:01.554 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-20T22:38:01.560 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-20T22:38:01.563 INFO:teuthology.orchestra.run.smithi083.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-20T22:38:01.563 INFO:teuthology.orchestra.run.smithi083.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-20T22:38:01.582 INFO:teuthology.orchestra.run.smithi083.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-20T22:38:01.582 INFO:teuthology.orchestra.run.smithi083.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-20T22:38:01.586 INFO:teuthology.orchestra.run.smithi083.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-20T22:38:01.586 INFO:teuthology.orchestra.run.smithi083.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-20T22:38:01.590 INFO:teuthology.orchestra.run.smithi142.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-20T22:38:01.594 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-20T22:38:01.594 INFO:teuthology.orchestra.run.smithi142.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-20T22:38:01.595 INFO:teuthology.orchestra.run.smithi083.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-20T22:38:01.595 INFO:teuthology.orchestra.run.smithi142.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-20T22:38:01.600 INFO:teuthology.orchestra.run.smithi083.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-20T22:38:01.603 INFO:teuthology.orchestra.run.smithi083.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-20T22:38:01.603 INFO:teuthology.orchestra.run.smithi083.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-20T22:38:01.611 INFO:teuthology.orchestra.run.smithi142.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-20T22:38:01.614 INFO:teuthology.orchestra.run.smithi142.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-20T22:38:01.614 INFO:teuthology.orchestra.run.smithi142.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-20T22:38:01.624 INFO:teuthology.orchestra.run.smithi142.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-20T22:38:01.628 INFO:teuthology.orchestra.run.smithi083.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-20T22:38:01.629 INFO:teuthology.orchestra.run.smithi083.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-20T22:38:01.629 INFO:teuthology.orchestra.run.smithi083.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-20T22:38:01.629 INFO:teuthology.orchestra.run.smithi083.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-20T22:38:01.630 INFO:teuthology.orchestra.run.smithi083.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-20T22:38:01.630 INFO:teuthology.orchestra.run.smithi142.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-20T22:38:01.630 INFO:teuthology.orchestra.run.smithi083.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-20T22:38:01.632 INFO:teuthology.orchestra.run.smithi142.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-20T22:38:01.633 INFO:teuthology.orchestra.run.smithi083.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-20T22:38:01.634 INFO:teuthology.orchestra.run.smithi083.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-20T22:38:01.650 INFO:teuthology.orchestra.run.smithi083.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-20T22:38:01.651 INFO:teuthology.orchestra.run.smithi083.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-20T22:38:01.651 INFO:teuthology.orchestra.run.smithi083.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-20T22:38:01.653 INFO:teuthology.orchestra.run.smithi142.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-20T22:38:01.653 INFO:teuthology.orchestra.run.smithi142.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-20T22:38:01.654 INFO:teuthology.orchestra.run.smithi142.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-20T22:38:01.654 INFO:teuthology.orchestra.run.smithi142.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-20T22:38:01.654 INFO:teuthology.orchestra.run.smithi142.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-20T22:38:01.655 INFO:teuthology.orchestra.run.smithi142.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-20T22:38:01.659 INFO:teuthology.orchestra.run.smithi142.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-20T22:38:01.660 INFO:teuthology.orchestra.run.smithi142.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-20T22:38:01.676 INFO:teuthology.orchestra.run.smithi142.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-20T22:38:01.676 INFO:teuthology.orchestra.run.smithi142.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-20T22:38:01.677 INFO:teuthology.orchestra.run.smithi142.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-20T22:38:01.677 INFO:teuthology.orchestra.run.smithi142.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-20T22:38:01.800 INFO:teuthology.orchestra.run.smithi083.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-20T22:38:01.805 INFO:teuthology.orchestra.run.smithi142.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-20T22:38:02.091 INFO:teuthology.orchestra.run.smithi142.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-20T22:38:02.224 INFO:teuthology.orchestra.run.smithi083.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-20T22:38:02.241 INFO:teuthology.orchestra.run.smithi083.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-20T22:38:02.249 INFO:teuthology.orchestra.run.smithi083.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-20T22:38:02.250 INFO:teuthology.orchestra.run.smithi083.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-20T22:38:02.264 INFO:teuthology.orchestra.run.smithi142.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-20T22:38:02.277 INFO:teuthology.orchestra.run.smithi142.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-20T22:38:02.277 INFO:teuthology.orchestra.run.smithi142.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-20T22:38:02.279 INFO:teuthology.orchestra.run.smithi142.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-20T22:38:02.347 INFO:teuthology.orchestra.run.smithi083.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-20T22:38:02.348 INFO:teuthology.orchestra.run.smithi083.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-20T22:38:02.361 INFO:teuthology.orchestra.run.smithi083.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-20T22:38:02.362 INFO:teuthology.orchestra.run.smithi083.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-20T22:38:02.364 INFO:teuthology.orchestra.run.smithi142.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-20T22:38:02.372 INFO:teuthology.orchestra.run.smithi142.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-20T22:38:02.373 INFO:teuthology.orchestra.run.smithi142.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-20T22:38:02.382 INFO:teuthology.orchestra.run.smithi083.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-20T22:38:02.389 INFO:teuthology.orchestra.run.smithi142.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-20T22:38:02.404 INFO:teuthology.orchestra.run.smithi083.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-20T22:38:02.410 INFO:teuthology.orchestra.run.smithi083.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-20T22:38:02.410 INFO:teuthology.orchestra.run.smithi083.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-20T22:38:02.411 INFO:teuthology.orchestra.run.smithi083.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-20T22:38:02.423 INFO:teuthology.orchestra.run.smithi142.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-20T22:38:02.429 INFO:teuthology.orchestra.run.smithi142.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-20T22:38:02.430 INFO:teuthology.orchestra.run.smithi142.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-20T22:38:02.430 INFO:teuthology.orchestra.run.smithi142.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-20T22:38:02.431 INFO:teuthology.orchestra.run.smithi142.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-20T22:38:02.491 INFO:teuthology.orchestra.run.smithi083.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-20T22:38:02.491 INFO:teuthology.orchestra.run.smithi083.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-20T22:38:02.510 INFO:teuthology.orchestra.run.smithi142.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-20T22:38:07.975 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 16.3 MB in 2s (7,590 kB/s) 2024-09-20T22:38:07.978 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 16.3 MB in 2s (7,481 kB/s) 2024-09-20T22:38:09.361 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-09-20T22:38:09.378 DEBUG:teuthology.orchestra.run.smithi083:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T22:38:09.396 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-09-20T22:38:09.414 DEBUG:teuthology.orchestra.run.smithi142:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T22:38:09.432 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-09-20T22:38:09.474 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-09-20T22:38:09.617 INFO:teuthology.orchestra.run.smithi083.stdout:Building dependency tree... 2024-09-20T22:38:09.618 INFO:teuthology.orchestra.run.smithi083.stdout:Reading state information... 2024-09-20T22:38:09.670 INFO:teuthology.orchestra.run.smithi142.stdout:Building dependency tree... 2024-09-20T22:38:09.670 INFO:teuthology.orchestra.run.smithi142.stdout:Reading state information... 2024-09-20T22:38:09.783 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T22:38:09.783 INFO:teuthology.orchestra.run.smithi083.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T22:38:09.783 INFO:teuthology.orchestra.run.smithi083.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T22:38:09.783 INFO:teuthology.orchestra.run.smithi083.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T22:38:09.784 INFO:teuthology.orchestra.run.smithi083.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-20T22:38:09.784 INFO:teuthology.orchestra.run.smithi083.stdout: python2.7-minimal 2024-09-20T22:38:09.784 INFO:teuthology.orchestra.run.smithi083.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T22:38:09.784 INFO:teuthology.orchestra.run.smithi083.stdout:The following additional packages will be installed: 2024-09-20T22:38:09.785 INFO:teuthology.orchestra.run.smithi083.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T22:38:09.785 INFO:teuthology.orchestra.run.smithi083.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-20T22:38:09.785 INFO:teuthology.orchestra.run.smithi083.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-20T22:38:09.786 INFO:teuthology.orchestra.run.smithi083.stdout:Suggested packages: 2024-09-20T22:38:09.786 INFO:teuthology.orchestra.run.smithi083.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-20T22:38:09.786 INFO:teuthology.orchestra.run.smithi083.stdout:Recommended packages: 2024-09-20T22:38:09.787 INFO:teuthology.orchestra.run.smithi083.stdout: thermald 2024-09-20T22:38:09.835 INFO:teuthology.orchestra.run.smithi083.stdout:The following NEW packages will be installed: 2024-09-20T22:38:09.835 INFO:teuthology.orchestra.run.smithi083.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T22:38:09.835 INFO:teuthology.orchestra.run.smithi083.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-20T22:38:09.836 INFO:teuthology.orchestra.run.smithi083.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-20T22:38:09.837 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages will be upgraded: 2024-09-20T22:38:09.837 INFO:teuthology.orchestra.run.smithi083.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-20T22:38:09.838 INFO:teuthology.orchestra.run.smithi142.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T22:38:09.838 INFO:teuthology.orchestra.run.smithi142.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T22:38:09.838 INFO:teuthology.orchestra.run.smithi142.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T22:38:09.839 INFO:teuthology.orchestra.run.smithi142.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T22:38:09.839 INFO:teuthology.orchestra.run.smithi142.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-20T22:38:09.839 INFO:teuthology.orchestra.run.smithi142.stdout: python2.7-minimal 2024-09-20T22:38:09.839 INFO:teuthology.orchestra.run.smithi142.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T22:38:09.840 INFO:teuthology.orchestra.run.smithi142.stdout:The following additional packages will be installed: 2024-09-20T22:38:09.841 INFO:teuthology.orchestra.run.smithi142.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T22:38:09.841 INFO:teuthology.orchestra.run.smithi142.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-20T22:38:09.841 INFO:teuthology.orchestra.run.smithi142.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-20T22:38:09.842 INFO:teuthology.orchestra.run.smithi142.stdout:Suggested packages: 2024-09-20T22:38:09.842 INFO:teuthology.orchestra.run.smithi142.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-20T22:38:09.842 INFO:teuthology.orchestra.run.smithi142.stdout:Recommended packages: 2024-09-20T22:38:09.842 INFO:teuthology.orchestra.run.smithi142.stdout: thermald 2024-09-20T22:38:09.887 INFO:teuthology.orchestra.run.smithi083.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T22:38:09.887 INFO:teuthology.orchestra.run.smithi083.stdout:Need to get 113 MB of archives. 2024-09-20T22:38:09.887 INFO:teuthology.orchestra.run.smithi083.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-20T22:38:09.887 INFO:teuthology.orchestra.run.smithi083.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-20T22:38:09.901 INFO:teuthology.orchestra.run.smithi142.stdout:The following NEW packages will be installed: 2024-09-20T22:38:09.901 INFO:teuthology.orchestra.run.smithi142.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-20T22:38:09.901 INFO:teuthology.orchestra.run.smithi142.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-20T22:38:09.901 INFO:teuthology.orchestra.run.smithi142.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-20T22:38:09.903 INFO:teuthology.orchestra.run.smithi142.stdout:The following packages will be upgraded: 2024-09-20T22:38:09.903 INFO:teuthology.orchestra.run.smithi142.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-20T22:38:09.953 INFO:teuthology.orchestra.run.smithi142.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T22:38:09.954 INFO:teuthology.orchestra.run.smithi142.stdout:Need to get 113 MB of archives. 2024-09-20T22:38:09.954 INFO:teuthology.orchestra.run.smithi142.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-20T22:38:09.954 INFO:teuthology.orchestra.run.smithi142.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-20T22:38:10.318 INFO:teuthology.orchestra.run.smithi083.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-20T22:38:10.382 INFO:teuthology.orchestra.run.smithi142.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-20T22:38:10.415 INFO:teuthology.orchestra.run.smithi083.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-20T22:38:10.467 INFO:teuthology.orchestra.run.smithi142.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-20T22:38:11.215 INFO:teuthology.orchestra.run.smithi142.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-20T22:38:11.215 INFO:teuthology.orchestra.run.smithi142.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-20T22:38:11.215 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-20T22:38:11.242 INFO:teuthology.orchestra.run.smithi083.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-20T22:38:11.242 INFO:teuthology.orchestra.run.smithi083.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-20T22:38:11.242 INFO:teuthology.orchestra.run.smithi083.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-20T22:38:11.330 INFO:teuthology.orchestra.run.smithi142.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-20T22:38:11.350 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-20T22:38:11.366 INFO:teuthology.orchestra.run.smithi083.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-20T22:38:11.387 INFO:teuthology.orchestra.run.smithi083.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-20T22:38:11.697 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 113 MB in 1s (78.6 MB/s) 2024-09-20T22:38:11.777 INFO:teuthology.orchestra.run.smithi083.stdout:Fetched 113 MB in 2s (73.4 MB/s) 2024-09-20T22:38:11.867 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-20T22:38:11.960 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-20T22:38:13.758 INFO:teuthology.orchestra.run.smithi142.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-09-20T22:38:13.763 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T22:38:13.830 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:13.954 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:38:13.959 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T22:38:14.041 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:15.822 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-20T22:38:15.843 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T22:38:15.928 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:16.118 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-20T22:38:16.138 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T22:38:16.224 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:16.383 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-20T22:38:16.404 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T22:38:16.442 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:16.629 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-20T22:38:16.641 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T22:38:16.679 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:22.678 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T22:38:22.804 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T22:38:23.112 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T22:38:23.224 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T22:38:23.477 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-20T22:38:23.500 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-20T22:38:23.544 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T22:38:23.592 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T22:38:23.725 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T22:38:24.066 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T22:38:24.187 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T22:38:24.432 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-20T22:38:24.443 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-20T22:38:24.473 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T22:38:29.307 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-20T22:38:29.345 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T22:38:29.388 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:30.385 INFO:teuthology.orchestra.run.smithi083.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-20T22:38:30.422 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-20T22:38:30.460 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:31.867 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T22:38:32.014 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T22:38:32.338 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T22:38:32.460 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:32.586 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-20T22:38:32.715 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:33.074 INFO:teuthology.orchestra.run.smithi083.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-20T22:38:33.199 INFO:teuthology.orchestra.run.smithi083.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-20T22:38:33.515 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-20T22:38:33.628 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:33.755 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-20T22:38:33.883 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:34.029 INFO:teuthology.orchestra.run.smithi142.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-20T22:38:34.029 INFO:teuthology.orchestra.run.smithi142.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-20T22:38:34.030 INFO:teuthology.orchestra.run.smithi142.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-20T22:38:34.030 INFO:teuthology.orchestra.run.smithi142.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-20T22:38:34.190 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:35.211 INFO:teuthology.orchestra.run.smithi083.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-20T22:38:35.211 INFO:teuthology.orchestra.run.smithi083.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-20T22:38:35.211 INFO:teuthology.orchestra.run.smithi083.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-20T22:38:35.211 INFO:teuthology.orchestra.run.smithi083.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-20T22:38:35.410 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:35.566 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-20T22:38:35.675 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-20T22:38:35.784 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:37.588 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-20T22:38:37.612 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:37.676 INFO:teuthology.orchestra.run.smithi142.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-20T22:38:37.676 INFO:teuthology.orchestra.run.smithi142.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-20T22:38:37.713 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-20T22:38:37.839 INFO:teuthology.orchestra.run.smithi083.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:39.208 INFO:teuthology.orchestra.run.smithi083.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-20T22:38:39.271 INFO:teuthology.orchestra.run.smithi083.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-20T22:38:39.271 INFO:teuthology.orchestra.run.smithi083.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-20T22:38:51.979 INFO:teuthology.orchestra.run.smithi142.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-20T22:38:51.980 INFO:teuthology.orchestra.run.smithi142.stdout:Sourcing file `/etc/default/grub' 2024-09-20T22:38:51.989 INFO:teuthology.orchestra.run.smithi142.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T22:38:52.011 INFO:teuthology.orchestra.run.smithi142.stdout:Generating grub configuration file ... 2024-09-20T22:38:52.281 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T22:38:52.297 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T22:38:52.608 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T22:38:52.613 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T22:38:52.687 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T22:38:52.692 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T22:38:52.872 INFO:teuthology.orchestra.run.smithi142.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T22:38:52.872 INFO:teuthology.orchestra.run.smithi142.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T22:38:52.872 INFO:teuthology.orchestra.run.smithi142.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T22:38:52.922 INFO:teuthology.orchestra.run.smithi142.stdout:done 2024-09-20T22:38:53.361 DEBUG:teuthology.orchestra.run.smithi142:> dpkg -s linux-image-generic 2024-09-20T22:38:53.388 INFO:teuthology.orchestra.run.smithi142.stdout:Package: linux-image-generic 2024-09-20T22:38:53.388 INFO:teuthology.orchestra.run.smithi142.stdout:Status: install ok installed 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout:Priority: optional 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout:Section: kernel 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout:Installed-Size: 21 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout:Architecture: amd64 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout:Source: linux-meta 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout:Version: 5.15.0.122.122 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout:Recommends: thermald 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout:Description: Generic Linux kernel image 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout: This package will always depend on the latest generic kernel image 2024-09-20T22:38:53.389 INFO:teuthology.orchestra.run.smithi142.stdout: available. 2024-09-20T22:38:53.390 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-20T22:38:53.390 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T22:38:53.390 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T22:38:53.390 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-20T22:38:53.390 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi142.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T22:38:53.390 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get clean 2024-09-20T22:38:53.532 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get update 2024-09-20T22:38:53.638 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T22:38:53.648 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T22:38:53.665 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T22:38:53.759 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T22:38:54.080 INFO:teuthology.orchestra.run.smithi083.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-20T22:38:54.080 INFO:teuthology.orchestra.run.smithi083.stdout:Sourcing file `/etc/default/grub' 2024-09-20T22:38:54.100 INFO:teuthology.orchestra.run.smithi083.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T22:38:54.126 INFO:teuthology.orchestra.run.smithi083.stdout:Generating grub configuration file ... 2024-09-20T22:38:54.392 INFO:teuthology.orchestra.run.smithi083.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T22:38:54.417 INFO:teuthology.orchestra.run.smithi083.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T22:38:54.726 INFO:teuthology.orchestra.run.smithi083.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T22:38:54.732 INFO:teuthology.orchestra.run.smithi083.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T22:38:54.805 INFO:teuthology.orchestra.run.smithi083.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T22:38:54.811 INFO:teuthology.orchestra.run.smithi083.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T22:38:54.969 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-09-20T22:38:54.979 INFO:teuthology.orchestra.run.smithi083.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T22:38:54.979 INFO:teuthology.orchestra.run.smithi083.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T22:38:54.979 INFO:teuthology.orchestra.run.smithi083.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T22:38:54.988 DEBUG:teuthology.orchestra.run.smithi142:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T22:38:55.034 INFO:teuthology.orchestra.run.smithi083.stdout:done 2024-09-20T22:38:55.051 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-09-20T22:38:55.263 INFO:teuthology.orchestra.run.smithi142.stdout:Building dependency tree... 2024-09-20T22:38:55.264 INFO:teuthology.orchestra.run.smithi142.stdout:Reading state information... 2024-09-20T22:38:55.454 INFO:teuthology.orchestra.run.smithi142.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-20T22:38:55.454 INFO:teuthology.orchestra.run.smithi142.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T22:38:55.454 INFO:teuthology.orchestra.run.smithi142.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T22:38:55.455 INFO:teuthology.orchestra.run.smithi142.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T22:38:55.455 INFO:teuthology.orchestra.run.smithi142.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T22:38:55.455 INFO:teuthology.orchestra.run.smithi142.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T22:38:55.455 INFO:teuthology.orchestra.run.smithi142.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T22:38:55.455 INFO:teuthology.orchestra.run.smithi142.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T22:38:55.496 INFO:teuthology.orchestra.run.smithi142.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T22:38:55.498 DEBUG:teuthology.orchestra.run.smithi142:> dpkg -s linux-image-generic 2024-09-20T22:38:55.513 INFO:teuthology.orchestra.run.smithi142.stdout:Package: linux-image-generic 2024-09-20T22:38:55.513 INFO:teuthology.orchestra.run.smithi142.stdout:Status: install ok installed 2024-09-20T22:38:55.513 INFO:teuthology.orchestra.run.smithi142.stdout:Priority: optional 2024-09-20T22:38:55.513 INFO:teuthology.orchestra.run.smithi142.stdout:Section: kernel 2024-09-20T22:38:55.513 INFO:teuthology.orchestra.run.smithi142.stdout:Installed-Size: 21 2024-09-20T22:38:55.513 INFO:teuthology.orchestra.run.smithi142.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T22:38:55.513 INFO:teuthology.orchestra.run.smithi142.stdout:Architecture: amd64 2024-09-20T22:38:55.513 INFO:teuthology.orchestra.run.smithi142.stdout:Source: linux-meta 2024-09-20T22:38:55.513 INFO:teuthology.orchestra.run.smithi142.stdout:Version: 5.15.0.122.122 2024-09-20T22:38:55.514 INFO:teuthology.orchestra.run.smithi142.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T22:38:55.514 INFO:teuthology.orchestra.run.smithi142.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T22:38:55.514 INFO:teuthology.orchestra.run.smithi142.stdout:Recommends: thermald 2024-09-20T22:38:55.514 INFO:teuthology.orchestra.run.smithi142.stdout:Description: Generic Linux kernel image 2024-09-20T22:38:55.514 INFO:teuthology.orchestra.run.smithi142.stdout: This package will always depend on the latest generic kernel image 2024-09-20T22:38:55.514 INFO:teuthology.orchestra.run.smithi142.stdout: available. 2024-09-20T22:38:55.514 DEBUG:teuthology.orchestra.run.smithi142:> mktemp 2024-09-20T22:38:55.556 DEBUG:teuthology.orchestra.run.smithi083:> dpkg -s linux-image-generic 2024-09-20T22:38:55.561 INFO:teuthology.orchestra.run.smithi142.stdout:/tmp/tmp.Hk4IEEx8nO 2024-09-20T22:38:55.561 DEBUG:teuthology.orchestra.run.smithi142:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Hk4IEEx8nO 2024-09-20T22:38:55.584 INFO:teuthology.orchestra.run.smithi083.stdout:Package: linux-image-generic 2024-09-20T22:38:55.584 INFO:teuthology.orchestra.run.smithi083.stdout:Status: install ok installed 2024-09-20T22:38:55.584 INFO:teuthology.orchestra.run.smithi083.stdout:Priority: optional 2024-09-20T22:38:55.584 INFO:teuthology.orchestra.run.smithi083.stdout:Section: kernel 2024-09-20T22:38:55.584 INFO:teuthology.orchestra.run.smithi083.stdout:Installed-Size: 21 2024-09-20T22:38:55.584 INFO:teuthology.orchestra.run.smithi083.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T22:38:55.584 INFO:teuthology.orchestra.run.smithi083.stdout:Architecture: amd64 2024-09-20T22:38:55.584 INFO:teuthology.orchestra.run.smithi083.stdout:Source: linux-meta 2024-09-20T22:38:55.584 INFO:teuthology.orchestra.run.smithi083.stdout:Version: 5.15.0.122.122 2024-09-20T22:38:55.584 INFO:teuthology.orchestra.run.smithi083.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T22:38:55.584 INFO:teuthology.orchestra.run.smithi083.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T22:38:55.584 INFO:teuthology.orchestra.run.smithi083.stdout:Recommends: thermald 2024-09-20T22:38:55.585 INFO:teuthology.orchestra.run.smithi083.stdout:Description: Generic Linux kernel image 2024-09-20T22:38:55.585 INFO:teuthology.orchestra.run.smithi083.stdout: This package will always depend on the latest generic kernel image 2024-09-20T22:38:55.585 INFO:teuthology.orchestra.run.smithi083.stdout: available. 2024-09-20T22:38:55.585 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-20T22:38:55.585 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-20T22:38:55.585 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-20T22:38:55.585 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-20T22:38:55.585 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi083.front.sepia.ceph.com, path=None, version=distro) 2024-09-20T22:38:55.585 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get clean 2024-09-20T22:38:55.615 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 0666 /tmp/tmp.Hk4IEEx8nO 2024-09-20T22:38:55.741 DEBUG:teuthology.orchestra.remote:smithi142:/tmp/tmp.Hk4IEEx8nO is 10KB 2024-09-20T22:38:55.754 DEBUG:teuthology.orchestra.run.smithi142:> rm -fr /tmp/tmp.Hk4IEEx8nO 2024-09-20T22:38:55.759 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-20T22:38:55.774 DEBUG:teuthology.orchestra.run.smithi083:> sudo apt-get update 2024-09-20T22:38:55.815 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-09-20T22:38:55.815 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-20T22:38:55.815 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-20T22:38:55.882 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-20T22:38:55.882 DEBUG:teuthology.orchestra.run.smithi142:> sudo update-grub 2024-09-20T22:38:55.899 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-20T22:38:55.908 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-20T22:38:55.925 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-20T22:38:56.019 INFO:teuthology.orchestra.run.smithi083.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-20T22:38:57.020 INFO:teuthology.orchestra.run.smithi142.stderr:Sourcing file `/etc/default/grub' 2024-09-20T22:38:57.021 INFO:teuthology.orchestra.run.smithi142.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T22:38:57.023 INFO:teuthology.orchestra.run.smithi142.stderr:Generating grub configuration file ... 2024-09-20T22:38:57.212 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T22:38:57.219 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T22:38:57.295 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-09-20T22:38:57.312 DEBUG:teuthology.orchestra.run.smithi083:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-20T22:38:57.375 INFO:teuthology.orchestra.run.smithi083.stdout:Reading package lists... 2024-09-20T22:38:57.449 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T22:38:57.454 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T22:38:57.494 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T22:38:57.498 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T22:38:57.589 INFO:teuthology.orchestra.run.smithi083.stdout:Building dependency tree... 2024-09-20T22:38:57.589 INFO:teuthology.orchestra.run.smithi083.stdout:Reading state information... 2024-09-20T22:38:57.621 INFO:teuthology.orchestra.run.smithi142.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T22:38:57.621 INFO:teuthology.orchestra.run.smithi142.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T22:38:57.621 INFO:teuthology.orchestra.run.smithi142.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T22:38:57.632 INFO:teuthology.orchestra.run.smithi142.stderr:done 2024-09-20T22:38:57.646 DEBUG:teuthology.orchestra.run.smithi142:> sudo shutdown -r now 2024-09-20T22:38:57.773 INFO:teuthology.orchestra.run.smithi083.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-20T22:38:57.773 INFO:teuthology.orchestra.run.smithi083.stdout:The following packages were automatically installed and are no longer required: 2024-09-20T22:38:57.773 INFO:teuthology.orchestra.run.smithi083.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-20T22:38:57.773 INFO:teuthology.orchestra.run.smithi083.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-20T22:38:57.773 INFO:teuthology.orchestra.run.smithi083.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-20T22:38:57.774 INFO:teuthology.orchestra.run.smithi083.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-20T22:38:57.774 INFO:teuthology.orchestra.run.smithi083.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-20T22:38:57.774 INFO:teuthology.orchestra.run.smithi083.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-20T22:38:57.815 INFO:teuthology.orchestra.run.smithi083.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-20T22:38:57.817 DEBUG:teuthology.orchestra.run.smithi083:> dpkg -s linux-image-generic 2024-09-20T22:38:57.832 INFO:teuthology.orchestra.run.smithi083.stdout:Package: linux-image-generic 2024-09-20T22:38:57.833 INFO:teuthology.orchestra.run.smithi083.stdout:Status: install ok installed 2024-09-20T22:38:57.833 INFO:teuthology.orchestra.run.smithi083.stdout:Priority: optional 2024-09-20T22:38:57.833 INFO:teuthology.orchestra.run.smithi083.stdout:Section: kernel 2024-09-20T22:38:57.833 INFO:teuthology.orchestra.run.smithi083.stdout:Installed-Size: 21 2024-09-20T22:38:57.833 INFO:teuthology.orchestra.run.smithi083.stdout:Maintainer: Ubuntu Kernel Team 2024-09-20T22:38:57.833 INFO:teuthology.orchestra.run.smithi083.stdout:Architecture: amd64 2024-09-20T22:38:57.833 INFO:teuthology.orchestra.run.smithi083.stdout:Source: linux-meta 2024-09-20T22:38:57.833 INFO:teuthology.orchestra.run.smithi083.stdout:Version: 5.15.0.122.122 2024-09-20T22:38:57.833 INFO:teuthology.orchestra.run.smithi083.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-20T22:38:57.833 INFO:teuthology.orchestra.run.smithi083.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-20T22:38:57.833 INFO:teuthology.orchestra.run.smithi083.stdout:Recommends: thermald 2024-09-20T22:38:57.834 INFO:teuthology.orchestra.run.smithi083.stdout:Description: Generic Linux kernel image 2024-09-20T22:38:57.834 INFO:teuthology.orchestra.run.smithi083.stdout: This package will always depend on the latest generic kernel image 2024-09-20T22:38:57.834 INFO:teuthology.orchestra.run.smithi083.stdout: available. 2024-09-20T22:38:57.834 DEBUG:teuthology.orchestra.run.smithi083:> mktemp 2024-09-20T22:38:57.881 INFO:teuthology.orchestra.run.smithi083.stdout:/tmp/tmp.9kRZ2cdzdr 2024-09-20T22:38:57.881 DEBUG:teuthology.orchestra.run.smithi083:> sudo cp /boot/grub/grub.cfg /tmp/tmp.9kRZ2cdzdr 2024-09-20T22:38:57.937 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 0666 /tmp/tmp.9kRZ2cdzdr 2024-09-20T22:38:58.057 DEBUG:teuthology.orchestra.remote:smithi083:/tmp/tmp.9kRZ2cdzdr is 10KB 2024-09-20T22:38:58.069 DEBUG:teuthology.orchestra.run.smithi083:> rm -fr /tmp/tmp.9kRZ2cdzdr 2024-09-20T22:38:58.074 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-20T22:38:58.128 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-20T22:38:58.129 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-20T22:38:58.129 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-20T22:38:58.196 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-20T22:38:58.196 DEBUG:teuthology.orchestra.run.smithi083:> sudo update-grub 2024-09-20T22:38:59.388 INFO:teuthology.orchestra.run.smithi083.stderr:Sourcing file `/etc/default/grub' 2024-09-20T22:38:59.390 INFO:teuthology.orchestra.run.smithi083.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-20T22:38:59.391 INFO:teuthology.orchestra.run.smithi083.stderr:Generating grub configuration file ... 2024-09-20T22:38:59.579 INFO:teuthology.orchestra.run.smithi083.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-20T22:38:59.585 INFO:teuthology.orchestra.run.smithi083.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-20T22:38:59.825 INFO:teuthology.orchestra.run.smithi083.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-20T22:38:59.830 INFO:teuthology.orchestra.run.smithi083.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-20T22:38:59.871 INFO:teuthology.orchestra.run.smithi083.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-20T22:38:59.877 INFO:teuthology.orchestra.run.smithi083.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-20T22:39:00.006 INFO:teuthology.orchestra.run.smithi083.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-20T22:39:00.006 INFO:teuthology.orchestra.run.smithi083.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-20T22:39:00.006 INFO:teuthology.orchestra.run.smithi083.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-20T22:39:00.028 INFO:teuthology.orchestra.run.smithi083.stderr:done 2024-09-20T22:39:00.037 DEBUG:teuthology.orchestra.run.smithi083:> sudo shutdown -r now 2024-09-20T22:39:27.676 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-20T22:39:27.676 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-09-20T22:39:27.677 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T22:39:30.041 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-20T22:39:30.042 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-20T22:39:30.042 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T22:39:46.159 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2024-09-20T22:39:48.463 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-09-20T22:39:55.164 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-09-20T22:39:55.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T22:39:57.465 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-20T22:39:57.466 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T22:39:58.223 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2024-09-20T22:40:00.527 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-09-20T22:40:10.232 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-09-20T22:40:10.233 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T22:40:12.530 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-20T22:40:12.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T22:40:28.655 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2024-09-20T22:40:30.963 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.83 2024-09-20T22:40:43.662 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-09-20T22:40:43.663 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T22:40:44.226 DEBUG:teuthology.orchestra.run.smithi142:> true 2024-09-20T22:40:44.765 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-09-20T22:40:44.766 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.15.0-122-generic"... 2024-09-20T22:40:44.766 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2024-09-20T22:40:44.813 INFO:teuthology.orchestra.run.smithi142.stdout:5.15.0-122-generic 2024-09-20T22:40:44.813 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-20T22:40:44.813 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T22:40:44.813 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-20T22:40:45.814 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-20T22:40:45.815 DEBUG:teuthology.orchestra.run.smithi142:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T22:40:45.881 INFO:teuthology.orchestra.run.smithi142.stdout:ttyS1 2024-09-20T22:40:45.903 DEBUG:teuthology.parallel:result is None 2024-09-20T22:40:45.964 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-20T22:40:45.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T22:40:46.264 DEBUG:teuthology.orchestra.run.smithi083:> true 2024-09-20T22:40:46.849 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-20T22:40:46.849 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.15.0-122-generic"... 2024-09-20T22:40:46.849 DEBUG:teuthology.orchestra.run.smithi083:> uname -r 2024-09-20T22:40:46.901 INFO:teuthology.orchestra.run.smithi083.stdout:5.15.0-122-generic 2024-09-20T22:40:46.901 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-20T22:40:46.901 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-20T22:40:46.901 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-20T22:40:47.902 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-20T22:40:47.903 DEBUG:teuthology.orchestra.run.smithi083:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-20T22:40:47.966 INFO:teuthology.orchestra.run.smithi083.stdout:ttyS1 2024-09-20T22:40:47.999 DEBUG:teuthology.parallel:result is None 2024-09-20T22:40:48.000 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-20T22:40:48.013 INFO:teuthology.task.internal:Creating test directory... 2024-09-20T22:40:48.013 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T22:40:48.015 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-20T22:40:48.021 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-20T22:40:48.032 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-20T22:40:48.046 INFO:teuthology.task.internal:Creating archive directory... 2024-09-20T22:40:48.046 DEBUG:teuthology.orchestra.run.smithi083:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T22:40:48.062 DEBUG:teuthology.orchestra.run.smithi142:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-20T22:40:48.091 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-20T22:40:48.103 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-20T22:40:48.103 DEBUG:teuthology.orchestra.run.smithi083:> 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-09-20T22:40:48.131 DEBUG:teuthology.orchestra.run.smithi142:> 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-09-20T22:40:48.152 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T22:40:48.160 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T22:40:48.169 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T22:40:48.178 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-20T22:40:48.179 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-20T22:40:48.188 INFO:teuthology.task.internal:Configuring sudo... 2024-09-20T22:40:48.188 DEBUG:teuthology.orchestra.run.smithi083:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T22:40:48.222 DEBUG:teuthology.orchestra.run.smithi142:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-20T22:40:48.245 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-20T22:40:48.253 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-20T22:40:48.253 DEBUG:teuthology.orchestra.run.smithi083:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T22:40:48.278 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-20T22:40:48.293 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T22:40:48.329 DEBUG:teuthology.orchestra.run.smithi083:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T22:40:48.378 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-20T22:40:48.378 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T22:40:48.447 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-20T22:40:48.452 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-20T22:40:48.503 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-09-20T22:40:48.503 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-20T22:40:48.561 DEBUG:teuthology.orchestra.run.smithi083:> sudo service rsyslog restart 2024-09-20T22:40:48.563 DEBUG:teuthology.orchestra.run.smithi142:> sudo service rsyslog restart 2024-09-20T22:40:48.635 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-20T22:40:48.650 INFO:teuthology.task.internal:Starting timer... 2024-09-20T22:40:48.650 INFO:teuthology.run_tasks:Running task pcp... 2024-09-20T22:40:48.667 INFO:teuthology.run_tasks:Running task selinux... 2024-09-20T22:40:48.681 DEBUG:teuthology.task.selinux:Excluding smithi083: OS 'ubuntu' does not support SELinux 2024-09-20T22:40:48.682 DEBUG:teuthology.task.selinux:Excluding smithi142: OS 'ubuntu' does not support SELinux 2024-09-20T22:40:48.682 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-20T22:40:48.682 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-20T22:40:48.682 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-20T22:40:48.682 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-20T22:40:48.697 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-20T22:40:48.708 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-09-20T22:40:48.709 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi083.front.sepia.ceph.com,smithi142.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-20T22:48:12.780 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi083.front.sepia.ceph.com'), Remote(name='ubuntu@smithi142.front.sepia.ceph.com')] 2024-09-20T22:48:12.781 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-20T22:48:12.782 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi083.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T22:48:12.870 DEBUG:teuthology.orchestra.run.smithi083:> true 2024-09-20T22:48:12.942 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi083.front.sepia.ceph.com' 2024-09-20T22:48:12.943 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-09-20T22:48:12.943 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-20T22:48:13.029 DEBUG:teuthology.orchestra.run.smithi142:> true 2024-09-20T22:48:13.107 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-09-20T22:48:13.107 INFO:teuthology.run_tasks:Running task clock... 2024-09-20T22:48:13.123 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-20T22:48:13.124 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T22:48:13.124 DEBUG:teuthology.orchestra.run.smithi083:> 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-09-20T22:48:13.126 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-20T22:48:13.126 DEBUG:teuthology.orchestra.run.smithi142:> 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-09-20T22:48:13.153 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-20T22:48:13.153 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: Command line: ntpd -gq 2024-09-20T22:48:13.153 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: ---------------------------------------------------- 2024-09-20T22:48:13.153 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: ntp-4 is maintained by Network Time Foundation, 2024-09-20T22:48:13.153 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-20T22:48:13.154 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: corporation. Support and training for ntp-4 are 2024-09-20T22:48:13.154 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: available at https://www.nwtime.org/support 2024-09-20T22:48:13.154 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: ---------------------------------------------------- 2024-09-20T22:48:13.155 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: proto: precision = 0.047 usec (-24) 2024-09-20T22:48:13.155 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: basedate set to 2022-02-04 2024-09-20T22:48:13.155 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: gps base set to 2022-02-06 (week 2196) 2024-09-20T22:48:13.156 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T22:48:13.156 INFO:teuthology.orchestra.run.smithi083.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T22:48:13.156 INFO:teuthology.orchestra.run.smithi083.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-20T22:48:13.157 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: restrict ::: KOD does nothing without LIMITED. 2024-09-20T22:48:13.157 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: Listen and drop on 0 v6wildcard [::]:123 2024-09-20T22:48:13.157 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-20T22:48:13.157 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: Listen normally on 2 lo 127.0.0.1:123 2024-09-20T22:48:13.157 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: Listen normally on 3 enp3s0f1 172.21.15.83:123 2024-09-20T22:48:13.157 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: Listen normally on 4 lo [::1]:123 2024-09-20T22:48:13.158 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce91%5]:123 2024-09-20T22:48:13.158 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:13 ntpd[18517]: Listening on routing socket on fd #22 for interface updates 2024-09-20T22:48:13.182 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-20T22:48:13.182 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: Command line: ntpd -gq 2024-09-20T22:48:13.182 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: ---------------------------------------------------- 2024-09-20T22:48:13.182 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: ntp-4 is maintained by Network Time Foundation, 2024-09-20T22:48:13.182 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-20T22:48:13.182 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: corporation. Support and training for ntp-4 are 2024-09-20T22:48:13.182 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: available at https://www.nwtime.org/support 2024-09-20T22:48:13.182 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: ---------------------------------------------------- 2024-09-20T22:48:13.183 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: proto: precision = 0.057 usec (-24) 2024-09-20T22:48:13.183 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: basedate set to 2022-02-04 2024-09-20T22:48:13.183 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: gps base set to 2022-02-06 (week 2196) 2024-09-20T22:48:13.183 INFO:teuthology.orchestra.run.smithi142.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T22:48:13.184 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-20T22:48:13.184 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: restrict ::: KOD does nothing without LIMITED. 2024-09-20T22:48:13.184 INFO:teuthology.orchestra.run.smithi142.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-20T22:48:13.185 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: Listen and drop on 0 v6wildcard [::]:123 2024-09-20T22:48:13.185 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-20T22:48:13.185 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: Listen normally on 2 lo 127.0.0.1:123 2024-09-20T22:48:13.185 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: Listen normally on 3 enp3s0f1 172.21.15.142:123 2024-09-20T22:48:13.185 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: Listen normally on 4 lo [::1]:123 2024-09-20T22:48:13.185 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6e0d%5]:123 2024-09-20T22:48:13.185 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:13 ntpd[18489]: Listening on routing socket on fd #22 for interface updates 2024-09-20T22:48:14.153 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:14 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:14.154 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:14 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:14.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:14 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:14.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:14 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:14.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:14 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:14.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:14 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:14.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:14 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:14.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:14 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:14.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:14 ntpd[18489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:14.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:14 ntpd[18489]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:14.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:14 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:14.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:14 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:14.184 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:14 ntpd[18489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:14.184 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:14 ntpd[18489]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:15.182 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:15 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:15.182 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:15 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:15.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:15 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:15.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:15 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:15.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:15 ntpd[18489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:15.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:15 ntpd[18489]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:16.154 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:16 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:16.154 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:16 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:16.154 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:16 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:16.154 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:16 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:16.154 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:16 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:16.154 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:16 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:16.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:16 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:16.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:16 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:16.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:16 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:16.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:16 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:16.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:16 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:16.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:16 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:16.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:16 ntpd[18489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:16.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:16 ntpd[18489]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:16.184 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:16 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:16.184 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:16 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:16.184 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:16 ntpd[18489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:16.184 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:16 ntpd[18489]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:17.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:17 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:17.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:17 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:17.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:17 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:17.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:17 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:17.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:17 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:17.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:17 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:17.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:17 ntpd[18489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:17.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:17 ntpd[18489]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:18.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:18.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:18.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:18.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:18.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:18.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:18.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:18.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:18.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:18.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:18.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:18.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:18.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:18.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:18.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:18.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:18.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:18.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:18 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:18.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:18 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:18.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:18 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:18.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:18 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:18.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:18 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:18.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:18 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:18.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:18 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:18.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:18 ntpd[18489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:18.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:18 ntpd[18489]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:18.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:18 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:18.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:18 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:18.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:18 ntpd[18489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:18.184 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:18 ntpd[18489]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:19.182 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:19 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:19.182 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:19 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:19.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:19 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:19.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:19 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:19.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:19 ntpd[18489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:19.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:19 ntpd[18489]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:20.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:20.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:20.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:20.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:20.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:20.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:20.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:20.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:20.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:20.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:20.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:20.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:20.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:20.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:20.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:20.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:20.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:20.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:20 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:20.182 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:20 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:20.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:20 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:20.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:20 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:20.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:20 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:20.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:20 ntpd[18489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:20.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:20 ntpd[18489]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:20.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:20 ntpd[18489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:20.183 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:20 ntpd[18489]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:20.183 INFO:teuthology.orchestra.run.smithi142.stdout:20 Sep 22:48:20 ntpd[18489]: ntpd: time slew -0.001755 s 2024-09-20T22:48:20.183 INFO:teuthology.orchestra.run.smithi142.stdout:ntpd: time slew -0.001755s 2024-09-20T22:48:20.184 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:20 ntpd[18489]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-20T22:48:20.184 INFO:teuthology.orchestra.run.smithi142.stderr:20 Sep 22:48:20 ntpd[18489]: can't open /var/log/ntpstats/loopstats.20240920: Permission denied 2024-09-20T22:48:20.236 INFO:teuthology.orchestra.run.smithi142.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T22:48:20.236 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================== 2024-09-20T22:48:20.236 INFO:teuthology.orchestra.run.smithi142.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T22:48:20.236 INFO:teuthology.orchestra.run.smithi142.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T22:48:20.236 INFO:teuthology.orchestra.run.smithi142.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T22:48:20.236 INFO:teuthology.orchestra.run.smithi142.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T22:48:22.154 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:22 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:22.154 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:22 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:22.154 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:22 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:22.154 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:22 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:22.154 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:22 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:22.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:22 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:22.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:22 ntpd[18517]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-20T22:48:22.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:22 ntpd[18517]: can't open /var/log/ntpstats/rawstats.20240920: Permission denied 2024-09-20T22:48:22.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:22 ntpd[18517]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-20T22:48:22.155 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:22 ntpd[18517]: can't open /var/log/ntpstats/peerstats.20240920: Permission denied 2024-09-20T22:48:22.155 INFO:teuthology.orchestra.run.smithi083.stdout:20 Sep 22:48:22 ntpd[18517]: ntpd: time slew -0.002380 s 2024-09-20T22:48:22.155 INFO:teuthology.orchestra.run.smithi083.stdout:ntpd: time slew -0.002380s 2024-09-20T22:48:22.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:22 ntpd[18517]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-20T22:48:22.156 INFO:teuthology.orchestra.run.smithi083.stderr:20 Sep 22:48:22 ntpd[18517]: can't open /var/log/ntpstats/loopstats.20240920: Permission denied 2024-09-20T22:48:22.211 INFO:teuthology.orchestra.run.smithi083.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T22:48:22.211 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================== 2024-09-20T22:48:22.212 INFO:teuthology.orchestra.run.smithi083.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T22:48:22.212 INFO:teuthology.orchestra.run.smithi083.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T22:48:22.212 INFO:teuthology.orchestra.run.smithi083.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T22:48:22.212 INFO:teuthology.orchestra.run.smithi083.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-20T22:48:22.213 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-20T22:48:22.303 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\\)', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON', 'CEPHADM_AGENT_DOWN'], 'log-only-match': ['CEPHADM_'], 'sha1': '9e2ac70bb7aea67d34f0d50002344abbe7803736'} 2024-09-20T22:48:22.303 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2024-09-20T22:48:22.303 INFO:tasks.cephadm:Cluster fsid is 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:48:22.304 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-20T22:48:22.304 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.83', 'mon.c': '[v2:172.21.15.83:3301,v1:172.21.15.83:6790]', 'mon.b': '172.21.15.142'} 2024-09-20T22:48:22.304 INFO:tasks.cephadm:First mon is mon.a on smithi083 2024-09-20T22:48:22.304 INFO:tasks.cephadm:First mgr is y 2024-09-20T22:48:22.304 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-20T22:48:22.304 DEBUG:teuthology.orchestra.run.smithi083:> sudo hostname $(hostname -s) 2024-09-20T22:48:22.318 DEBUG:teuthology.orchestra.run.smithi142:> sudo hostname $(hostname -s) 2024-09-20T22:48:22.333 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2024-09-20T22:48:22.334 DEBUG:teuthology.orchestra.run.smithi083:> 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-09-20T22:48:22.681 INFO:teuthology.orchestra.run.smithi083.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Sep 20 22:48 /home/ubuntu/cephtest/cephadm 2024-09-20T22:48:22.681 DEBUG:teuthology.orchestra.run.smithi142:> 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-09-20T22:48:22.937 INFO:teuthology.orchestra.run.smithi142.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Sep 20 22:48 /home/ubuntu/cephtest/cephadm 2024-09-20T22:48:22.938 DEBUG:teuthology.orchestra.run.smithi083:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T22:48:22.945 DEBUG:teuthology.orchestra.run.smithi142:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-20T22:48:22.962 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2024-09-20T22:48:22.962 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-09-20T22:48:22.989 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2024-09-20T22:48:23.143 INFO:teuthology.orchestra.run.smithi083.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-09-20T22:48:23.152 INFO:teuthology.orchestra.run.smithi142.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-09-20T22:49:02.206 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T22:49:02.207 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-09-20T22:49:02.207 INFO:teuthology.orchestra.run.smithi083.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-09-20T22:49:02.207 INFO:teuthology.orchestra.run.smithi083.stdout: "repo_digests": [ 2024-09-20T22:49:02.207 INFO:teuthology.orchestra.run.smithi083.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-09-20T22:49:02.207 INFO:teuthology.orchestra.run.smithi083.stdout: ] 2024-09-20T22:49:02.207 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T22:49:05.985 INFO:teuthology.orchestra.run.smithi142.stdout:{ 2024-09-20T22:49:05.986 INFO:teuthology.orchestra.run.smithi142.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2024-09-20T22:49:05.986 INFO:teuthology.orchestra.run.smithi142.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2024-09-20T22:49:05.986 INFO:teuthology.orchestra.run.smithi142.stdout: "repo_digests": [ 2024-09-20T22:49:05.986 INFO:teuthology.orchestra.run.smithi142.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2024-09-20T22:49:05.986 INFO:teuthology.orchestra.run.smithi142.stdout: ] 2024-09-20T22:49:05.986 INFO:teuthology.orchestra.run.smithi142.stdout:} 2024-09-20T22:49:06.016 DEBUG:teuthology.orchestra.run.smithi083:> sudo mkdir -p /etc/ceph 2024-09-20T22:49:06.030 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /etc/ceph 2024-09-20T22:49:06.044 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 777 /etc/ceph 2024-09-20T22:49:06.084 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 777 /etc/ceph 2024-09-20T22:49:06.098 INFO:tasks.cephadm:Writing seed config... 2024-09-20T22:49:06.099 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-20T22:49:06.099 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-20T22:49:06.099 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-20T22:49:06.100 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-20T22:49:06.100 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-20T22:49:06.100 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-20T22:49:06.100 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-20T22:49:06.100 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-20T22:49:06.100 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-20T22:49:06.100 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-20T22:49:06.101 DEBUG:teuthology.orchestra.run.smithi083:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-20T22:49:06.130 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 = 703a1c38-77a2-11ef-baf5-efdc52797490 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-09-20T22:49:06.130 DEBUG:teuthology.orchestra.run.smithi083:mon.a> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.a.service 2024-09-20T22:49:06.179 DEBUG:teuthology.orchestra.run.smithi083:mgr.y> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.y.service 2024-09-20T22:49:06.222 INFO:tasks.cephadm:Bootstrapping... 2024-09-20T22:49:06.222 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 --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.83 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-20T22:49:06.422 INFO:teuthology.orchestra.run.smithi083.stderr:-------------------------------------------------------------------------------- 2024-09-20T22:49:06.422 INFO:teuthology.orchestra.run.smithi083.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '703a1c38-77a2-11ef-baf5-efdc52797490', '--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.83', '--skip-admin-label'] 2024-09-20T22:49:06.423 INFO:teuthology.orchestra.run.smithi083.stderr:Verifying podman|docker is present... 2024-09-20T22:49:06.423 INFO:teuthology.orchestra.run.smithi083.stderr:Verifying lvm2 is present... 2024-09-20T22:49:06.423 INFO:teuthology.orchestra.run.smithi083.stderr:Verifying time synchronization is in place... 2024-09-20T22:49:06.427 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-09-20T22:49:06.433 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: inactive 2024-09-20T22:49:06.438 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-09-20T22:49:06.443 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: inactive 2024-09-20T22:49:06.446 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: masked 2024-09-20T22:49:06.450 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: inactive 2024-09-20T22:49:06.453 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-09-20T22:49:06.456 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: inactive 2024-09-20T22:49:06.460 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: enabled 2024-09-20T22:49:06.464 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: active 2024-09-20T22:49:06.464 INFO:teuthology.orchestra.run.smithi083.stderr:Unit ntp.service is enabled and running 2024-09-20T22:49:06.464 INFO:teuthology.orchestra.run.smithi083.stderr:Repeating the final host check... 2024-09-20T22:49:06.465 INFO:teuthology.orchestra.run.smithi083.stderr:docker (/usr/bin/docker) is present 2024-09-20T22:49:06.465 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl is present 2024-09-20T22:49:06.465 INFO:teuthology.orchestra.run.smithi083.stderr:lvcreate is present 2024-09-20T22:49:06.467 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-09-20T22:49:06.470 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: inactive 2024-09-20T22:49:06.473 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-09-20T22:49:06.476 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: inactive 2024-09-20T22:49:06.479 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: masked 2024-09-20T22:49:06.482 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: inactive 2024-09-20T22:49:06.486 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-09-20T22:49:06.489 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: inactive 2024-09-20T22:49:06.492 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: enabled 2024-09-20T22:49:06.496 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: active 2024-09-20T22:49:06.496 INFO:teuthology.orchestra.run.smithi083.stderr:Unit ntp.service is enabled and running 2024-09-20T22:49:06.496 INFO:teuthology.orchestra.run.smithi083.stderr:Host looks OK 2024-09-20T22:49:06.497 INFO:teuthology.orchestra.run.smithi083.stderr:Cluster fsid: 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:49:06.497 INFO:teuthology.orchestra.run.smithi083.stderr:Acquiring lock 139890686051712 on /run/cephadm/703a1c38-77a2-11ef-baf5-efdc52797490.lock 2024-09-20T22:49:06.497 INFO:teuthology.orchestra.run.smithi083.stderr:Lock 139890686051712 acquired on /run/cephadm/703a1c38-77a2-11ef-baf5-efdc52797490.lock 2024-09-20T22:49:06.497 INFO:teuthology.orchestra.run.smithi083.stderr:Verifying IP 172.21.15.83 port 3300 ... 2024-09-20T22:49:06.497 INFO:teuthology.orchestra.run.smithi083.stderr:Verifying IP 172.21.15.83 port 6789 ... 2024-09-20T22:49:06.497 INFO:teuthology.orchestra.run.smithi083.stderr:Base mon IP is 172.21.15.83, final addrv is [v2:172.21.15.83:3300,v1:172.21.15.83:6789] 2024-09-20T22:49:06.499 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-09-20T22:49:06.499 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.83 metric 100 2024-09-20T22:49:06.499 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.83 metric 100 2024-09-20T22:49:06.499 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-20T22:49:06.499 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.83 metric 100 2024-09-20T22:49:06.499 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.83 metric 100 2024-09-20T22:49:06.499 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.83 metric 100 2024-09-20T22:49:06.500 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.83 metric 100 2024-09-20T22:49:06.501 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-09-20T22:49:06.501 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-20T22:49:06.501 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1784sec pref medium 2024-09-20T22:49:06.503 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-20T22:49:06.503 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-09-20T22:49:06.503 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-09-20T22:49:06.503 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-20T22:49:06.503 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:ce91/64 scope link 2024-09-20T22:49:06.503 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-09-20T22:49:06.504 INFO:teuthology.orchestra.run.smithi083.stderr:Mon IP `172.21.15.83` is in CIDR network `172.21.0.0/20` 2024-09-20T22:49:06.504 INFO:teuthology.orchestra.run.smithi083.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-20T22:49:06.504 INFO:teuthology.orchestra.run.smithi083.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2024-09-20T22:49:06.827 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2024-09-20T22:49:06.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2024-09-20T22:49:06.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2024-09-20T22:49:06.931 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2024-09-20T22:49:08.055 INFO:teuthology.orchestra.run.smithi083.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-09-20T22:49:08.619 INFO:teuthology.orchestra.run.smithi083.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2024-09-20T22:49:08.619 INFO:teuthology.orchestra.run.smithi083.stderr:Extracting ceph user uid/gid from container image... 2024-09-20T22:49:09.470 INFO:teuthology.orchestra.run.smithi083.stderr:stat: 167 167 2024-09-20T22:49:10.049 INFO:teuthology.orchestra.run.smithi083.stderr:Creating initial keys... 2024-09-20T22:49:10.906 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-authtool: AQDm++1m0M7tNRAApFFqENOG1v2zdzhkFceRsg== 2024-09-20T22:49:12.422 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-authtool: AQDo++1mnzcdGRAAgILWT2ERHq6MwwM194k1Dg== 2024-09-20T22:49:13.905 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-authtool: AQDp++1mwffmNRAA7weHujRPZqvjty1ReLjQVw== 2024-09-20T22:49:14.403 INFO:teuthology.orchestra.run.smithi083.stderr:Creating initial monmap... 2024-09-20T22:49:15.361 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-20T22:49:15.361 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2024-09-20T22:49:15.361 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:49:15.361 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-20T22:49:15.967 INFO:teuthology.orchestra.run.smithi083.stderr:monmaptool for a [v2:172.21.15.83:3300,v1:172.21.15.83:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-20T22:49:15.968 INFO:teuthology.orchestra.run.smithi083.stderr:setting min_mon_release = octopus 2024-09-20T22:49:15.968 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/monmaptool: set fsid to 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:49:15.968 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-20T22:49:15.968 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-09-20T22:49:15.968 INFO:teuthology.orchestra.run.smithi083.stderr:Creating mon... 2024-09-20T22:49:16.884 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-20T22:49:16.884 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 1 imported monmap: 2024-09-20T22:49:16.884 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: epoch 0 2024-09-20T22:49:16.885 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:49:16.885 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: last_changed 2024-09-20T22:49:15.359403+0000 2024-09-20T22:49:16.885 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: created 2024-09-20T22:49:15.359403+0000 2024-09-20T22:49:16.885 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2024-09-20T22:49:16.885 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-09-20T22:49:16.885 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-20T22:49:16.885 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.886 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 0 /usr/bin/ceph-mon: set fsid to 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:49:16.886 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: RocksDB version: 6.15.5 2024-09-20T22:49:16.886 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.886 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-20T22:49:16.886 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Compile date Apr 18 2022 2024-09-20T22:49:16.887 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: DB SUMMARY 2024-09-20T22:49:16.887 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.887 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: DB Session ID: 6RESTZ4JZKFG9UBQ6C80 2024-09-20T22:49:16.887 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.887 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-20T22:49:16.890 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.890 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-20T22:49:16.890 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.890 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.error_if_exists: 0 2024-09-20T22:49:16.890 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.create_if_missing: 1 2024-09-20T22:49:16.890 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.paranoid_checks: 1 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.env: 0x5652b48c6860 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.fs: Posix File System 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.info_log: 0x5652b67ad320 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.statistics: (nil) 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.use_fsync: 0 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.max_log_file_size: 0 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.allow_fallocate: 1 2024-09-20T22:49:16.891 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.use_direct_reads: 0 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.create_missing_column_families: 0 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.db_log_dir: 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.advise_random_on_open: 1 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-20T22:49:16.892 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.write_buffer_manager: 0x5652b6a4d950 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.rate_limiter: (nil) 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.unordered_write: 0 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T22:49:16.893 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.row_cache: None 2024-09-20T22:49:16.894 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.wal_filter: None 2024-09-20T22:49:16.894 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T22:49:16.894 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-20T22:49:16.894 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.preserve_deletes: 0 2024-09-20T22:49:16.894 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.two_write_queues: 0 2024-09-20T22:49:16.912 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.manual_wal_flush: 0 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.atomic_flush: 0 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.log_readahead_size: 0 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.max_background_jobs: 2 2024-09-20T22:49:16.913 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.max_background_compactions: -1 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.max_subcompactions: 1 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.max_total_wal_size: 0 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.max_open_files: -1 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.bytes_per_sync: 0 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T22:49:16.914 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Options.max_background_flushes: -1 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Compression algorithms supported: 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: kZSTD supported: 0 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: kXpressCompression supported: 0 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: kLZ4Compression supported: 1 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: kBZip2Compression supported: 0 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: kZlibCompression supported: 1 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: kSnappyCompression supported: 1 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.877+0000 7f59a875d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-20T22:49:16.915 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.merge_operator: 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compaction_filter: None 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compaction_filter_factory: None 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5652b67feb08) 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T22:49:16.916 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: index_type: 0 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: checksum: 1 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: block_cache: 0x5652b67de170 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-09-20T22:49:16.917 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-09-20T22:49:16.918 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: format_version: 4 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: block_align: 0 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compression: NoCompression 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.num_levels: 7 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T22:49:16.919 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T22:49:16.920 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T22:49:16.920 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T22:49:16.920 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T22:49:16.920 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T22:49:16.920 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T22:49:16.920 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T22:49:16.920 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T22:49:16.920 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T22:49:16.920 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compression_opts.level: 32767 2024-09-20T22:49:16.920 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-20T22:49:16.920 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T22:49:16.922 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T22:49:16.922 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T22:49:16.922 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compression_opts.enabled: false 2024-09-20T22:49:16.922 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T22:49:16.922 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T22:49:16.922 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T22:49:16.922 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-20T22:49:16.922 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T22:49:16.922 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T22:49:16.922 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T22:49:16.922 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T22:49:16.922 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.arena_block_size: 4194304 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T22:49:16.923 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.table_properties_collectors: 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.inplace_update_support: 0 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T22:49:16.924 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.bloom_locality: 0 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.max_successive_merges: 0 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.force_consistency_checks: 1 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.ttl: 2592000 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.enable_blob_files: false 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.min_blob_size: 0 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.blob_file_size: 268435456 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T22:49:16.925 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.881+0000 7f59a875d880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.885+0000 7f59a875d880 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-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.885+0000 7f59a875d880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.885+0000 7f59a875d880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2024-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.885+0000 7f59a875d880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5652b67c4a80 2024-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.885+0000 7f59a875d880 4 rocksdb: DB pointer 0x5652b6838000 2024-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.885+0000 7f599a347700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.885+0000 7f599a347700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.926 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-20T22:49:16.927 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.928 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-09-20T22:49:16.929 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.930 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.930 INFO:teuthology.orchestra.run.smithi083.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-09-20T22:49:16.930 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.930 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-09-20T22:49:16.930 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: 2024-09-20T22:49:16.930 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.885+0000 7f59a875d880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2024-09-20T22:49:16.930 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.889+0000 7f59a875d880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2024-09-20T22:49:16.930 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph-mon: debug 2024-09-20T22:49:16.889+0000 7f59a875d880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-20T22:49:17.382 INFO:teuthology.orchestra.run.smithi083.stderr:create mon.a on 2024-09-20T22:49:17.615 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-20T22:49:17.821 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-703a1c38-77a2-11ef-baf5-efdc52797490.target -> /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490.target. 2024-09-20T22:49:17.822 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-703a1c38-77a2-11ef-baf5-efdc52797490.target -> /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490.target. 2024-09-20T22:49:18.224 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Failed to reset failed state of unit ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.a.service: Unit ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.a.service not loaded. 2024-09-20T22:49:18.229 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Created symlink /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490.target.wants/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.a.service -> /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service. 2024-09-20T22:49:18.435 INFO:teuthology.orchestra.run.smithi083.stderr:firewalld does not appear to be present 2024-09-20T22:49:18.436 INFO:teuthology.orchestra.run.smithi083.stderr:Not possible to enable service . firewalld.service is not available 2024-09-20T22:49:18.436 INFO:teuthology.orchestra.run.smithi083.stderr:Waiting for mon to start... 2024-09-20T22:49:18.436 INFO:teuthology.orchestra.run.smithi083.stderr:Waiting for mon... 2024-09-20T22:49:18.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:18 smithi083 systemd[1]: Started Ceph mon.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:49:20.311 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: cluster: 2024-09-20T22:49:20.311 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: id: 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:49:20.311 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-09-20T22:49:20.311 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:20.311 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: services: 2024-09-20T22:49:20.311 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.214493s) 2024-09-20T22:49:20.311 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: mgr: no daemons active 2024-09-20T22:49:20.311 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-09-20T22:49:20.311 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:20.311 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: data: 2024-09-20T22:49:20.311 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-09-20T22:49:20.311 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-09-20T22:49:20.312 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-09-20T22:49:20.312 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: pgs: 2024-09-20T22:49:20.312 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:20.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:20 smithi083 bash[19416]: cluster 2024-09-20T22:49:20.096686+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:49:20.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:20 smithi083 bash[19416]: cluster 2024-09-20T22:49:20.080897+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T22:49:20.896 INFO:teuthology.orchestra.run.smithi083.stderr:mon is available 2024-09-20T22:49:20.896 INFO:teuthology.orchestra.run.smithi083.stderr:Assimilating anything we can from ceph.conf... 2024-09-20T22:49:21.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:21 smithi083 bash[19416]: cluster 2024-09-20T22:49:20.093318+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T22:49:21.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:21 smithi083 bash[19416]: cluster 2024-09-20T22:49:20.095594+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0]} 2024-09-20T22:49:21.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:21 smithi083 bash[19416]: cluster 2024-09-20T22:49:20.098905+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-20T22:49:21.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:21 smithi083 bash[19416]: cluster 2024-09-20T22:49:20.102643+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-20T22:49:21.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:21 smithi083 bash[19416]: cluster 2024-09-20T22:49:20.103107+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-20T22:49:21.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:21 smithi083 bash[19416]: audit 2024-09-20T22:49:20.307767+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.83:0/1637677512' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T22:49:22.223 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:22.223 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: [global] 2024-09-20T22:49:22.223 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: fsid = 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:49:22.223 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.83:3300,v1:172.21.15.83:6789] 2024-09-20T22:49:22.223 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-09-20T22:49:22.223 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-09-20T22:49:22.223 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-09-20T22:49:22.223 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-09-20T22:49:22.223 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:22.223 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: [mgr] 2024-09-20T22:49:22.223 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = True 2024-09-20T22:49:22.223 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-09-20T22:49:22.224 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:22.224 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: [osd] 2024-09-20T22:49:22.224 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-09-20T22:49:22.224 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-09-20T22:49:22.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:22 smithi083 bash[19416]: audit 2024-09-20T22:49:22.213551+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.83:0/2395649276' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-20T22:49:22.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:22 smithi083 bash[19416]: audit 2024-09-20T22:49:22.219669+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.83:0/2395649276' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T22:49:22.778 INFO:teuthology.orchestra.run.smithi083.stderr:Generating new minimal ceph.conf... 2024-09-20T22:49:24.318 INFO:teuthology.orchestra.run.smithi083.stderr:Restarting the monitor... 2024-09-20T22:49:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:23 smithi083 bash[19416]: audit 2024-09-20T22:49:23.823725+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.83:0/3363938865' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:49:24.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:24 smithi083 systemd[1]: Stopping Ceph mon.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T22:49:24.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:24 smithi083 bash[19782]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mon.a 2024-09-20T22:49:24.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:24 smithi083 bash[19416]: debug 2024-09-20T22:49:24.405+0000 7f55c4a5c700 -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-09-20T22:49:24.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:24 smithi083 bash[19416]: debug 2024-09-20T22:49:24.405+0000 7f55c4a5c700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-20T22:49:25.052 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:24 smithi083 bash[19791]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mon-a 2024-09-20T22:49:25.053 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:24 smithi083 bash[19825]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mon.a 2024-09-20T22:49:25.056 INFO:teuthology.orchestra.run.smithi083.stderr:Setting mon public_network to 172.21.0.0/20 2024-09-20T22:49:25.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:25 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-20T22:49:25.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:25 smithi083 systemd[1]: Stopped Ceph mon.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:49:25.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:25 smithi083 systemd[1]: Started Ceph mon.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:49:26.806 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.545+0000 7f08a2c97880 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-20T22:49:26.806 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.545+0000 7f08a2c97880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.545+0000 7f08a2c97880 0 pidfile_write: ignore empty --pid-file 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.549+0000 7f08a2c97880 0 load: jerasure load: lrc 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: RocksDB version: 6.15.5 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Compile date Apr 18 2022 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: DB SUMMARY 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: DB Session ID: 7VJCWSJLYC757S4AR3UB 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: CURRENT file: CURRENT 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: IDENTITY file: IDENTITY 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82629 ; 2024-09-20T22:49:26.807 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.error_if_exists: 0 2024-09-20T22:49:26.808 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.create_if_missing: 0 2024-09-20T22:49:26.808 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.paranoid_checks: 1 2024-09-20T22:49:26.808 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T22:49:26.808 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.env: 0x55d981ac6860 2024-09-20T22:49:26.808 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.fs: Posix File System 2024-09-20T22:49:26.808 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.info_log: 0x55d9842cde00 2024-09-20T22:49:26.808 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-20T22:49:26.808 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.statistics: (nil) 2024-09-20T22:49:26.808 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.use_fsync: 0 2024-09-20T22:49:26.808 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_log_file_size: 0 2024-09-20T22:49:26.808 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T22:49:26.808 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T22:49:26.809 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-20T22:49:26.809 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-20T22:49:26.809 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.allow_fallocate: 1 2024-09-20T22:49:26.809 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-20T22:49:26.809 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-20T22:49:26.809 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.use_direct_reads: 0 2024-09-20T22:49:26.809 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T22:49:26.809 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.create_missing_column_families: 0 2024-09-20T22:49:26.809 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.db_log_dir: 2024-09-20T22:49:26.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-20T22:49:26.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T22:49:26.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T22:49:26.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T22:49:26.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T22:49:26.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T22:49:26.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T22:49:26.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.advise_random_on_open: 1 2024-09-20T22:49:26.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-20T22:49:26.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.write_buffer_manager: 0x55d9843be2d0 2024-09-20T22:49:26.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T22:49:26.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-20T22:49:26.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T22:49:26.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T22:49:26.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.rate_limiter: (nil) 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.unordered_write: 0 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.row_cache: None 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.wal_filter: None 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T22:49:26.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-20T22:49:26.813 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.preserve_deletes: 0 2024-09-20T22:49:26.813 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.two_write_queues: 0 2024-09-20T22:49:26.813 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.manual_wal_flush: 0 2024-09-20T22:49:26.813 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.atomic_flush: 0 2024-09-20T22:49:26.813 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T22:49:26.813 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T22:49:26.813 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T22:49:26.813 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.log_readahead_size: 0 2024-09-20T22:49:26.813 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T22:49:26.813 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-20T22:49:26.814 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T22:49:26.814 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T22:49:26.814 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-20T22:49:26.814 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-20T22:49:26.814 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_background_jobs: 2 2024-09-20T22:49:26.814 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_background_compactions: -1 2024-09-20T22:49:26.814 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_subcompactions: 1 2024-09-20T22:49:26.814 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T22:49:26.815 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T22:49:26.815 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T22:49:26.815 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_total_wal_size: 0 2024-09-20T22:49:26.815 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_open_files: -1 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.bytes_per_sync: 0 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_background_flushes: -1 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Compression algorithms supported: 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: kZSTD supported: 0 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: kXpressCompression supported: 0 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-20T22:49:26.816 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: kLZ4Compression supported: 1 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: kBZip2Compression supported: 0 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: kZlibCompression supported: 1 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: kSnappyCompression supported: 1 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.merge_operator: 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_filter: None 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_filter_factory: None 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T22:49:26.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d98429bd00) 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: cache_index_and_filter_blocks: 1 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: pin_top_level_index_and_filter: 1 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: index_type: 0 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: data_block_index_type: 0 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: index_shortening: 1 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: data_block_hash_table_util_ratio: 0.750000 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: hash_index_allow_collision: 1 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: checksum: 1 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: no_block_cache: 0 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: block_cache: 0x55d984302170 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: block_cache_name: BinnedLRUCache 2024-09-20T22:49:26.818 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: block_cache_options: 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: capacity : 536870912 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: num_shard_bits : 4 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: strict_capacity_limit : 0 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: high_pri_pool_ratio: 0.000 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: block_cache_compressed: (nil) 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: persistent_cache: (nil) 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: block_size: 4096 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: block_size_deviation: 10 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: block_restart_interval: 16 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: index_block_restart_interval: 1 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: metadata_block_size: 4096 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: partition_filters: 0 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: use_delta_encoding: 1 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-20T22:49:26.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: whole_key_filtering: 1 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: verify_compression: 0 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: read_amp_bytes_per_bit: 0 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: format_version: 4 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: enable_index_compression: 1 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: block_align: 0 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compression: NoCompression 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.num_levels: 7 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T22:49:26.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compression_opts.level: 32767 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T22:49:26.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compression_opts.enabled: false 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T22:49:26.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.arena_block_size: 4194304 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T22:49:26.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.table_properties_collectors: 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.inplace_update_support: 0 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.bloom_locality: 0 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.max_successive_merges: 0 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-20T22:49:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.force_consistency_checks: 1 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.ttl: 2592000 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.enable_blob_files: false 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.min_blob_size: 0 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.blob_file_size: 268435456 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 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-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726872566558930, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2024-09-20T22:49:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 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-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726872566559770, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79179, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77442, "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": 71751, "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": 1726872566, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "19c99481-4b64-4126-af77-7f285ae37782", "db_session_id": "7VJCWSJLYC757S4AR3UB"}} 2024-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2024-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.553+0000 7f08a2c97880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726872566560234, "job": 1, "event": "recovery_finished"} 2024-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f08a2c97880 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-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f08a2c97880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55d9842e8a80 2024-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f08a2c97880 4 rocksdb: DB pointer 0x55d9842f8000 2024-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f0892a1f700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f0892a1f700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: ** DB Stats ** 2024-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T22:49:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: ** Compaction Stats [default] ** 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: 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-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: L0 2/0 79.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.4 0.00 0.00 1 0.001 0 0 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Sum 2/0 79.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.4 0.00 0.00 1 0.001 0 0 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.4 0.00 0.00 1 0.001 0 0 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: ** Compaction Stats [default] ** 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: 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-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 140.4 0.00 0.00 1 0.001 0 0 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T22:49:26.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: AddFile(Keys): cumulative 0, interval 0 2024-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Cumulative compaction: 0.00 GB write, 18.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Interval compaction: 0.00 GB write, 18.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: 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-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: ** File Read Latency Histogram By Level [default] ** 2024-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: ** Compaction Stats [default] ** 2024-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: 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-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: L0 2/0 79.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.4 0.00 0.00 1 0.001 0 0 2024-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Sum 2/0 79.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.4 0.00 0.00 1 0.001 0 0 2024-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: 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-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: ** Compaction Stats [default] ** 2024-09-20T22:49:26.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: 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-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 140.4 0.00 0.00 1 0.001 0 0 2024-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: AddFile(Keys): cumulative 0, interval 0 2024-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Cumulative compaction: 0.00 GB write, 18.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: 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-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: ** File Read Latency Histogram By Level [default] ** 2024-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f08a2c97880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] at bind addrs [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:49:26.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f08a2c97880 1 mon.a@-1(???) e1 preinit fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f08a2c97880 0 mon.a@-1(???).mds e1 new map 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f08a2c97880 0 mon.a@-1(???).mds e1 print_map 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: e1 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: 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-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: legacy client fscid: -1 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: No filesystems configured 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f08a2c97880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f08a2c97880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f08a2c97880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f08a2c97880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: debug 2024-09-20T22:49:26.557+0000 7f08a2c97880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: cluster 2024-09-20T22:49:26.584850+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-20T22:49:26.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: cluster 2024-09-20T22:49:26.584912+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0]} 2024-09-20T22:49:26.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: cluster 2024-09-20T22:49:26.584992+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-09-20T22:49:26.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: cluster 2024-09-20T22:49:26.585024+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-20T22:49:26.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:26 smithi083 bash[19864]: cluster 2024-09-20T22:49:26.585416+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-20T22:49:27.390 INFO:teuthology.orchestra.run.smithi083.stderr:Wrote config to /etc/ceph/ceph.conf 2024-09-20T22:49:27.391 INFO:teuthology.orchestra.run.smithi083.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-20T22:49:27.391 INFO:teuthology.orchestra.run.smithi083.stderr:Creating mgr... 2024-09-20T22:49:27.391 INFO:teuthology.orchestra.run.smithi083.stderr:Verifying port 9283 ... 2024-09-20T22:49:27.654 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Failed to reset failed state of unit ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.y.service: Unit ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.y.service not loaded. 2024-09-20T22:49:27.659 INFO:teuthology.orchestra.run.smithi083.stderr:systemctl: Created symlink /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490.target.wants/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.y.service -> /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service. 2024-09-20T22:49:27.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:27 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:49:27.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:27 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:49:27.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:27 smithi083 bash[19864]: audit 2024-09-20T22:49:26.791349+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.83:0/3610007297' entity='client.admin' 2024-09-20T22:49:27.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:27 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:49:27.859 INFO:teuthology.orchestra.run.smithi083.stderr:firewalld does not appear to be present 2024-09-20T22:49:27.859 INFO:teuthology.orchestra.run.smithi083.stderr:Not possible to enable service . firewalld.service is not available 2024-09-20T22:49:27.860 INFO:teuthology.orchestra.run.smithi083.stderr:firewalld does not appear to be present 2024-09-20T22:49:27.860 INFO:teuthology.orchestra.run.smithi083.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-09-20T22:49:27.860 INFO:teuthology.orchestra.run.smithi083.stderr:Waiting for mgr to start... 2024-09-20T22:49:27.860 INFO:teuthology.orchestra.run.smithi083.stderr:Waiting for mgr... 2024-09-20T22:49:28.113 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:27 smithi083 systemd[1]: Started Ceph mgr.y for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:49:29.576 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:29.576 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: { 2024-09-20T22:49:29.576 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "fsid": "703a1c38-77a2-11ef-baf5-efdc52797490", 2024-09-20T22:49:29.576 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "health": { 2024-09-20T22:49:29.576 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "checks": {}, 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "mutes": [] 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "quorum": [ 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 0 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ], 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "a" 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ], 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "monmap": { 2024-09-20T22:49:29.577 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "osdmap": { 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:29.578 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "pgmap": { 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "fsmap": { 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-20T22:49:29.579 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "available": false, 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "modules": [ 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "iostat", 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "nfs", 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "restful" 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ], 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "services": {} 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "servicemap": { 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "modified": "2024-09-20T22:49:20.097116+0000", 2024-09-20T22:49:29.580 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "services": {} 2024-09-20T22:49:29.581 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:29.581 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-20T22:49:29.581 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: } 2024-09-20T22:49:29.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:29 smithi083 bash[19864]: audit 2024-09-20T22:49:29.569905+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.83:0/979719773' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-20T22:49:29.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:29 smithi083 bash[20114]: debug 2024-09-20T22:49:29.517+0000 7f7a0c748000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T22:49:30.175 INFO:teuthology.orchestra.run.smithi083.stderr:mgr not available, waiting (1/15)... 2024-09-20T22:49:31.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:31 smithi083 bash[20114]: debug 2024-09-20T22:49:31.029+0000 7f7a0c748000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T22:49:31.327 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:31 smithi083 bash[20114]: debug 2024-09-20T22:49:31.121+0000 7f7a0c748000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T22:49:31.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:31 smithi083 bash[20114]: debug 2024-09-20T22:49:31.361+0000 7f7a0c748000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T22:49:32.399 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:32 smithi083 bash[20114]: debug 2024-09-20T22:49:32.081+0000 7f7a0c748000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T22:49:32.399 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:32 smithi083 bash[20114]: debug 2024-09-20T22:49:32.185+0000 7f7a0c748000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T22:49:32.399 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:32 smithi083 bash[20114]: debug 2024-09-20T22:49:32.285+0000 7f7a0c748000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T22:49:32.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:32 smithi083 bash[20114]: debug 2024-09-20T22:49:32.393+0000 7f7a0c748000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T22:49:32.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:32 smithi083 bash[20114]: debug 2024-09-20T22:49:32.601+0000 7f7a0c748000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T22:49:33.157 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:32 smithi083 bash[20114]: debug 2024-09-20T22:49:32.869+0000 7f7a0c748000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T22:49:33.158 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:32 smithi083 bash[20114]: debug 2024-09-20T22:49:32.969+0000 7f7a0c748000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T22:49:33.397 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:33.397 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: { 2024-09-20T22:49:33.397 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "fsid": "703a1c38-77a2-11ef-baf5-efdc52797490", 2024-09-20T22:49:33.397 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "health": { 2024-09-20T22:49:33.397 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-20T22:49:33.397 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "checks": {}, 2024-09-20T22:49:33.397 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "mutes": [] 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "quorum": [ 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 0 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ], 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "a" 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ], 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "monmap": { 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:33.398 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "osdmap": { 2024-09-20T22:49:33.399 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:33.399 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-20T22:49:33.399 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-20T22:49:33.399 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-20T22:49:33.399 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-20T22:49:33.402 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-20T22:49:33.402 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-20T22:49:33.402 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:33.402 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "pgmap": { 2024-09-20T22:49:33.402 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-20T22:49:33.402 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-20T22:49:33.402 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-20T22:49:33.402 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-20T22:49:33.402 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "fsmap": { 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "available": false, 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-20T22:49:33.403 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "modules": [ 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "iostat", 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "nfs", 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "restful" 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ], 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "services": {} 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "servicemap": { 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "modified": "2024-09-20T22:49:20.097116+0000", 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "services": {} 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-20T22:49:33.404 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: } 2024-09-20T22:49:33.407 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:33 smithi083 bash[20114]: debug 2024-09-20T22:49:33.153+0000 7f7a0c748000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T22:49:33.408 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:33 smithi083 bash[20114]: debug 2024-09-20T22:49:33.397+0000 7f7a0c748000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T22:49:33.670 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:33 smithi083 bash[19864]: audit 2024-09-20T22:49:33.393372+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.83:0/655698705' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-20T22:49:33.941 INFO:teuthology.orchestra.run.smithi083.stderr:mgr not available, waiting (2/15)... 2024-09-20T22:49:34.061 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:33 smithi083 bash[20114]: debug 2024-09-20T22:49:33.665+0000 7f7a0c748000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T22:49:34.061 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:33 smithi083 bash[20114]: debug 2024-09-20T22:49:33.825+0000 7f7a0c748000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T22:49:34.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:34 smithi083 bash[20114]: debug 2024-09-20T22:49:34.053+0000 7f7a0c748000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T22:49:34.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:34 smithi083 bash[20114]: debug 2024-09-20T22:49:34.169+0000 7f7a0c748000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T22:49:34.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:34 smithi083 bash[20114]: debug 2024-09-20T22:49:34.497+0000 7f7a0c748000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T22:49:35.515 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:35 smithi083 bash[20114]: debug 2024-09-20T22:49:35.201+0000 7f7a0c748000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T22:49:35.515 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:35 smithi083 bash[20114]: debug 2024-09-20T22:49:35.309+0000 7f7a0c748000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T22:49:35.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:35 smithi083 bash[20114]: debug 2024-09-20T22:49:35.509+0000 7f7a0c748000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T22:49:36.197 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:35 smithi083 bash[20114]: debug 2024-09-20T22:49:35.825+0000 7f7a0c748000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T22:49:36.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:36 smithi083 bash[20114]: debug 2024-09-20T22:49:36.189+0000 7f7a0c748000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T22:49:36.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:36 smithi083 bash[20114]: debug 2024-09-20T22:49:36.305+0000 7f7a0c748000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T22:49:36.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:36 smithi083 bash[19864]: cluster 2024-09-20T22:49:36.330466+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2024-09-20T22:49:36.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:36 smithi083 bash[19864]: cluster 2024-09-20T22:49:36.336949+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00668389s) 2024-09-20T22:49:36.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:36 smithi083 bash[19864]: audit 2024-09-20T22:49:36.338971+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.83:0/2858579236' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T22:49:36.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:36 smithi083 bash[19864]: audit 2024-09-20T22:49:36.339553+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.83:0/2858579236' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T22:49:36.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:36 smithi083 bash[19864]: audit 2024-09-20T22:49:36.339947+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.83:0/2858579236' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T22:49:36.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:36 smithi083 bash[19864]: audit 2024-09-20T22:49:36.340289+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.83:0/2858579236' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:49:36.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:36 smithi083 bash[19864]: audit 2024-09-20T22:49:36.340742+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.83:0/2858579236' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T22:49:36.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:36 smithi083 bash[19864]: cluster 2024-09-20T22:49:36.366489+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2024-09-20T22:49:36.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:36 smithi083 bash[19864]: audit 2024-09-20T22:49:36.377708+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.83:0/2858579236' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:49:36.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:36 smithi083 bash[19864]: audit 2024-09-20T22:49:36.378961+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.83:0/2858579236' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:49:37.305 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:37.305 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: { 2024-09-20T22:49:37.305 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "fsid": "703a1c38-77a2-11ef-baf5-efdc52797490", 2024-09-20T22:49:37.306 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "health": { 2024-09-20T22:49:37.306 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-20T22:49:37.306 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "checks": {}, 2024-09-20T22:49:37.306 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "mutes": [] 2024-09-20T22:49:37.306 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:37.306 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-20T22:49:37.306 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "quorum": [ 2024-09-20T22:49:37.308 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 0 2024-09-20T22:49:37.308 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ], 2024-09-20T22:49:37.308 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-20T22:49:37.308 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "a" 2024-09-20T22:49:37.308 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ], 2024-09-20T22:49:37.308 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-09-20T22:49:37.308 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "monmap": { 2024-09-20T22:49:37.308 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:37.308 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-09-20T22:49:37.308 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-20T22:49:37.308 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:37.309 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "osdmap": { 2024-09-20T22:49:37.309 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:37.309 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-20T22:49:37.309 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-20T22:49:37.309 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-20T22:49:37.309 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-20T22:49:37.312 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-20T22:49:37.312 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-20T22:49:37.312 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:37.312 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "pgmap": { 2024-09-20T22:49:37.312 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-20T22:49:37.312 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-20T22:49:37.312 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "fsmap": { 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-20T22:49:37.313 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "available": false, 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "modules": [ 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "iostat", 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "nfs", 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "restful" 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ], 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "services": {} 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "servicemap": { 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "modified": "2024-09-20T22:49:20.097116+0000", 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "services": {} 2024-09-20T22:49:37.314 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:37.315 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-20T22:49:37.315 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: } 2024-09-20T22:49:37.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:37 smithi083 bash[19864]: audit 2024-09-20T22:49:36.390076+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.83:0/2858579236' entity='mgr.y' 2024-09-20T22:49:37.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:37 smithi083 bash[19864]: audit 2024-09-20T22:49:36.392098+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.83:0/2858579236' entity='mgr.y' 2024-09-20T22:49:37.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:37 smithi083 bash[19864]: audit 2024-09-20T22:49:36.394563+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.83:0/2858579236' entity='mgr.y' 2024-09-20T22:49:37.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:37 smithi083 bash[19864]: audit 2024-09-20T22:49:37.303568+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.83:0/3601108951' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-20T22:49:37.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:37 smithi083 bash[19864]: cluster 2024-09-20T22:49:37.337164+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.00691s) 2024-09-20T22:49:37.859 INFO:teuthology.orchestra.run.smithi083.stderr:mgr not available, waiting (3/15)... 2024-09-20T22:49:39.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:39 smithi083 bash[19864]: cluster 2024-09-20T22:49:38.396933+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-09-20T22:49:41.378 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:41.378 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: { 2024-09-20T22:49:41.378 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "fsid": "703a1c38-77a2-11ef-baf5-efdc52797490", 2024-09-20T22:49:41.378 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "health": { 2024-09-20T22:49:41.378 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-20T22:49:41.378 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "checks": {}, 2024-09-20T22:49:41.378 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "mutes": [] 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "quorum": [ 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 0 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ], 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "a" 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ], 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "quorum_age": 14, 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "monmap": { 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:41.379 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "osdmap": { 2024-09-20T22:49:41.380 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:41.380 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-20T22:49:41.380 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-20T22:49:41.380 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-20T22:49:41.380 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-20T22:49:41.383 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-20T22:49:41.383 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-20T22:49:41.383 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:41.383 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "pgmap": { 2024-09-20T22:49:41.383 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-20T22:49:41.383 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-20T22:49:41.383 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-20T22:49:41.383 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "fsmap": { 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "available": true, 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "modules": [ 2024-09-20T22:49:41.384 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "iostat", 2024-09-20T22:49:41.385 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "nfs", 2024-09-20T22:49:41.385 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "restful" 2024-09-20T22:49:41.385 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ], 2024-09-20T22:49:41.385 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "services": {} 2024-09-20T22:49:41.385 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:41.385 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "servicemap": { 2024-09-20T22:49:41.385 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-20T22:49:41.385 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "modified": "2024-09-20T22:49:20.097116+0000", 2024-09-20T22:49:41.385 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "services": {} 2024-09-20T22:49:41.385 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: }, 2024-09-20T22:49:41.386 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-20T22:49:41.386 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: } 2024-09-20T22:49:41.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:41 smithi083 bash[19864]: audit 2024-09-20T22:49:41.374887+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.83:0/1341771603' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-20T22:49:41.924 INFO:teuthology.orchestra.run.smithi083.stderr:mgr is available 2024-09-20T22:49:43.291 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:43.291 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: [global] 2024-09-20T22:49:43.291 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: fsid = 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:49:43.291 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-09-20T22:49:43.291 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-09-20T22:49:43.291 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-09-20T22:49:43.292 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-09-20T22:49:43.292 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:43.292 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: [mgr] 2024-09-20T22:49:43.292 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-09-20T22:49:43.292 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 2024-09-20T22:49:43.292 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: [osd] 2024-09-20T22:49:43.292 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-09-20T22:49:43.292 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-09-20T22:49:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:43 smithi083 bash[19864]: audit 2024-09-20T22:49:43.284629+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.83:0/3065838376' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-20T22:49:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:43 smithi083 bash[19864]: audit 2024-09-20T22:49:43.289132+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.83:0/3065838376' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-20T22:49:43.897 INFO:teuthology.orchestra.run.smithi083.stderr:Enabling cephadm module... 2024-09-20T22:49:45.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:45 smithi083 bash[20114]: ignoring --setuser ceph since I am not root 2024-09-20T22:49:45.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:45 smithi083 bash[20114]: ignoring --setgroup ceph since I am not root 2024-09-20T22:49:45.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:45 smithi083 bash[20114]: debug 2024-09-20T22:49:45.489+0000 7f010f381000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T22:49:45.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:45 smithi083 bash[19864]: audit 2024-09-20T22:49:45.267685+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.83:0/1810960510' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-20T22:49:46.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:46 smithi083 bash[19864]: audit 2024-09-20T22:49:45.323576+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.83:0/1810960510' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-20T22:49:46.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:46 smithi083 bash[19864]: cluster 2024-09-20T22:49:45.323623+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2024-09-20T22:49:47.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:47 smithi083 bash[20114]: debug 2024-09-20T22:49:46.997+0000 7f010f381000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T22:49:47.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:47 smithi083 bash[20114]: debug 2024-09-20T22:49:47.093+0000 7f010f381000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T22:49:47.332 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: { 2024-09-20T22:49:47.332 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 5, 2024-09-20T22:49:47.332 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "available": true, 2024-09-20T22:49:47.332 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "active_name": "y", 2024-09-20T22:49:47.332 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_standby": 0 2024-09-20T22:49:47.333 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: } 2024-09-20T22:49:47.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:47 smithi083 bash[19864]: audit 2024-09-20T22:49:47.331013+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.83:0/426911749' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-20T22:49:47.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:47 smithi083 bash[20114]: debug 2024-09-20T22:49:47.333+0000 7f010f381000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T22:49:47.952 INFO:teuthology.orchestra.run.smithi083.stderr:Waiting for the mgr to restart... 2024-09-20T22:49:47.952 INFO:teuthology.orchestra.run.smithi083.stderr:Waiting for mgr epoch 5... 2024-09-20T22:49:48.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:48 smithi083 bash[20114]: debug 2024-09-20T22:49:48.061+0000 7f010f381000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T22:49:48.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:48 smithi083 bash[20114]: debug 2024-09-20T22:49:48.165+0000 7f010f381000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T22:49:48.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:48 smithi083 bash[20114]: debug 2024-09-20T22:49:48.265+0000 7f010f381000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T22:49:48.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:48 smithi083 bash[20114]: debug 2024-09-20T22:49:48.373+0000 7f010f381000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T22:49:48.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:48 smithi083 bash[20114]: debug 2024-09-20T22:49:48.577+0000 7f010f381000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T22:49:49.139 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:48 smithi083 bash[20114]: debug 2024-09-20T22:49:48.853+0000 7f010f381000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T22:49:49.139 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:48 smithi083 bash[20114]: debug 2024-09-20T22:49:48.957+0000 7f010f381000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T22:49:49.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:49 smithi083 bash[20114]: debug 2024-09-20T22:49:49.133+0000 7f010f381000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T22:49:49.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:49 smithi083 bash[20114]: debug 2024-09-20T22:49:49.373+0000 7f010f381000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T22:49:50.026 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:49 smithi083 bash[20114]: debug 2024-09-20T22:49:49.633+0000 7f010f381000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T22:49:50.026 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:49 smithi083 bash[20114]: debug 2024-09-20T22:49:49.793+0000 7f010f381000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T22:49:50.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:50 smithi083 bash[20114]: debug 2024-09-20T22:49:50.021+0000 7f010f381000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T22:49:50.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:50 smithi083 bash[20114]: debug 2024-09-20T22:49:50.133+0000 7f010f381000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T22:49:50.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:50 smithi083 bash[20114]: debug 2024-09-20T22:49:50.461+0000 7f010f381000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T22:49:51.482 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:51 smithi083 bash[20114]: debug 2024-09-20T22:49:51.165+0000 7f010f381000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T22:49:51.482 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:51 smithi083 bash[20114]: debug 2024-09-20T22:49:51.277+0000 7f010f381000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T22:49:52.076 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:51 smithi083 bash[20114]: debug 2024-09-20T22:49:51.477+0000 7f010f381000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T22:49:52.076 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:51 smithi083 bash[20114]: debug 2024-09-20T22:49:51.793+0000 7f010f381000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T22:49:52.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:52 smithi083 bash[20114]: debug 2024-09-20T22:49:52.153+0000 7f010f381000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T22:49:52.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:52 smithi083 bash[20114]: debug 2024-09-20T22:49:52.265+0000 7f010f381000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T22:49:53.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: cluster 2024-09-20T22:49:52.290219+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2024-09-20T22:49:53.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: cluster 2024-09-20T22:49:52.291109+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2024-09-20T22:49:53.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: cluster 2024-09-20T22:49:52.294773+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-20T22:49:53.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: cluster 2024-09-20T22:49:52.575617+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.284728s) 2024-09-20T22:49:53.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.577386+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:49:53.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.579616+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T22:49:53.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.580944+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T22:49:53.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.581180+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T22:49:53.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.581428+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T22:49:53.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: cluster 2024-09-20T22:49:52.606528+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2024-09-20T22:49:53.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.624563+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:49:53.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.627931+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:49:53.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.630641+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:49:53.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.633360+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:49:53.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.634737+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:49:53.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.638097+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:49:53.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.647617+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:49:53.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[19864]: audit 2024-09-20T22:49:52.649161+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:49:53.594 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: { 2024-09-20T22:49:53.594 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-09-20T22:49:53.595 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "initialized": true 2024-09-20T22:49:53.595 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: } 2024-09-20T22:49:54.076 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[20114]: [20/Sep/2024:22:49:53] ENGINE Bus STARTING 2024-09-20T22:49:54.076 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[20114]: [20/Sep/2024:22:49:53] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T22:49:54.076 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:53 smithi083 bash[20114]: [20/Sep/2024:22:49:53] ENGINE Bus STARTED 2024-09-20T22:49:54.228 INFO:teuthology.orchestra.run.smithi083.stderr:mgr epoch 5 is available 2024-09-20T22:49:54.228 INFO:teuthology.orchestra.run.smithi083.stderr:Setting orchestrator backend to cephadm... 2024-09-20T22:49:55.066 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:54 smithi083 bash[19864]: cluster 2024-09-20T22:49:53.583392+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e7: y(active, since 1.29251s) 2024-09-20T22:49:55.067 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:54 smithi083 bash[19864]: cephadm 2024-09-20T22:49:53.696446+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [20/Sep/2024:22:49:53] ENGINE Bus STARTING 2024-09-20T22:49:55.067 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:54 smithi083 bash[19864]: cephadm 2024-09-20T22:49:53.811348+0000 mgr.y (mgr.14120) 4 : cephadm [INF] [20/Sep/2024:22:49:53] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T22:49:55.067 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:54 smithi083 bash[19864]: cephadm 2024-09-20T22:49:53.811739+0000 mgr.y (mgr.14120) 5 : cephadm [INF] [20/Sep/2024:22:49:53] ENGINE Bus STARTED 2024-09-20T22:49:55.067 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:54 smithi083 bash[19864]: audit 2024-09-20T22:49:53.814732+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:49:55.067 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:54 smithi083 bash[19864]: audit 2024-09-20T22:49:53.856783+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:49:56.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:55 smithi083 bash[19864]: cluster 2024-09-20T22:49:54.822487+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-09-20T22:49:56.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:55 smithi083 bash[19864]: audit 2024-09-20T22:49:55.619342+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:49:56.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:55 smithi083 bash[19864]: audit 2024-09-20T22:49:55.627740+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:49:57.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:56 smithi083 bash[19864]: audit 2024-09-20T22:49:55.608345+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-09-20T22:49:57.506 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: value unchanged 2024-09-20T22:49:58.092 INFO:teuthology.orchestra.run.smithi083.stderr:Generating ssh key... 2024-09-20T22:49:58.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:49:58 smithi083 bash[19864]: audit 2024-09-20T22:49:57.505014+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-09-20T22:49:59.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: Generating public/private rsa key pair. 2024-09-20T22:49:59.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: Your identification has been saved in /tmp/tmp5tf7d5dy/key. 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: Your public key has been saved in /tmp/tmp5tf7d5dy/key.pub. 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: The key fingerprint is: 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: SHA256:evrNKGOZrYgC88yL9lTBaFWVYe1kKO7hwlMJr38egw0 ceph-703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: The key's randomart image is: 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: +---[RSA 3072]----+ 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: | ....+= | 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: | +. ..o + | 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: | o o+ o + | 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: | . .* . | 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: | ..=ES | 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: |o .= ++ | 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: |.= . ==.+ | 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: |.o=. .*+.=o | 2024-09-20T22:49:59.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: |o.+o..o==.o | 2024-09-20T22:49:59.828 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:49:59 smithi083 bash[20114]: +----[SHA256]-----+ 2024-09-20T22:50:00.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:00 smithi083 bash[19864]: audit 2024-09-20T22:49:59.413196+0000 mgr.y (mgr.14120) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:50:00.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:00 smithi083 bash[19864]: cephadm 2024-09-20T22:49:59.413407+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2024-09-20T22:50:00.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:00 smithi083 bash[19864]: audit 2024-09-20T22:49:59.552339+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:50:00.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:00 smithi083 bash[19864]: audit 2024-09-20T22:49:59.554489+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:50:01.374 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4SGQZxE3wJlNdlTNS2Z0hZKTjTrBmSA1c95xsptAV2zeB2laVfNjoRuPCZyqkmjwyCMz7gfqMphcjppLFUTEXFNm7p3YJuZdBsU89DdkI4gtxCzP5a7QadKbRQqnVJInSC8E61G3SKjgOnDJlgbj4hVYWC+M1PnQ00xxhVr0vHGRtKqL5PWo9NUdTqvuiYUqunMnCMnneFgOxZXYpozkZ6+mXu+wiwIBAoiwxIvP+eV6Jiu3QGW+E+opqoH6vxYTetS6DjmaPi2qLbeidvdNEwCZlSR/CAje1txZnC4CUJUjk02dDLzLezaGB+1BsLQKWO2aQRI4EBoZN5H2ct0SXoPnogxLPUuR6VR6g1ZyubVaMbnlu50ryTQGiqn4/Ke63NcIhc4KoJBU6i+XR8dkR8YDdtWt2V9eOUi4nQroq9BMghoO8Ze75DSJGMVQipAFjtECH366pmUdh8fLAXBzw1omNI03djJTYhCs2zqe7yfU+0gPkpjv0Ktgl52q1ZUk= ceph-703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:50:01.922 INFO:teuthology.orchestra.run.smithi083.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-20T22:50:01.922 INFO:teuthology.orchestra.run.smithi083.stderr:Adding key to root@localhost authorized_keys... 2024-09-20T22:50:01.923 INFO:teuthology.orchestra.run.smithi083.stderr:Adding host smithi083... 2024-09-20T22:50:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:02 smithi083 bash[19864]: audit 2024-09-20T22:50:01.373014+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-09-20T22:50:03.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:03 smithi083 bash[19864]: audit 2024-09-20T22:50:03.287091+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi083", "addr": "172.21.15.83", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:50:04.270 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: Added host 'smithi083' with addr '172.21.15.83' 2024-09-20T22:50:05.063 INFO:teuthology.orchestra.run.smithi083.stderr:Deploying unmanaged mon service... 2024-09-20T22:50:05.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:05 smithi083 bash[19864]: cephadm 2024-09-20T22:50:03.595182+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi083 2024-09-20T22:50:05.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:05 smithi083 bash[19864]: audit 2024-09-20T22:50:04.268980+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:50:05.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:05 smithi083 bash[19864]: cephadm 2024-09-20T22:50:04.269316+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi083 2024-09-20T22:50:05.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:05 smithi083 bash[19864]: audit 2024-09-20T22:50:04.292250+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:50:07.034 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: Scheduled mon update... 2024-09-20T22:50:07.809 INFO:teuthology.orchestra.run.smithi083.stderr:Deploying unmanaged mgr service... 2024-09-20T22:50:08.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:08 smithi083 bash[19864]: audit 2024-09-20T22:50:07.022299+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-09-20T22:50:08.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:08 smithi083 bash[19864]: cephadm 2024-09-20T22:50:07.025320+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-20T22:50:08.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:08 smithi083 bash[19864]: audit 2024-09-20T22:50:07.032706+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:50:08.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:08 smithi083 bash[19864]: audit 2024-09-20T22:50:07.519172+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:50:08.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:08 smithi083 bash[19864]: audit 2024-09-20T22:50:07.775527+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:50:09.320 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-09-20T22:50:10.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:10 smithi083 bash[19864]: audit 2024-09-20T22:50:09.312853+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-09-20T22:50:10.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:10 smithi083 bash[19864]: cephadm 2024-09-20T22:50:09.314260+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-20T22:50:10.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:10 smithi083 bash[19864]: audit 2024-09-20T22:50:09.319016+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:50:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:11 smithi083 bash[19864]: audit 2024-09-20T22:50:10.711371+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:50:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:11 smithi083 bash[19864]: audit 2024-09-20T22:50:10.716426+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:50:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:11 smithi083 bash[19864]: audit 2024-09-20T22:50:10.716976+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:50:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:11 smithi083 bash[19864]: audit 2024-09-20T22:50:10.721876+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' 2024-09-20T22:50:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:11 smithi083 bash[19864]: audit 2024-09-20T22:50:10.723194+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T22:50:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:11 smithi083 bash[19864]: audit 2024-09-20T22:50:10.727645+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.83:0/676881271' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]': finished 2024-09-20T22:50:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:11 smithi083 bash[19864]: cephadm 2024-09-20T22:50:10.896543+0000 mgr.y (mgr.14120) 18 : cephadm [INF] Deploying daemon agent.smithi083 on smithi083 2024-09-20T22:50:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:11 smithi083 bash[19864]: audit 2024-09-20T22:50:11.153000+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.83:0/2621984374' entity='client.admin' 2024-09-20T22:50:13.769 INFO:teuthology.orchestra.run.smithi083.stderr:Enabling the dashboard module... 2024-09-20T22:50:14.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:14 smithi083 bash[19864]: cluster 2024-09-20T22:50:12.582526+0000 mgr.y (mgr.14120) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:50:14.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:14 smithi083 bash[19864]: audit 2024-09-20T22:50:13.181828+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.83:0/3903023959' entity='client.admin' 2024-09-20T22:50:16.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:16 smithi083 bash[20114]: ignoring --setuser ceph since I am not root 2024-09-20T22:50:16.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:16 smithi083 bash[20114]: ignoring --setgroup ceph since I am not root 2024-09-20T22:50:16.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:16 smithi083 bash[20114]: debug 2024-09-20T22:50:16.361+0000 7fa77315e000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T22:50:16.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:16 smithi083 bash[19864]: cluster 2024-09-20T22:50:14.582938+0000 mgr.y (mgr.14120) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:50:16.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:16 smithi083 bash[19864]: audit 2024-09-20T22:50:15.208655+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.83:0/309676329' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-20T22:50:17.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:17 smithi083 bash[19864]: audit 2024-09-20T22:50:16.190423+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.83:0/309676329' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-20T22:50:17.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:17 smithi083 bash[19864]: cluster 2024-09-20T22:50:16.190513+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: y(active, since 23s) 2024-09-20T22:50:17.976 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:17 smithi083 bash[20114]: debug 2024-09-20T22:50:17.877+0000 7fa77315e000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T22:50:18.270 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: { 2024-09-20T22:50:18.270 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "epoch": 9, 2024-09-20T22:50:18.271 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "available": true, 2024-09-20T22:50:18.271 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "active_name": "y", 2024-09-20T22:50:18.271 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "num_standby": 0 2024-09-20T22:50:18.271 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: } 2024-09-20T22:50:18.283 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:17 smithi083 bash[20114]: debug 2024-09-20T22:50:17.973+0000 7fa77315e000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T22:50:18.283 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:18 smithi083 bash[20114]: debug 2024-09-20T22:50:18.213+0000 7fa77315e000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T22:50:18.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:18 smithi083 bash[19864]: audit 2024-09-20T22:50:18.269379+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.83:0/468903388' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-20T22:50:18.824 INFO:teuthology.orchestra.run.smithi083.stderr:Waiting for the mgr to restart... 2024-09-20T22:50:18.824 INFO:teuthology.orchestra.run.smithi083.stderr:Waiting for mgr epoch 9... 2024-09-20T22:50:19.263 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:18 smithi083 bash[20114]: debug 2024-09-20T22:50:18.941+0000 7fa77315e000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T22:50:19.263 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:19 smithi083 bash[20114]: debug 2024-09-20T22:50:19.049+0000 7fa77315e000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T22:50:19.263 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:19 smithi083 bash[20114]: debug 2024-09-20T22:50:19.149+0000 7fa77315e000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T22:50:19.263 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:19 smithi083 bash[20114]: debug 2024-09-20T22:50:19.257+0000 7fa77315e000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T22:50:19.575 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:19 smithi083 bash[20114]: debug 2024-09-20T22:50:19.465+0000 7fa77315e000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T22:50:20.030 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:19 smithi083 bash[20114]: debug 2024-09-20T22:50:19.741+0000 7fa77315e000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T22:50:20.031 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:19 smithi083 bash[20114]: debug 2024-09-20T22:50:19.845+0000 7fa77315e000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T22:50:20.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:20 smithi083 bash[20114]: debug 2024-09-20T22:50:20.025+0000 7fa77315e000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T22:50:20.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:20 smithi083 bash[20114]: debug 2024-09-20T22:50:20.265+0000 7fa77315e000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T22:50:20.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:20 smithi083 bash[20114]: debug 2024-09-20T22:50:20.529+0000 7fa77315e000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T22:50:20.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:20 smithi083 bash[20114]: debug 2024-09-20T22:50:20.689+0000 7fa77315e000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T22:50:21.325 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:20 smithi083 bash[20114]: debug 2024-09-20T22:50:20.917+0000 7fa77315e000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T22:50:21.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:21 smithi083 bash[20114]: debug 2024-09-20T22:50:21.033+0000 7fa77315e000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T22:50:21.825 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:21 smithi083 bash[20114]: debug 2024-09-20T22:50:21.365+0000 7fa77315e000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T22:50:22.392 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:22 smithi083 bash[20114]: debug 2024-09-20T22:50:22.073+0000 7fa77315e000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T22:50:22.392 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:22 smithi083 bash[20114]: debug 2024-09-20T22:50:22.185+0000 7fa77315e000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T22:50:22.711 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:22 smithi083 bash[20114]: debug 2024-09-20T22:50:22.385+0000 7fa77315e000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T22:50:23.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:22 smithi083 bash[20114]: debug 2024-09-20T22:50:22.705+0000 7fa77315e000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T22:50:23.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:23 smithi083 bash[20114]: debug 2024-09-20T22:50:23.069+0000 7fa77315e000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T22:50:23.325 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:23 smithi083 bash[20114]: debug 2024-09-20T22:50:23.181+0000 7fa77315e000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T22:50:23.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:23 smithi083 bash[19864]: cluster 2024-09-20T22:50:23.206181+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon y restarted 2024-09-20T22:50:23.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:23 smithi083 bash[19864]: cluster 2024-09-20T22:50:23.206944+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon y 2024-09-20T22:50:23.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:23 smithi083 bash[19864]: cluster 2024-09-20T22:50:23.211015+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-20T22:50:24.288 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: { 2024-09-20T22:50:24.289 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-09-20T22:50:24.289 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: "initialized": true 2024-09-20T22:50:24.289 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: } 2024-09-20T22:50:24.303 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[20114]: [20/Sep/2024:22:50:24] ENGINE Bus STARTING 2024-09-20T22:50:24.303 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[20114]: [20/Sep/2024:22:50:24] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T22:50:24.303 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[20114]: [20/Sep/2024:22:50:24] ENGINE Bus STARTED 2024-09-20T22:50:24.303 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: cluster 2024-09-20T22:50:23.263498+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0567254s) 2024-09-20T22:50:24.303 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: audit 2024-09-20T22:50:23.270127+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:50:24.303 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: audit 2024-09-20T22:50:23.272070+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T22:50:24.303 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: audit 2024-09-20T22:50:23.273389+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T22:50:24.303 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: audit 2024-09-20T22:50:23.273586+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T22:50:24.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: audit 2024-09-20T22:50:23.273810+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T22:50:24.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: cluster 2024-09-20T22:50:23.298412+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon y is now available 2024-09-20T22:50:24.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: audit 2024-09-20T22:50:23.317886+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:24.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: audit 2024-09-20T22:50:23.321728+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:50:24.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: audit 2024-09-20T22:50:23.322925+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:50:24.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: audit 2024-09-20T22:50:23.338751+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:50:24.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: audit 2024-09-20T22:50:23.340060+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:50:24.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: cephadm 2024-09-20T22:50:24.034058+0000 mgr.y (mgr.14152) 1 : cephadm [INF] [20/Sep/2024:22:50:24] ENGINE Bus STARTING 2024-09-20T22:50:24.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: cephadm 2024-09-20T22:50:24.152766+0000 mgr.y (mgr.14152) 2 : cephadm [INF] [20/Sep/2024:22:50:24] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T22:50:24.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: cephadm 2024-09-20T22:50:24.152990+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [20/Sep/2024:22:50:24] ENGINE Bus STARTED 2024-09-20T22:50:24.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:24 smithi083 bash[19864]: audit 2024-09-20T22:50:24.158636+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:24.934 INFO:teuthology.orchestra.run.smithi083.stderr:mgr epoch 9 is available 2024-09-20T22:50:24.934 INFO:teuthology.orchestra.run.smithi083.stderr:Generating a dashboard self-signed certificate... 2024-09-20T22:50:25.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:25 smithi083 bash[19864]: audit 2024-09-20T22:50:24.275468+0000 mgr.y (mgr.14152) 4 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-20T22:50:25.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:25 smithi083 bash[19864]: cluster 2024-09-20T22:50:24.276106+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e11: y(active, since 1.06933s) 2024-09-20T22:50:25.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:25 smithi083 bash[19864]: audit 2024-09-20T22:50:24.288136+0000 mgr.y (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-20T22:50:26.352 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: Self-signed certificate created 2024-09-20T22:50:26.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:26 smithi083 bash[19864]: cluster 2024-09-20T22:50:25.292071+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-09-20T22:50:26.933 INFO:teuthology.orchestra.run.smithi083.stderr:Creating initial admin user... 2024-09-20T22:50:27.610 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:27 smithi083 bash[19864]: audit 2024-09-20T22:50:26.256339+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-09-20T22:50:27.611 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:27 smithi083 bash[19864]: audit 2024-09-20T22:50:26.347075+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:27.611 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:27 smithi083 bash[19864]: audit 2024-09-20T22:50:26.351858+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:28.516 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$L7q1NkqrRtBx6CfiS0RcFOypf4uMIkN7jQkzh518bX84mwu5twj1m", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726872628, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-20T22:50:28.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:28 smithi083 bash[19864]: audit 2024-09-20T22:50:27.615707+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:28.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:28 smithi083 bash[19864]: audit 2024-09-20T22:50:27.616268+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:50:28.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:28 smithi083 bash[19864]: audit 2024-09-20T22:50:27.618871+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:28.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:28 smithi083 bash[19864]: audit 2024-09-20T22:50:27.620130+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T22:50:28.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:28 smithi083 bash[19864]: cephadm 2024-09-20T22:50:28.111194+0000 mgr.y (mgr.14152) 7 : cephadm [INF] Deploying daemon agent.smithi083 on smithi083 2024-09-20T22:50:28.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:28 smithi083 bash[19864]: audit 2024-09-20T22:50:28.510295+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:29.165 INFO:teuthology.orchestra.run.smithi083.stderr:Fetching dashboard port number... 2024-09-20T22:50:29.979 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:29 smithi083 bash[19864]: audit 2024-09-20T22:50:28.278004+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-09-20T22:50:30.482 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: 8443 2024-09-20T22:50:30.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:30 smithi083 bash[19864]: cluster 2024-09-20T22:50:29.622488+0000 mon.a (mon.0) 101 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-09-20T22:50:30.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:30 smithi083 bash[19864]: audit 2024-09-20T22:50:30.481726+0000 mon.a (mon.0) 102 : audit [DBG] from='client.? 172.21.15.83:0/3105095833' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-20T22:50:31.015 INFO:teuthology.orchestra.run.smithi083.stderr:firewalld does not appear to be present 2024-09-20T22:50:31.016 INFO:teuthology.orchestra.run.smithi083.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-20T22:50:31.018 INFO:teuthology.orchestra.run.smithi083.stderr:Ceph Dashboard is now available at: 2024-09-20T22:50:31.018 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-09-20T22:50:31.018 INFO:teuthology.orchestra.run.smithi083.stderr: URL: https://smithi083.front.sepia.ceph.com:8443/ 2024-09-20T22:50:31.018 INFO:teuthology.orchestra.run.smithi083.stderr: User: admin 2024-09-20T22:50:31.018 INFO:teuthology.orchestra.run.smithi083.stderr: Password: 5u6fa29t7r 2024-09-20T22:50:31.018 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-09-20T22:50:31.018 INFO:teuthology.orchestra.run.smithi083.stderr:Enabling autotune for osd_memory_target 2024-09-20T22:50:34.400 INFO:teuthology.orchestra.run.smithi083.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-09-20T22:50:34.964 INFO:teuthology.orchestra.run.smithi083.stderr:You can access the Ceph CLI with: 2024-09-20T22:50:34.964 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-09-20T22:50:34.964 INFO:teuthology.orchestra.run.smithi083.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-20T22:50:34.964 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-09-20T22:50:34.965 INFO:teuthology.orchestra.run.smithi083.stderr:Please consider enabling telemetry to help improve Ceph: 2024-09-20T22:50:34.965 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-09-20T22:50:34.965 INFO:teuthology.orchestra.run.smithi083.stderr: ceph telemetry on 2024-09-20T22:50:34.965 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-09-20T22:50:34.965 INFO:teuthology.orchestra.run.smithi083.stderr:For more information see: 2024-09-20T22:50:34.965 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-09-20T22:50:34.965 INFO:teuthology.orchestra.run.smithi083.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-20T22:50:34.965 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-09-20T22:50:34.965 INFO:teuthology.orchestra.run.smithi083.stderr:Bootstrap complete. 2024-09-20T22:50:35.023 INFO:tasks.cephadm:Fetching config... 2024-09-20T22:50:35.023 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-20T22:50:35.023 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-20T22:50:35.029 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-20T22:50:35.030 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-20T22:50:35.030 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-20T22:50:35.080 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-20T22:50:35.080 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-20T22:50:35.080 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/keyring of=/dev/stdout 2024-09-20T22:50:35.136 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-20T22:50:35.137 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-20T22:50:35.137 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-20T22:50:35.183 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-20T22:50:35.184 DEBUG:teuthology.orchestra.run.smithi083:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4SGQZxE3wJlNdlTNS2Z0hZKTjTrBmSA1c95xsptAV2zeB2laVfNjoRuPCZyqkmjwyCMz7gfqMphcjppLFUTEXFNm7p3YJuZdBsU89DdkI4gtxCzP5a7QadKbRQqnVJInSC8E61G3SKjgOnDJlgbj4hVYWC+M1PnQ00xxhVr0vHGRtKqL5PWo9NUdTqvuiYUqunMnCMnneFgOxZXYpozkZ6+mXu+wiwIBAoiwxIvP+eV6Jiu3QGW+E+opqoH6vxYTetS6DjmaPi2qLbeidvdNEwCZlSR/CAje1txZnC4CUJUjk02dDLzLezaGB+1BsLQKWO2aQRI4EBoZN5H2ct0SXoPnogxLPUuR6VR6g1ZyubVaMbnlu50ryTQGiqn4/Ke63NcIhc4KoJBU6i+XR8dkR8YDdtWt2V9eOUi4nQroq9BMghoO8Ze75DSJGMVQipAFjtECH366pmUdh8fLAXBzw1omNI03djJTYhCs2zqe7yfU+0gPkpjv0Ktgl52q1ZUk= ceph-703a1c38-77a2-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-20T22:50:35.243 INFO:teuthology.orchestra.run.smithi083.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4SGQZxE3wJlNdlTNS2Z0hZKTjTrBmSA1c95xsptAV2zeB2laVfNjoRuPCZyqkmjwyCMz7gfqMphcjppLFUTEXFNm7p3YJuZdBsU89DdkI4gtxCzP5a7QadKbRQqnVJInSC8E61G3SKjgOnDJlgbj4hVYWC+M1PnQ00xxhVr0vHGRtKqL5PWo9NUdTqvuiYUqunMnCMnneFgOxZXYpozkZ6+mXu+wiwIBAoiwxIvP+eV6Jiu3QGW+E+opqoH6vxYTetS6DjmaPi2qLbeidvdNEwCZlSR/CAje1txZnC4CUJUjk02dDLzLezaGB+1BsLQKWO2aQRI4EBoZN5H2ct0SXoPnogxLPUuR6VR6g1ZyubVaMbnlu50ryTQGiqn4/Ke63NcIhc4KoJBU6i+XR8dkR8YDdtWt2V9eOUi4nQroq9BMghoO8Ze75DSJGMVQipAFjtECH366pmUdh8fLAXBzw1omNI03djJTYhCs2zqe7yfU+0gPkpjv0Ktgl52q1ZUk= ceph-703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:50:35.250 DEBUG:teuthology.orchestra.run.smithi142:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4SGQZxE3wJlNdlTNS2Z0hZKTjTrBmSA1c95xsptAV2zeB2laVfNjoRuPCZyqkmjwyCMz7gfqMphcjppLFUTEXFNm7p3YJuZdBsU89DdkI4gtxCzP5a7QadKbRQqnVJInSC8E61G3SKjgOnDJlgbj4hVYWC+M1PnQ00xxhVr0vHGRtKqL5PWo9NUdTqvuiYUqunMnCMnneFgOxZXYpozkZ6+mXu+wiwIBAoiwxIvP+eV6Jiu3QGW+E+opqoH6vxYTetS6DjmaPi2qLbeidvdNEwCZlSR/CAje1txZnC4CUJUjk02dDLzLezaGB+1BsLQKWO2aQRI4EBoZN5H2ct0SXoPnogxLPUuR6VR6g1ZyubVaMbnlu50ryTQGiqn4/Ke63NcIhc4KoJBU6i+XR8dkR8YDdtWt2V9eOUi4nQroq9BMghoO8Ze75DSJGMVQipAFjtECH366pmUdh8fLAXBzw1omNI03djJTYhCs2zqe7yfU+0gPkpjv0Ktgl52q1ZUk= ceph-703a1c38-77a2-11ef-baf5-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-20T22:50:35.273 INFO:teuthology.orchestra.run.smithi142.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4SGQZxE3wJlNdlTNS2Z0hZKTjTrBmSA1c95xsptAV2zeB2laVfNjoRuPCZyqkmjwyCMz7gfqMphcjppLFUTEXFNm7p3YJuZdBsU89DdkI4gtxCzP5a7QadKbRQqnVJInSC8E61G3SKjgOnDJlgbj4hVYWC+M1PnQ00xxhVr0vHGRtKqL5PWo9NUdTqvuiYUqunMnCMnneFgOxZXYpozkZ6+mXu+wiwIBAoiwxIvP+eV6Jiu3QGW+E+opqoH6vxYTetS6DjmaPi2qLbeidvdNEwCZlSR/CAje1txZnC4CUJUjk02dDLzLezaGB+1BsLQKWO2aQRI4EBoZN5H2ct0SXoPnogxLPUuR6VR6g1ZyubVaMbnlu50ryTQGiqn4/Ke63NcIhc4KoJBU6i+XR8dkR8YDdtWt2V9eOUi4nQroq9BMghoO8Ze75DSJGMVQipAFjtECH366pmUdh8fLAXBzw1omNI03djJTYhCs2zqe7yfU+0gPkpjv0Ktgl52q1ZUk= ceph-703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:50:35.282 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-20T22:50:35.303 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:35 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:50:35.303 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:35 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:50:35.594 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:35 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:50:35.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:35 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:50:35.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:35 smithi083 bash[19864]: audit 2024-09-20T22:50:34.397221+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.83:0/772140738' entity='client.admin' 2024-09-20T22:50:35.900 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:35 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:50:35.900 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:35 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:50:36.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:35 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:50:36.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:35 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:50:36.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:36 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:50:36] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:50:37.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:36 smithi083 bash[19864]: audit 2024-09-20T22:50:35.920627+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:37.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:36 smithi083 bash[19864]: audit 2024-09-20T22:50:35.921726+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:50:37.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:36 smithi083 bash[19864]: audit 2024-09-20T22:50:35.925062+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:37.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:36 smithi083 bash[19864]: audit 2024-09-20T22:50:35.926372+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:50:37.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:36 smithi083 bash[19864]: audit 2024-09-20T22:50:35.929540+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:37.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:36 smithi083 bash[19864]: audit 2024-09-20T22:50:36.117822+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:38.785 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:38 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:50:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:50:39.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:39 smithi083 bash[19864]: audit 2024-09-20T22:50:38.337868+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:39 smithi083 bash[19864]: audit 2024-09-20T22:50:38.492757+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:39 smithi083 bash[19864]: audit 2024-09-20T22:50:38.495072+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:39 smithi083 bash[19864]: audit 2024-09-20T22:50:39.147058+0000 mon.a (mon.0) 113 : audit [INF] from='client.? 172.21.15.83:0/3766890499' entity='client.admin' 2024-09-20T22:50:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:39 smithi083 bash[19864]: audit 2024-09-20T22:50:39.202566+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:50:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:39 smithi083 bash[19864]: audit 2024-09-20T22:50:39.206273+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:39.953 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-20T22:50:39.954 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-20T22:50:45.006 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi142 2024-09-20T22:50:45.006 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-09-20T22:50:45.006 DEBUG:teuthology.orchestra.run.smithi142:> dd of=/etc/ceph/ceph.conf 2024-09-20T22:50:45.013 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-09-20T22:50:45.013 DEBUG:teuthology.orchestra.run.smithi142:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-20T22:50:45.059 INFO:tasks.cephadm:Adding host smithi142 to orchestrator... 2024-09-20T22:50:45.059 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch host add smithi142 2024-09-20T22:50:45.303 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:45 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:50:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:50:45.303 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:44 smithi083 bash[19864]: cluster 2024-09-20T22:50:43.275079+0000 mgr.y (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:50:45.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:44 smithi083 bash[19864]: audit 2024-09-20T22:50:43.963964+0000 mgr.y (mgr.14152) 10 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:50:45.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:44 smithi083 bash[19864]: audit 2024-09-20T22:50:43.966698+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:45.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:44 smithi083 bash[19864]: audit 2024-09-20T22:50:43.981658+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:50:45.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:44 smithi083 bash[19864]: audit 2024-09-20T22:50:43.982844+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:50:45.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:44 smithi083 bash[19864]: audit 2024-09-20T22:50:43.983545+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:50:45.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:44 smithi083 bash[19864]: cephadm 2024-09-20T22:50:43.984684+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T22:50:45.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:44 smithi083 bash[19864]: cephadm 2024-09-20T22:50:44.065206+0000 mgr.y (mgr.14152) 12 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T22:50:45.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:44 smithi083 bash[19864]: audit 2024-09-20T22:50:44.148374+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:45.304 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:44 smithi083 bash[19864]: audit 2024-09-20T22:50:44.153252+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:46.463 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:46 smithi083 bash[19864]: audit 2024-09-20T22:50:45.098379+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:46.463 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:46 smithi083 bash[19864]: audit 2024-09-20T22:50:45.104633+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:47 smithi083 bash[19864]: cluster 2024-09-20T22:50:45.275485+0000 mgr.y (mgr.14152) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:50:49.236 INFO:teuthology.orchestra.run.smithi083.stdout:Added host 'smithi142' with addr '172.21.15.142' 2024-09-20T22:50:49.428 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:49 smithi083 bash[19864]: cluster 2024-09-20T22:50:47.275865+0000 mgr.y (mgr.14152) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:50:49.428 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:49 smithi083 bash[19864]: audit 2024-09-20T22:50:48.132730+0000 mgr.y (mgr.14152) 15 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi142", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:50:49.846 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch host ls --format=json 2024-09-20T22:50:50.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:50 smithi083 bash[19864]: cephadm 2024-09-20T22:50:48.567737+0000 mgr.y (mgr.14152) 16 : cephadm [INF] Deploying cephadm binary to smithi142 2024-09-20T22:50:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:50 smithi083 bash[19864]: audit 2024-09-20T22:50:49.235855+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:50 smithi083 bash[19864]: cephadm 2024-09-20T22:50:49.236544+0000 mgr.y (mgr.14152) 17 : cephadm [INF] Added host smithi142 2024-09-20T22:50:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:50 smithi083 bash[19864]: audit 2024-09-20T22:50:49.242240+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:50:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:50 smithi083 bash[19864]: audit 2024-09-20T22:50:49.243977+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:50:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:50 smithi083 bash[19864]: audit 2024-09-20T22:50:49.244984+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:50:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:50 smithi083 bash[19864]: audit 2024-09-20T22:50:49.484978+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:50 smithi083 bash[19864]: audit 2024-09-20T22:50:50.212870+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:50 smithi083 bash[19864]: audit 2024-09-20T22:50:50.218724+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:50 smithi083 bash[19864]: audit 2024-09-20T22:50:50.220024+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:50:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:50 smithi083 bash[19864]: audit 2024-09-20T22:50:50.227079+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:50 smithi083 bash[19864]: audit 2024-09-20T22:50:50.230337+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T22:50:51.428 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:51 smithi083 bash[19864]: cluster 2024-09-20T22:50:49.276280+0000 mgr.y (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:50:51.428 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:51 smithi083 bash[19864]: audit 2024-09-20T22:50:50.234501+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]': finished 2024-09-20T22:50:52.245 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:50:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:50:52.575 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:50:52] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:50:52.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[19864]: cephadm 2024-09-20T22:50:50.906327+0000 mgr.y (mgr.14152) 19 : cephadm [INF] Deploying daemon agent.smithi142 on smithi142 2024-09-20T22:50:52.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[19864]: audit 2024-09-20T22:50:51.539214+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:52.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[19864]: audit 2024-09-20T22:50:51.541203+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:50:52.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[19864]: audit 2024-09-20T22:50:51.542765+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:50:52.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[19864]: audit 2024-09-20T22:50:51.543854+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:50:52.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[19864]: audit 2024-09-20T22:50:51.805956+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:52.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[19864]: audit 2024-09-20T22:50:51.811674+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:52.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[19864]: audit 2024-09-20T22:50:51.815491+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:50:52.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[19864]: audit 2024-09-20T22:50:51.817621+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:50:52.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[19864]: audit 2024-09-20T22:50:51.818946+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:50:52.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[19864]: audit 2024-09-20T22:50:51.826582+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:52.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:52 smithi083 bash[19864]: audit 2024-09-20T22:50:52.004283+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:53.016 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:50:53.016 INFO:teuthology.orchestra.run.smithi083.stdout:[{"addr": "172.21.15.83", "hostname": "smithi083", "labels": [], "status": ""}, {"addr": "172.21.15.142", "hostname": "smithi142", "labels": [], "status": ""}] 2024-09-20T22:50:53.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:53 smithi083 bash[19864]: cluster 2024-09-20T22:50:51.276563+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:50:53.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:53 smithi083 bash[19864]: cephadm 2024-09-20T22:50:51.546974+0000 mgr.y (mgr.14152) 21 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T22:50:53.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:53 smithi083 bash[19864]: cephadm 2024-09-20T22:50:51.678695+0000 mgr.y (mgr.14152) 22 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T22:50:53.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:53 smithi083 bash[19864]: audit 2024-09-20T22:50:52.309464+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:53.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:53 smithi083 bash[19864]: audit 2024-09-20T22:50:52.315698+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:53.655 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-20T22:50:53.656 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd crush tunables default 2024-09-20T22:50:54.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:54 smithi083 bash[19864]: audit 2024-09-20T22:50:53.016103+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-09-20T22:50:54.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:54 smithi083 bash[19864]: audit 2024-09-20T22:50:53.343656+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:55.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:55 smithi083 bash[19864]: cluster 2024-09-20T22:50:53.276885+0000 mgr.y (mgr.14152) 24 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:50:56.575 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:56 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:50:56] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:50:57.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:57 smithi083 bash[19864]: cluster 2024-09-20T22:50:55.277311+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:50:57.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:57 smithi083 bash[19864]: audit 2024-09-20T22:50:56.240210+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:57.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:57 smithi083 bash[19864]: audit 2024-09-20T22:50:56.248880+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:50:57.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:57 smithi083 bash[19864]: audit 2024-09-20T22:50:56.791689+0000 mon.a (mon.0) 151 : audit [INF] from='client.? 172.21.15.83:0/3092068403' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-20T22:50:57.598 INFO:teuthology.orchestra.run.smithi083.stderr:adjusted tunables profile to default 2024-09-20T22:50:58.460 INFO:tasks.cephadm:Adding mon.a on smithi083 2024-09-20T22:50:58.460 INFO:tasks.cephadm:Adding mon.c on smithi083 2024-09-20T22:50:58.460 INFO:tasks.cephadm:Adding mon.b on smithi142 2024-09-20T22:50:58.461 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch apply mon '3;smithi083:172.21.15.83=a;smithi083:[v2:172.21.15.83:3301,v1:172.21.15.83:6790]=c;smithi142:172.21.15.142=b' 2024-09-20T22:50:58.719 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:58 smithi083 bash[19864]: cluster 2024-09-20T22:50:57.277671+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:50:58.720 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:58 smithi083 bash[19864]: audit 2024-09-20T22:50:57.594429+0000 mon.a (mon.0) 152 : audit [INF] from='client.? 172.21.15.83:0/3092068403' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-20T22:50:58.720 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:50:58 smithi083 bash[19864]: cluster 2024-09-20T22:50:57.594570+0000 mon.a (mon.0) 153 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T22:50:59.278 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:50:59 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:50:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:51:00.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:00 smithi083 bash[19864]: audit 2024-09-20T22:50:59.113694+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:00.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:00 smithi083 bash[19864]: audit 2024-09-20T22:50:59.119503+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:01.047 INFO:teuthology.orchestra.run.smithi142.stdout:Scheduled mon update... 2024-09-20T22:51:01.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:01 smithi083 bash[19864]: cluster 2024-09-20T22:50:59.278082+0000 mgr.y (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:01.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:01 smithi083 bash[19864]: audit 2024-09-20T22:51:01.046807+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:01.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:01 smithi083 bash[19864]: audit 2024-09-20T22:51:01.066173+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:01.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:01 smithi083 bash[19864]: audit 2024-09-20T22:51:01.067780+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:01.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:01 smithi083 bash[19864]: audit 2024-09-20T22:51:01.068876+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:01.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:01 smithi083 bash[19864]: audit 2024-09-20T22:51:01.074940+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:01.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:01 smithi083 bash[19864]: audit 2024-09-20T22:51:01.077729+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:01.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:01 smithi083 bash[19864]: audit 2024-09-20T22:51:01.078860+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:01.602 DEBUG:teuthology.orchestra.run.smithi083:mon.c> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.c.service 2024-09-20T22:51:01.605 DEBUG:teuthology.orchestra.run.smithi142:mon.b> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.b.service 2024-09-20T22:51:01.607 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-20T22:51:01.607 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-20T22:51:02.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:02 smithi083 bash[19864]: audit 2024-09-20T22:51:01.039034+0000 mgr.y (mgr.14152) 28 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi083:172.21.15.83=a;smithi083:[v2:172.21.15.83:3301,v1:172.21.15.83:6790]=c;smithi142:172.21.15.142=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:51:02.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:02 smithi083 bash[19864]: cephadm 2024-09-20T22:51:01.043098+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi083:172.21.15.83=a;smithi083:[v2:172.21.15.83:3301,v1:172.21.15.83:6790]=c;smithi142:172.21.15.142=b;count:3 2024-09-20T22:51:02.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:02 smithi083 bash[19864]: cephadm 2024-09-20T22:51:01.079968+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.c on smithi083 2024-09-20T22:51:03.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:03 smithi083 bash[19864]: cluster 2024-09-20T22:51:01.278461+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:04.319 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-09-20T22:51:04.320 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":1,"fsid":"703a1c38-77a2-11ef-baf5-efdc52797490","modified":"2024-09-20T22:49:15.359403Z","created":"2024-09-20T22:49:15.359403Z","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.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-20T22:51:04.322 INFO:teuthology.orchestra.run.smithi142.stderr:dumped monmap epoch 1 2024-09-20T22:51:05.296 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:05 smithi083 bash[19864]: cluster 2024-09-20T22:51:03.278764+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:05.296 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:05 smithi083 bash[19864]: audit 2024-09-20T22:51:04.319708+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.142:0/3823665177' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-20T22:51:05.556 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:51:05 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:51:05.556 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:05 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:51:05.806 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-20T22:51:05.807 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-20T22:51:05.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:05 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:51:05.825 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:51:05 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:51:05.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:05 smithi083 systemd[1]: Started Ceph mon.c for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:51:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[19864]: cluster 2024-09-20T22:51:05.279198+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[19864]: audit 2024-09-20T22:51:05.810982+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[19864]: audit 2024-09-20T22:51:05.812270+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[19864]: audit 2024-09-20T22:51:05.813116+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[19864]: cephadm 2024-09-20T22:51:05.814038+0000 mgr.y (mgr.14152) 34 : cephadm [INF] Deploying daemon mon.b on smithi142 2024-09-20T22:51:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.824+0000 7f4a65b79880 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-20T22:51:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.824+0000 7f4a65b79880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2024-09-20T22:51:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.824+0000 7f4a65b79880 0 pidfile_write: ignore empty --pid-file 2024-09-20T22:51:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 0 load: jerasure load: lrc 2024-09-20T22:51:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: RocksDB version: 6.15.5 2024-09-20T22:51:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-20T22:51:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Compile date Apr 18 2022 2024-09-20T22:51:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: DB SUMMARY 2024-09-20T22:51:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: DB Session ID: TJRNA5K6UGIB5LWHBWTU 2024-09-20T22:51:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: CURRENT file: CURRENT 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: IDENTITY file: IDENTITY 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.error_if_exists: 0 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.create_if_missing: 0 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.paranoid_checks: 1 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.env: 0x556ea60c6860 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.fs: Posix File System 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.info_log: 0x556ea7899e00 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.statistics: (nil) 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.use_fsync: 0 2024-09-20T22:51:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_log_file_size: 0 2024-09-20T22:51:07.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T22:51:07.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T22:51:07.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-20T22:51:07.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-20T22:51:07.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.allow_fallocate: 1 2024-09-20T22:51:07.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.use_direct_reads: 0 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.create_missing_column_families: 0 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.db_log_dir: 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.advise_random_on_open: 1 2024-09-20T22:51:07.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.write_buffer_manager: 0x556ea798a300 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.rate_limiter: (nil) 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.unordered_write: 0 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T22:51:07.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.row_cache: None 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.wal_filter: None 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.preserve_deletes: 0 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.two_write_queues: 0 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.manual_wal_flush: 0 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.atomic_flush: 0 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T22:51:07.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.log_readahead_size: 0 2024-09-20T22:51:07.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T22:51:07.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-20T22:51:07.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T22:51:07.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T22:51:07.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-20T22:51:07.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-20T22:51:07.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_background_jobs: 2 2024-09-20T22:51:07.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_background_compactions: -1 2024-09-20T22:51:07.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_subcompactions: 1 2024-09-20T22:51:07.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T22:51:07.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T22:51:07.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_total_wal_size: 0 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_open_files: -1 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.bytes_per_sync: 0 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_background_flushes: -1 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Compression algorithms supported: 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T22:51:07.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: kZSTD supported: 0 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: kXpressCompression supported: 0 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: kLZ4Compression supported: 1 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: kBZip2Compression supported: 0 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: kZlibCompression supported: 1 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: kSnappyCompression supported: 1 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.merge_operator: 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_filter: None 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_filter_factory: None 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T22:51:07.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556ea7867d00) 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cache_index_and_filter_blocks: 1 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: pin_top_level_index_and_filter: 1 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: index_type: 0 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: data_block_index_type: 0 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: index_shortening: 1 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: data_block_hash_table_util_ratio: 0.750000 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: hash_index_allow_collision: 1 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: checksum: 1 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: no_block_cache: 0 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: block_cache: 0x556ea78ce170 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: block_cache_name: BinnedLRUCache 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: block_cache_options: 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: capacity : 536870912 2024-09-20T22:51:07.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: num_shard_bits : 4 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: strict_capacity_limit : 0 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: high_pri_pool_ratio: 0.000 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: block_cache_compressed: (nil) 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: persistent_cache: (nil) 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: block_size: 4096 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: block_size_deviation: 10 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: block_restart_interval: 16 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: index_block_restart_interval: 1 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: metadata_block_size: 4096 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: partition_filters: 0 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: use_delta_encoding: 1 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: whole_key_filtering: 1 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: verify_compression: 0 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: read_amp_bytes_per_bit: 0 2024-09-20T22:51:07.086 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: format_version: 4 2024-09-20T22:51:07.087 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: enable_index_compression: 1 2024-09-20T22:51:07.087 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: block_align: 0 2024-09-20T22:51:07.087 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-20T22:51:07.087 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-20T22:51:07.087 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compression: NoCompression 2024-09-20T22:51:07.087 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-20T22:51:07.087 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-20T22:51:07.087 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T22:51:07.088 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.num_levels: 7 2024-09-20T22:51:07.088 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T22:51:07.088 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T22:51:07.088 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compression_opts.level: 32767 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T22:51:07.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compression_opts.enabled: false 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T22:51:07.090 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.arena_block_size: 4194304 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T22:51:07.091 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.table_properties_collectors: 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.inplace_update_support: 0 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.bloom_locality: 0 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.max_successive_merges: 0 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T22:51:07.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.force_consistency_checks: 1 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.ttl: 2592000 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.enable_blob_files: false 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.min_blob_size: 0 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.blob_file_size: 268435456 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726872666836224, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-20T22:51:07.093 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.828+0000 7f4a65b79880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.832+0000 7f4a65b79880 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-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.832+0000 7f4a65b79880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726872666836760, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1726872666, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "f04d9915-fcee-47f1-8106-780eac9efff7", "db_session_id": "TJRNA5K6UGIB5LWHBWTU"}} 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.832+0000 7f4a65b79880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.832+0000 7f4a65b79880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726872666837373, "job": 1, "event": "recovery_finished"} 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.832+0000 7f4a65b79880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.832+0000 7f4a65b79880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x556ea78b4a80 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.832+0000 7f4a65b79880 4 rocksdb: DB pointer 0x556ea78c4000 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.832+0000 7f4a55901700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.832+0000 7f4a55901700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: ** DB Stats ** 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T22:51:07.094 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: ** Compaction Stats [default] ** 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: 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-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: ** Compaction Stats [default] ** 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: 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-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T22:51:07.095 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: AddFile(Keys): cumulative 0, interval 0 2024-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Cumulative compaction: 0.00 GB write, 0.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Interval compaction: 0.00 GB write, 0.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: 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-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: ** File Read Latency Histogram By Level [default] ** 2024-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: ** Compaction Stats [default] ** 2024-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: 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-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: 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-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: ** Compaction Stats [default] ** 2024-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: 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-09-20T22:51:07.096 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.001 0 0 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: AddFile(Keys): cumulative 0, interval 0 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Cumulative compaction: 0.00 GB write, 0.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: 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-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: ** File Read Latency Histogram By Level [default] ** 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.832+0000 7f4a65b79880 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.832+0000 7f4a65b79880 0 using public_addrv [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.832+0000 7f4a65b79880 0 starting mon.c rank -1 at public addrs [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] at bind addrs [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.836+0000 7f4a65b79880 1 mon.c@-1(???) e0 preinit fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.852+0000 7f4a58907700 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-20T22:51:07.097 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.852+0000 7f4a58907700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: e1 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: 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-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: legacy client fscid: -1 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: No filesystems configured 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.852+0000 7f4a58907700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.852+0000 7f4a58907700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.852+0000 7f4a58907700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.852+0000 7f4a58907700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.852+0000 7f4a58907700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.852+0000 7f4a58907700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.852+0000 7f4a58907700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-20T22:51:07.098 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.852+0000 7f4a58907700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T22:51:07.099 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.852+0000 7f4a58907700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T22:51:07.099 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.852+0000 7f4a58907700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-20T22:51:07.099 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cluster 2024-09-20T22:50:51.276563+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:07.099 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cephadm 2024-09-20T22:50:51.546974+0000 mgr.y (mgr.14152) 21 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T22:51:07.099 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cephadm 2024-09-20T22:50:51.678695+0000 mgr.y (mgr.14152) 22 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T22:51:07.099 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:50:52.309464+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:07.099 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:50:52.315698+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:07.099 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:50:53.016103+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-09-20T22:51:07.099 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:50:53.343656+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cluster 2024-09-20T22:50:53.276885+0000 mgr.y (mgr.14152) 24 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cluster 2024-09-20T22:50:55.277311+0000 mgr.y (mgr.14152) 25 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:50:56.240210+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:50:56.248880+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:50:56.791689+0000 mon.a (mon.0) 151 : audit [INF] from='client.? 172.21.15.83:0/3092068403' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cluster 2024-09-20T22:50:57.277671+0000 mgr.y (mgr.14152) 26 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:50:57.594429+0000 mon.a (mon.0) 152 : audit [INF] from='client.? 172.21.15.83:0/3092068403' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cluster 2024-09-20T22:50:57.594570+0000 mon.a (mon.0) 153 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:50:59.113694+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:50:59.119503+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cluster 2024-09-20T22:50:59.278082+0000 mgr.y (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:51:01.046807+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:51:01.066173+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:07.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:51:01.067780+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:51:01.068876+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:51:01.074940+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:51:01.077729+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:51:01.078860+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:51:01.039034+0000 mgr.y (mgr.14152) 28 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi083:172.21.15.83=a;smithi083:[v2:172.21.15.83:3301,v1:172.21.15.83:6790]=c;smithi142:172.21.15.142=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cephadm 2024-09-20T22:51:01.043098+0000 mgr.y (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi083:172.21.15.83=a;smithi083:[v2:172.21.15.83:3301,v1:172.21.15.83:6790]=c;smithi142:172.21.15.142=b;count:3 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cephadm 2024-09-20T22:51:01.079968+0000 mgr.y (mgr.14152) 30 : cephadm [INF] Deploying daemon mon.c on smithi083 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cluster 2024-09-20T22:51:01.278461+0000 mgr.y (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cluster 2024-09-20T22:51:03.278764+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:51:04.319708+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.142:0/3823665177' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cluster 2024-09-20T22:51:05.279198+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:51:05.810982+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:51:05.812270+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: audit 2024-09-20T22:51:05.813116+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: cephadm 2024-09-20T22:51:05.814038+0000 mgr.y (mgr.14152) 34 : cephadm [INF] Deploying daemon mon.b on smithi142 2024-09-20T22:51:07.101 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:06 smithi083 bash[25244]: debug 2024-09-20T22:51:06.856+0000 7f4a58907700 1 mon.c@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-09-20T22:51:11.978 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:11 smithi142 bash[19948]: debug 2024-09-20T22:51:11.845+0000 7f2c1fe0c700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete,mon_cluster_log_to_file 2024-09-20T22:51:12.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: audit 2024-09-20T22:51:06.869383+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:51:12.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: cluster 2024-09-20T22:51:06.869597+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2024-09-20T22:51:12.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: audit 2024-09-20T22:51:06.893129+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:12.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: cluster 2024-09-20T22:51:07.279609+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:12.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: audit 2024-09-20T22:51:07.867754+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:12.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: audit 2024-09-20T22:51:08.867844+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:12.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: cluster 2024-09-20T22:51:08.869716+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-20T22:51:12.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: cluster 2024-09-20T22:51:09.280031+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: audit 2024-09-20T22:51:09.867826+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: audit 2024-09-20T22:51:10.867895+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: audit 2024-09-20T22:51:11.850502+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: audit 2024-09-20T22:51:11.868495+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: cluster 2024-09-20T22:51:11.913872+0000 mon.a (mon.0) 177 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: cluster 2024-09-20T22:51:11.919232+0000 mon.a (mon.0) 178 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],c=[v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0]} 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: cluster 2024-09-20T22:51:11.919322+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: cluster 2024-09-20T22:51:11.919366+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: cluster 2024-09-20T22:51:11.919614+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: y(active, since 48s) 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: cluster 2024-09-20T22:51:11.927020+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: audit 2024-09-20T22:51:11.933948+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: audit 2024-09-20T22:51:11.937957+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: audit 2024-09-20T22:51:11.940324+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:12.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[19864]: audit 2024-09-20T22:51:11.941431+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:12.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: audit 2024-09-20T22:51:06.869383+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:51:12.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: cluster 2024-09-20T22:51:06.869597+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2024-09-20T22:51:12.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: audit 2024-09-20T22:51:06.893129+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:12.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: cluster 2024-09-20T22:51:07.279609+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:12.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: audit 2024-09-20T22:51:07.867754+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:12.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: audit 2024-09-20T22:51:08.867844+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:12.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: cluster 2024-09-20T22:51:08.869716+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-20T22:51:12.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: cluster 2024-09-20T22:51:09.280031+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:12.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: audit 2024-09-20T22:51:09.867826+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:12.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: audit 2024-09-20T22:51:10.867895+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:12.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: audit 2024-09-20T22:51:11.850502+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:12.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: audit 2024-09-20T22:51:11.868495+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:12.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: cluster 2024-09-20T22:51:11.913872+0000 mon.a (mon.0) 177 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-20T22:51:12.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: cluster 2024-09-20T22:51:11.919232+0000 mon.a (mon.0) 178 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],c=[v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0]} 2024-09-20T22:51:12.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: cluster 2024-09-20T22:51:11.919322+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-09-20T22:51:12.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: cluster 2024-09-20T22:51:11.919366+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T22:51:12.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: cluster 2024-09-20T22:51:11.919614+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: y(active, since 48s) 2024-09-20T22:51:12.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: cluster 2024-09-20T22:51:11.927020+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-09-20T22:51:12.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: audit 2024-09-20T22:51:11.933948+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:12.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: audit 2024-09-20T22:51:11.937957+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:12.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: audit 2024-09-20T22:51:11.940324+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:12.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:11 smithi083 bash[25244]: audit 2024-09-20T22:51:11.941431+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:12.689 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-09-20T22:51:12.689 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":2,"fsid":"703a1c38-77a2-11ef-baf5-efdc52797490","modified":"2024-09-20T22:51:06.867137Z","created":"2024-09-20T22:49:15.359403Z","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.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:3301","nonce":0},{"type":"v1","addr":"172.21.15.83:6790","nonce":0}]},"addr":"172.21.15.83:6790/0","public_addr":"172.21.15.83:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-20T22:51:12.692 INFO:teuthology.orchestra.run.smithi142.stderr:dumped monmap epoch 2 2024-09-20T22:51:13.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: cluster 2024-09-20T22:51:11.280444+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:13.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: cephadm 2024-09-20T22:51:11.943520+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T22:51:13.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: cephadm 2024-09-20T22:51:11.943946+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T22:51:13.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: audit 2024-09-20T22:51:12.065971+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:13.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: audit 2024-09-20T22:51:12.069546+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:13.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: audit 2024-09-20T22:51:12.073223+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:13.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: cephadm 2024-09-20T22:51:12.073642+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:51:13.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: cephadm 2024-09-20T22:51:12.074350+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-20T22:51:13.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: audit 2024-09-20T22:51:12.074589+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:13.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: audit 2024-09-20T22:51:12.075283+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T22:51:13.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: audit 2024-09-20T22:51:12.075925+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:13.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: cephadm 2024-09-20T22:51:12.076689+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi083 2024-09-20T22:51:13.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: audit 2024-09-20T22:51:12.690044+0000 mon.a (mon.0) 193 : audit [DBG] from='client.? 172.21.15.142:0/3570898520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-20T22:51:13.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: audit 2024-09-20T22:51:12.850503+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:13.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[19864]: audit 2024-09-20T22:51:12.868523+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: cluster 2024-09-20T22:51:11.280444+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: cephadm 2024-09-20T22:51:11.943520+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: cephadm 2024-09-20T22:51:11.943946+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: audit 2024-09-20T22:51:12.065971+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: audit 2024-09-20T22:51:12.069546+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: audit 2024-09-20T22:51:12.073223+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: cephadm 2024-09-20T22:51:12.073642+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: cephadm 2024-09-20T22:51:12.074350+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: audit 2024-09-20T22:51:12.074589+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: audit 2024-09-20T22:51:12.075283+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: audit 2024-09-20T22:51:12.075925+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: cephadm 2024-09-20T22:51:12.076689+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi083 2024-09-20T22:51:13.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: audit 2024-09-20T22:51:12.690044+0000 mon.a (mon.0) 193 : audit [DBG] from='client.? 172.21.15.142:0/3570898520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-20T22:51:13.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: audit 2024-09-20T22:51:12.850503+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:13.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:13 smithi083 bash[25244]: audit 2024-09-20T22:51:12.868523+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:14.322 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-20T22:51:14.322 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph mon dump -f json 2024-09-20T22:51:18.970 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:06.869383+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:51:18.970 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:06.869597+0000 mon.a (mon.0) 169 : cluster [INF] mon.a calling monitor election 2024-09-20T22:51:18.970 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:06.893129+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:07.279609+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:07.867754+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:08.867844+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:08.869716+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:09.280031+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:09.867826+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:10.867895+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:11.850502+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:11.868495+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:11.913872+0000 mon.a (mon.0) 177 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:11.919232+0000 mon.a (mon.0) 178 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],c=[v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0]} 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:11.919322+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:11.919366+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T22:51:18.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:11.919614+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: y(active, since 48s) 2024-09-20T22:51:18.972 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:11.927020+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-09-20T22:51:18.972 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:11.933948+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:18.972 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:11.937957+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:18.972 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:11.940324+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:18.972 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:11.941431+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:18.972 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:11.280444+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:18.972 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cephadm 2024-09-20T22:51:11.943520+0000 mgr.y (mgr.14152) 38 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T22:51:18.972 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cephadm 2024-09-20T22:51:11.943946+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T22:51:18.972 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:12.065971+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:12.069546+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:12.073223+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cephadm 2024-09-20T22:51:12.073642+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cephadm 2024-09-20T22:51:12.074350+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:12.074589+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:12.075283+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:12.075925+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cephadm 2024-09-20T22:51:12.076689+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi083 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:12.690044+0000 mon.a (mon.0) 193 : audit [DBG] from='client.? 172.21.15.142:0/3570898520' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:12.850503+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:12.868523+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:13.280802+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:13.856982+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:51:18.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:13.857383+0000 mon.a (mon.0) 199 : cluster [INF] mon.a calling monitor election 2024-09-20T22:51:18.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:13.861989+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-20T22:51:18.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:13.881975+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:18.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:13.882293+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:18.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:14.851259+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:18.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:15.281117+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:18.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:15.851366+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-20T22:51:19.233 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:51:18] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:51:19.233 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:51:18] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:51:19.234 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:51:19 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:51:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:51:19.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: cluster 2024-09-20T22:51:13.280802+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:19.234 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:13.856982+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:51:19.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: cluster 2024-09-20T22:51:13.857383+0000 mon.a (mon.0) 199 : cluster [INF] mon.a calling monitor election 2024-09-20T22:51:19.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: cluster 2024-09-20T22:51:13.861989+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-20T22:51:19.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:13.881975+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:13.882293+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:19.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:14.851259+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: cluster 2024-09-20T22:51:15.281117+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:19.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: cluster 2024-09-20T22:51:15.851366+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-20T22:51:19.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:15.851406+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:16.851670+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: cluster 2024-09-20T22:51:17.281417+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:19.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:17.851100+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:18.851797+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: cluster 2024-09-20T22:51:18.905950+0000 mon.a (mon.0) 207 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T22:51:19.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: cluster 2024-09-20T22:51:18.915621+0000 mon.a (mon.0) 208 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],b=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],c=[v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0]} 2024-09-20T22:51:19.236 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: cluster 2024-09-20T22:51:18.915750+0000 mon.a (mon.0) 209 : cluster [DBG] fsmap 2024-09-20T22:51:19.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: cluster 2024-09-20T22:51:18.915832+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T22:51:19.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: cluster 2024-09-20T22:51:18.916143+0000 mon.a (mon.0) 211 : cluster [DBG] mgrmap e13: y(active, since 55s) 2024-09-20T22:51:19.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: cluster 2024-09-20T22:51:18.928223+0000 mon.a (mon.0) 212 : cluster [INF] overall HEALTH_OK 2024-09-20T22:51:19.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:18.935177+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:19.237 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:18.941079+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:19.237 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: cluster 2024-09-20T22:51:13.280802+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:19.237 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:13.856982+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:51:19.237 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: cluster 2024-09-20T22:51:13.857383+0000 mon.a (mon.0) 199 : cluster [INF] mon.a calling monitor election 2024-09-20T22:51:19.237 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: cluster 2024-09-20T22:51:13.861989+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-20T22:51:19.237 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:13.881975+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.237 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:13.882293+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:14.851259+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: cluster 2024-09-20T22:51:15.281117+0000 mgr.y (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: cluster 2024-09-20T22:51:15.851366+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:15.851406+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:16.851670+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: cluster 2024-09-20T22:51:17.281417+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:17.851100+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:18.851797+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: cluster 2024-09-20T22:51:18.905950+0000 mon.a (mon.0) 207 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: cluster 2024-09-20T22:51:18.915621+0000 mon.a (mon.0) 208 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],b=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],c=[v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0]} 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: cluster 2024-09-20T22:51:18.915750+0000 mon.a (mon.0) 209 : cluster [DBG] fsmap 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: cluster 2024-09-20T22:51:18.915832+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T22:51:19.238 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: cluster 2024-09-20T22:51:18.916143+0000 mon.a (mon.0) 211 : cluster [DBG] mgrmap e13: y(active, since 55s) 2024-09-20T22:51:19.239 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: cluster 2024-09-20T22:51:18.928223+0000 mon.a (mon.0) 212 : cluster [INF] overall HEALTH_OK 2024-09-20T22:51:19.239 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:18.935177+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:19.239 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:18.941079+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:19.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:18.942246+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:19.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:18.947376+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:19.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:18.948490+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T22:51:19.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:18.953980+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:19.239 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[19864]: audit 2024-09-20T22:51:18.954395+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:19.240 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:18.942246+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:19.240 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:18.947376+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:19.240 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:18.948490+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T22:51:19.240 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:18.953980+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:19.240 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:18 smithi083 bash[25244]: audit 2024-09-20T22:51:18.954395+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:15.851406+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:16.851670+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:17.281417+0000 mgr.y (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:17.851100+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:18.851797+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:18.905950+0000 mon.a (mon.0) 207 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T22:51:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:18.915621+0000 mon.a (mon.0) 208 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],b=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],c=[v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0]} 2024-09-20T22:51:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:18.915750+0000 mon.a (mon.0) 209 : cluster [DBG] fsmap 2024-09-20T22:51:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:18.915832+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-20T22:51:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:18.916143+0000 mon.a (mon.0) 211 : cluster [DBG] mgrmap e13: y(active, since 55s) 2024-09-20T22:51:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: cluster 2024-09-20T22:51:18.928223+0000 mon.a (mon.0) 212 : cluster [INF] overall HEALTH_OK 2024-09-20T22:51:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:18.935177+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:18.941079+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:18.942246+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:18.947376+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:18.948490+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T22:51:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:18.953980+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:18 smithi142 bash[19948]: audit 2024-09-20T22:51:18.954395+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:20.308 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:20 smithi083 bash[19864]: cephadm 2024-09-20T22:51:18.937369+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-20T22:51:20.309 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:20 smithi083 bash[19864]: cephadm 2024-09-20T22:51:18.956601+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.c on smithi083 2024-09-20T22:51:20.309 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:20 smithi083 bash[19864]: audit 2024-09-20T22:51:19.039331+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:20.309 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:20 smithi083 bash[19864]: audit 2024-09-20T22:51:19.043497+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:20.309 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:20 smithi083 bash[19864]: audit 2024-09-20T22:51:19.851832+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:20.309 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:20 smithi083 bash[25244]: cephadm 2024-09-20T22:51:18.937369+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-20T22:51:20.309 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:20 smithi083 bash[25244]: cephadm 2024-09-20T22:51:18.956601+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.c on smithi083 2024-09-20T22:51:20.309 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:20 smithi083 bash[25244]: audit 2024-09-20T22:51:19.039331+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:20.309 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:20 smithi083 bash[25244]: audit 2024-09-20T22:51:19.043497+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:20.309 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:20 smithi083 bash[25244]: audit 2024-09-20T22:51:19.851832+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:20.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:20 smithi142 bash[19948]: cephadm 2024-09-20T22:51:18.937369+0000 mgr.y (mgr.14152) 46 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-20T22:51:20.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:20 smithi142 bash[19948]: cephadm 2024-09-20T22:51:18.956601+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring daemon mon.c on smithi083 2024-09-20T22:51:20.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:20 smithi142 bash[19948]: audit 2024-09-20T22:51:19.039331+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:20 smithi142 bash[19948]: audit 2024-09-20T22:51:19.043497+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:20 smithi142 bash[19948]: audit 2024-09-20T22:51:19.851832+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:51:20.740 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-09-20T22:51:20.740 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":3,"fsid":"703a1c38-77a2-11ef-baf5-efdc52797490","modified":"2024-09-20T22:51:13.850553Z","created":"2024-09-20T22:49:15.359403Z","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.83:3300","nonce":0},{"type":"v1","addr":"172.21.15.83:6789","nonce":0}]},"addr":"172.21.15.83:6789/0","public_addr":"172.21.15.83:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:3301","nonce":0},{"type":"v1","addr":"172.21.15.83:6790","nonce":0}]},"addr":"172.21.15.83:6790/0","public_addr":"172.21.15.83:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:3300","nonce":0},{"type":"v1","addr":"172.21.15.142:6789","nonce":0}]},"addr":"172.21.15.142:6789/0","public_addr":"172.21.15.142:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-20T22:51:20.742 INFO:teuthology.orchestra.run.smithi142.stderr:dumped monmap epoch 3 2024-09-20T22:51:21.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:21 smithi142 bash[19948]: cluster 2024-09-20T22:51:19.281866+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:21 smithi142 bash[19948]: audit 2024-09-20T22:51:20.740191+0000 mon.a (mon.0) 223 : audit [DBG] from='client.? 172.21.15.142:0/2204832706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-20T22:51:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:21 smithi142 bash[19948]: audit 2024-09-20T22:51:20.892350+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:21 smithi142 bash[19948]: audit 2024-09-20T22:51:20.893706+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:21 smithi142 bash[19948]: audit 2024-09-20T22:51:20.894630+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T22:51:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:21 smithi142 bash[19948]: audit 2024-09-20T22:51:20.895433+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:21.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[19864]: cluster 2024-09-20T22:51:19.281866+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:21.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[19864]: audit 2024-09-20T22:51:20.740191+0000 mon.a (mon.0) 223 : audit [DBG] from='client.? 172.21.15.142:0/2204832706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-20T22:51:21.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[19864]: audit 2024-09-20T22:51:20.892350+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:21.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[19864]: audit 2024-09-20T22:51:20.893706+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:21.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[19864]: audit 2024-09-20T22:51:20.894630+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T22:51:21.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[19864]: audit 2024-09-20T22:51:20.895433+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:21.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[25244]: cluster 2024-09-20T22:51:19.281866+0000 mgr.y (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:21.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[25244]: audit 2024-09-20T22:51:20.740191+0000 mon.a (mon.0) 223 : audit [DBG] from='client.? 172.21.15.142:0/2204832706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-20T22:51:21.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[25244]: audit 2024-09-20T22:51:20.892350+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:21.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[25244]: audit 2024-09-20T22:51:20.893706+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:21.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[25244]: audit 2024-09-20T22:51:20.894630+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T22:51:21.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[25244]: audit 2024-09-20T22:51:20.895433+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:21.631 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-20T22:51:21.632 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph config generate-minimal-conf 2024-09-20T22:51:22.061 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:51:21 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:51:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:51:22.065 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:22 smithi142 bash[19948]: cephadm 2024-09-20T22:51:20.893413+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-20T22:51:22.065 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:22 smithi142 bash[19948]: cephadm 2024-09-20T22:51:20.896372+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi142 2024-09-20T22:51:22.066 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:22 smithi142 bash[19948]: audit 2024-09-20T22:51:21.705097+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:22.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:22 smithi142 bash[19948]: audit 2024-09-20T22:51:21.713519+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:22.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:22 smithi083 bash[19864]: cephadm 2024-09-20T22:51:20.893413+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-20T22:51:22.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:22 smithi083 bash[19864]: cephadm 2024-09-20T22:51:20.896372+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi142 2024-09-20T22:51:22.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:22 smithi083 bash[19864]: audit 2024-09-20T22:51:21.705097+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:22.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:22 smithi083 bash[19864]: audit 2024-09-20T22:51:21.713519+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:22.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:22 smithi083 bash[25244]: cephadm 2024-09-20T22:51:20.893413+0000 mgr.y (mgr.14152) 49 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-20T22:51:22.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:22 smithi083 bash[25244]: cephadm 2024-09-20T22:51:20.896372+0000 mgr.y (mgr.14152) 50 : cephadm [INF] Reconfiguring daemon mon.b on smithi142 2024-09-20T22:51:22.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:22 smithi083 bash[25244]: audit 2024-09-20T22:51:21.705097+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:22.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:22 smithi083 bash[25244]: audit 2024-09-20T22:51:21.713519+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:23.199 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:23 smithi083 bash[25244]: cluster 2024-09-20T22:51:21.282333+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:23.199 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:23 smithi083 bash[19864]: cluster 2024-09-20T22:51:21.282333+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:23.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:23 smithi142 bash[19948]: cluster 2024-09-20T22:51:21.282333+0000 mgr.y (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:24.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: audit 2024-09-20T22:51:23.110127+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:24.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: audit 2024-09-20T22:51:23.111562+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:24.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: audit 2024-09-20T22:51:23.112763+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:24.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: audit 2024-09-20T22:51:23.113491+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:24.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: cephadm 2024-09-20T22:51:23.114979+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T22:51:24.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: cephadm 2024-09-20T22:51:23.115202+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T22:51:24.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: audit 2024-09-20T22:51:23.212521+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:24.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: audit 2024-09-20T22:51:23.229264+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:24.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: audit 2024-09-20T22:51:23.235935+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:24.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: cephadm 2024-09-20T22:51:23.237518+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-20T22:51:24.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: audit 2024-09-20T22:51:23.237761+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:24.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: audit 2024-09-20T22:51:23.238490+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T22:51:24.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: audit 2024-09-20T22:51:23.239132+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:24.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: cephadm 2024-09-20T22:51:23.239984+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi083 2024-09-20T22:51:24.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: audit 2024-09-20T22:51:23.340345+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:51:24.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:24 smithi142 bash[19948]: audit 2024-09-20T22:51:23.341835+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:51:24.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: audit 2024-09-20T22:51:23.110127+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: audit 2024-09-20T22:51:23.111562+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: audit 2024-09-20T22:51:23.112763+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: audit 2024-09-20T22:51:23.113491+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: cephadm 2024-09-20T22:51:23.114979+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: cephadm 2024-09-20T22:51:23.115202+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: audit 2024-09-20T22:51:23.212521+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: audit 2024-09-20T22:51:23.229264+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: audit 2024-09-20T22:51:23.235935+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: cephadm 2024-09-20T22:51:23.237518+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: audit 2024-09-20T22:51:23.237761+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: audit 2024-09-20T22:51:23.238490+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: audit 2024-09-20T22:51:23.239132+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:24.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: cephadm 2024-09-20T22:51:23.239984+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi083 2024-09-20T22:51:24.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: audit 2024-09-20T22:51:23.340345+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:51:24.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[25244]: audit 2024-09-20T22:51:23.341835+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:51:24.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: audit 2024-09-20T22:51:23.110127+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:24.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: audit 2024-09-20T22:51:23.111562+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:24.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: audit 2024-09-20T22:51:23.112763+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:24.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: audit 2024-09-20T22:51:23.113491+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:24.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: cephadm 2024-09-20T22:51:23.114979+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T22:51:24.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: cephadm 2024-09-20T22:51:23.115202+0000 mgr.y (mgr.14152) 53 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T22:51:24.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: audit 2024-09-20T22:51:23.212521+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:24.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: audit 2024-09-20T22:51:23.229264+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:24.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: audit 2024-09-20T22:51:23.235935+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:24.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: cephadm 2024-09-20T22:51:23.237518+0000 mgr.y (mgr.14152) 54 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-20T22:51:24.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: audit 2024-09-20T22:51:23.237761+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T22:51:24.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: audit 2024-09-20T22:51:23.238490+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T22:51:24.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: audit 2024-09-20T22:51:23.239132+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:24.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: cephadm 2024-09-20T22:51:23.239984+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Reconfiguring daemon mon.a on smithi083 2024-09-20T22:51:24.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: audit 2024-09-20T22:51:23.340345+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:51:24.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:24 smithi083 bash[19864]: audit 2024-09-20T22:51:23.341835+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:51:25.374 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:25 smithi083 bash[19864]: cluster 2024-09-20T22:51:23.282616+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:25.375 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:25 smithi083 bash[25244]: cluster 2024-09-20T22:51:23.282616+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:25.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:25 smithi142 bash[19948]: cluster 2024-09-20T22:51:23.282616+0000 mgr.y (mgr.14152) 56 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:25.724 INFO:teuthology.orchestra.run.smithi083.stdout:# minimal ceph.conf for 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:51:25.724 INFO:teuthology.orchestra.run.smithi083.stdout:[global] 2024-09-20T22:51:25.724 INFO:teuthology.orchestra.run.smithi083.stdout: fsid = 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T22:51:25.724 INFO:teuthology.orchestra.run.smithi083.stdout: mon_host = [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] 2024-09-20T22:51:26.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:26 smithi083 bash[25244]: audit 2024-09-20T22:51:25.724584+0000 mon.a (mon.0) 242 : audit [DBG] from='client.? 172.21.15.83:0/1867667935' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:26.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:26 smithi083 bash[25244]: audit 2024-09-20T22:51:26.084362+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:26.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:26 smithi083 bash[19864]: audit 2024-09-20T22:51:25.724584+0000 mon.a (mon.0) 242 : audit [DBG] from='client.? 172.21.15.83:0/1867667935' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:26.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:26 smithi083 bash[19864]: audit 2024-09-20T22:51:26.084362+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:26.412 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-20T22:51:26.412 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-20T22:51:26.412 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.conf 2024-09-20T22:51:26.426 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-20T22:51:26.426 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-20T22:51:26.479 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-09-20T22:51:26.479 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.conf 2024-09-20T22:51:26.493 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-09-20T22:51:26.494 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-20T22:51:26.546 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:26 smithi142 bash[19948]: audit 2024-09-20T22:51:25.724584+0000 mon.a (mon.0) 242 : audit [DBG] from='client.? 172.21.15.83:0/1867667935' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:26.546 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:26 smithi142 bash[19948]: audit 2024-09-20T22:51:26.084362+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:26.549 INFO:tasks.cephadm:Adding mgr.y on smithi083 2024-09-20T22:51:26.549 INFO:tasks.cephadm:Adding mgr.x on smithi142 2024-09-20T22:51:26.550 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch apply mgr '2;smithi083=y;smithi142=x' 2024-09-20T22:51:27.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:27 smithi142 bash[19948]: cluster 2024-09-20T22:51:25.282935+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:27.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:27 smithi083 bash[19864]: cluster 2024-09-20T22:51:25.282935+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:27.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:27 smithi083 bash[25244]: cluster 2024-09-20T22:51:25.282935+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:29.298 INFO:teuthology.orchestra.run.smithi142.stdout:Scheduled mgr update... 2024-09-20T22:51:29.509 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:29 smithi142 bash[19948]: cluster 2024-09-20T22:51:27.283346+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:29.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:29 smithi083 bash[19864]: cluster 2024-09-20T22:51:27.283346+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:29.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:29 smithi083 bash[25244]: cluster 2024-09-20T22:51:27.283346+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:30.103 DEBUG:teuthology.orchestra.run.smithi142:mgr.x> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.x.service 2024-09-20T22:51:30.105 INFO:tasks.cephadm:Deploying OSDs... 2024-09-20T22:51:30.106 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-20T22:51:30.106 DEBUG:teuthology.orchestra.run.smithi083:> dd if=/scratch_devs of=/dev/stdout 2024-09-20T22:51:30.112 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-09-20T22:51:30.112 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_1 2024-09-20T22:51:30.160 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-20T22:51:30.160 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T22:51:30.160 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-09-20T22:51:30.160 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T22:51:30.160 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-09-20 22:44:45.024074322 +0000 2024-09-20T22:51:30.161 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-09-20 22:44:44.748076788 +0000 2024-09-20T22:51:30.161 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-09-20 22:44:44.748076788 +0000 2024-09-20T22:51:30.162 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: - 2024-09-20T22:51:30.163 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-20T22:51:30.214 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-09-20T22:51:30.214 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-09-20T22:51:30.214 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000437451 s, 1.2 MB/s 2024-09-20T22:51:30.216 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-20T22:51:30.265 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_2 2024-09-20T22:51:30.312 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-20T22:51:30.312 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T22:51:30.312 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-09-20T22:51:30.312 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T22:51:30.312 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-09-20 22:44:45.504070035 +0000 2024-09-20T22:51:30.312 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-09-20 22:44:45.256072250 +0000 2024-09-20T22:51:30.312 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-09-20 22:44:45.256072250 +0000 2024-09-20T22:51:30.312 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: - 2024-09-20T22:51:30.312 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-20T22:51:30.366 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-09-20T22:51:30.366 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-09-20T22:51:30.366 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000433732 s, 1.2 MB/s 2024-09-20T22:51:30.368 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-20T22:51:30.421 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_3 2024-09-20T22:51:30.467 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-20T22:51:30.468 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T22:51:30.468 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-09-20T22:51:30.468 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T22:51:30.468 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-09-20 22:44:46.008065533 +0000 2024-09-20T22:51:30.468 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-09-20 22:44:45.756067784 +0000 2024-09-20T22:51:30.468 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-09-20 22:44:45.756067784 +0000 2024-09-20T22:51:30.468 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: - 2024-09-20T22:51:30.468 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-20T22:51:30.520 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: cluster 2024-09-20T22:51:29.283796+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:30.520 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: audit 2024-09-20T22:51:29.287461+0000 mgr.y (mgr.14152) 60 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi083=y;smithi142=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:51:30.520 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: cephadm 2024-09-20T22:51:29.290899+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Saving service mgr spec with placement smithi083=y;smithi142=x;count:2 2024-09-20T22:51:30.521 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: audit 2024-09-20T22:51:29.297416+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:30.521 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: audit 2024-09-20T22:51:29.308731+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:30.521 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: audit 2024-09-20T22:51:29.311409+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:30.521 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: audit 2024-09-20T22:51:29.313227+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:30.521 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: audit 2024-09-20T22:51:29.324867+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:30.521 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: audit 2024-09-20T22:51:29.328928+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T22:51:30.521 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: audit 2024-09-20T22:51:29.336157+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-20T22:51:30.521 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: audit 2024-09-20T22:51:29.337931+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T22:51:30.521 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: audit 2024-09-20T22:51:29.339881+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:30.521 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[19864]: cephadm 2024-09-20T22:51:29.341765+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Deploying daemon mgr.x on smithi142 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: cluster 2024-09-20T22:51:29.283796+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: audit 2024-09-20T22:51:29.287461+0000 mgr.y (mgr.14152) 60 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi083=y;smithi142=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: cephadm 2024-09-20T22:51:29.290899+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Saving service mgr spec with placement smithi083=y;smithi142=x;count:2 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: audit 2024-09-20T22:51:29.297416+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: audit 2024-09-20T22:51:29.308731+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: audit 2024-09-20T22:51:29.311409+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: audit 2024-09-20T22:51:29.313227+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: audit 2024-09-20T22:51:29.324867+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: audit 2024-09-20T22:51:29.328928+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: audit 2024-09-20T22:51:29.336157+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: audit 2024-09-20T22:51:29.337931+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: audit 2024-09-20T22:51:29.339881+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:30.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:30 smithi083 bash[25244]: cephadm 2024-09-20T22:51:29.341765+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Deploying daemon mgr.x on smithi142 2024-09-20T22:51:30.523 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-09-20T22:51:30.523 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-09-20T22:51:30.523 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000336407 s, 1.5 MB/s 2024-09-20T22:51:30.523 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-20T22:51:30.573 DEBUG:teuthology.orchestra.run.smithi083:> stat /dev/vg_nvme/lv_4 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: cluster 2024-09-20T22:51:29.283796+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: audit 2024-09-20T22:51:29.287461+0000 mgr.y (mgr.14152) 60 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi083=y;smithi142=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: cephadm 2024-09-20T22:51:29.290899+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Saving service mgr spec with placement smithi083=y;smithi142=x;count:2 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: audit 2024-09-20T22:51:29.297416+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: audit 2024-09-20T22:51:29.308731+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: audit 2024-09-20T22:51:29.311409+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: audit 2024-09-20T22:51:29.313227+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: audit 2024-09-20T22:51:29.324867+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: audit 2024-09-20T22:51:29.328928+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: audit 2024-09-20T22:51:29.336157+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: audit 2024-09-20T22:51:29.337931+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: audit 2024-09-20T22:51:29.339881+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:30 smithi142 bash[19948]: cephadm 2024-09-20T22:51:29.341765+0000 mgr.y (mgr.14152) 62 : cephadm [INF] Deploying daemon mgr.x on smithi142 2024-09-20T22:51:30.619 INFO:teuthology.orchestra.run.smithi083.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-20T22:51:30.619 INFO:teuthology.orchestra.run.smithi083.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T22:51:30.619 INFO:teuthology.orchestra.run.smithi083.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-09-20T22:51:30.619 INFO:teuthology.orchestra.run.smithi083.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T22:51:30.619 INFO:teuthology.orchestra.run.smithi083.stdout:Access: 2024-09-20 22:44:46.500061138 +0000 2024-09-20T22:51:30.619 INFO:teuthology.orchestra.run.smithi083.stdout:Modify: 2024-09-20 22:44:46.260063282 +0000 2024-09-20T22:51:30.620 INFO:teuthology.orchestra.run.smithi083.stdout:Change: 2024-09-20 22:44:46.260063282 +0000 2024-09-20T22:51:30.620 INFO:teuthology.orchestra.run.smithi083.stdout: Birth: - 2024-09-20T22:51:30.620 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-20T22:51:30.675 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records in 2024-09-20T22:51:30.675 INFO:teuthology.orchestra.run.smithi083.stderr:1+0 records out 2024-09-20T22:51:30.675 INFO:teuthology.orchestra.run.smithi083.stderr:512 bytes copied, 0.000387327 s, 1.3 MB/s 2024-09-20T22:51:30.676 DEBUG:teuthology.orchestra.run.smithi083:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-20T22:51:30.725 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-09-20T22:51:30.725 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/scratch_devs of=/dev/stdout 2024-09-20T22:51:30.730 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-09-20T22:51:30.730 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_1 2024-09-20T22:51:30.777 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-20T22:51:30.777 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T22:51:30.777 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-09-20T22:51:30.777 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T22:51:30.777 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-09-20 22:44:42.863097196 +0000 2024-09-20T22:51:30.778 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-09-20 22:44:42.611099446 +0000 2024-09-20T22:51:30.778 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-09-20 22:44:42.611099446 +0000 2024-09-20T22:51:30.778 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-09-20T22:51:30.778 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-20T22:51:30.835 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-09-20T22:51:30.835 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-09-20T22:51:30.835 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000310614 s, 1.6 MB/s 2024-09-20T22:51:30.836 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-20T22:51:30.882 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_2 2024-09-20T22:51:30.929 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-20T22:51:30.929 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T22:51:30.929 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 890 Links: 1 2024-09-20T22:51:30.929 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T22:51:30.929 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-09-20 22:44:43.359092766 +0000 2024-09-20T22:51:30.929 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-09-20 22:44:43.111094981 +0000 2024-09-20T22:51:30.930 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-09-20 22:44:43.111094981 +0000 2024-09-20T22:51:30.930 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-09-20T22:51:30.930 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-20T22:51:30.984 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-09-20T22:51:30.984 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-09-20T22:51:30.984 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.00034431 s, 1.5 MB/s 2024-09-20T22:51:30.985 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-20T22:51:31.039 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_3 2024-09-20T22:51:31.086 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-20T22:51:31.086 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T22:51:31.086 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-09-20T22:51:31.086 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T22:51:31.086 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-09-20 22:44:43.835088514 +0000 2024-09-20T22:51:31.086 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-09-20 22:44:43.591090694 +0000 2024-09-20T22:51:31.086 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-09-20 22:44:43.591090694 +0000 2024-09-20T22:51:31.086 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-09-20T22:51:31.087 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-20T22:51:31.140 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-09-20T22:51:31.140 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-09-20T22:51:31.140 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000435819 s, 1.2 MB/s 2024-09-20T22:51:31.141 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-20T22:51:31.191 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_4 2024-09-20T22:51:31.238 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-20T22:51:31.238 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-20T22:51:31.238 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 924 Links: 1 2024-09-20T22:51:31.238 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-20T22:51:31.239 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-09-20 22:44:44.311084262 +0000 2024-09-20T22:51:31.239 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-09-20 22:44:44.063086477 +0000 2024-09-20T22:51:31.239 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-09-20 22:44:44.063086477 +0000 2024-09-20T22:51:31.239 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-09-20T22:51:31.239 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-20T22:51:31.292 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-09-20T22:51:31.292 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-09-20T22:51:31.292 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.00042521 s, 1.2 MB/s 2024-09-20T22:51:31.293 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-20T22:51:31.343 INFO:tasks.cephadm:Deploying osd.0 on smithi083 with /dev/vg_nvme/lv_4... 2024-09-20T22:51:31.343 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-20T22:51:31.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:31 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:51:31.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:31 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:51:31.795 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:31 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:51:31.795 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:31 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:51:31.795 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:31 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:51:31.795 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:31 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:51:32.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:31 smithi142 systemd[1]: Started Ceph mgr.x for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:51:33.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[19864]: cluster 2024-09-20T22:51:31.284270+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:33.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[19864]: audit 2024-09-20T22:51:31.832577+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:33.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[19864]: audit 2024-09-20T22:51:31.835880+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:33.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[19864]: audit 2024-09-20T22:51:31.837172+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:33.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[19864]: audit 2024-09-20T22:51:31.838006+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:33.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[19864]: audit 2024-09-20T22:51:31.843607+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:33.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[19864]: cephadm 2024-09-20T22:51:31.844033+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:51:33.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[19864]: cephadm 2024-09-20T22:51:31.844895+0000 mgr.y (mgr.14152) 65 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-20T22:51:33.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[19864]: audit 2024-09-20T22:51:31.845178+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T22:51:33.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[19864]: audit 2024-09-20T22:51:31.846022+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T22:51:33.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[19864]: audit 2024-09-20T22:51:31.846724+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:33.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[19864]: cephadm 2024-09-20T22:51:31.847614+0000 mgr.y (mgr.14152) 66 : cephadm [INF] Reconfiguring daemon mgr.y on smithi083 2024-09-20T22:51:33.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[25244]: cluster 2024-09-20T22:51:31.284270+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:33.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[25244]: audit 2024-09-20T22:51:31.832577+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:33.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[25244]: audit 2024-09-20T22:51:31.835880+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:33.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[25244]: audit 2024-09-20T22:51:31.837172+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:33.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[25244]: audit 2024-09-20T22:51:31.838006+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:33.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[25244]: audit 2024-09-20T22:51:31.843607+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:33.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[25244]: cephadm 2024-09-20T22:51:31.844033+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:51:33.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[25244]: cephadm 2024-09-20T22:51:31.844895+0000 mgr.y (mgr.14152) 65 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-20T22:51:33.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[25244]: audit 2024-09-20T22:51:31.845178+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T22:51:33.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[25244]: audit 2024-09-20T22:51:31.846022+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T22:51:33.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[25244]: audit 2024-09-20T22:51:31.846724+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:33.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:32 smithi083 bash[25244]: cephadm 2024-09-20T22:51:31.847614+0000 mgr.y (mgr.14152) 66 : cephadm [INF] Reconfiguring daemon mgr.y on smithi083 2024-09-20T22:51:33.111 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:32 smithi142 bash[19948]: cluster 2024-09-20T22:51:31.284270+0000 mgr.y (mgr.14152) 63 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:33.111 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:32 smithi142 bash[19948]: audit 2024-09-20T22:51:31.832577+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:33.111 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:32 smithi142 bash[19948]: audit 2024-09-20T22:51:31.835880+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:33.111 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:32 smithi142 bash[19948]: audit 2024-09-20T22:51:31.837172+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:33.111 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:32 smithi142 bash[19948]: audit 2024-09-20T22:51:31.838006+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:33.112 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:32 smithi142 bash[19948]: audit 2024-09-20T22:51:31.843607+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:33.112 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:32 smithi142 bash[19948]: cephadm 2024-09-20T22:51:31.844033+0000 mgr.y (mgr.14152) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:51:33.112 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:32 smithi142 bash[19948]: cephadm 2024-09-20T22:51:31.844895+0000 mgr.y (mgr.14152) 65 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-20T22:51:33.112 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:32 smithi142 bash[19948]: audit 2024-09-20T22:51:31.845178+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T22:51:33.112 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:32 smithi142 bash[19948]: audit 2024-09-20T22:51:31.846022+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T22:51:33.112 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:32 smithi142 bash[19948]: audit 2024-09-20T22:51:31.846724+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:33.112 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:32 smithi142 bash[19948]: cephadm 2024-09-20T22:51:31.847614+0000 mgr.y (mgr.14152) 66 : cephadm [INF] Reconfiguring daemon mgr.y on smithi083 2024-09-20T22:51:33.386 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:33 smithi142 bash[21240]: debug 2024-09-20T22:51:33.192+0000 7f8ecc3d0700 1 -- 172.21.15.142:0/1390584336 <== mon.2 v2:172.21.15.142:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a9865ae340 con 0x55a98732a400 2024-09-20T22:51:33.386 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:33 smithi142 bash[21240]: debug 2024-09-20T22:51:33.336+0000 7f8ed503f000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T22:51:34.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:34 smithi142 bash[19948]: cluster 2024-09-20T22:51:33.284680+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:34.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:34 smithi142 bash[19948]: audit 2024-09-20T22:51:33.359398+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:34.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:34 smithi083 bash[19864]: cluster 2024-09-20T22:51:33.284680+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:34.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:34 smithi083 bash[19864]: audit 2024-09-20T22:51:33.359398+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:34.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:34 smithi083 bash[25244]: cluster 2024-09-20T22:51:33.284680+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:34.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:34 smithi083 bash[25244]: audit 2024-09-20T22:51:33.359398+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:35.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:34 smithi142 bash[21240]: debug 2024-09-20T22:51:34.888+0000 7f8ed503f000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T22:51:35.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:34 smithi142 bash[21240]: debug 2024-09-20T22:51:34.984+0000 7f8ed503f000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T22:51:35.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:35 smithi142 bash[21240]: debug 2024-09-20T22:51:35.232+0000 7f8ed503f000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T22:51:36.284 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:35 smithi142 bash[21240]: debug 2024-09-20T22:51:35.964+0000 7f8ed503f000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T22:51:36.284 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[21240]: debug 2024-09-20T22:51:36.072+0000 7f8ed503f000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T22:51:36.284 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[21240]: debug 2024-09-20T22:51:36.172+0000 7f8ed503f000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T22:51:36.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[21240]: debug 2024-09-20T22:51:36.280+0000 7f8ed503f000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T22:51:36.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[21240]: debug 2024-09-20T22:51:36.488+0000 7f8ed503f000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T22:51:36.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[19948]: cluster 2024-09-20T22:51:35.285081+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:36.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[19948]: audit 2024-09-20T22:51:35.321208+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:36.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[19948]: audit 2024-09-20T22:51:35.323171+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:36.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[19948]: audit 2024-09-20T22:51:35.324399+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:36.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[19948]: audit 2024-09-20T22:51:35.325165+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:36.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[19948]: audit 2024-09-20T22:51:35.330319+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:36.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[19948]: cephadm 2024-09-20T22:51:35.330794+0000 mgr.y (mgr.14152) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:51:36.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[25244]: cluster 2024-09-20T22:51:35.285081+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:36.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[25244]: audit 2024-09-20T22:51:35.321208+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:36.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[25244]: audit 2024-09-20T22:51:35.323171+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:36.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[25244]: audit 2024-09-20T22:51:35.324399+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:36.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[25244]: audit 2024-09-20T22:51:35.325165+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:36.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[25244]: audit 2024-09-20T22:51:35.330319+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:36.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[25244]: cephadm 2024-09-20T22:51:35.330794+0000 mgr.y (mgr.14152) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:51:36.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[19864]: cluster 2024-09-20T22:51:35.285081+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:36.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[19864]: audit 2024-09-20T22:51:35.321208+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:36.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[19864]: audit 2024-09-20T22:51:35.323171+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:36.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[19864]: audit 2024-09-20T22:51:35.324399+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:36.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[19864]: audit 2024-09-20T22:51:35.325165+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:36.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[19864]: audit 2024-09-20T22:51:35.330319+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:36.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[19864]: cephadm 2024-09-20T22:51:35.330794+0000 mgr.y (mgr.14152) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:51:36.908 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:51:36 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:51:36] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:51:37.003 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[21240]: debug 2024-09-20T22:51:36.784+0000 7f8ed503f000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T22:51:37.003 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:36 smithi142 bash[21240]: debug 2024-09-20T22:51:36.884+0000 7f8ed503f000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T22:51:37.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:37 smithi142 bash[21240]: debug 2024-09-20T22:51:37.068+0000 7f8ed503f000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T22:51:37.452 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:51:37.491 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi083:vg_nvme/lv_4 2024-09-20T22:51:37.605 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:37 smithi142 bash[21240]: debug 2024-09-20T22:51:37.332+0000 7f8ed503f000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T22:51:37.825 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:51:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:51:37.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[19864]: audit 2024-09-20T22:51:36.642259+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:37.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[19864]: audit 2024-09-20T22:51:37.391151+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:37.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[19864]: audit 2024-09-20T22:51:37.399487+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:37.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[19864]: audit 2024-09-20T22:51:37.401403+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:37.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[19864]: audit 2024-09-20T22:51:37.403154+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:37.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[19864]: audit 2024-09-20T22:51:37.404240+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:37.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[19864]: audit 2024-09-20T22:51:37.412599+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:37.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[25244]: audit 2024-09-20T22:51:36.642259+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:37.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[25244]: audit 2024-09-20T22:51:37.391151+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:37.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[25244]: audit 2024-09-20T22:51:37.399487+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:37.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[25244]: audit 2024-09-20T22:51:37.401403+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:37.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[25244]: audit 2024-09-20T22:51:37.403154+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:37.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[25244]: audit 2024-09-20T22:51:37.404240+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:37.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:37 smithi083 bash[25244]: audit 2024-09-20T22:51:37.412599+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:38.000 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:37 smithi142 bash[21240]: debug 2024-09-20T22:51:37.600+0000 7f8ed503f000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T22:51:38.000 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:37 smithi142 bash[21240]: debug 2024-09-20T22:51:37.764+0000 7f8ed503f000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T22:51:38.001 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:37 smithi142 bash[19948]: audit 2024-09-20T22:51:36.642259+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:38.001 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:37 smithi142 bash[19948]: audit 2024-09-20T22:51:37.391151+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:38.001 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:37 smithi142 bash[19948]: audit 2024-09-20T22:51:37.399487+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:38.001 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:37 smithi142 bash[19948]: audit 2024-09-20T22:51:37.401403+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:51:38.001 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:37 smithi142 bash[19948]: audit 2024-09-20T22:51:37.403154+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:38.001 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:37 smithi142 bash[19948]: audit 2024-09-20T22:51:37.404240+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:51:38.001 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:37 smithi142 bash[19948]: audit 2024-09-20T22:51:37.412599+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:38.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:38 smithi142 bash[21240]: debug 2024-09-20T22:51:37.996+0000 7f8ed503f000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T22:51:38.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:38 smithi142 bash[21240]: debug 2024-09-20T22:51:38.108+0000 7f8ed503f000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T22:51:38.324 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:51:38 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:51:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:51:38.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:38 smithi142 bash[19948]: cluster 2024-09-20T22:51:37.285554+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:38.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:38 smithi142 bash[19948]: audit 2024-09-20T22:51:38.266018+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:38.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:38 smithi142 bash[19948]: audit 2024-09-20T22:51:38.271688+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:38.824 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:38 smithi142 bash[21240]: debug 2024-09-20T22:51:38.444+0000 7f8ed503f000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T22:51:39.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:38 smithi083 bash[19864]: cluster 2024-09-20T22:51:37.285554+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:39.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:38 smithi083 bash[19864]: audit 2024-09-20T22:51:38.266018+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:39.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:38 smithi083 bash[19864]: audit 2024-09-20T22:51:38.271688+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:39.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:38 smithi083 bash[25244]: cluster 2024-09-20T22:51:37.285554+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:39.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:38 smithi083 bash[25244]: audit 2024-09-20T22:51:38.266018+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:39.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:38 smithi083 bash[25244]: audit 2024-09-20T22:51:38.271688+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:39.467 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:39 smithi142 bash[21240]: debug 2024-09-20T22:51:39.156+0000 7f8ed503f000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T22:51:39.467 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:39 smithi142 bash[21240]: debug 2024-09-20T22:51:39.264+0000 7f8ed503f000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T22:51:40.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:39 smithi142 bash[21240]: debug 2024-09-20T22:51:39.464+0000 7f8ed503f000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T22:51:40.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:39 smithi142 bash[21240]: debug 2024-09-20T22:51:39.788+0000 7f8ed503f000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T22:51:40.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:40 smithi142 bash[21240]: debug 2024-09-20T22:51:40.152+0000 7f8ed503f000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T22:51:40.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:51:40 smithi142 bash[21240]: debug 2024-09-20T22:51:40.264+0000 7f8ed503f000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T22:51:40.747 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:40 smithi083 bash[25244]: cluster 2024-09-20T22:51:39.285937+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:40.747 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:40 smithi083 bash[25244]: audit 2024-09-20T22:51:40.290100+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.142:0/2047430427' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T22:51:40.747 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:40 smithi083 bash[25244]: cluster 2024-09-20T22:51:40.290354+0000 mon.a (mon.0) 276 : cluster [DBG] Standby manager daemon x started 2024-09-20T22:51:40.747 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:40 smithi083 bash[25244]: audit 2024-09-20T22:51:40.291575+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.142:0/2047430427' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T22:51:40.748 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:40 smithi083 bash[25244]: audit 2024-09-20T22:51:40.292892+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.142:0/2047430427' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T22:51:40.748 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:40 smithi083 bash[25244]: audit 2024-09-20T22:51:40.293456+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.142:0/2047430427' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T22:51:40.748 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:40 smithi083 bash[19864]: cluster 2024-09-20T22:51:39.285937+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:40.748 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:40 smithi083 bash[19864]: audit 2024-09-20T22:51:40.290100+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.142:0/2047430427' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T22:51:40.748 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:40 smithi083 bash[19864]: cluster 2024-09-20T22:51:40.290354+0000 mon.a (mon.0) 276 : cluster [DBG] Standby manager daemon x started 2024-09-20T22:51:40.748 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:40 smithi083 bash[19864]: audit 2024-09-20T22:51:40.291575+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.142:0/2047430427' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T22:51:40.748 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:40 smithi083 bash[19864]: audit 2024-09-20T22:51:40.292892+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.142:0/2047430427' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T22:51:40.748 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:40 smithi083 bash[19864]: audit 2024-09-20T22:51:40.293456+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.142:0/2047430427' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T22:51:41.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:40 smithi142 bash[19948]: cluster 2024-09-20T22:51:39.285937+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:40 smithi142 bash[19948]: audit 2024-09-20T22:51:40.290100+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.142:0/2047430427' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T22:51:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:40 smithi142 bash[19948]: cluster 2024-09-20T22:51:40.290354+0000 mon.a (mon.0) 276 : cluster [DBG] Standby manager daemon x started 2024-09-20T22:51:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:40 smithi142 bash[19948]: audit 2024-09-20T22:51:40.291575+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.142:0/2047430427' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T22:51:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:40 smithi142 bash[19948]: audit 2024-09-20T22:51:40.292892+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.142:0/2047430427' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T22:51:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:40 smithi142 bash[19948]: audit 2024-09-20T22:51:40.293456+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.142:0/2047430427' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T22:51:42.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:41 smithi142 bash[19948]: cluster 2024-09-20T22:51:40.665155+0000 mon.a (mon.0) 277 : cluster [DBG] mgrmap e14: y(active, since 77s), standbys: x 2024-09-20T22:51:42.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:41 smithi142 bash[19948]: audit 2024-09-20T22:51:40.666087+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T22:51:42.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:41 smithi083 bash[19864]: cluster 2024-09-20T22:51:40.665155+0000 mon.a (mon.0) 277 : cluster [DBG] mgrmap e14: y(active, since 77s), standbys: x 2024-09-20T22:51:42.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:41 smithi083 bash[19864]: audit 2024-09-20T22:51:40.666087+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T22:51:42.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:41 smithi083 bash[25244]: cluster 2024-09-20T22:51:40.665155+0000 mon.a (mon.0) 277 : cluster [DBG] mgrmap e14: y(active, since 77s), standbys: x 2024-09-20T22:51:42.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:41 smithi083 bash[25244]: audit 2024-09-20T22:51:40.666087+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T22:51:43.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:42 smithi142 bash[19948]: cluster 2024-09-20T22:51:41.286384+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:43.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:42 smithi142 bash[19948]: audit 2024-09-20T22:51:42.167571+0000 mgr.y (mgr.14152) 73 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:51:43.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:42 smithi142 bash[19948]: audit 2024-09-20T22:51:42.174494+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:51:43.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:42 smithi142 bash[19948]: audit 2024-09-20T22:51:42.178306+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:51:43.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:42 smithi142 bash[19948]: audit 2024-09-20T22:51:42.179359+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:43.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:42 smithi083 bash[19864]: cluster 2024-09-20T22:51:41.286384+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:43.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:42 smithi083 bash[19864]: audit 2024-09-20T22:51:42.167571+0000 mgr.y (mgr.14152) 73 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:51:43.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:42 smithi083 bash[19864]: audit 2024-09-20T22:51:42.174494+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:51:43.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:42 smithi083 bash[19864]: audit 2024-09-20T22:51:42.178306+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:51:43.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:42 smithi083 bash[19864]: audit 2024-09-20T22:51:42.179359+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:43.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:42 smithi083 bash[25244]: cluster 2024-09-20T22:51:41.286384+0000 mgr.y (mgr.14152) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:43.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:42 smithi083 bash[25244]: audit 2024-09-20T22:51:42.167571+0000 mgr.y (mgr.14152) 73 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:51:43.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:42 smithi083 bash[25244]: audit 2024-09-20T22:51:42.174494+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:51:43.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:42 smithi083 bash[25244]: audit 2024-09-20T22:51:42.178306+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:51:43.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:42 smithi083 bash[25244]: audit 2024-09-20T22:51:42.179359+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:51:44.988 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:44 smithi083 bash[25244]: cluster 2024-09-20T22:51:43.286804+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:44.988 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:44 smithi083 bash[19864]: cluster 2024-09-20T22:51:43.286804+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:45.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:44 smithi142 bash[19948]: cluster 2024-09-20T22:51:43.286804+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:47.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:46 smithi142 bash[19948]: cluster 2024-09-20T22:51:45.287233+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:47.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:46 smithi083 bash[19864]: cluster 2024-09-20T22:51:45.287233+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:47.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:46 smithi083 bash[25244]: cluster 2024-09-20T22:51:45.287233+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:49.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:48 smithi142 bash[19948]: cluster 2024-09-20T22:51:47.287685+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:49.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:48 smithi142 bash[19948]: audit 2024-09-20T22:51:48.381297+0000 mon.a (mon.0) 282 : audit [INF] from='client.? 172.21.15.83:0/3149352770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5ff36e5-971c-4f6f-bf56-69f717de0cc6"}]: dispatch 2024-09-20T22:51:49.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:48 smithi142 bash[19948]: audit 2024-09-20T22:51:48.385829+0000 mon.a (mon.0) 283 : audit [INF] from='client.? 172.21.15.83:0/3149352770' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5ff36e5-971c-4f6f-bf56-69f717de0cc6"}]': finished 2024-09-20T22:51:49.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:48 smithi142 bash[19948]: cluster 2024-09-20T22:51:48.385902+0000 mon.a (mon.0) 284 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-20T22:51:49.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:48 smithi142 bash[19948]: audit 2024-09-20T22:51:48.386146+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:51:49.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:48 smithi083 bash[19864]: cluster 2024-09-20T22:51:47.287685+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:49.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:48 smithi083 bash[19864]: audit 2024-09-20T22:51:48.381297+0000 mon.a (mon.0) 282 : audit [INF] from='client.? 172.21.15.83:0/3149352770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5ff36e5-971c-4f6f-bf56-69f717de0cc6"}]: dispatch 2024-09-20T22:51:49.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:48 smithi083 bash[19864]: audit 2024-09-20T22:51:48.385829+0000 mon.a (mon.0) 283 : audit [INF] from='client.? 172.21.15.83:0/3149352770' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5ff36e5-971c-4f6f-bf56-69f717de0cc6"}]': finished 2024-09-20T22:51:49.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:48 smithi083 bash[19864]: cluster 2024-09-20T22:51:48.385902+0000 mon.a (mon.0) 284 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-20T22:51:49.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:48 smithi083 bash[19864]: audit 2024-09-20T22:51:48.386146+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:51:49.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:48 smithi083 bash[25244]: cluster 2024-09-20T22:51:47.287685+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:49.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:48 smithi083 bash[25244]: audit 2024-09-20T22:51:48.381297+0000 mon.a (mon.0) 282 : audit [INF] from='client.? 172.21.15.83:0/3149352770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5ff36e5-971c-4f6f-bf56-69f717de0cc6"}]: dispatch 2024-09-20T22:51:49.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:48 smithi083 bash[25244]: audit 2024-09-20T22:51:48.385829+0000 mon.a (mon.0) 283 : audit [INF] from='client.? 172.21.15.83:0/3149352770' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5ff36e5-971c-4f6f-bf56-69f717de0cc6"}]': finished 2024-09-20T22:51:49.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:48 smithi083 bash[25244]: cluster 2024-09-20T22:51:48.385902+0000 mon.a (mon.0) 284 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-20T22:51:49.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:48 smithi083 bash[25244]: audit 2024-09-20T22:51:48.386146+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:51:50.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:49 smithi142 bash[19948]: audit 2024-09-20T22:51:49.078096+0000 mon.a (mon.0) 286 : audit [DBG] from='client.? 172.21.15.83:0/1963655198' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:51:50.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:49 smithi083 bash[25244]: audit 2024-09-20T22:51:49.078096+0000 mon.a (mon.0) 286 : audit [DBG] from='client.? 172.21.15.83:0/1963655198' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:51:50.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:49 smithi083 bash[19864]: audit 2024-09-20T22:51:49.078096+0000 mon.a (mon.0) 286 : audit [DBG] from='client.? 172.21.15.83:0/1963655198' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:51:51.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:50 smithi142 bash[19948]: cluster 2024-09-20T22:51:49.288103+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:51.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:50 smithi083 bash[19864]: cluster 2024-09-20T22:51:49.288103+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:51.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:50 smithi083 bash[25244]: cluster 2024-09-20T22:51:49.288103+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:53.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:52 smithi142 bash[19948]: cluster 2024-09-20T22:51:51.288547+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:53.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:52 smithi083 bash[19864]: cluster 2024-09-20T22:51:51.288547+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:53.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:52 smithi083 bash[25244]: cluster 2024-09-20T22:51:51.288547+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:55.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:54 smithi142 bash[19948]: cluster 2024-09-20T22:51:53.288926+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:55.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:54 smithi083 bash[19864]: cluster 2024-09-20T22:51:53.288926+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:55.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:54 smithi083 bash[25244]: cluster 2024-09-20T22:51:53.288926+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:57.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:56 smithi083 bash[19864]: cluster 2024-09-20T22:51:55.289380+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:57.016 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:56 smithi083 bash[25244]: cluster 2024-09-20T22:51:55.289380+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:57.044 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:56 smithi142 bash[19948]: cluster 2024-09-20T22:51:55.289380+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:57.325 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:51:57 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:51:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:51:58.433 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:51:58 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:51:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:51:58.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:58 smithi083 bash[19864]: audit 2024-09-20T22:51:57.168717+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:58.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:58 smithi083 bash[19864]: audit 2024-09-20T22:51:57.177236+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:58.434 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:58 smithi083 bash[25244]: audit 2024-09-20T22:51:57.168717+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:58.434 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:58 smithi083 bash[25244]: audit 2024-09-20T22:51:57.177236+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:58.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:58 smithi142 bash[19948]: audit 2024-09-20T22:51:57.168717+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:58.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:58 smithi142 bash[19948]: audit 2024-09-20T22:51:57.177236+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:59.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:59 smithi142 bash[19948]: cluster 2024-09-20T22:51:57.289777+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:59.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:59 smithi142 bash[19948]: audit 2024-09-20T22:51:58.394581+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:59.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:51:59 smithi142 bash[19948]: audit 2024-09-20T22:51:58.400685+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:59.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:59 smithi083 bash[19864]: cluster 2024-09-20T22:51:57.289777+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:59.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:59 smithi083 bash[19864]: audit 2024-09-20T22:51:58.394581+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:59.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:51:59 smithi083 bash[19864]: audit 2024-09-20T22:51:58.400685+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:59.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:59 smithi083 bash[25244]: cluster 2024-09-20T22:51:57.289777+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:51:59.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:59 smithi083 bash[25244]: audit 2024-09-20T22:51:58.394581+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:51:59.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:51:59 smithi083 bash[25244]: audit 2024-09-20T22:51:58.400685+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:00.551 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:00 smithi083 bash[19864]: audit 2024-09-20T22:51:59.582535+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-20T22:52:00.551 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:00 smithi083 bash[19864]: audit 2024-09-20T22:51:59.583809+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:00.552 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:00 smithi083 bash[25244]: audit 2024-09-20T22:51:59.582535+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-20T22:52:00.552 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:00 smithi083 bash[25244]: audit 2024-09-20T22:51:59.583809+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:00.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:00 smithi142 bash[19948]: audit 2024-09-20T22:51:59.582535+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-20T22:52:00.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:00 smithi142 bash[19948]: audit 2024-09-20T22:51:59.583809+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:01.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:01 smithi142 bash[19948]: cluster 2024-09-20T22:51:59.290160+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:01.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:01 smithi142 bash[19948]: cephadm 2024-09-20T22:51:59.584746+0000 mgr.y (mgr.14152) 83 : cephadm [INF] Deploying daemon osd.0 on smithi083 2024-09-20T22:52:01.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:01 smithi083 bash[25244]: cluster 2024-09-20T22:51:59.290160+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:01.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:01 smithi083 bash[25244]: cephadm 2024-09-20T22:51:59.584746+0000 mgr.y (mgr.14152) 83 : cephadm [INF] Deploying daemon osd.0 on smithi083 2024-09-20T22:52:01.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:01 smithi083 bash[19864]: cluster 2024-09-20T22:51:59.290160+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:01.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:01 smithi083 bash[19864]: cephadm 2024-09-20T22:51:59.584746+0000 mgr.y (mgr.14152) 83 : cephadm [INF] Deploying daemon osd.0 on smithi083 2024-09-20T22:52:03.499 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:03 smithi083 bash[19864]: cluster 2024-09-20T22:52:01.290620+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:03.499 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:03 smithi083 bash[25244]: cluster 2024-09-20T22:52:01.290620+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:03.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:03 smithi142 bash[19948]: cluster 2024-09-20T22:52:01.290620+0000 mgr.y (mgr.14152) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:05.457 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:05 smithi083 bash[19864]: cluster 2024-09-20T22:52:03.291071+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:05.457 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:05 smithi083 bash[25244]: cluster 2024-09-20T22:52:03.291071+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:05.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:05 smithi142 bash[19948]: cluster 2024-09-20T22:52:03.291071+0000 mgr.y (mgr.14152) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:06.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:06.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:06.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:52:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:06.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:06.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:52:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:06.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:07.542 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:07 smithi083 bash[25244]: cluster 2024-09-20T22:52:05.291378+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:07.542 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:07 smithi083 bash[25244]: audit 2024-09-20T22:52:06.543635+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:07.543 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:07 smithi083 bash[25244]: audit 2024-09-20T22:52:06.549980+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:07.543 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:07 smithi083 bash[25244]: audit 2024-09-20T22:52:06.551311+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:07.543 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:07 smithi083 bash[25244]: audit 2024-09-20T22:52:06.552069+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:07.543 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:07 smithi083 bash[25244]: audit 2024-09-20T22:52:06.557648+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:07.543 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:07 smithi083 bash[19864]: cluster 2024-09-20T22:52:05.291378+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:07.543 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:07 smithi083 bash[19864]: audit 2024-09-20T22:52:06.543635+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:07.543 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:07 smithi083 bash[19864]: audit 2024-09-20T22:52:06.549980+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:07.543 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:07 smithi083 bash[19864]: audit 2024-09-20T22:52:06.551311+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:07.543 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:07 smithi083 bash[19864]: audit 2024-09-20T22:52:06.552069+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:07.543 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:07 smithi083 bash[19864]: audit 2024-09-20T22:52:06.557648+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:07.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:07 smithi142 bash[19948]: cluster 2024-09-20T22:52:05.291378+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:07.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:07 smithi142 bash[19948]: audit 2024-09-20T22:52:06.543635+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:07.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:07 smithi142 bash[19948]: audit 2024-09-20T22:52:06.549980+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:07.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:07 smithi142 bash[19948]: audit 2024-09-20T22:52:06.551311+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:07.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:07 smithi142 bash[19948]: audit 2024-09-20T22:52:06.552069+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:07.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:07 smithi142 bash[19948]: audit 2024-09-20T22:52:06.557648+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:09.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:09 smithi142 bash[19948]: cluster 2024-09-20T22:52:07.291681+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:09.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:09 smithi083 bash[19864]: cluster 2024-09-20T22:52:07.291681+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:09.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:09 smithi083 bash[25244]: cluster 2024-09-20T22:52:07.291681+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:11.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:11 smithi142 bash[19948]: cluster 2024-09-20T22:52:09.291944+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:11.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:11 smithi083 bash[19864]: cluster 2024-09-20T22:52:09.291944+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:11.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:11 smithi083 bash[25244]: cluster 2024-09-20T22:52:09.291944+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:13.147 INFO:teuthology.orchestra.run.smithi083.stdout:Created osd(s) 0 on host 'smithi083' 2024-09-20T22:52:13.471 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:13 smithi142 bash[19948]: cluster 2024-09-20T22:52:11.292353+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:13.471 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:13 smithi142 bash[19948]: audit 2024-09-20T22:52:13.144868+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:13.471 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:13 smithi142 bash[19948]: audit 2024-09-20T22:52:13.145484+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:13.471 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:13 smithi142 bash[19948]: audit 2024-09-20T22:52:13.149364+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:13.471 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:13 smithi142 bash[19948]: audit 2024-09-20T22:52:13.150904+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:13.471 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:13 smithi142 bash[19948]: audit 2024-09-20T22:52:13.153859+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:52:13.471 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:13 smithi142 bash[19948]: audit 2024-09-20T22:52:13.162444+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:13.471 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:13 smithi142 bash[19948]: audit 2024-09-20T22:52:13.170440+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:13.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[19864]: cluster 2024-09-20T22:52:11.292353+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:13.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[19864]: audit 2024-09-20T22:52:13.144868+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:13.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[19864]: audit 2024-09-20T22:52:13.145484+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:13.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[19864]: audit 2024-09-20T22:52:13.149364+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:13.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[19864]: audit 2024-09-20T22:52:13.150904+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:13.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[19864]: audit 2024-09-20T22:52:13.153859+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:52:13.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[19864]: audit 2024-09-20T22:52:13.162444+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:13.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[19864]: audit 2024-09-20T22:52:13.170440+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:13.539 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[25244]: cluster 2024-09-20T22:52:11.292353+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:13.539 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[25244]: audit 2024-09-20T22:52:13.144868+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:13.539 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[25244]: audit 2024-09-20T22:52:13.145484+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:13.539 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[25244]: audit 2024-09-20T22:52:13.149364+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:13.539 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[25244]: audit 2024-09-20T22:52:13.150904+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:13.539 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[25244]: audit 2024-09-20T22:52:13.153859+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:52:13.539 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[25244]: audit 2024-09-20T22:52:13.162444+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:13.539 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:13 smithi083 bash[25244]: audit 2024-09-20T22:52:13.170440+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:13.775 DEBUG:teuthology.orchestra.run.smithi083:osd.0> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.0.service 2024-09-20T22:52:13.778 INFO:tasks.cephadm:Deploying osd.1 on smithi083 with /dev/vg_nvme/lv_3... 2024-09-20T22:52:13.778 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_3 2024-09-20T22:52:14.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:14 smithi083 bash[19864]: cephadm 2024-09-20T22:52:13.154711+0000 mgr.y (mgr.14152) 90 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 15217M 2024-09-20T22:52:14.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:14 smithi083 bash[19864]: audit 2024-09-20T22:52:13.541525+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-20T22:52:14.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:14 smithi083 bash[25244]: cephadm 2024-09-20T22:52:13.154711+0000 mgr.y (mgr.14152) 90 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 15217M 2024-09-20T22:52:14.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:14 smithi083 bash[25244]: audit 2024-09-20T22:52:13.541525+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-20T22:52:14.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:14 smithi142 bash[19948]: cephadm 2024-09-20T22:52:13.154711+0000 mgr.y (mgr.14152) 90 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 15217M 2024-09-20T22:52:14.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:14 smithi142 bash[19948]: audit 2024-09-20T22:52:13.541525+0000 mon.a (mon.0) 305 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-20T22:52:15.400 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:15 smithi083 bash[25244]: cluster 2024-09-20T22:52:13.292731+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:15.400 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:15 smithi083 bash[25244]: audit 2024-09-20T22:52:14.217066+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T22:52:15.400 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:15 smithi083 bash[25244]: cluster 2024-09-20T22:52:14.217268+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-20T22:52:15.400 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:15 smithi083 bash[25244]: audit 2024-09-20T22:52:14.218007+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:15.400 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:15 smithi083 bash[25244]: audit 2024-09-20T22:52:14.219002+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:52:15.400 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:15 smithi083 bash[19864]: cluster 2024-09-20T22:52:13.292731+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:15.400 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:15 smithi083 bash[19864]: audit 2024-09-20T22:52:14.217066+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T22:52:15.400 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:15 smithi083 bash[19864]: cluster 2024-09-20T22:52:14.217268+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-20T22:52:15.400 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:15 smithi083 bash[19864]: audit 2024-09-20T22:52:14.218007+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:15.401 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:15 smithi083 bash[19864]: audit 2024-09-20T22:52:14.219002+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:52:15.401 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:52:15 smithi083 bash[28657]: debug 2024-09-20T22:52:15.222+0000 7ffba0511700 -1 osd.0 0 waiting for initial osdmap 2024-09-20T22:52:15.401 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:52:15 smithi083 bash[28657]: debug 2024-09-20T22:52:15.226+0000 7ffb9c6ab700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T22:52:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:15 smithi142 bash[19948]: cluster 2024-09-20T22:52:13.292731+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:15 smithi142 bash[19948]: audit 2024-09-20T22:52:14.217066+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T22:52:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:15 smithi142 bash[19948]: cluster 2024-09-20T22:52:14.217268+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-20T22:52:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:15 smithi142 bash[19948]: audit 2024-09-20T22:52:14.218007+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:15 smithi142 bash[19948]: audit 2024-09-20T22:52:14.219002+0000 mon.a (mon.0) 309 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:52:16.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:16 smithi142 bash[19948]: audit 2024-09-20T22:52:15.221615+0000 mon.a (mon.0) 310 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-20T22:52:16.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:16 smithi142 bash[19948]: cluster 2024-09-20T22:52:15.221721+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-20T22:52:16.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:16 smithi142 bash[19948]: audit 2024-09-20T22:52:15.222242+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:16.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:16 smithi142 bash[19948]: audit 2024-09-20T22:52:15.229541+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:16 smithi083 bash[25244]: audit 2024-09-20T22:52:15.221615+0000 mon.a (mon.0) 310 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-20T22:52:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:16 smithi083 bash[25244]: cluster 2024-09-20T22:52:15.221721+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-20T22:52:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:16 smithi083 bash[25244]: audit 2024-09-20T22:52:15.222242+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:16 smithi083 bash[25244]: audit 2024-09-20T22:52:15.229541+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:16.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:16 smithi083 bash[19864]: audit 2024-09-20T22:52:15.221615+0000 mon.a (mon.0) 310 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-20T22:52:16.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:16 smithi083 bash[19864]: cluster 2024-09-20T22:52:15.221721+0000 mon.a (mon.0) 311 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-20T22:52:16.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:16 smithi083 bash[19864]: audit 2024-09-20T22:52:15.222242+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:16.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:16 smithi083 bash[19864]: audit 2024-09-20T22:52:15.229541+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:17.489 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:52:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:52:17.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[19864]: cluster 2024-09-20T22:52:14.556276+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:52:17.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[19864]: cluster 2024-09-20T22:52:14.556466+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:52:17.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[19864]: cluster 2024-09-20T22:52:15.293044+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:17.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[19864]: audit 2024-09-20T22:52:16.227449+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:17.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[19864]: cluster 2024-09-20T22:52:16.232543+0000 mon.a (mon.0) 315 : cluster [INF] osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184] boot 2024-09-20T22:52:17.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[19864]: cluster 2024-09-20T22:52:16.232583+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-20T22:52:17.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[19864]: audit 2024-09-20T22:52:16.233178+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:17.490 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[25244]: cluster 2024-09-20T22:52:14.556276+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:52:17.491 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[25244]: cluster 2024-09-20T22:52:14.556466+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:52:17.491 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[25244]: cluster 2024-09-20T22:52:15.293044+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:17.491 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[25244]: audit 2024-09-20T22:52:16.227449+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:17.491 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[25244]: cluster 2024-09-20T22:52:16.232543+0000 mon.a (mon.0) 315 : cluster [INF] osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184] boot 2024-09-20T22:52:17.491 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[25244]: cluster 2024-09-20T22:52:16.232583+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-20T22:52:17.491 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:17 smithi083 bash[25244]: audit 2024-09-20T22:52:16.233178+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:17.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:17 smithi142 bash[19948]: cluster 2024-09-20T22:52:14.556276+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:52:17.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:17 smithi142 bash[19948]: cluster 2024-09-20T22:52:14.556466+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:52:17.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:17 smithi142 bash[19948]: cluster 2024-09-20T22:52:15.293044+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-20T22:52:17.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:17 smithi142 bash[19948]: audit 2024-09-20T22:52:16.227449+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:17.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:17 smithi142 bash[19948]: cluster 2024-09-20T22:52:16.232543+0000 mon.a (mon.0) 315 : cluster [INF] osd.0 [v2:172.21.15.83:6802/183997184,v1:172.21.15.83:6803/183997184] boot 2024-09-20T22:52:17.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:17 smithi142 bash[19948]: cluster 2024-09-20T22:52:16.232583+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-20T22:52:17.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:17 smithi142 bash[19948]: audit 2024-09-20T22:52:16.233178+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:52:18.532 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:52:18 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:52:18] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:52:18.533 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:18 smithi083 bash[19864]: cluster 2024-09-20T22:52:17.252212+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-20T22:52:18.533 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:18 smithi083 bash[19864]: audit 2024-09-20T22:52:17.328449+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:18.533 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:18 smithi083 bash[19864]: audit 2024-09-20T22:52:17.334889+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:18.533 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:18 smithi083 bash[25244]: cluster 2024-09-20T22:52:17.252212+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-20T22:52:18.533 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:18 smithi083 bash[25244]: audit 2024-09-20T22:52:17.328449+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:18.533 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:18 smithi083 bash[25244]: audit 2024-09-20T22:52:17.334889+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:18.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:18 smithi142 bash[19948]: cluster 2024-09-20T22:52:17.252212+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-20T22:52:18.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:18 smithi142 bash[19948]: audit 2024-09-20T22:52:17.328449+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:18.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:18 smithi142 bash[19948]: audit 2024-09-20T22:52:17.334889+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:18.951 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:52:18.981 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi083:vg_nvme/lv_3 2024-09-20T22:52:19.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[19864]: cluster 2024-09-20T22:52:17.293308+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:19.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[19864]: audit 2024-09-20T22:52:18.478474+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:19.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[19864]: audit 2024-09-20T22:52:18.484114+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:19.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[19864]: audit 2024-09-20T22:52:18.500296+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:19.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[19864]: audit 2024-09-20T22:52:18.501340+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:19.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[19864]: audit 2024-09-20T22:52:18.501942+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:19.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[19864]: audit 2024-09-20T22:52:18.507132+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:19.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[25244]: cluster 2024-09-20T22:52:17.293308+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:19.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[25244]: audit 2024-09-20T22:52:18.478474+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:19.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[25244]: audit 2024-09-20T22:52:18.484114+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:19.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[25244]: audit 2024-09-20T22:52:18.500296+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:19.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[25244]: audit 2024-09-20T22:52:18.501340+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:19.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[25244]: audit 2024-09-20T22:52:18.501942+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:19.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[25244]: audit 2024-09-20T22:52:18.507132+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:19.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:19 smithi142 bash[19948]: cluster 2024-09-20T22:52:17.293308+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:19.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:19 smithi142 bash[19948]: audit 2024-09-20T22:52:18.478474+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:19.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:19 smithi142 bash[19948]: audit 2024-09-20T22:52:18.484114+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:19.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:19 smithi142 bash[19948]: audit 2024-09-20T22:52:18.500296+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:19.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:19 smithi142 bash[19948]: audit 2024-09-20T22:52:18.501340+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:19.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:19 smithi142 bash[19948]: audit 2024-09-20T22:52:18.501942+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:19.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:19 smithi142 bash[19948]: audit 2024-09-20T22:52:18.507132+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:20.260 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:52:19 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:52:19] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:52:20.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:20 smithi142 bash[19948]: cephadm 2024-09-20T22:52:18.479153+0000 mgr.y (mgr.14152) 94 : cephadm [INF] Detected new or changed devices on smithi083 2024-09-20T22:52:20.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:20 smithi142 bash[19948]: cluster 2024-09-20T22:52:18.503673+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:20.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:20 smithi142 bash[19948]: cluster 2024-09-20T22:52:19.482651+0000 mon.a (mon.0) 327 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:52:20.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:20 smithi142 bash[19948]: audit 2024-09-20T22:52:19.829379+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:20.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:20 smithi142 bash[19948]: audit 2024-09-20T22:52:19.833897+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:20.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:20 smithi142 bash[19948]: audit 2024-09-20T22:52:19.876092+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:20.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:20 smithi142 bash[19948]: audit 2024-09-20T22:52:19.877756+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:20.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:20 smithi142 bash[19948]: audit 2024-09-20T22:52:19.878861+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:20.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:20 smithi142 bash[19948]: audit 2024-09-20T22:52:19.885113+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:20.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[25244]: cephadm 2024-09-20T22:52:18.479153+0000 mgr.y (mgr.14152) 94 : cephadm [INF] Detected new or changed devices on smithi083 2024-09-20T22:52:20.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[25244]: cluster 2024-09-20T22:52:18.503673+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:20.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[25244]: cluster 2024-09-20T22:52:19.482651+0000 mon.a (mon.0) 327 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:52:20.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[25244]: audit 2024-09-20T22:52:19.829379+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:20.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[25244]: audit 2024-09-20T22:52:19.833897+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:20.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[25244]: audit 2024-09-20T22:52:19.876092+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:20.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[25244]: audit 2024-09-20T22:52:19.877756+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:20.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[25244]: audit 2024-09-20T22:52:19.878861+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:20.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[25244]: audit 2024-09-20T22:52:19.885113+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:20.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[19864]: cephadm 2024-09-20T22:52:18.479153+0000 mgr.y (mgr.14152) 94 : cephadm [INF] Detected new or changed devices on smithi083 2024-09-20T22:52:20.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[19864]: cluster 2024-09-20T22:52:18.503673+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:20.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[19864]: cluster 2024-09-20T22:52:19.482651+0000 mon.a (mon.0) 327 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:52:20.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[19864]: audit 2024-09-20T22:52:19.829379+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:20.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[19864]: audit 2024-09-20T22:52:19.833897+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:20.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[19864]: audit 2024-09-20T22:52:19.876092+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:20.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[19864]: audit 2024-09-20T22:52:19.877756+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:20.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[19864]: audit 2024-09-20T22:52:19.878861+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:20.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:20 smithi083 bash[19864]: audit 2024-09-20T22:52:19.885113+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:21.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:21 smithi142 bash[19948]: cluster 2024-09-20T22:52:19.881228+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:21.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:21 smithi142 bash[19948]: cluster 2024-09-20T22:52:20.832345+0000 mon.a (mon.0) 334 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:52:21.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:21 smithi142 bash[19948]: cluster 2024-09-20T22:52:20.832435+0000 mon.a (mon.0) 335 : cluster [INF] Cluster is now healthy 2024-09-20T22:52:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:21 smithi083 bash[19864]: cluster 2024-09-20T22:52:19.881228+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:21 smithi083 bash[19864]: cluster 2024-09-20T22:52:20.832345+0000 mon.a (mon.0) 334 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:52:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:21 smithi083 bash[19864]: cluster 2024-09-20T22:52:20.832435+0000 mon.a (mon.0) 335 : cluster [INF] Cluster is now healthy 2024-09-20T22:52:21.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:21 smithi083 bash[25244]: cluster 2024-09-20T22:52:19.881228+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:21.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:21 smithi083 bash[25244]: cluster 2024-09-20T22:52:20.832345+0000 mon.a (mon.0) 334 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:52:21.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:21 smithi083 bash[25244]: cluster 2024-09-20T22:52:20.832435+0000 mon.a (mon.0) 335 : cluster [INF] Cluster is now healthy 2024-09-20T22:52:23.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:22 smithi142 bash[19948]: cluster 2024-09-20T22:52:21.881654+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:23.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:22 smithi083 bash[19864]: cluster 2024-09-20T22:52:21.881654+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:23.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:22 smithi083 bash[25244]: cluster 2024-09-20T22:52:21.881654+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:23.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:23 smithi083 bash[19864]: audit 2024-09-20T22:52:23.342088+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:52:23.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:23 smithi083 bash[19864]: audit 2024-09-20T22:52:23.343377+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:52:23.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:23 smithi083 bash[19864]: audit 2024-09-20T22:52:23.507680+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:52:23.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:23 smithi083 bash[19864]: audit 2024-09-20T22:52:23.511199+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:52:23.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:23 smithi083 bash[19864]: audit 2024-09-20T22:52:23.512016+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:23.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:23 smithi083 bash[25244]: audit 2024-09-20T22:52:23.342088+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:52:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:23 smithi083 bash[25244]: audit 2024-09-20T22:52:23.343377+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:52:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:23 smithi083 bash[25244]: audit 2024-09-20T22:52:23.507680+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:52:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:23 smithi083 bash[25244]: audit 2024-09-20T22:52:23.511199+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:52:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:23 smithi083 bash[25244]: audit 2024-09-20T22:52:23.512016+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:24.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:23 smithi142 bash[19948]: audit 2024-09-20T22:52:23.342088+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:52:24.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:23 smithi142 bash[19948]: audit 2024-09-20T22:52:23.343377+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:52:24.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:23 smithi142 bash[19948]: audit 2024-09-20T22:52:23.507680+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:52:24.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:23 smithi142 bash[19948]: audit 2024-09-20T22:52:23.511199+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:52:24.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:23 smithi142 bash[19948]: audit 2024-09-20T22:52:23.512016+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:25.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:24 smithi142 bash[19948]: audit 2024-09-20T22:52:23.501144+0000 mgr.y (mgr.14152) 98 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:52:25.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:24 smithi142 bash[19948]: cluster 2024-09-20T22:52:23.882092+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:25.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:24 smithi083 bash[19864]: audit 2024-09-20T22:52:23.501144+0000 mgr.y (mgr.14152) 98 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:52:25.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:24 smithi083 bash[19864]: cluster 2024-09-20T22:52:23.882092+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:25.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:24 smithi083 bash[25244]: audit 2024-09-20T22:52:23.501144+0000 mgr.y (mgr.14152) 98 : audit [DBG] from='client.14235 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:52:25.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:24 smithi083 bash[25244]: cluster 2024-09-20T22:52:23.882092+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:27.223 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:26 smithi083 bash[19864]: cluster 2024-09-20T22:52:25.882564+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:27.223 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:26 smithi083 bash[25244]: cluster 2024-09-20T22:52:25.882564+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:26 smithi142 bash[19948]: cluster 2024-09-20T22:52:25.882564+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:29.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:28 smithi083 bash[19864]: cluster 2024-09-20T22:52:27.883065+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:29.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:28 smithi083 bash[25244]: cluster 2024-09-20T22:52:27.883065+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:29.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:28 smithi142 bash[19948]: cluster 2024-09-20T22:52:27.883065+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:30.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:29 smithi142 bash[19948]: audit 2024-09-20T22:52:29.567704+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.83:0/1877272292' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ccb6ca9a-7141-44e1-ad0e-5991ce3d82fb"}]: dispatch 2024-09-20T22:52:30.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:29 smithi142 bash[19948]: audit 2024-09-20T22:52:29.568467+0000 mon.a (mon.0) 341 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ccb6ca9a-7141-44e1-ad0e-5991ce3d82fb"}]: dispatch 2024-09-20T22:52:30.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:29 smithi142 bash[19948]: audit 2024-09-20T22:52:29.574093+0000 mon.a (mon.0) 342 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ccb6ca9a-7141-44e1-ad0e-5991ce3d82fb"}]': finished 2024-09-20T22:52:30.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:29 smithi142 bash[19948]: cluster 2024-09-20T22:52:29.574170+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-20T22:52:30.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:29 smithi142 bash[19948]: audit 2024-09-20T22:52:29.574296+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:29 smithi083 bash[19864]: audit 2024-09-20T22:52:29.567704+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.83:0/1877272292' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ccb6ca9a-7141-44e1-ad0e-5991ce3d82fb"}]: dispatch 2024-09-20T22:52:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:29 smithi083 bash[19864]: audit 2024-09-20T22:52:29.568467+0000 mon.a (mon.0) 341 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ccb6ca9a-7141-44e1-ad0e-5991ce3d82fb"}]: dispatch 2024-09-20T22:52:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:29 smithi083 bash[19864]: audit 2024-09-20T22:52:29.574093+0000 mon.a (mon.0) 342 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ccb6ca9a-7141-44e1-ad0e-5991ce3d82fb"}]': finished 2024-09-20T22:52:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:29 smithi083 bash[19864]: cluster 2024-09-20T22:52:29.574170+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-20T22:52:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:29 smithi083 bash[19864]: audit 2024-09-20T22:52:29.574296+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:30.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:29 smithi083 bash[25244]: audit 2024-09-20T22:52:29.567704+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.83:0/1877272292' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ccb6ca9a-7141-44e1-ad0e-5991ce3d82fb"}]: dispatch 2024-09-20T22:52:30.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:29 smithi083 bash[25244]: audit 2024-09-20T22:52:29.568467+0000 mon.a (mon.0) 341 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ccb6ca9a-7141-44e1-ad0e-5991ce3d82fb"}]: dispatch 2024-09-20T22:52:30.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:29 smithi083 bash[25244]: audit 2024-09-20T22:52:29.574093+0000 mon.a (mon.0) 342 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ccb6ca9a-7141-44e1-ad0e-5991ce3d82fb"}]': finished 2024-09-20T22:52:30.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:29 smithi083 bash[25244]: cluster 2024-09-20T22:52:29.574170+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-20T22:52:30.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:29 smithi083 bash[25244]: audit 2024-09-20T22:52:29.574296+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:31.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:30 smithi142 bash[19948]: cluster 2024-09-20T22:52:29.883623+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:31.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:30 smithi142 bash[19948]: audit 2024-09-20T22:52:30.272850+0000 mon.a (mon.0) 345 : audit [DBG] from='client.? 172.21.15.83:0/2934642789' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:52:31.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:30 smithi083 bash[25244]: cluster 2024-09-20T22:52:29.883623+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:31.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:30 smithi083 bash[25244]: audit 2024-09-20T22:52:30.272850+0000 mon.a (mon.0) 345 : audit [DBG] from='client.? 172.21.15.83:0/2934642789' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:52:31.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:30 smithi083 bash[19864]: cluster 2024-09-20T22:52:29.883623+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:31.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:30 smithi083 bash[19864]: audit 2024-09-20T22:52:30.272850+0000 mon.a (mon.0) 345 : audit [DBG] from='client.? 172.21.15.83:0/2934642789' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:52:32.889 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:32 smithi083 bash[25244]: cluster 2024-09-20T22:52:31.884155+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:32.889 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:32 smithi083 bash[19864]: cluster 2024-09-20T22:52:31.884155+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:33.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:32 smithi142 bash[19948]: cluster 2024-09-20T22:52:31.884155+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:35.244 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:34 smithi083 bash[19864]: cluster 2024-09-20T22:52:33.884648+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:35.245 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:34 smithi083 bash[25244]: cluster 2024-09-20T22:52:33.884648+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:35.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:34 smithi142 bash[19948]: cluster 2024-09-20T22:52:33.884648+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:37.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:36 smithi142 bash[19948]: cluster 2024-09-20T22:52:35.885011+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:37.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:36 smithi083 bash[25244]: cluster 2024-09-20T22:52:35.885011+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:37.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:36 smithi083 bash[19864]: cluster 2024-09-20T22:52:35.885011+0000 mgr.y (mgr.14152) 105 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:37.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:52:37 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:52:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:52:38.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:38 smithi142 bash[19948]: audit 2024-09-20T22:52:37.492205+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:38.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:38 smithi142 bash[19948]: audit 2024-09-20T22:52:37.500820+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:38.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:38 smithi142 bash[19948]: cluster 2024-09-20T22:52:37.885300+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:38.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:38 smithi083 bash[25244]: audit 2024-09-20T22:52:37.492205+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:38.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:38 smithi083 bash[25244]: audit 2024-09-20T22:52:37.500820+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:38.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:38 smithi083 bash[25244]: cluster 2024-09-20T22:52:37.885300+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:38 smithi083 bash[19864]: audit 2024-09-20T22:52:37.492205+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:38 smithi083 bash[19864]: audit 2024-09-20T22:52:37.500820+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:38 smithi083 bash[19864]: cluster 2024-09-20T22:52:37.885300+0000 mgr.y (mgr.14152) 106 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:40.076 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:52:39 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:52:39] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:52:40.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:40 smithi083 bash[19864]: audit 2024-09-20T22:52:39.762495+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:40.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:40 smithi083 bash[19864]: audit 2024-09-20T22:52:39.767037+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:40.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:40 smithi083 bash[19864]: cluster 2024-09-20T22:52:39.885761+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:40.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:40 smithi083 bash[25244]: audit 2024-09-20T22:52:39.762495+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:40.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:40 smithi083 bash[25244]: audit 2024-09-20T22:52:39.767037+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:40.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:40 smithi083 bash[25244]: cluster 2024-09-20T22:52:39.885761+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:40 smithi142 bash[19948]: audit 2024-09-20T22:52:39.762495+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:40 smithi142 bash[19948]: audit 2024-09-20T22:52:39.767037+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:40 smithi142 bash[19948]: cluster 2024-09-20T22:52:39.885761+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:42.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:42 smithi083 bash[19864]: cluster 2024-09-20T22:52:41.886267+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:42.997 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:42 smithi083 bash[25244]: cluster 2024-09-20T22:52:41.886267+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:43.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:42 smithi142 bash[19948]: cluster 2024-09-20T22:52:41.886267+0000 mgr.y (mgr.14152) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:43.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:43 smithi083 bash[25244]: audit 2024-09-20T22:52:43.488438+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-20T22:52:43.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:43 smithi083 bash[25244]: audit 2024-09-20T22:52:43.490157+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:43.802 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:43 smithi083 bash[19864]: audit 2024-09-20T22:52:43.488438+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-20T22:52:43.802 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:43 smithi083 bash[19864]: audit 2024-09-20T22:52:43.490157+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:44.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:43 smithi142 bash[19948]: audit 2024-09-20T22:52:43.488438+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-20T22:52:44.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:43 smithi142 bash[19948]: audit 2024-09-20T22:52:43.490157+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:44.923 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:44 smithi083 bash[19864]: cephadm 2024-09-20T22:52:43.491497+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Deploying daemon osd.1 on smithi083 2024-09-20T22:52:44.924 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:44 smithi083 bash[19864]: cluster 2024-09-20T22:52:43.886707+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:44.924 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:44 smithi083 bash[25244]: cephadm 2024-09-20T22:52:43.491497+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Deploying daemon osd.1 on smithi083 2024-09-20T22:52:44.924 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:44 smithi083 bash[25244]: cluster 2024-09-20T22:52:43.886707+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:45.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:44 smithi142 bash[19948]: cephadm 2024-09-20T22:52:43.491497+0000 mgr.y (mgr.14152) 109 : cephadm [INF] Deploying daemon osd.1 on smithi083 2024-09-20T22:52:45.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:44 smithi142 bash[19948]: cluster 2024-09-20T22:52:43.886707+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:47.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:46 smithi083 bash[19864]: cluster 2024-09-20T22:52:45.887173+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:47.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:46 smithi083 bash[25244]: cluster 2024-09-20T22:52:45.887173+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:47.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:46 smithi142 bash[19948]: cluster 2024-09-20T22:52:45.887173+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:47.713 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:52:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:47.713 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:47.714 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:47.714 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:52:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:47.977 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:47.978 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:47.978 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:52:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:47.978 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:52:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:52:49.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:48 smithi142 bash[19948]: cluster 2024-09-20T22:52:47.887518+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:49.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:48 smithi142 bash[19948]: audit 2024-09-20T22:52:47.985665+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:49.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:48 smithi142 bash[19948]: audit 2024-09-20T22:52:48.020131+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:49.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:48 smithi142 bash[19948]: audit 2024-09-20T22:52:48.021194+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:48 smithi142 bash[19948]: audit 2024-09-20T22:52:48.021811+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:48 smithi142 bash[19948]: audit 2024-09-20T22:52:48.027191+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:49.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:48 smithi083 bash[25244]: cluster 2024-09-20T22:52:47.887518+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:49.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:48 smithi083 bash[25244]: audit 2024-09-20T22:52:47.985665+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:49.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:48 smithi083 bash[25244]: audit 2024-09-20T22:52:48.020131+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:49.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:48 smithi083 bash[25244]: audit 2024-09-20T22:52:48.021194+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:49.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:48 smithi083 bash[25244]: audit 2024-09-20T22:52:48.021811+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:49.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:48 smithi083 bash[25244]: audit 2024-09-20T22:52:48.027191+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:49.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:48 smithi083 bash[19864]: cluster 2024-09-20T22:52:47.887518+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:48 smithi083 bash[19864]: audit 2024-09-20T22:52:47.985665+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:48 smithi083 bash[19864]: audit 2024-09-20T22:52:48.020131+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:48 smithi083 bash[19864]: audit 2024-09-20T22:52:48.021194+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:48 smithi083 bash[19864]: audit 2024-09-20T22:52:48.021811+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:48 smithi083 bash[19864]: audit 2024-09-20T22:52:48.027191+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:51.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:50 smithi142 bash[19948]: cluster 2024-09-20T22:52:49.887961+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:51.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:50 smithi083 bash[19864]: cluster 2024-09-20T22:52:49.887961+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:51.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:50 smithi083 bash[25244]: cluster 2024-09-20T22:52:49.887961+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:53.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:52 smithi142 bash[19948]: cluster 2024-09-20T22:52:51.888501+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:53.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:52 smithi083 bash[19864]: cluster 2024-09-20T22:52:51.888501+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:53.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:52 smithi083 bash[25244]: cluster 2024-09-20T22:52:51.888501+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:54.809 INFO:teuthology.orchestra.run.smithi083.stdout:Created osd(s) 1 on host 'smithi083' 2024-09-20T22:52:55.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[19864]: cluster 2024-09-20T22:52:53.888801+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:55.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[19864]: audit 2024-09-20T22:52:54.806998+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:55.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[19864]: audit 2024-09-20T22:52:54.811140+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:55.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[19864]: audit 2024-09-20T22:52:54.813668+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:55.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[19864]: audit 2024-09-20T22:52:54.814862+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:55.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[19864]: audit 2024-09-20T22:52:54.817661+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:52:55.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[19864]: audit 2024-09-20T22:52:54.818787+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:52:55.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[19864]: audit 2024-09-20T22:52:54.825241+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:55.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[19864]: audit 2024-09-20T22:52:54.831108+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:55.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[25244]: cluster 2024-09-20T22:52:53.888801+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:55.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[25244]: audit 2024-09-20T22:52:54.806998+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:55.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[25244]: audit 2024-09-20T22:52:54.811140+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:55.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[25244]: audit 2024-09-20T22:52:54.813668+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:55.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[25244]: audit 2024-09-20T22:52:54.814862+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:55.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[25244]: audit 2024-09-20T22:52:54.817661+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:52:55.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[25244]: audit 2024-09-20T22:52:54.818787+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:52:55.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[25244]: audit 2024-09-20T22:52:54.825241+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:55.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:54 smithi083 bash[25244]: audit 2024-09-20T22:52:54.831108+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:55.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:54 smithi142 bash[19948]: cluster 2024-09-20T22:52:53.888801+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:55.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:54 smithi142 bash[19948]: audit 2024-09-20T22:52:54.806998+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:55.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:54 smithi142 bash[19948]: audit 2024-09-20T22:52:54.811140+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:52:55.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:54 smithi142 bash[19948]: audit 2024-09-20T22:52:54.813668+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:52:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:54 smithi142 bash[19948]: audit 2024-09-20T22:52:54.814862+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:52:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:54 smithi142 bash[19948]: audit 2024-09-20T22:52:54.817661+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:52:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:54 smithi142 bash[19948]: audit 2024-09-20T22:52:54.818787+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:52:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:54 smithi142 bash[19948]: audit 2024-09-20T22:52:54.825241+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:54 smithi142 bash[19948]: audit 2024-09-20T22:52:54.831108+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:55.739 DEBUG:teuthology.orchestra.run.smithi083:osd.1> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.1.service 2024-09-20T22:52:55.741 INFO:tasks.cephadm:Deploying osd.2 on smithi083 with /dev/vg_nvme/lv_2... 2024-09-20T22:52:55.741 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_2 2024-09-20T22:52:56.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:55 smithi142 bash[19948]: cephadm 2024-09-20T22:52:54.819678+0000 mgr.y (mgr.14152) 116 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 7608M 2024-09-20T22:52:56.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:55 smithi142 bash[19948]: audit 2024-09-20T22:52:55.305059+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-20T22:52:56.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:55 smithi083 bash[19864]: cephadm 2024-09-20T22:52:54.819678+0000 mgr.y (mgr.14152) 116 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 7608M 2024-09-20T22:52:56.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:55 smithi083 bash[19864]: audit 2024-09-20T22:52:55.305059+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-20T22:52:56.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:55 smithi083 bash[25244]: cephadm 2024-09-20T22:52:54.819678+0000 mgr.y (mgr.14152) 116 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 7608M 2024-09-20T22:52:56.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:55 smithi083 bash[25244]: audit 2024-09-20T22:52:55.305059+0000 mon.a (mon.0) 365 : audit [INF] from='osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-20T22:52:57.292 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:56 smithi083 bash[25244]: cluster 2024-09-20T22:52:55.889215+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:57.292 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:56 smithi083 bash[25244]: audit 2024-09-20T22:52:55.947578+0000 mon.a (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-20T22:52:57.293 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:56 smithi083 bash[25244]: cluster 2024-09-20T22:52:55.947638+0000 mon.a (mon.0) 367 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-20T22:52:57.293 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:56 smithi083 bash[25244]: audit 2024-09-20T22:52:55.948035+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:57.293 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:56 smithi083 bash[25244]: audit 2024-09-20T22:52:55.948444+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:52:57.293 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:56 smithi083 bash[19864]: cluster 2024-09-20T22:52:55.889215+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:57.293 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:56 smithi083 bash[19864]: audit 2024-09-20T22:52:55.947578+0000 mon.a (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-20T22:52:57.293 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:56 smithi083 bash[19864]: cluster 2024-09-20T22:52:55.947638+0000 mon.a (mon.0) 367 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-20T22:52:57.293 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:56 smithi083 bash[19864]: audit 2024-09-20T22:52:55.948035+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:57.293 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:56 smithi083 bash[19864]: audit 2024-09-20T22:52:55.948444+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:52:57.294 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 22:52:56 smithi083 bash[31937]: debug 2024-09-20T22:52:56.957+0000 7f2e1e4a5700 -1 osd.1 0 waiting for initial osdmap 2024-09-20T22:52:57.294 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 22:52:56 smithi083 bash[31937]: debug 2024-09-20T22:52:56.961+0000 7f2e1963d700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T22:52:57.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:56 smithi142 bash[19948]: cluster 2024-09-20T22:52:55.889215+0000 mgr.y (mgr.14152) 117 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:57.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:56 smithi142 bash[19948]: audit 2024-09-20T22:52:55.947578+0000 mon.a (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-20T22:52:57.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:56 smithi142 bash[19948]: cluster 2024-09-20T22:52:55.947638+0000 mon.a (mon.0) 367 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-20T22:52:57.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:56 smithi142 bash[19948]: audit 2024-09-20T22:52:55.948035+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:57.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:56 smithi142 bash[19948]: audit 2024-09-20T22:52:55.948444+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:52:57.970 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:52:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:52:58.307 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[19864]: audit 2024-09-20T22:52:56.952322+0000 mon.a (mon.0) 370 : audit [INF] from='osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-20T22:52:58.307 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[19864]: cluster 2024-09-20T22:52:56.952506+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-20T22:52:58.307 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[19864]: audit 2024-09-20T22:52:56.952793+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:58.307 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[19864]: audit 2024-09-20T22:52:56.963600+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:58.307 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[19864]: audit 2024-09-20T22:52:57.629148+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:58.307 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[19864]: audit 2024-09-20T22:52:57.637680+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:58.307 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[25244]: audit 2024-09-20T22:52:56.952322+0000 mon.a (mon.0) 370 : audit [INF] from='osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-20T22:52:58.307 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[25244]: cluster 2024-09-20T22:52:56.952506+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-20T22:52:58.307 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[25244]: audit 2024-09-20T22:52:56.952793+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:58.307 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[25244]: audit 2024-09-20T22:52:56.963600+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:58.307 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[25244]: audit 2024-09-20T22:52:57.629148+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:58.308 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:57 smithi083 bash[25244]: audit 2024-09-20T22:52:57.637680+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:58.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:57 smithi142 bash[19948]: audit 2024-09-20T22:52:56.952322+0000 mon.a (mon.0) 370 : audit [INF] from='osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-20T22:52:58.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:57 smithi142 bash[19948]: cluster 2024-09-20T22:52:56.952506+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-20T22:52:58.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:57 smithi142 bash[19948]: audit 2024-09-20T22:52:56.952793+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:58.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:57 smithi142 bash[19948]: audit 2024-09-20T22:52:56.963600+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:58.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:57 smithi142 bash[19948]: audit 2024-09-20T22:52:57.629148+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:58.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:57 smithi142 bash[19948]: audit 2024-09-20T22:52:57.637680+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:52:59.267 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:58 smithi083 bash[25244]: cluster 2024-09-20T22:52:56.322331+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:52:59.267 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:58 smithi083 bash[25244]: cluster 2024-09-20T22:52:56.322518+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:52:59.267 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:58 smithi083 bash[25244]: cluster 2024-09-20T22:52:57.889747+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:59.267 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:58 smithi083 bash[25244]: cluster 2024-09-20T22:52:57.966509+0000 mon.a (mon.0) 376 : cluster [INF] osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852] boot 2024-09-20T22:52:59.267 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:58 smithi083 bash[25244]: cluster 2024-09-20T22:52:57.966607+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-20T22:52:59.267 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:58 smithi083 bash[25244]: audit 2024-09-20T22:52:57.967539+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:59.267 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:58 smithi083 bash[19864]: cluster 2024-09-20T22:52:56.322331+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:52:59.267 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:58 smithi083 bash[19864]: cluster 2024-09-20T22:52:56.322518+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:52:59.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:58 smithi083 bash[19864]: cluster 2024-09-20T22:52:57.889747+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:59.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:58 smithi083 bash[19864]: cluster 2024-09-20T22:52:57.966509+0000 mon.a (mon.0) 376 : cluster [INF] osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852] boot 2024-09-20T22:52:59.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:58 smithi083 bash[19864]: cluster 2024-09-20T22:52:57.966607+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-20T22:52:59.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:58 smithi083 bash[19864]: audit 2024-09-20T22:52:57.967539+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:59.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:58 smithi142 bash[19948]: cluster 2024-09-20T22:52:56.322331+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:52:59.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:58 smithi142 bash[19948]: cluster 2024-09-20T22:52:56.322518+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:52:59.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:58 smithi142 bash[19948]: cluster 2024-09-20T22:52:57.889747+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2024-09-20T22:52:59.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:58 smithi142 bash[19948]: cluster 2024-09-20T22:52:57.966509+0000 mon.a (mon.0) 376 : cluster [INF] osd.1 [v2:172.21.15.83:6810/576161852,v1:172.21.15.83:6811/576161852] boot 2024-09-20T22:52:59.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:58 smithi142 bash[19948]: cluster 2024-09-20T22:52:57.966607+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-20T22:52:59.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:58 smithi142 bash[19948]: audit 2024-09-20T22:52:57.967539+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:52:59.981 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:52:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:53:00.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:59 smithi142 bash[19948]: cluster 2024-09-20T22:52:58.977335+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-20T22:53:00.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:59 smithi142 bash[19948]: audit 2024-09-20T22:52:59.884470+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:00.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:59 smithi142 bash[19948]: audit 2024-09-20T22:52:59.890665+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:00.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:59 smithi142 bash[19948]: audit 2024-09-20T22:52:59.908777+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:00.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:59 smithi142 bash[19948]: audit 2024-09-20T22:52:59.910701+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:00.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:59 smithi142 bash[19948]: audit 2024-09-20T22:52:59.911831+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:00.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:52:59 smithi142 bash[19948]: audit 2024-09-20T22:52:59.919521+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:00.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[25244]: cluster 2024-09-20T22:52:58.977335+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-20T22:53:00.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[25244]: audit 2024-09-20T22:52:59.884470+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:00.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[25244]: audit 2024-09-20T22:52:59.890665+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:00.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[25244]: audit 2024-09-20T22:52:59.908777+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:00.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[25244]: audit 2024-09-20T22:52:59.910701+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:00.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[25244]: audit 2024-09-20T22:52:59.911831+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:00.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[25244]: audit 2024-09-20T22:52:59.919521+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:00.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[19864]: cluster 2024-09-20T22:52:58.977335+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-20T22:53:00.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[19864]: audit 2024-09-20T22:52:59.884470+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:00.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[19864]: audit 2024-09-20T22:52:59.890665+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:00.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[19864]: audit 2024-09-20T22:52:59.908777+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:00.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[19864]: audit 2024-09-20T22:52:59.910701+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:00.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[19864]: audit 2024-09-20T22:52:59.911831+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:00.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:52:59 smithi083 bash[19864]: audit 2024-09-20T22:52:59.919521+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:01.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:00 smithi142 bash[19948]: cephadm 2024-09-20T22:52:59.885445+0000 mgr.y (mgr.14152) 119 : cephadm [INF] Detected new or changed devices on smithi083 2024-09-20T22:53:01.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:00 smithi142 bash[19948]: cluster 2024-09-20T22:52:59.890112+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:01.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:00 smithi142 bash[19948]: cluster 2024-09-20T22:52:59.914103+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:01.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:00 smithi142 bash[19948]: cluster 2024-09-20T22:53:00.887934+0000 mon.a (mon.0) 386 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:53:01.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:00 smithi083 bash[19864]: cephadm 2024-09-20T22:52:59.885445+0000 mgr.y (mgr.14152) 119 : cephadm [INF] Detected new or changed devices on smithi083 2024-09-20T22:53:01.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:00 smithi083 bash[19864]: cluster 2024-09-20T22:52:59.890112+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:01.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:00 smithi083 bash[19864]: cluster 2024-09-20T22:52:59.914103+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:01.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:00 smithi083 bash[19864]: cluster 2024-09-20T22:53:00.887934+0000 mon.a (mon.0) 386 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:53:01.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:00 smithi083 bash[25244]: cephadm 2024-09-20T22:52:59.885445+0000 mgr.y (mgr.14152) 119 : cephadm [INF] Detected new or changed devices on smithi083 2024-09-20T22:53:01.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:00 smithi083 bash[25244]: cluster 2024-09-20T22:52:59.890112+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:01.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:00 smithi083 bash[25244]: cluster 2024-09-20T22:52:59.914103+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:01.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:00 smithi083 bash[25244]: cluster 2024-09-20T22:53:00.887934+0000 mon.a (mon.0) 386 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:53:02.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:53:02] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:53:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[19864]: cluster 2024-09-20T22:53:01.914559+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[19864]: audit 2024-09-20T22:53:02.543314+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[19864]: audit 2024-09-20T22:53:02.549473+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:02.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[19864]: audit 2024-09-20T22:53:02.592614+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:02.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[19864]: audit 2024-09-20T22:53:02.593900+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:02.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[19864]: audit 2024-09-20T22:53:02.594754+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:02.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[19864]: audit 2024-09-20T22:53:02.605179+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[25244]: cluster 2024-09-20T22:53:01.914559+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[25244]: audit 2024-09-20T22:53:02.543314+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[25244]: audit 2024-09-20T22:53:02.549473+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[25244]: audit 2024-09-20T22:53:02.592614+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[25244]: audit 2024-09-20T22:53:02.593900+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[25244]: audit 2024-09-20T22:53:02.594754+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:02 smithi083 bash[25244]: audit 2024-09-20T22:53:02.605179+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:03.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:02 smithi142 bash[19948]: cluster 2024-09-20T22:53:01.914559+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:03.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:02 smithi142 bash[19948]: audit 2024-09-20T22:53:02.543314+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:03.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:02 smithi142 bash[19948]: audit 2024-09-20T22:53:02.549473+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:03.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:02 smithi142 bash[19948]: audit 2024-09-20T22:53:02.592614+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:03.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:02 smithi142 bash[19948]: audit 2024-09-20T22:53:02.593900+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:03.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:02 smithi142 bash[19948]: audit 2024-09-20T22:53:02.594754+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:03.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:02 smithi142 bash[19948]: audit 2024-09-20T22:53:02.605179+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:03.691 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:53:03.721 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi083:vg_nvme/lv_2 2024-09-20T22:53:04.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:03 smithi083 bash[25244]: cluster 2024-09-20T22:53:02.596953+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:04.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:03 smithi083 bash[25244]: cluster 2024-09-20T22:53:02.618989+0000 mon.a (mon.0) 393 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:53:04.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:03 smithi083 bash[25244]: cluster 2024-09-20T22:53:02.619040+0000 mon.a (mon.0) 394 : cluster [INF] Cluster is now healthy 2024-09-20T22:53:04.040 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:03 smithi083 bash[19864]: cluster 2024-09-20T22:53:02.596953+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:04.040 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:03 smithi083 bash[19864]: cluster 2024-09-20T22:53:02.618989+0000 mon.a (mon.0) 393 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:53:04.040 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:03 smithi083 bash[19864]: cluster 2024-09-20T22:53:02.619040+0000 mon.a (mon.0) 394 : cluster [INF] Cluster is now healthy 2024-09-20T22:53:04.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:03 smithi142 bash[19948]: cluster 2024-09-20T22:53:02.596953+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:04.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:03 smithi142 bash[19948]: cluster 2024-09-20T22:53:02.618989+0000 mon.a (mon.0) 393 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:53:04.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:03 smithi142 bash[19948]: cluster 2024-09-20T22:53:02.619040+0000 mon.a (mon.0) 394 : cluster [INF] Cluster is now healthy 2024-09-20T22:53:05.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:05 smithi083 bash[25244]: cluster 2024-09-20T22:53:04.597483+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:05.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:05 smithi083 bash[19864]: cluster 2024-09-20T22:53:04.597483+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:06.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:05 smithi142 bash[19948]: cluster 2024-09-20T22:53:04.597483+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:07 smithi142 bash[19948]: cluster 2024-09-20T22:53:06.597863+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:07 smithi142 bash[19948]: audit 2024-09-20T22:53:06.944154+0000 mgr.y (mgr.14152) 126 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:53:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:07 smithi142 bash[19948]: audit 2024-09-20T22:53:06.950633+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:53:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:07 smithi142 bash[19948]: audit 2024-09-20T22:53:06.956149+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:53:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:07 smithi142 bash[19948]: audit 2024-09-20T22:53:06.957371+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:08.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:07 smithi083 bash[25244]: cluster 2024-09-20T22:53:06.597863+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:07 smithi083 bash[25244]: audit 2024-09-20T22:53:06.944154+0000 mgr.y (mgr.14152) 126 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:53:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:07 smithi083 bash[25244]: audit 2024-09-20T22:53:06.950633+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:53:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:07 smithi083 bash[25244]: audit 2024-09-20T22:53:06.956149+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:53:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:07 smithi083 bash[25244]: audit 2024-09-20T22:53:06.957371+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:08.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:07 smithi083 bash[19864]: cluster 2024-09-20T22:53:06.597863+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:08.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:07 smithi083 bash[19864]: audit 2024-09-20T22:53:06.944154+0000 mgr.y (mgr.14152) 126 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:53:08.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:07 smithi083 bash[19864]: audit 2024-09-20T22:53:06.950633+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:53:08.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:07 smithi083 bash[19864]: audit 2024-09-20T22:53:06.956149+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:53:08.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:07 smithi083 bash[19864]: audit 2024-09-20T22:53:06.957371+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:10.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:09 smithi142 bash[19948]: cluster 2024-09-20T22:53:08.598312+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:10.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:09 smithi083 bash[25244]: cluster 2024-09-20T22:53:08.598312+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:09 smithi083 bash[19864]: cluster 2024-09-20T22:53:08.598312+0000 mgr.y (mgr.14152) 127 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:11.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:11 smithi083 bash[25244]: cluster 2024-09-20T22:53:10.598791+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:11.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:11 smithi083 bash[19864]: cluster 2024-09-20T22:53:10.598791+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:12.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:11 smithi142 bash[19948]: cluster 2024-09-20T22:53:10.598791+0000 mgr.y (mgr.14152) 128 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:14.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:13 smithi142 bash[19948]: cluster 2024-09-20T22:53:12.599191+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:14.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:13 smithi142 bash[19948]: audit 2024-09-20T22:53:13.073268+0000 mon.a (mon.0) 398 : audit [INF] from='client.? 172.21.15.83:0/3851790364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a4423db-bcf2-4a42-a657-57da3955e60b"}]: dispatch 2024-09-20T22:53:14.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:13 smithi142 bash[19948]: audit 2024-09-20T22:53:13.084533+0000 mon.a (mon.0) 399 : audit [INF] from='client.? 172.21.15.83:0/3851790364' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a4423db-bcf2-4a42-a657-57da3955e60b"}]': finished 2024-09-20T22:53:14.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:13 smithi142 bash[19948]: cluster 2024-09-20T22:53:13.084696+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-20T22:53:14.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:13 smithi142 bash[19948]: audit 2024-09-20T22:53:13.084860+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:14.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:13 smithi083 bash[19864]: cluster 2024-09-20T22:53:12.599191+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:14.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:13 smithi083 bash[19864]: audit 2024-09-20T22:53:13.073268+0000 mon.a (mon.0) 398 : audit [INF] from='client.? 172.21.15.83:0/3851790364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a4423db-bcf2-4a42-a657-57da3955e60b"}]: dispatch 2024-09-20T22:53:14.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:13 smithi083 bash[19864]: audit 2024-09-20T22:53:13.084533+0000 mon.a (mon.0) 399 : audit [INF] from='client.? 172.21.15.83:0/3851790364' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a4423db-bcf2-4a42-a657-57da3955e60b"}]': finished 2024-09-20T22:53:14.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:13 smithi083 bash[19864]: cluster 2024-09-20T22:53:13.084696+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-20T22:53:14.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:13 smithi083 bash[19864]: audit 2024-09-20T22:53:13.084860+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:14.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:13 smithi083 bash[25244]: cluster 2024-09-20T22:53:12.599191+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:14.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:13 smithi083 bash[25244]: audit 2024-09-20T22:53:13.073268+0000 mon.a (mon.0) 398 : audit [INF] from='client.? 172.21.15.83:0/3851790364' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0a4423db-bcf2-4a42-a657-57da3955e60b"}]: dispatch 2024-09-20T22:53:14.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:13 smithi083 bash[25244]: audit 2024-09-20T22:53:13.084533+0000 mon.a (mon.0) 399 : audit [INF] from='client.? 172.21.15.83:0/3851790364' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a4423db-bcf2-4a42-a657-57da3955e60b"}]': finished 2024-09-20T22:53:14.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:13 smithi083 bash[25244]: cluster 2024-09-20T22:53:13.084696+0000 mon.a (mon.0) 400 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-20T22:53:14.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:13 smithi083 bash[25244]: audit 2024-09-20T22:53:13.084860+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:14 smithi142 bash[19948]: audit 2024-09-20T22:53:13.750680+0000 mon.a (mon.0) 402 : audit [DBG] from='client.? 172.21.15.83:0/2506441038' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:53:15.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:14 smithi083 bash[19864]: audit 2024-09-20T22:53:13.750680+0000 mon.a (mon.0) 402 : audit [DBG] from='client.? 172.21.15.83:0/2506441038' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:53:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:14 smithi083 bash[25244]: audit 2024-09-20T22:53:13.750680+0000 mon.a (mon.0) 402 : audit [DBG] from='client.? 172.21.15.83:0/2506441038' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:53:16.007 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:15 smithi142 bash[19948]: cluster 2024-09-20T22:53:14.599656+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:16.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:15 smithi083 bash[25244]: cluster 2024-09-20T22:53:14.599656+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:16.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:15 smithi083 bash[19864]: cluster 2024-09-20T22:53:14.599656+0000 mgr.y (mgr.14152) 130 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:17.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:17 smithi083 bash[19864]: cluster 2024-09-20T22:53:16.600244+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:17.806 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:17 smithi083 bash[25244]: cluster 2024-09-20T22:53:16.600244+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:17.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:17 smithi142 bash[19948]: cluster 2024-09-20T22:53:16.600244+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:18.076 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:53:17 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:53:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:53:19.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:18 smithi142 bash[19948]: audit 2024-09-20T22:53:17.794674+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:19.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:18 smithi142 bash[19948]: audit 2024-09-20T22:53:17.803556+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:19.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:18 smithi083 bash[19864]: audit 2024-09-20T22:53:17.794674+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:19.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:18 smithi083 bash[19864]: audit 2024-09-20T22:53:17.803556+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:19.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:18 smithi083 bash[25244]: audit 2024-09-20T22:53:17.794674+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:19.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:18 smithi083 bash[25244]: audit 2024-09-20T22:53:17.803556+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:20.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:19 smithi142 bash[19948]: cluster 2024-09-20T22:53:18.600756+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:20.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:19 smithi083 bash[19864]: cluster 2024-09-20T22:53:18.600756+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:20.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:19 smithi083 bash[25244]: cluster 2024-09-20T22:53:18.600756+0000 mgr.y (mgr.14152) 132 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:21.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:53:21 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:53:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:53:22.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:21 smithi142 bash[19948]: cluster 2024-09-20T22:53:20.601198+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:22.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:21 smithi142 bash[19948]: audit 2024-09-20T22:53:21.451229+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:22.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:21 smithi142 bash[19948]: audit 2024-09-20T22:53:21.457108+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:22.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:21 smithi083 bash[19864]: cluster 2024-09-20T22:53:20.601198+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:22.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:21 smithi083 bash[19864]: audit 2024-09-20T22:53:21.451229+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:22.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:21 smithi083 bash[19864]: audit 2024-09-20T22:53:21.457108+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:22.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:21 smithi083 bash[25244]: cluster 2024-09-20T22:53:20.601198+0000 mgr.y (mgr.14152) 133 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:22.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:21 smithi083 bash[25244]: audit 2024-09-20T22:53:21.451229+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:22.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:21 smithi083 bash[25244]: audit 2024-09-20T22:53:21.457108+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:23.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:22 smithi142 bash[19948]: cephadm 2024-09-20T22:53:21.452034+0000 mgr.y (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi083 2024-09-20T22:53:23.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:22 smithi083 bash[19864]: cephadm 2024-09-20T22:53:21.452034+0000 mgr.y (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi083 2024-09-20T22:53:23.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:22 smithi083 bash[25244]: cephadm 2024-09-20T22:53:21.452034+0000 mgr.y (mgr.14152) 134 : cephadm [INF] Detected new or changed devices on smithi083 2024-09-20T22:53:24.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:23 smithi142 bash[19948]: cluster 2024-09-20T22:53:22.601500+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:24.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:23 smithi142 bash[19948]: audit 2024-09-20T22:53:23.343730+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:53:24.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:23 smithi142 bash[19948]: audit 2024-09-20T22:53:23.345701+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:53:24.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:23 smithi083 bash[19864]: cluster 2024-09-20T22:53:22.601500+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:24.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:23 smithi083 bash[19864]: audit 2024-09-20T22:53:23.343730+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:53:24.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:23 smithi083 bash[19864]: audit 2024-09-20T22:53:23.345701+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:53:24.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:23 smithi083 bash[25244]: cluster 2024-09-20T22:53:22.601500+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:24.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:23 smithi083 bash[25244]: audit 2024-09-20T22:53:23.343730+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:53:24.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:23 smithi083 bash[25244]: audit 2024-09-20T22:53:23.345701+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:53:26.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:25 smithi083 bash[19864]: cluster 2024-09-20T22:53:24.602127+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:26.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:25 smithi083 bash[19864]: audit 2024-09-20T22:53:25.330828+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-20T22:53:26.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:25 smithi083 bash[19864]: audit 2024-09-20T22:53:25.332393+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:26.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:25 smithi083 bash[25244]: cluster 2024-09-20T22:53:24.602127+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:26.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:25 smithi083 bash[25244]: audit 2024-09-20T22:53:25.330828+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-20T22:53:26.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:25 smithi083 bash[25244]: audit 2024-09-20T22:53:25.332393+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:25 smithi142 bash[19948]: cluster 2024-09-20T22:53:24.602127+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:25 smithi142 bash[19948]: audit 2024-09-20T22:53:25.330828+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-20T22:53:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:25 smithi142 bash[19948]: audit 2024-09-20T22:53:25.332393+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:26 smithi142 bash[19948]: cephadm 2024-09-20T22:53:25.333670+0000 mgr.y (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.2 on smithi083 2024-09-20T22:53:27.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:26 smithi083 bash[19864]: cephadm 2024-09-20T22:53:25.333670+0000 mgr.y (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.2 on smithi083 2024-09-20T22:53:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:26 smithi083 bash[25244]: cephadm 2024-09-20T22:53:25.333670+0000 mgr.y (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.2 on smithi083 2024-09-20T22:53:28.164 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:27 smithi083 bash[19864]: cluster 2024-09-20T22:53:26.602594+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:28.164 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:27 smithi083 bash[25244]: cluster 2024-09-20T22:53:26.602594+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:28.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:27 smithi142 bash[19948]: cluster 2024-09-20T22:53:26.602594+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:29.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:29 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:53:29.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:29 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:53:29.324 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:53:29 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:53:29.324 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:53:29 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:53:29.324 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 22:53:29 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:53:29.576 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:53:29 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:53:29.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:53:29 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:53:29.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:29 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:53:29.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:29 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:53:29.577 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 22:53:29 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:53:30.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:29 smithi142 bash[19948]: cluster 2024-09-20T22:53:28.603018+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:30.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:29 smithi142 bash[19948]: audit 2024-09-20T22:53:29.612538+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:30.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:29 smithi142 bash[19948]: audit 2024-09-20T22:53:29.632717+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:30.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:29 smithi142 bash[19948]: audit 2024-09-20T22:53:29.634090+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:30.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:29 smithi142 bash[19948]: audit 2024-09-20T22:53:29.634798+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:30.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:29 smithi142 bash[19948]: audit 2024-09-20T22:53:29.640102+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:29 smithi083 bash[19864]: cluster 2024-09-20T22:53:28.603018+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:29 smithi083 bash[19864]: audit 2024-09-20T22:53:29.612538+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:29 smithi083 bash[19864]: audit 2024-09-20T22:53:29.632717+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:29 smithi083 bash[19864]: audit 2024-09-20T22:53:29.634090+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:29 smithi083 bash[19864]: audit 2024-09-20T22:53:29.634798+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:29 smithi083 bash[19864]: audit 2024-09-20T22:53:29.640102+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:30.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:29 smithi083 bash[25244]: cluster 2024-09-20T22:53:28.603018+0000 mgr.y (mgr.14152) 139 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:30.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:29 smithi083 bash[25244]: audit 2024-09-20T22:53:29.612538+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:30.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:29 smithi083 bash[25244]: audit 2024-09-20T22:53:29.632717+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:30.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:29 smithi083 bash[25244]: audit 2024-09-20T22:53:29.634090+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:30.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:29 smithi083 bash[25244]: audit 2024-09-20T22:53:29.634798+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:30.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:29 smithi083 bash[25244]: audit 2024-09-20T22:53:29.640102+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:32.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:31 smithi142 bash[19948]: cluster 2024-09-20T22:53:30.603430+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:32.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:31 smithi083 bash[19864]: cluster 2024-09-20T22:53:30.603430+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:32.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:31 smithi083 bash[25244]: cluster 2024-09-20T22:53:30.603430+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:34.022 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:33 smithi083 bash[19864]: cluster 2024-09-20T22:53:32.603919+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:34.023 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:33 smithi083 bash[25244]: cluster 2024-09-20T22:53:32.603919+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:34.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:33 smithi142 bash[19948]: cluster 2024-09-20T22:53:32.603919+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:36.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:35 smithi083 bash[19864]: cluster 2024-09-20T22:53:34.604467+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:36.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:35 smithi083 bash[25244]: cluster 2024-09-20T22:53:34.604467+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:36.240 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:35 smithi142 bash[19948]: cluster 2024-09-20T22:53:34.604467+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:36.713 INFO:teuthology.orchestra.run.smithi083.stdout:Created osd(s) 2 on host 'smithi083' 2024-09-20T22:53:37.667 DEBUG:teuthology.orchestra.run.smithi083:osd.2> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.2.service 2024-09-20T22:53:37.669 INFO:tasks.cephadm:Deploying osd.3 on smithi083 with /dev/vg_nvme/lv_1... 2024-09-20T22:53:37.670 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_1 2024-09-20T22:53:37.971 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: cluster 2024-09-20T22:53:36.605029+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:37.971 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: audit 2024-09-20T22:53:36.712273+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:37.971 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: audit 2024-09-20T22:53:36.722716+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:37.971 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: audit 2024-09-20T22:53:36.723883+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:37.971 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: audit 2024-09-20T22:53:36.724549+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:37.971 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: audit 2024-09-20T22:53:36.726480+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:53:37.971 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: audit 2024-09-20T22:53:36.727171+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:53:37.971 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: audit 2024-09-20T22:53:36.727869+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:53:37.971 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: cephadm 2024-09-20T22:53:36.728426+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 5072M 2024-09-20T22:53:37.972 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: audit 2024-09-20T22:53:36.733690+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:37.972 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: audit 2024-09-20T22:53:36.739332+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:37.972 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: audit 2024-09-20T22:53:36.998727+0000 mon.c (mon.1) 4 : audit [INF] from='osd.2 [v2:172.21.15.83:6818/2366030317,v1:172.21.15.83:6819/2366030317]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-20T22:53:37.972 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[19864]: audit 2024-09-20T22:53:36.999183+0000 mon.a (mon.0) 425 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-20T22:53:37.972 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: cluster 2024-09-20T22:53:36.605029+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:37.972 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: audit 2024-09-20T22:53:36.712273+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:37.972 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: audit 2024-09-20T22:53:36.722716+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:37.972 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: audit 2024-09-20T22:53:36.723883+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:37.972 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: audit 2024-09-20T22:53:36.724549+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:37.972 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: audit 2024-09-20T22:53:36.726480+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:53:37.972 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: audit 2024-09-20T22:53:36.727171+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:53:37.972 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: audit 2024-09-20T22:53:36.727869+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:53:37.973 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: cephadm 2024-09-20T22:53:36.728426+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 5072M 2024-09-20T22:53:37.973 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: audit 2024-09-20T22:53:36.733690+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:37.973 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: audit 2024-09-20T22:53:36.739332+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:37.973 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: audit 2024-09-20T22:53:36.998727+0000 mon.c (mon.1) 4 : audit [INF] from='osd.2 [v2:172.21.15.83:6818/2366030317,v1:172.21.15.83:6819/2366030317]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-20T22:53:37.973 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[25244]: audit 2024-09-20T22:53:36.999183+0000 mon.a (mon.0) 425 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-20T22:53:37.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: cluster 2024-09-20T22:53:36.605029+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:37.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: audit 2024-09-20T22:53:36.712273+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:37.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: audit 2024-09-20T22:53:36.722716+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:37.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: audit 2024-09-20T22:53:36.723883+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:37.973 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: audit 2024-09-20T22:53:36.724549+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:37.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: audit 2024-09-20T22:53:36.726480+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:53:37.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: audit 2024-09-20T22:53:36.727171+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:53:37.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: audit 2024-09-20T22:53:36.727869+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:53:37.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: cephadm 2024-09-20T22:53:36.728426+0000 mgr.y (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 5072M 2024-09-20T22:53:37.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: audit 2024-09-20T22:53:36.733690+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:37.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: audit 2024-09-20T22:53:36.739332+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:37.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: audit 2024-09-20T22:53:36.998727+0000 mon.c (mon.1) 4 : audit [INF] from='osd.2 [v2:172.21.15.83:6818/2366030317,v1:172.21.15.83:6819/2366030317]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-20T22:53:37.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:37 smithi142 bash[19948]: audit 2024-09-20T22:53:36.999183+0000 mon.a (mon.0) 425 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-20T22:53:38.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:53:37 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:53:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:53:39.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:38 smithi142 bash[19948]: audit 2024-09-20T22:53:37.856750+0000 mon.a (mon.0) 426 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-20T22:53:39.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:38 smithi142 bash[19948]: cluster 2024-09-20T22:53:37.856824+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-20T22:53:39.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:38 smithi142 bash[19948]: audit 2024-09-20T22:53:37.856998+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:39.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:38 smithi142 bash[19948]: audit 2024-09-20T22:53:37.859146+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.83:6818/2366030317,v1:172.21.15.83:6819/2366030317]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:53:39.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:38 smithi142 bash[19948]: audit 2024-09-20T22:53:37.859544+0000 mon.a (mon.0) 429 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:53:39.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:38 smithi142 bash[19948]: audit 2024-09-20T22:53:37.958745+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:39.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:38 smithi142 bash[19948]: audit 2024-09-20T22:53:37.968275+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:39.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:38 smithi083 bash[19864]: audit 2024-09-20T22:53:37.856750+0000 mon.a (mon.0) 426 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-20T22:53:39.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:38 smithi083 bash[19864]: cluster 2024-09-20T22:53:37.856824+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-20T22:53:39.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[19864]: audit 2024-09-20T22:53:37.856998+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:39.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[19864]: audit 2024-09-20T22:53:37.859146+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.83:6818/2366030317,v1:172.21.15.83:6819/2366030317]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:53:39.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[19864]: audit 2024-09-20T22:53:37.859544+0000 mon.a (mon.0) 429 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:53:39.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[19864]: audit 2024-09-20T22:53:37.958745+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:39.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[19864]: audit 2024-09-20T22:53:37.968275+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:39.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[25244]: audit 2024-09-20T22:53:37.856750+0000 mon.a (mon.0) 426 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-20T22:53:39.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[25244]: cluster 2024-09-20T22:53:37.856824+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-20T22:53:39.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[25244]: audit 2024-09-20T22:53:37.856998+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:39.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[25244]: audit 2024-09-20T22:53:37.859146+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.83:6818/2366030317,v1:172.21.15.83:6819/2366030317]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:53:39.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[25244]: audit 2024-09-20T22:53:37.859544+0000 mon.a (mon.0) 429 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:53:39.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[25244]: audit 2024-09-20T22:53:37.958745+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:39.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[25244]: audit 2024-09-20T22:53:37.968275+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:39.327 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[35251]: debug 2024-09-20T22:53:38.872+0000 7f17d68a4700 -1 osd.2 0 waiting for initial osdmap 2024-09-20T22:53:39.327 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[35251]: debug 2024-09-20T22:53:38.876+0000 7f17d0a3a700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T22:53:40.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[25244]: cluster 2024-09-20T22:53:38.605564+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:40.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[25244]: audit 2024-09-20T22:53:38.862487+0000 mon.a (mon.0) 432 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-20T22:53:40.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[25244]: cluster 2024-09-20T22:53:38.862698+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-20T22:53:40.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[25244]: audit 2024-09-20T22:53:38.863396+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:40.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[25244]: audit 2024-09-20T22:53:38.872033+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:40.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[19864]: cluster 2024-09-20T22:53:38.605564+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:40.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[19864]: audit 2024-09-20T22:53:38.862487+0000 mon.a (mon.0) 432 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-20T22:53:40.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[19864]: cluster 2024-09-20T22:53:38.862698+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-20T22:53:40.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[19864]: audit 2024-09-20T22:53:38.863396+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:40.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:39 smithi083 bash[19864]: audit 2024-09-20T22:53:38.872033+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:39 smithi142 bash[19948]: cluster 2024-09-20T22:53:38.605564+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:39 smithi142 bash[19948]: audit 2024-09-20T22:53:38.862487+0000 mon.a (mon.0) 432 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-20T22:53:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:39 smithi142 bash[19948]: cluster 2024-09-20T22:53:38.862698+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-20T22:53:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:39 smithi142 bash[19948]: audit 2024-09-20T22:53:38.863396+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:39 smithi142 bash[19948]: audit 2024-09-20T22:53:38.872033+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:41.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:40 smithi142 bash[19948]: cluster 2024-09-20T22:53:37.954691+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:53:41.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:40 smithi142 bash[19948]: cluster 2024-09-20T22:53:37.954889+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:53:41.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:40 smithi142 bash[19948]: audit 2024-09-20T22:53:39.870647+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:41.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:40 smithi142 bash[19948]: cluster 2024-09-20T22:53:39.874086+0000 mon.a (mon.0) 437 : cluster [INF] osd.2 [v2:172.21.15.83:6818/2366030317,v1:172.21.15.83:6819/2366030317] boot 2024-09-20T22:53:41.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:40 smithi142 bash[19948]: cluster 2024-09-20T22:53:39.874134+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-20T22:53:41.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:40 smithi142 bash[19948]: audit 2024-09-20T22:53:39.874336+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:41.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:40 smithi083 bash[25244]: cluster 2024-09-20T22:53:37.954691+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:53:41.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:40 smithi083 bash[25244]: cluster 2024-09-20T22:53:37.954889+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:53:41.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:40 smithi083 bash[25244]: audit 2024-09-20T22:53:39.870647+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:41.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:40 smithi083 bash[25244]: cluster 2024-09-20T22:53:39.874086+0000 mon.a (mon.0) 437 : cluster [INF] osd.2 [v2:172.21.15.83:6818/2366030317,v1:172.21.15.83:6819/2366030317] boot 2024-09-20T22:53:41.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:40 smithi083 bash[25244]: cluster 2024-09-20T22:53:39.874134+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-20T22:53:41.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:40 smithi083 bash[25244]: audit 2024-09-20T22:53:39.874336+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:41.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:40 smithi083 bash[19864]: cluster 2024-09-20T22:53:37.954691+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:53:41.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:40 smithi083 bash[19864]: cluster 2024-09-20T22:53:37.954889+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:53:41.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:40 smithi083 bash[19864]: audit 2024-09-20T22:53:39.870647+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:41.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:40 smithi083 bash[19864]: cluster 2024-09-20T22:53:39.874086+0000 mon.a (mon.0) 437 : cluster [INF] osd.2 [v2:172.21.15.83:6818/2366030317,v1:172.21.15.83:6819/2366030317] boot 2024-09-20T22:53:41.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:40 smithi083 bash[19864]: cluster 2024-09-20T22:53:39.874134+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-20T22:53:41.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:40 smithi083 bash[19864]: audit 2024-09-20T22:53:39.874336+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:53:42.284 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:53:41 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:53:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:53:42.284 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:41 smithi083 bash[19864]: cluster 2024-09-20T22:53:40.606034+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:42.284 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:41 smithi083 bash[19864]: cluster 2024-09-20T22:53:40.889178+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-20T22:53:42.284 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:41 smithi083 bash[19864]: audit 2024-09-20T22:53:41.422711+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' 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-09-20T22:53:42.284 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:41 smithi083 bash[19864]: audit 2024-09-20T22:53:41.881892+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:42.285 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:41 smithi083 bash[25244]: cluster 2024-09-20T22:53:40.606034+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:42.285 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:41 smithi083 bash[25244]: cluster 2024-09-20T22:53:40.889178+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-20T22:53:42.285 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:41 smithi083 bash[25244]: audit 2024-09-20T22:53:41.422711+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' 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-09-20T22:53:42.285 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:41 smithi083 bash[25244]: audit 2024-09-20T22:53:41.881892+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:42.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:41 smithi142 bash[19948]: cluster 2024-09-20T22:53:40.606034+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2024-09-20T22:53:42.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:41 smithi142 bash[19948]: cluster 2024-09-20T22:53:40.889178+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-20T22:53:42.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:41 smithi142 bash[19948]: audit 2024-09-20T22:53:41.422711+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' 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-09-20T22:53:42.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:41 smithi142 bash[19948]: audit 2024-09-20T22:53:41.881892+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:43.279 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[25244]: audit 2024-09-20T22:53:41.900633+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' 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-09-20T22:53:43.279 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[25244]: cluster 2024-09-20T22:53:41.900837+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-20T22:53:43.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[25244]: audit 2024-09-20T22:53:41.901021+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:43.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[25244]: audit 2024-09-20T22:53:41.903032+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-20T22:53:43.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[25244]: audit 2024-09-20T22:53:41.917843+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:43.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[25244]: audit 2024-09-20T22:53:41.919710+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:43.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[25244]: audit 2024-09-20T22:53:41.921052+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:43.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[25244]: cluster 2024-09-20T22:53:41.924859+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v112: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:53:43.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[25244]: audit 2024-09-20T22:53:41.929751+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:43.280 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[19864]: audit 2024-09-20T22:53:41.900633+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' 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-09-20T22:53:43.280 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[19864]: cluster 2024-09-20T22:53:41.900837+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-20T22:53:43.280 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[19864]: audit 2024-09-20T22:53:41.901021+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:43.280 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[19864]: audit 2024-09-20T22:53:41.903032+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-20T22:53:43.280 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[19864]: audit 2024-09-20T22:53:41.917843+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:43.281 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[19864]: audit 2024-09-20T22:53:41.919710+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:43.281 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[19864]: audit 2024-09-20T22:53:41.921052+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:43.281 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[19864]: cluster 2024-09-20T22:53:41.924859+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v112: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:53:43.281 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:42 smithi083 bash[19864]: audit 2024-09-20T22:53:41.929751+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:43.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:42 smithi142 bash[19948]: audit 2024-09-20T22:53:41.900633+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' 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-09-20T22:53:43.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:42 smithi142 bash[19948]: cluster 2024-09-20T22:53:41.900837+0000 mon.a (mon.0) 444 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-20T22:53:43.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:42 smithi142 bash[19948]: audit 2024-09-20T22:53:41.901021+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:43.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:42 smithi142 bash[19948]: audit 2024-09-20T22:53:41.903032+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-20T22:53:43.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:42 smithi142 bash[19948]: audit 2024-09-20T22:53:41.917843+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:43.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:42 smithi142 bash[19948]: audit 2024-09-20T22:53:41.919710+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:43.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:42 smithi142 bash[19948]: audit 2024-09-20T22:53:41.921052+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:43.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:42 smithi142 bash[19948]: cluster 2024-09-20T22:53:41.924859+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v112: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:53:43.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:42 smithi142 bash[19948]: audit 2024-09-20T22:53:41.929751+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:44.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:43 smithi142 bash[19948]: cluster 2024-09-20T22:53:42.894718+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:53:44.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:43 smithi142 bash[19948]: audit 2024-09-20T22:53:42.912569+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-20T22:53:44.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:43 smithi142 bash[19948]: cluster 2024-09-20T22:53:42.912732+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-20T22:53:44.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:43 smithi083 bash[19864]: cluster 2024-09-20T22:53:42.894718+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:53:44.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:43 smithi083 bash[19864]: audit 2024-09-20T22:53:42.912569+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-20T22:53:44.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:43 smithi083 bash[19864]: cluster 2024-09-20T22:53:42.912732+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-20T22:53:44.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:43 smithi083 bash[25244]: cluster 2024-09-20T22:53:42.894718+0000 mon.a (mon.0) 451 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:53:44.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:43 smithi083 bash[25244]: audit 2024-09-20T22:53:42.912569+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-20T22:53:44.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:43 smithi083 bash[25244]: cluster 2024-09-20T22:53:42.912732+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-20T22:53:44.567 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:53:44.595 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi083:vg_nvme/lv_1 2024-09-20T22:53:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:44 smithi142 bash[19948]: cluster 2024-09-20T22:53:43.907950+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-20T22:53:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:44 smithi142 bash[19948]: cluster 2024-09-20T22:53:43.925170+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v115: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:53:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:44 smithi142 bash[19948]: audit 2024-09-20T22:53:44.726770+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:44 smithi083 bash[19864]: cluster 2024-09-20T22:53:43.907950+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-20T22:53:45.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:44 smithi083 bash[19864]: cluster 2024-09-20T22:53:43.925170+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v115: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:53:45.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:44 smithi083 bash[19864]: audit 2024-09-20T22:53:44.726770+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:45.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:44 smithi083 bash[25244]: cluster 2024-09-20T22:53:43.907950+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-20T22:53:45.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:44 smithi083 bash[25244]: cluster 2024-09-20T22:53:43.925170+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v115: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:53:45.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:44 smithi083 bash[25244]: audit 2024-09-20T22:53:44.726770+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:45.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:53:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:53:46.272 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[25244]: cluster 2024-09-20T22:53:44.992471+0000 mon.a (mon.0) 456 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2024-09-20T22:53:46.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[25244]: audit 2024-09-20T22:53:45.628592+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:46.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[25244]: audit 2024-09-20T22:53:45.633071+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:46.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[25244]: audit 2024-09-20T22:53:45.655581+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:46.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[25244]: audit 2024-09-20T22:53:45.656668+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:46.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[25244]: audit 2024-09-20T22:53:45.657309+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:46.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[25244]: audit 2024-09-20T22:53:45.662431+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:46.273 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[19864]: cluster 2024-09-20T22:53:44.992471+0000 mon.a (mon.0) 456 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2024-09-20T22:53:46.273 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[19864]: audit 2024-09-20T22:53:45.628592+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:46.273 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[19864]: audit 2024-09-20T22:53:45.633071+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:46.273 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[19864]: audit 2024-09-20T22:53:45.655581+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:46.274 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[19864]: audit 2024-09-20T22:53:45.656668+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:46.274 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[19864]: audit 2024-09-20T22:53:45.657309+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:46.274 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:45 smithi083 bash[19864]: audit 2024-09-20T22:53:45.662431+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:46.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:45 smithi142 bash[19948]: cluster 2024-09-20T22:53:44.992471+0000 mon.a (mon.0) 456 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2024-09-20T22:53:46.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:45 smithi142 bash[19948]: audit 2024-09-20T22:53:45.628592+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:46.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:45 smithi142 bash[19948]: audit 2024-09-20T22:53:45.633071+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:46.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:45 smithi142 bash[19948]: audit 2024-09-20T22:53:45.655581+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:53:46.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:45 smithi142 bash[19948]: audit 2024-09-20T22:53:45.656668+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:46.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:45 smithi142 bash[19948]: audit 2024-09-20T22:53:45.657309+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:53:46.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:45 smithi142 bash[19948]: audit 2024-09-20T22:53:45.662431+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:47.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:47 smithi083 bash[19864]: cluster 2024-09-20T22:53:45.658856+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:53:47.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:47 smithi083 bash[19864]: audit 2024-09-20T22:53:46.451600+0000 mon.a (mon.0) 463 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T22:53:47.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:47 smithi142 bash[19948]: cluster 2024-09-20T22:53:45.658856+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:53:47.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:47 smithi142 bash[19948]: audit 2024-09-20T22:53:46.451600+0000 mon.a (mon.0) 463 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T22:53:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:48 smithi083 bash[25244]: cluster 2024-09-20T22:53:45.658856+0000 mgr.y (mgr.14152) 149 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:53:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:48 smithi083 bash[25244]: audit 2024-09-20T22:53:46.451600+0000 mon.a (mon.0) 463 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T22:53:49.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:47.315748+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: cluster 2024-09-20T22:53:47.316036+0000 mon.a (mon.0) 465 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: cluster 2024-09-20T22:53:47.316075+0000 mon.a (mon.0) 466 : cluster [INF] Cluster is now healthy 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:47.320756+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:47.320900+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:47.321035+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:47.323505+0000 mon.c (mon.1) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:47.328885+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:47.329206+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:47.329448+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: cluster 2024-09-20T22:53:47.659180+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:47.799483+0000 mgr.y (mgr.14152) 151 : audit [DBG] from='client.14298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:47.802425+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:47.805364+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:53:49.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:47.806230+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:49.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:48.168280+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T22:53:49.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:48.172515+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:53:49.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:48.172716+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:53:49.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:49 smithi142 bash[19948]: audit 2024-09-20T22:53:48.172911+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:53:49.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:47.315748+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T22:53:49.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: cluster 2024-09-20T22:53:47.316036+0000 mon.a (mon.0) 465 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:53:49.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: cluster 2024-09-20T22:53:47.316075+0000 mon.a (mon.0) 466 : cluster [INF] Cluster is now healthy 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:47.320756+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:47.320900+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:47.321035+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:47.323505+0000 mon.c (mon.1) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:47.328885+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:47.329206+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:47.329448+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: cluster 2024-09-20T22:53:47.659180+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:47.799483+0000 mgr.y (mgr.14152) 151 : audit [DBG] from='client.14298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:47.802425+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:47.805364+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:47.806230+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:48.168280+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T22:53:49.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:48.172515+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:53:49.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:48.172716+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:53:49.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[19864]: audit 2024-09-20T22:53:48.172911+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:53:49.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:47.315748+0000 mon.a (mon.0) 464 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T22:53:49.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: cluster 2024-09-20T22:53:47.316036+0000 mon.a (mon.0) 465 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:53:49.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: cluster 2024-09-20T22:53:47.316075+0000 mon.a (mon.0) 466 : cluster [INF] Cluster is now healthy 2024-09-20T22:53:49.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:47.320756+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:53:49.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:47.320900+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:53:49.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:47.321035+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:53:49.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:47.323505+0000 mon.c (mon.1) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T22:53:49.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:47.328885+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:53:49.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:47.329206+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:53:49.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:47.329448+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:53:49.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: cluster 2024-09-20T22:53:47.659180+0000 mgr.y (mgr.14152) 150 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 449 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:53:49.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:47.799483+0000 mgr.y (mgr.14152) 151 : audit [DBG] from='client.14298 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi083:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:53:49.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:47.802425+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:53:49.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:47.805364+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:53:49.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:47.806230+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:53:49.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:48.168280+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T22:53:49.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:48.172515+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:53:49.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:48.172716+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:53:49.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:49 smithi083 bash[25244]: audit 2024-09-20T22:53:48.172911+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:53:50.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:50 smithi142 bash[19948]: audit 2024-09-20T22:53:48.171883+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T22:53:50.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:50 smithi142 bash[19948]: audit 2024-09-20T22:53:49.058226+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T22:53:50.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:50 smithi142 bash[19948]: audit 2024-09-20T22:53:49.114442+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:50.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:50 smithi083 bash[19864]: audit 2024-09-20T22:53:48.171883+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T22:53:50.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:50 smithi083 bash[19864]: audit 2024-09-20T22:53:49.058226+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T22:53:50.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:50 smithi083 bash[19864]: audit 2024-09-20T22:53:49.114442+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:50.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:50 smithi083 bash[25244]: audit 2024-09-20T22:53:48.171883+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-20T22:53:50.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:50 smithi083 bash[25244]: audit 2024-09-20T22:53:49.058226+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-20T22:53:50.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:50 smithi083 bash[25244]: audit 2024-09-20T22:53:49.114442+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:51.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:51 smithi142 bash[19948]: cluster 2024-09-20T22:53:49.659718+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 130 KiB/s wr, 8 op/s 2024-09-20T22:53:51.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:51 smithi083 bash[19864]: cluster 2024-09-20T22:53:49.659718+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 130 KiB/s wr, 8 op/s 2024-09-20T22:53:51.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:51 smithi083 bash[25244]: cluster 2024-09-20T22:53:49.659718+0000 mgr.y (mgr.14152) 152 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 130 KiB/s wr, 8 op/s 2024-09-20T22:53:53.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:53 smithi142 bash[19948]: cluster 2024-09-20T22:53:51.660192+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 87 KiB/s wr, 5 op/s 2024-09-20T22:53:53.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:53 smithi083 bash[19864]: cluster 2024-09-20T22:53:51.660192+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 87 KiB/s wr, 5 op/s 2024-09-20T22:53:53.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:53 smithi083 bash[25244]: cluster 2024-09-20T22:53:51.660192+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 87 KiB/s wr, 5 op/s 2024-09-20T22:53:54.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:54 smithi142 bash[19948]: audit 2024-09-20T22:53:54.000533+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.83:0/4131054485' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ea5d0ee-1039-4a45-b675-0643510b9949"}]: dispatch 2024-09-20T22:53:54.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:54 smithi142 bash[19948]: audit 2024-09-20T22:53:54.001204+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ea5d0ee-1039-4a45-b675-0643510b9949"}]: dispatch 2024-09-20T22:53:54.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:54 smithi142 bash[19948]: audit 2024-09-20T22:53:54.014115+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ea5d0ee-1039-4a45-b675-0643510b9949"}]': finished 2024-09-20T22:53:54.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:54 smithi142 bash[19948]: cluster 2024-09-20T22:53:54.014239+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-20T22:53:54.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:54 smithi142 bash[19948]: audit 2024-09-20T22:53:54.014384+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:53:54.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:54 smithi083 bash[19864]: audit 2024-09-20T22:53:54.000533+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.83:0/4131054485' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ea5d0ee-1039-4a45-b675-0643510b9949"}]: dispatch 2024-09-20T22:53:54.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:54 smithi083 bash[19864]: audit 2024-09-20T22:53:54.001204+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ea5d0ee-1039-4a45-b675-0643510b9949"}]: dispatch 2024-09-20T22:53:54.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:54 smithi083 bash[19864]: audit 2024-09-20T22:53:54.014115+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ea5d0ee-1039-4a45-b675-0643510b9949"}]': finished 2024-09-20T22:53:54.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:54 smithi083 bash[19864]: cluster 2024-09-20T22:53:54.014239+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-20T22:53:54.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:54 smithi083 bash[19864]: audit 2024-09-20T22:53:54.014384+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:53:54.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:54 smithi083 bash[25244]: audit 2024-09-20T22:53:54.000533+0000 mon.c (mon.1) 8 : audit [INF] from='client.? 172.21.15.83:0/4131054485' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ea5d0ee-1039-4a45-b675-0643510b9949"}]: dispatch 2024-09-20T22:53:54.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:54 smithi083 bash[25244]: audit 2024-09-20T22:53:54.001204+0000 mon.a (mon.0) 480 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ea5d0ee-1039-4a45-b675-0643510b9949"}]: dispatch 2024-09-20T22:53:54.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:54 smithi083 bash[25244]: audit 2024-09-20T22:53:54.014115+0000 mon.a (mon.0) 481 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ea5d0ee-1039-4a45-b675-0643510b9949"}]': finished 2024-09-20T22:53:54.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:54 smithi083 bash[25244]: cluster 2024-09-20T22:53:54.014239+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-20T22:53:54.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:54 smithi083 bash[25244]: audit 2024-09-20T22:53:54.014384+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:53:55.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:55 smithi142 bash[19948]: cluster 2024-09-20T22:53:53.660754+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-20T22:53:55.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:55 smithi142 bash[19948]: audit 2024-09-20T22:53:54.741944+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.83:0/1138880080' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:53:55.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:55 smithi083 bash[25244]: cluster 2024-09-20T22:53:53.660754+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-20T22:53:55.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:55 smithi083 bash[25244]: audit 2024-09-20T22:53:54.741944+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.83:0/1138880080' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:53:55.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:55 smithi083 bash[19864]: cluster 2024-09-20T22:53:53.660754+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-20T22:53:55.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:55 smithi083 bash[19864]: audit 2024-09-20T22:53:54.741944+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.83:0/1138880080' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:53:57.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:57 smithi142 bash[19948]: cluster 2024-09-20T22:53:55.661182+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v122: 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-09-20T22:53:57.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:57 smithi083 bash[19864]: cluster 2024-09-20T22:53:55.661182+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v122: 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-09-20T22:53:57.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:57 smithi083 bash[25244]: cluster 2024-09-20T22:53:55.661182+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v122: 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-09-20T22:53:58.472 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:53:58 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:53:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:53:59.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:59 smithi142 bash[19948]: cluster 2024-09-20T22:53:57.661700+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-09-20T22:53:59.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:59 smithi142 bash[19948]: audit 2024-09-20T22:53:58.107948+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:59.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:53:59 smithi142 bash[19948]: audit 2024-09-20T22:53:58.118807+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:59.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:59 smithi083 bash[19864]: cluster 2024-09-20T22:53:57.661700+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-09-20T22:53:59.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:59 smithi083 bash[19864]: audit 2024-09-20T22:53:58.107948+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:59.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:53:59 smithi083 bash[19864]: audit 2024-09-20T22:53:58.118807+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:59.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:59 smithi083 bash[25244]: cluster 2024-09-20T22:53:57.661700+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2024-09-20T22:53:59.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:59 smithi083 bash[25244]: audit 2024-09-20T22:53:58.107948+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:53:59.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:53:59 smithi083 bash[25244]: audit 2024-09-20T22:53:58.118807+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:01.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:01 smithi142 bash[19948]: cluster 2024-09-20T22:53:59.662181+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-20T22:54:01.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:01 smithi083 bash[19864]: cluster 2024-09-20T22:53:59.662181+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-20T22:54:01.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:01 smithi083 bash[25244]: cluster 2024-09-20T22:53:59.662181+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-20T22:54:02.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:54:02 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:54:02] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:54:03.442 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:03 smithi083 bash[25244]: cluster 2024-09-20T22:54:01.662605+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-20T22:54:03.442 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:03 smithi083 bash[25244]: audit 2024-09-20T22:54:02.383143+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:03.442 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:03 smithi083 bash[25244]: audit 2024-09-20T22:54:02.388117+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:03.442 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:03 smithi083 bash[19864]: cluster 2024-09-20T22:54:01.662605+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-20T22:54:03.442 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:03 smithi083 bash[19864]: audit 2024-09-20T22:54:02.383143+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:03.443 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:03 smithi083 bash[19864]: audit 2024-09-20T22:54:02.388117+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:03.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:03 smithi142 bash[19948]: cluster 2024-09-20T22:54:01.662605+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-20T22:54:03.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:03 smithi142 bash[19948]: audit 2024-09-20T22:54:02.383143+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:03.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:03 smithi142 bash[19948]: audit 2024-09-20T22:54:02.388117+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:05.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:05 smithi083 bash[19864]: cluster 2024-09-20T22:54:03.663108+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-20T22:54:05.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:05 smithi083 bash[25244]: cluster 2024-09-20T22:54:03.663108+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-20T22:54:05.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:05 smithi142 bash[19948]: cluster 2024-09-20T22:54:03.663108+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2024-09-20T22:54:07.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:07 smithi083 bash[19864]: cluster 2024-09-20T22:54:05.663643+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:07.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:07 smithi083 bash[19864]: audit 2024-09-20T22:54:06.234222+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-20T22:54:07.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:07 smithi083 bash[19864]: audit 2024-09-20T22:54:06.235516+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:07.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:07 smithi083 bash[19864]: cephadm 2024-09-20T22:54:06.236560+0000 mgr.y (mgr.14152) 161 : cephadm [INF] Deploying daemon osd.3 on smithi083 2024-09-20T22:54:07.474 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:07 smithi083 bash[25244]: cluster 2024-09-20T22:54:05.663643+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:07.474 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:07 smithi083 bash[25244]: audit 2024-09-20T22:54:06.234222+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-20T22:54:07.475 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:07 smithi083 bash[25244]: audit 2024-09-20T22:54:06.235516+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:07.475 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:07 smithi083 bash[25244]: cephadm 2024-09-20T22:54:06.236560+0000 mgr.y (mgr.14152) 161 : cephadm [INF] Deploying daemon osd.3 on smithi083 2024-09-20T22:54:07.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:07 smithi142 bash[19948]: cluster 2024-09-20T22:54:05.663643+0000 mgr.y (mgr.14152) 160 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:07.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:07 smithi142 bash[19948]: audit 2024-09-20T22:54:06.234222+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-20T22:54:07.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:07 smithi142 bash[19948]: audit 2024-09-20T22:54:06.235516+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:07.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:07 smithi142 bash[19948]: cephadm 2024-09-20T22:54:06.236560+0000 mgr.y (mgr.14152) 161 : cephadm [INF] Deploying daemon osd.3 on smithi083 2024-09-20T22:54:08.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:08 smithi142 bash[19948]: cluster 2024-09-20T22:54:07.664060+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:08.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:08 smithi083 bash[19864]: cluster 2024-09-20T22:54:07.664060+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:08.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:08 smithi083 bash[25244]: cluster 2024-09-20T22:54:07.664060+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:10.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:10 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:10.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:10 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:10.576 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:54:10 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:10.577 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 22:54:10 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:10.577 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 22:54:10 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:10.577 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:54:10 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:11.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:10 smithi142 bash[19948]: cluster 2024-09-20T22:54:09.664434+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:11.076 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 22:54:10 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:11.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:10 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:11.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:10 smithi083 bash[19864]: cluster 2024-09-20T22:54:09.664434+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:10 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:11.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:10 smithi083 bash[25244]: cluster 2024-09-20T22:54:09.664434+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:11.077 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:54:10 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:11.077 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 22:54:10 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:11.077 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:54:10 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:12.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:11 smithi142 bash[19948]: audit 2024-09-20T22:54:10.733025+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:12.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:11 smithi142 bash[19948]: audit 2024-09-20T22:54:10.736404+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:12.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:11 smithi142 bash[19948]: audit 2024-09-20T22:54:10.737708+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:12.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:11 smithi142 bash[19948]: audit 2024-09-20T22:54:10.738341+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:12.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:11 smithi142 bash[19948]: audit 2024-09-20T22:54:10.743447+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:11 smithi083 bash[19864]: audit 2024-09-20T22:54:10.733025+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:11 smithi083 bash[19864]: audit 2024-09-20T22:54:10.736404+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:11 smithi083 bash[19864]: audit 2024-09-20T22:54:10.737708+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:11 smithi083 bash[19864]: audit 2024-09-20T22:54:10.738341+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:11 smithi083 bash[19864]: audit 2024-09-20T22:54:10.743447+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:12.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:11 smithi083 bash[25244]: audit 2024-09-20T22:54:10.733025+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:12.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:11 smithi083 bash[25244]: audit 2024-09-20T22:54:10.736404+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:12.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:11 smithi083 bash[25244]: audit 2024-09-20T22:54:10.737708+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:12.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:11 smithi083 bash[25244]: audit 2024-09-20T22:54:10.738341+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:12.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:11 smithi083 bash[25244]: audit 2024-09-20T22:54:10.743447+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:13.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:12 smithi142 bash[19948]: cluster 2024-09-20T22:54:11.664910+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:13.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:12 smithi083 bash[19864]: cluster 2024-09-20T22:54:11.664910+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:12 smithi083 bash[25244]: cluster 2024-09-20T22:54:11.664910+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:14.783 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:14 smithi083 bash[19864]: cluster 2024-09-20T22:54:13.665486+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:14.783 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:14 smithi083 bash[25244]: cluster 2024-09-20T22:54:13.665486+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:15.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:14 smithi142 bash[19948]: cluster 2024-09-20T22:54:13.665486+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:16.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:16 smithi142 bash[19948]: cluster 2024-09-20T22:54:15.666101+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:17.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:16 smithi083 bash[19864]: cluster 2024-09-20T22:54:15.666101+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:17.009 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:16 smithi083 bash[25244]: cluster 2024-09-20T22:54:15.666101+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:17.673 INFO:teuthology.orchestra.run.smithi083.stdout:Created osd(s) 3 on host 'smithi083' 2024-09-20T22:54:18.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:54:18] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:54:18.875 DEBUG:teuthology.orchestra.run.smithi083:osd.3> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.3.service 2024-09-20T22:54:18.877 INFO:tasks.cephadm:Deploying osd.4 on smithi142 with /dev/vg_nvme/lv_4... 2024-09-20T22:54:18.877 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-20T22:54:19.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: cluster 2024-09-20T22:54:17.666507+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:19.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:17.671420+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:17.679059+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:19.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:17.680743+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:19.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:17.681707+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:19.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:17.684489+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:19.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:17.685509+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:19.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:17.686423+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:19.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:17.687298+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:19.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: cephadm 2024-09-20T22:54:17.687981+0000 mgr.y (mgr.14152) 168 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 3804M 2024-09-20T22:54:19.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:17.694833+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:17.699886+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:18.087874+0000 mon.c (mon.1) 10 : audit [INF] from='osd.3 [v2:172.21.15.83:6826/1402576803,v1:172.21.15.83:6827/1402576803]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-20T22:54:19.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:18.088250+0000 mon.a (mon.0) 505 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-20T22:54:19.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:18.261293+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:18 smithi142 bash[19948]: audit 2024-09-20T22:54:18.269763+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: cluster 2024-09-20T22:54:17.666507+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:19.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:17.671420+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:17.679059+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:19.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:17.680743+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:19.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:17.681707+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:19.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:17.684489+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:19.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:17.685509+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:17.686423+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:17.687298+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: cephadm 2024-09-20T22:54:17.687981+0000 mgr.y (mgr.14152) 168 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 3804M 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:17.694833+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:17.699886+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:18.087874+0000 mon.c (mon.1) 10 : audit [INF] from='osd.3 [v2:172.21.15.83:6826/1402576803,v1:172.21.15.83:6827/1402576803]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:18.088250+0000 mon.a (mon.0) 505 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:18.261293+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[25244]: audit 2024-09-20T22:54:18.269763+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: cluster 2024-09-20T22:54:17.666507+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:17.671420+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:17.679059+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:19.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:17.680743+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:19.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:17.681707+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:19.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:17.684489+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:19.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:17.685509+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:19.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:17.686423+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:19.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:17.687298+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:19.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: cephadm 2024-09-20T22:54:17.687981+0000 mgr.y (mgr.14152) 168 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 3804M 2024-09-20T22:54:19.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:17.694833+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:17.699886+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:18.087874+0000 mon.c (mon.1) 10 : audit [INF] from='osd.3 [v2:172.21.15.83:6826/1402576803,v1:172.21.15.83:6827/1402576803]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-20T22:54:19.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:18.088250+0000 mon.a (mon.0) 505 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-20T22:54:19.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:18.261293+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:18 smithi083 bash[19864]: audit 2024-09-20T22:54:18.269763+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:19 smithi142 bash[19948]: audit 2024-09-20T22:54:18.705530+0000 mon.a (mon.0) 508 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-20T22:54:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:19 smithi142 bash[19948]: cluster 2024-09-20T22:54:18.705746+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-20T22:54:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:19 smithi142 bash[19948]: audit 2024-09-20T22:54:18.706062+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:54:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:19 smithi142 bash[19948]: audit 2024-09-20T22:54:18.707056+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.83:6826/1402576803,v1:172.21.15.83:6827/1402576803]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:54:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:19 smithi142 bash[19948]: audit 2024-09-20T22:54:18.707689+0000 mon.a (mon.0) 511 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:54:20.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:19 smithi083 bash[19864]: audit 2024-09-20T22:54:18.705530+0000 mon.a (mon.0) 508 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-20T22:54:20.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:19 smithi083 bash[19864]: cluster 2024-09-20T22:54:18.705746+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-20T22:54:20.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:19 smithi083 bash[19864]: audit 2024-09-20T22:54:18.706062+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:54:20.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:19 smithi083 bash[19864]: audit 2024-09-20T22:54:18.707056+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.83:6826/1402576803,v1:172.21.15.83:6827/1402576803]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:54:20.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:19 smithi083 bash[19864]: audit 2024-09-20T22:54:18.707689+0000 mon.a (mon.0) 511 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:54:20.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:19 smithi083 bash[25244]: audit 2024-09-20T22:54:18.705530+0000 mon.a (mon.0) 508 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-20T22:54:20.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:19 smithi083 bash[25244]: cluster 2024-09-20T22:54:18.705746+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-20T22:54:20.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:19 smithi083 bash[25244]: audit 2024-09-20T22:54:18.706062+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:54:20.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:19 smithi083 bash[25244]: audit 2024-09-20T22:54:18.707056+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.83:6826/1402576803,v1:172.21.15.83:6827/1402576803]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:54:20.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:19 smithi083 bash[25244]: audit 2024-09-20T22:54:18.707689+0000 mon.a (mon.0) 511 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T22:54:20.079 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 22:54:19 smithi083 bash[38637]: debug 2024-09-20T22:54:19.719+0000 7fa5549ac700 -1 osd.3 0 waiting for initial osdmap 2024-09-20T22:54:20.079 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 22:54:19 smithi083 bash[38637]: debug 2024-09-20T22:54:19.723+0000 7fa54fb44700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T22:54:21.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:20 smithi142 bash[19948]: cluster 2024-09-20T22:54:19.667061+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:21.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:20 smithi142 bash[19948]: audit 2024-09-20T22:54:19.715350+0000 mon.a (mon.0) 512 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-20T22:54:21.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:20 smithi142 bash[19948]: cluster 2024-09-20T22:54:19.715581+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-20T22:54:21.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:20 smithi142 bash[19948]: audit 2024-09-20T22:54:19.716071+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:54:21.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:20 smithi142 bash[19948]: audit 2024-09-20T22:54:19.721208+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:54:21.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:20 smithi083 bash[19864]: cluster 2024-09-20T22:54:19.667061+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:21.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:20 smithi083 bash[19864]: audit 2024-09-20T22:54:19.715350+0000 mon.a (mon.0) 512 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-20T22:54:21.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:20 smithi083 bash[19864]: cluster 2024-09-20T22:54:19.715581+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-20T22:54:21.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:20 smithi083 bash[19864]: audit 2024-09-20T22:54:19.716071+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:54:21.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:20 smithi083 bash[19864]: audit 2024-09-20T22:54:19.721208+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:54:21.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:20 smithi083 bash[25244]: cluster 2024-09-20T22:54:19.667061+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2024-09-20T22:54:21.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:20 smithi083 bash[25244]: audit 2024-09-20T22:54:19.715350+0000 mon.a (mon.0) 512 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]': finished 2024-09-20T22:54:21.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:20 smithi083 bash[25244]: cluster 2024-09-20T22:54:19.715581+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-20T22:54:21.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:20 smithi083 bash[25244]: audit 2024-09-20T22:54:19.716071+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:54:21.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:20 smithi083 bash[25244]: audit 2024-09-20T22:54:19.721208+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:54:21.985 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:21 smithi142 bash[19948]: cluster 2024-09-20T22:54:19.070141+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:54:21.985 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:21 smithi142 bash[19948]: cluster 2024-09-20T22:54:19.070315+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:54:21.985 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:21 smithi142 bash[19948]: cluster 2024-09-20T22:54:20.716551+0000 mon.a (mon.0) 516 : cluster [INF] osd.3 [v2:172.21.15.83:6826/1402576803,v1:172.21.15.83:6827/1402576803] boot 2024-09-20T22:54:21.985 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:21 smithi142 bash[19948]: cluster 2024-09-20T22:54:20.716646+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-20T22:54:21.985 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:21 smithi142 bash[19948]: audit 2024-09-20T22:54:20.717394+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:54:22.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:21 smithi083 bash[25244]: cluster 2024-09-20T22:54:19.070141+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:54:22.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:21 smithi083 bash[25244]: cluster 2024-09-20T22:54:19.070315+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:54:22.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:21 smithi083 bash[25244]: cluster 2024-09-20T22:54:20.716551+0000 mon.a (mon.0) 516 : cluster [INF] osd.3 [v2:172.21.15.83:6826/1402576803,v1:172.21.15.83:6827/1402576803] boot 2024-09-20T22:54:22.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:21 smithi083 bash[25244]: cluster 2024-09-20T22:54:20.716646+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-20T22:54:22.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:21 smithi083 bash[25244]: audit 2024-09-20T22:54:20.717394+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:54:22.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:21 smithi083 bash[19864]: cluster 2024-09-20T22:54:19.070141+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:54:22.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:21 smithi083 bash[19864]: cluster 2024-09-20T22:54:19.070315+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:54:22.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:21 smithi083 bash[19864]: cluster 2024-09-20T22:54:20.716551+0000 mon.a (mon.0) 516 : cluster [INF] osd.3 [v2:172.21.15.83:6826/1402576803,v1:172.21.15.83:6827/1402576803] boot 2024-09-20T22:54:22.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:21 smithi083 bash[19864]: cluster 2024-09-20T22:54:20.716646+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-20T22:54:22.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:21 smithi083 bash[19864]: audit 2024-09-20T22:54:20.717394+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:54:22.729 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:54:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:54:23.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:22 smithi142 bash[19948]: cluster 2024-09-20T22:54:21.667691+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:23.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:22 smithi142 bash[19948]: cluster 2024-09-20T22:54:21.730766+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-20T22:54:23.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:22 smithi142 bash[19948]: audit 2024-09-20T22:54:22.494733+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:23.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:22 smithi142 bash[19948]: audit 2024-09-20T22:54:22.499312+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:23.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:22 smithi142 bash[19948]: audit 2024-09-20T22:54:22.528525+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:23.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:22 smithi142 bash[19948]: audit 2024-09-20T22:54:22.530479+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:23.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:22 smithi142 bash[19948]: audit 2024-09-20T22:54:22.531567+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:23.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:22 smithi142 bash[19948]: audit 2024-09-20T22:54:22.538725+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:23.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[25244]: cluster 2024-09-20T22:54:21.667691+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:23.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[25244]: cluster 2024-09-20T22:54:21.730766+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-20T22:54:23.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[25244]: audit 2024-09-20T22:54:22.494733+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:23.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[25244]: audit 2024-09-20T22:54:22.499312+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:23.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[25244]: audit 2024-09-20T22:54:22.528525+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:23.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[25244]: audit 2024-09-20T22:54:22.530479+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:23.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[25244]: audit 2024-09-20T22:54:22.531567+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:23.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[25244]: audit 2024-09-20T22:54:22.538725+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:23.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[19864]: cluster 2024-09-20T22:54:21.667691+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:23.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[19864]: cluster 2024-09-20T22:54:21.730766+0000 mon.a (mon.0) 519 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-20T22:54:23.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[19864]: audit 2024-09-20T22:54:22.494733+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:23.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[19864]: audit 2024-09-20T22:54:22.499312+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:23.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[19864]: audit 2024-09-20T22:54:22.528525+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:23.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[19864]: audit 2024-09-20T22:54:22.530479+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:23.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[19864]: audit 2024-09-20T22:54:22.531567+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:23.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:22 smithi083 bash[19864]: audit 2024-09-20T22:54:22.538725+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:23.096 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-09-20T22:54:23.129 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi142:vg_nvme/lv_4 2024-09-20T22:54:24.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:23 smithi142 bash[19948]: cephadm 2024-09-20T22:54:22.495549+0000 mgr.y (mgr.14152) 171 : cephadm [INF] Detected new or changed devices on smithi083 2024-09-20T22:54:24.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:23 smithi142 bash[19948]: cluster 2024-09-20T22:54:22.534209+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:24.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:23 smithi142 bash[19948]: audit 2024-09-20T22:54:23.346456+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:54:24.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:23 smithi142 bash[19948]: audit 2024-09-20T22:54:23.349844+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:54:24.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:23 smithi142 bash[19948]: cluster 2024-09-20T22:54:23.497781+0000 mon.a (mon.0) 528 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:54:24.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:23 smithi083 bash[19864]: cephadm 2024-09-20T22:54:22.495549+0000 mgr.y (mgr.14152) 171 : cephadm [INF] Detected new or changed devices on smithi083 2024-09-20T22:54:24.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:23 smithi083 bash[19864]: cluster 2024-09-20T22:54:22.534209+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:24.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:23 smithi083 bash[19864]: audit 2024-09-20T22:54:23.346456+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:54:24.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:23 smithi083 bash[19864]: audit 2024-09-20T22:54:23.349844+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:54:24.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:23 smithi083 bash[19864]: cluster 2024-09-20T22:54:23.497781+0000 mon.a (mon.0) 528 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:54:24.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:23 smithi083 bash[25244]: cephadm 2024-09-20T22:54:22.495549+0000 mgr.y (mgr.14152) 171 : cephadm [INF] Detected new or changed devices on smithi083 2024-09-20T22:54:24.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:23 smithi083 bash[25244]: cluster 2024-09-20T22:54:22.534209+0000 mgr.y (mgr.14152) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:24.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:23 smithi083 bash[25244]: audit 2024-09-20T22:54:23.346456+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:54:24.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:23 smithi083 bash[25244]: audit 2024-09-20T22:54:23.349844+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:54:24.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:23 smithi083 bash[25244]: cluster 2024-09-20T22:54:23.497781+0000 mon.a (mon.0) 528 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:54:25.736 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:54:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:54:26.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:25 smithi142 bash[19948]: cluster 2024-09-20T22:54:24.534801+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:26.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:25 smithi142 bash[19948]: audit 2024-09-20T22:54:25.351894+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:26.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:25 smithi142 bash[19948]: audit 2024-09-20T22:54:25.357112+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:26.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:25 smithi142 bash[19948]: audit 2024-09-20T22:54:25.363076+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:26.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:25 smithi142 bash[19948]: audit 2024-09-20T22:54:25.365376+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:26.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:25 smithi142 bash[19948]: audit 2024-09-20T22:54:25.366854+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:26.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:25 smithi142 bash[19948]: audit 2024-09-20T22:54:25.374289+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:26.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[19864]: cluster 2024-09-20T22:54:24.534801+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:26.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[19864]: audit 2024-09-20T22:54:25.351894+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:26.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[19864]: audit 2024-09-20T22:54:25.357112+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:26.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[19864]: audit 2024-09-20T22:54:25.363076+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:26.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[19864]: audit 2024-09-20T22:54:25.365376+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:26.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[19864]: audit 2024-09-20T22:54:25.366854+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:26.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[19864]: audit 2024-09-20T22:54:25.374289+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:26.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[25244]: cluster 2024-09-20T22:54:24.534801+0000 mgr.y (mgr.14152) 173 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:26.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[25244]: audit 2024-09-20T22:54:25.351894+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:26.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[25244]: audit 2024-09-20T22:54:25.357112+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:26.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[25244]: audit 2024-09-20T22:54:25.363076+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:26.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[25244]: audit 2024-09-20T22:54:25.365376+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:26.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[25244]: audit 2024-09-20T22:54:25.366854+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:26.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:25 smithi083 bash[25244]: audit 2024-09-20T22:54:25.374289+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:27.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:26 smithi142 bash[19948]: cluster 2024-09-20T22:54:25.370087+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:27.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:26 smithi142 bash[19948]: audit 2024-09-20T22:54:25.793907+0000 mgr.y (mgr.14152) 175 : audit [DBG] from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:54:27.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:26 smithi142 bash[19948]: audit 2024-09-20T22:54:25.800689+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:54:27.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:26 smithi142 bash[19948]: audit 2024-09-20T22:54:25.807380+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:54:27.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:26 smithi142 bash[19948]: audit 2024-09-20T22:54:25.809401+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:27.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:26 smithi142 bash[19948]: cluster 2024-09-20T22:54:26.355387+0000 mon.a (mon.0) 538 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:54:27.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:26 smithi142 bash[19948]: cluster 2024-09-20T22:54:26.355443+0000 mon.a (mon.0) 539 : cluster [INF] Cluster is now healthy 2024-09-20T22:54:27.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[19864]: cluster 2024-09-20T22:54:25.370087+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:27.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[19864]: audit 2024-09-20T22:54:25.793907+0000 mgr.y (mgr.14152) 175 : audit [DBG] from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:54:27.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[19864]: audit 2024-09-20T22:54:25.800689+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:54:27.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[19864]: audit 2024-09-20T22:54:25.807380+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:54:27.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[19864]: audit 2024-09-20T22:54:25.809401+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:27.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[19864]: cluster 2024-09-20T22:54:26.355387+0000 mon.a (mon.0) 538 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:54:27.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[19864]: cluster 2024-09-20T22:54:26.355443+0000 mon.a (mon.0) 539 : cluster [INF] Cluster is now healthy 2024-09-20T22:54:27.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[25244]: cluster 2024-09-20T22:54:25.370087+0000 mgr.y (mgr.14152) 174 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:27.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[25244]: audit 2024-09-20T22:54:25.793907+0000 mgr.y (mgr.14152) 175 : audit [DBG] from='client.24170 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:54:27.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[25244]: audit 2024-09-20T22:54:25.800689+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:54:27.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[25244]: audit 2024-09-20T22:54:25.807380+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:54:27.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[25244]: audit 2024-09-20T22:54:25.809401+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:27.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[25244]: cluster 2024-09-20T22:54:26.355387+0000 mon.a (mon.0) 538 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:54:27.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:26 smithi083 bash[25244]: cluster 2024-09-20T22:54:26.355443+0000 mon.a (mon.0) 539 : cluster [INF] Cluster is now healthy 2024-09-20T22:54:28.613 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:28 smithi142 bash[19948]: cluster 2024-09-20T22:54:27.370580+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:28.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:28 smithi083 bash[19864]: cluster 2024-09-20T22:54:27.370580+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:28.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:28 smithi083 bash[25244]: cluster 2024-09-20T22:54:27.370580+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:30.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:30 smithi142 bash[19948]: cluster 2024-09-20T22:54:29.371094+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:30.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:30 smithi083 bash[19864]: cluster 2024-09-20T22:54:29.371094+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:30.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:30 smithi083 bash[25244]: cluster 2024-09-20T22:54:29.371094+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:32 smithi142 bash[19948]: cluster 2024-09-20T22:54:31.371631+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:32 smithi142 bash[19948]: audit 2024-09-20T22:54:31.467195+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.142:0/1927712199' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5596e6dd-990b-4b18-9f4a-0d7e0a23617f"}]: dispatch 2024-09-20T22:54:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:32 smithi142 bash[19948]: audit 2024-09-20T22:54:31.468263+0000 mon.a (mon.0) 540 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5596e6dd-990b-4b18-9f4a-0d7e0a23617f"}]: dispatch 2024-09-20T22:54:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:32 smithi142 bash[19948]: audit 2024-09-20T22:54:31.478809+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5596e6dd-990b-4b18-9f4a-0d7e0a23617f"}]': finished 2024-09-20T22:54:32.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:32 smithi142 bash[19948]: cluster 2024-09-20T22:54:31.479026+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-20T22:54:32.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:32 smithi142 bash[19948]: audit 2024-09-20T22:54:31.479332+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:32.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:32 smithi142 bash[19948]: audit 2024-09-20T22:54:32.112706+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.142:0/3979380748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:54:32.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[19864]: cluster 2024-09-20T22:54:31.371631+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:32.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[19864]: audit 2024-09-20T22:54:31.467195+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.142:0/1927712199' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5596e6dd-990b-4b18-9f4a-0d7e0a23617f"}]: dispatch 2024-09-20T22:54:32.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[19864]: audit 2024-09-20T22:54:31.468263+0000 mon.a (mon.0) 540 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5596e6dd-990b-4b18-9f4a-0d7e0a23617f"}]: dispatch 2024-09-20T22:54:32.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[19864]: audit 2024-09-20T22:54:31.478809+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5596e6dd-990b-4b18-9f4a-0d7e0a23617f"}]': finished 2024-09-20T22:54:32.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[19864]: cluster 2024-09-20T22:54:31.479026+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-20T22:54:32.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[19864]: audit 2024-09-20T22:54:31.479332+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:32.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[19864]: audit 2024-09-20T22:54:32.112706+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.142:0/3979380748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:54:32.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[25244]: cluster 2024-09-20T22:54:31.371631+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:32.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[25244]: audit 2024-09-20T22:54:31.467195+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.142:0/1927712199' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5596e6dd-990b-4b18-9f4a-0d7e0a23617f"}]: dispatch 2024-09-20T22:54:32.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[25244]: audit 2024-09-20T22:54:31.468263+0000 mon.a (mon.0) 540 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5596e6dd-990b-4b18-9f4a-0d7e0a23617f"}]: dispatch 2024-09-20T22:54:32.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[25244]: audit 2024-09-20T22:54:31.478809+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5596e6dd-990b-4b18-9f4a-0d7e0a23617f"}]': finished 2024-09-20T22:54:32.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[25244]: cluster 2024-09-20T22:54:31.479026+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-20T22:54:32.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[25244]: audit 2024-09-20T22:54:31.479332+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:32.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:32 smithi083 bash[25244]: audit 2024-09-20T22:54:32.112706+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.142:0/3979380748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:54:34.721 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:34 smithi142 bash[19948]: cluster 2024-09-20T22:54:33.372166+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:34.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:34 smithi083 bash[25244]: cluster 2024-09-20T22:54:33.372166+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:34.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:34 smithi083 bash[19864]: cluster 2024-09-20T22:54:33.372166+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:36.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:36 smithi142 bash[19948]: cluster 2024-09-20T22:54:35.372763+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:36.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:36 smithi083 bash[19864]: cluster 2024-09-20T22:54:35.372763+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:36.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:36 smithi083 bash[25244]: cluster 2024-09-20T22:54:35.372763+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:38.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:38 smithi083 bash[25244]: cluster 2024-09-20T22:54:37.373264+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:38.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:38 smithi083 bash[19864]: cluster 2024-09-20T22:54:37.373264+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:38.577 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:54:38 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:54:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:54:38.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:38 smithi142 bash[19948]: cluster 2024-09-20T22:54:37.373264+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:39 smithi142 bash[19948]: audit 2024-09-20T22:54:38.416537+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:39 smithi142 bash[19948]: audit 2024-09-20T22:54:38.424834+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:39.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:39 smithi083 bash[25244]: audit 2024-09-20T22:54:38.416537+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:39.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:39 smithi083 bash[25244]: audit 2024-09-20T22:54:38.424834+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:39 smithi083 bash[19864]: audit 2024-09-20T22:54:38.416537+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:39 smithi083 bash[19864]: audit 2024-09-20T22:54:38.424834+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:40.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:40 smithi142 bash[19948]: cluster 2024-09-20T22:54:39.373829+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:40.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:40 smithi083 bash[19864]: cluster 2024-09-20T22:54:39.373829+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:40.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:40 smithi083 bash[25244]: cluster 2024-09-20T22:54:39.373829+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:42.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:42 smithi142 bash[19948]: cluster 2024-09-20T22:54:41.374182+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:42.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:42 smithi083 bash[25244]: cluster 2024-09-20T22:54:41.374182+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:42.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:42 smithi083 bash[19864]: cluster 2024-09-20T22:54:41.374182+0000 mgr.y (mgr.14152) 183 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:44.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:44 smithi142 bash[19948]: cluster 2024-09-20T22:54:43.374665+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:44.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:44 smithi142 bash[19948]: audit 2024-09-20T22:54:43.979724+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-20T22:54:44.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:44 smithi142 bash[19948]: audit 2024-09-20T22:54:43.981580+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:44.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:44 smithi142 bash[19948]: cephadm 2024-09-20T22:54:43.983054+0000 mgr.y (mgr.14152) 185 : cephadm [INF] Deploying daemon osd.4 on smithi142 2024-09-20T22:54:44.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:54:44 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:54:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:54:44.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:44 smithi083 bash[19864]: cluster 2024-09-20T22:54:43.374665+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:44.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:44 smithi083 bash[19864]: audit 2024-09-20T22:54:43.979724+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-20T22:54:44.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:44 smithi083 bash[19864]: audit 2024-09-20T22:54:43.981580+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:44.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:44 smithi083 bash[19864]: cephadm 2024-09-20T22:54:43.983054+0000 mgr.y (mgr.14152) 185 : cephadm [INF] Deploying daemon osd.4 on smithi142 2024-09-20T22:54:44.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:44 smithi083 bash[25244]: cluster 2024-09-20T22:54:43.374665+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:44.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:44 smithi083 bash[25244]: audit 2024-09-20T22:54:43.979724+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-20T22:54:44.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:44 smithi083 bash[25244]: audit 2024-09-20T22:54:43.981580+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:44.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:44 smithi083 bash[25244]: cephadm 2024-09-20T22:54:43.983054+0000 mgr.y (mgr.14152) 185 : cephadm [INF] Deploying daemon osd.4 on smithi142 2024-09-20T22:54:45.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:45 smithi142 bash[19948]: audit 2024-09-20T22:54:44.647665+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:45.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:45 smithi142 bash[19948]: audit 2024-09-20T22:54:44.657242+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:46.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:45 smithi083 bash[19864]: audit 2024-09-20T22:54:44.647665+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:46.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:45 smithi083 bash[19864]: audit 2024-09-20T22:54:44.657242+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:46.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:45 smithi083 bash[25244]: audit 2024-09-20T22:54:44.647665+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:46.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:45 smithi083 bash[25244]: audit 2024-09-20T22:54:44.657242+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:46.927 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:46 smithi142 bash[19948]: cluster 2024-09-20T22:54:45.375206+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:47.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:46 smithi083 bash[19864]: cluster 2024-09-20T22:54:45.375206+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:47.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:46 smithi083 bash[25244]: cluster 2024-09-20T22:54:45.375206+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:47.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:47 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:47.793 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:54:47 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:48.074 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:54:47 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:48.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:47 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:54:49.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:48 smithi142 bash[19948]: cluster 2024-09-20T22:54:47.375765+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:49.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:48 smithi142 bash[19948]: audit 2024-09-20T22:54:47.931448+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:49.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:48 smithi142 bash[19948]: audit 2024-09-20T22:54:47.959556+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:49.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:48 smithi142 bash[19948]: audit 2024-09-20T22:54:47.962448+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:49.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:48 smithi142 bash[19948]: audit 2024-09-20T22:54:47.964143+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:49.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:48 smithi142 bash[19948]: audit 2024-09-20T22:54:47.975132+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:49.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:48 smithi083 bash[19864]: cluster 2024-09-20T22:54:47.375765+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:49.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:48 smithi083 bash[19864]: audit 2024-09-20T22:54:47.931448+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:49.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:48 smithi083 bash[19864]: audit 2024-09-20T22:54:47.959556+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:49.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:48 smithi083 bash[19864]: audit 2024-09-20T22:54:47.962448+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:49.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:48 smithi083 bash[19864]: audit 2024-09-20T22:54:47.964143+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:49.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:48 smithi083 bash[19864]: audit 2024-09-20T22:54:47.975132+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:49.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:48 smithi083 bash[25244]: cluster 2024-09-20T22:54:47.375765+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:49.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:48 smithi083 bash[25244]: audit 2024-09-20T22:54:47.931448+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:49.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:48 smithi083 bash[25244]: audit 2024-09-20T22:54:47.959556+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:49.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:48 smithi083 bash[25244]: audit 2024-09-20T22:54:47.962448+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:49.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:48 smithi083 bash[25244]: audit 2024-09-20T22:54:47.964143+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:49.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:48 smithi083 bash[25244]: audit 2024-09-20T22:54:47.975132+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:51.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:50 smithi142 bash[19948]: cluster 2024-09-20T22:54:49.376304+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:51.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:50 smithi083 bash[19864]: cluster 2024-09-20T22:54:49.376304+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:51.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:50 smithi083 bash[25244]: cluster 2024-09-20T22:54:49.376304+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:53.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:52 smithi142 bash[19948]: cluster 2024-09-20T22:54:51.376799+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:53.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:52 smithi083 bash[19864]: cluster 2024-09-20T22:54:51.376799+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:53.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:52 smithi083 bash[25244]: cluster 2024-09-20T22:54:51.376799+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:54.079 INFO:teuthology.orchestra.run.smithi142.stdout:Created osd(s) 4 on host 'smithi142' 2024-09-20T22:54:54.600 DEBUG:teuthology.orchestra.run.smithi142:osd.4> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.4.service 2024-09-20T22:54:54.603 INFO:tasks.cephadm:Deploying osd.5 on smithi142 with /dev/vg_nvme/lv_3... 2024-09-20T22:54:54.603 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_3 2024-09-20T22:54:55.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:55 smithi142 bash[19948]: cluster 2024-09-20T22:54:53.377283+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:55.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:55 smithi142 bash[19948]: audit 2024-09-20T22:54:54.077015+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:55 smithi142 bash[19948]: audit 2024-09-20T22:54:54.112812+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:55 smithi142 bash[19948]: audit 2024-09-20T22:54:54.115698+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:55 smithi142 bash[19948]: audit 2024-09-20T22:54:54.117456+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:55 smithi142 bash[19948]: audit 2024-09-20T22:54:54.121758+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:55 smithi142 bash[19948]: cephadm 2024-09-20T22:54:54.123231+0000 mgr.y (mgr.14152) 191 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 16241M 2024-09-20T22:54:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:55 smithi142 bash[19948]: audit 2024-09-20T22:54:54.133719+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:55 smithi142 bash[19948]: audit 2024-09-20T22:54:54.144249+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:55 smithi142 bash[19948]: audit 2024-09-20T22:54:54.367837+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.142:6800/2210266831,v1:172.21.15.142:6801/2210266831]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-20T22:54:55.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:55 smithi142 bash[19948]: audit 2024-09-20T22:54:54.368757+0000 mon.a (mon.0) 562 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-20T22:54:55.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[19864]: cluster 2024-09-20T22:54:53.377283+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:55.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[19864]: audit 2024-09-20T22:54:54.077015+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:55.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[19864]: audit 2024-09-20T22:54:54.112812+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:55.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[19864]: audit 2024-09-20T22:54:54.115698+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:55.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[19864]: audit 2024-09-20T22:54:54.117456+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:55.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[19864]: audit 2024-09-20T22:54:54.121758+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:55.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[19864]: cephadm 2024-09-20T22:54:54.123231+0000 mgr.y (mgr.14152) 191 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 16241M 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[19864]: audit 2024-09-20T22:54:54.133719+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[19864]: audit 2024-09-20T22:54:54.144249+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[19864]: audit 2024-09-20T22:54:54.367837+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.142:6800/2210266831,v1:172.21.15.142:6801/2210266831]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[19864]: audit 2024-09-20T22:54:54.368757+0000 mon.a (mon.0) 562 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[25244]: cluster 2024-09-20T22:54:53.377283+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[25244]: audit 2024-09-20T22:54:54.077015+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[25244]: audit 2024-09-20T22:54:54.112812+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[25244]: audit 2024-09-20T22:54:54.115698+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[25244]: audit 2024-09-20T22:54:54.117456+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[25244]: audit 2024-09-20T22:54:54.121758+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[25244]: cephadm 2024-09-20T22:54:54.123231+0000 mgr.y (mgr.14152) 191 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 16241M 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[25244]: audit 2024-09-20T22:54:54.133719+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:55.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[25244]: audit 2024-09-20T22:54:54.144249+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:55.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[25244]: audit 2024-09-20T22:54:54.367837+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.142:6800/2210266831,v1:172.21.15.142:6801/2210266831]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-20T22:54:55.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:55 smithi083 bash[25244]: audit 2024-09-20T22:54:54.368757+0000 mon.a (mon.0) 562 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-20T22:54:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:56 smithi142 bash[19948]: audit 2024-09-20T22:54:55.151910+0000 mon.a (mon.0) 563 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-20T22:54:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:56 smithi142 bash[19948]: cluster 2024-09-20T22:54:55.152058+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-20T22:54:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:56 smithi142 bash[19948]: audit 2024-09-20T22:54:55.152277+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:56 smithi142 bash[19948]: audit 2024-09-20T22:54:55.153311+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.142:6800/2210266831,v1:172.21.15.142:6801/2210266831]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:54:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:56 smithi142 bash[19948]: audit 2024-09-20T22:54:55.154297+0000 mon.a (mon.0) 566 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:54:56.324 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:54:56 smithi142 bash[25775]: debug 2024-09-20T22:54:56.168+0000 7f4ed9384700 -1 osd.4 0 waiting for initial osdmap 2024-09-20T22:54:56.324 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:54:56 smithi142 bash[25775]: debug 2024-09-20T22:54:56.172+0000 7f4ed351a700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T22:54:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:56 smithi083 bash[25244]: audit 2024-09-20T22:54:55.151910+0000 mon.a (mon.0) 563 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-20T22:54:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:56 smithi083 bash[25244]: cluster 2024-09-20T22:54:55.152058+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-20T22:54:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:56 smithi083 bash[25244]: audit 2024-09-20T22:54:55.152277+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:56 smithi083 bash[25244]: audit 2024-09-20T22:54:55.153311+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.142:6800/2210266831,v1:172.21.15.142:6801/2210266831]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:54:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:56 smithi083 bash[25244]: audit 2024-09-20T22:54:55.154297+0000 mon.a (mon.0) 566 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:54:56.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:56 smithi083 bash[19864]: audit 2024-09-20T22:54:55.151910+0000 mon.a (mon.0) 563 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-20T22:54:56.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:56 smithi083 bash[19864]: cluster 2024-09-20T22:54:55.152058+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-20T22:54:56.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:56 smithi083 bash[19864]: audit 2024-09-20T22:54:55.152277+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:56.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:56 smithi083 bash[19864]: audit 2024-09-20T22:54:55.153311+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.142:6800/2210266831,v1:172.21.15.142:6801/2210266831]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:54:56.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:56 smithi083 bash[19864]: audit 2024-09-20T22:54:55.154297+0000 mon.a (mon.0) 566 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:54:57.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:57 smithi142 bash[19948]: cluster 2024-09-20T22:54:55.377800+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:57.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:57 smithi142 bash[19948]: audit 2024-09-20T22:54:56.166628+0000 mon.a (mon.0) 567 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-09-20T22:54:57.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:57 smithi142 bash[19948]: cluster 2024-09-20T22:54:56.166857+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-20T22:54:57.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:57 smithi142 bash[19948]: audit 2024-09-20T22:54:56.167223+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:57.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:57 smithi142 bash[19948]: audit 2024-09-20T22:54:56.172789+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:57.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:57 smithi083 bash[19864]: cluster 2024-09-20T22:54:55.377800+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:57.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:57 smithi083 bash[19864]: audit 2024-09-20T22:54:56.166628+0000 mon.a (mon.0) 567 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-09-20T22:54:57.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:57 smithi083 bash[19864]: cluster 2024-09-20T22:54:56.166857+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-20T22:54:57.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:57 smithi083 bash[19864]: audit 2024-09-20T22:54:56.167223+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:57.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:57 smithi083 bash[19864]: audit 2024-09-20T22:54:56.172789+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:57.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:57 smithi083 bash[25244]: cluster 2024-09-20T22:54:55.377800+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2024-09-20T22:54:57.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:57 smithi083 bash[25244]: audit 2024-09-20T22:54:56.166628+0000 mon.a (mon.0) 567 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-09-20T22:54:57.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:57 smithi083 bash[25244]: cluster 2024-09-20T22:54:56.166857+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-20T22:54:57.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:57 smithi083 bash[25244]: audit 2024-09-20T22:54:56.167223+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:57.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:57 smithi083 bash[25244]: audit 2024-09-20T22:54:56.172789+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:58.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:58 smithi142 bash[19948]: cluster 2024-09-20T22:54:55.350724+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:54:58.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:58 smithi142 bash[19948]: cluster 2024-09-20T22:54:55.350879+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:54:58.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:58 smithi142 bash[19948]: cluster 2024-09-20T22:54:57.166308+0000 mon.a (mon.0) 571 : cluster [INF] osd.4 [v2:172.21.15.142:6800/2210266831,v1:172.21.15.142:6801/2210266831] boot 2024-09-20T22:54:58.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:58 smithi142 bash[19948]: cluster 2024-09-20T22:54:57.166447+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-20T22:54:58.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:58 smithi142 bash[19948]: audit 2024-09-20T22:54:57.167399+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:58.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:58 smithi142 bash[19948]: cluster 2024-09-20T22:54:57.343602+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-20T22:54:58.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[19864]: cluster 2024-09-20T22:54:55.350724+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:54:58.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[19864]: cluster 2024-09-20T22:54:55.350879+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:54:58.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[19864]: cluster 2024-09-20T22:54:57.166308+0000 mon.a (mon.0) 571 : cluster [INF] osd.4 [v2:172.21.15.142:6800/2210266831,v1:172.21.15.142:6801/2210266831] boot 2024-09-20T22:54:58.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[19864]: cluster 2024-09-20T22:54:57.166447+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-20T22:54:58.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[19864]: audit 2024-09-20T22:54:57.167399+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:58.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[19864]: cluster 2024-09-20T22:54:57.343602+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-20T22:54:58.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[25244]: cluster 2024-09-20T22:54:55.350724+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:54:58.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[25244]: cluster 2024-09-20T22:54:55.350879+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:54:58.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[25244]: cluster 2024-09-20T22:54:57.166308+0000 mon.a (mon.0) 571 : cluster [INF] osd.4 [v2:172.21.15.142:6800/2210266831,v1:172.21.15.142:6801/2210266831] boot 2024-09-20T22:54:58.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[25244]: cluster 2024-09-20T22:54:57.166447+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-20T22:54:58.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[25244]: audit 2024-09-20T22:54:57.167399+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:54:58.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[25244]: cluster 2024-09-20T22:54:57.343602+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-20T22:54:58.629 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-09-20T22:54:58.668 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi142:vg_nvme/lv_3 2024-09-20T22:54:59.076 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:54:58 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:54:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:54:59.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:59 smithi142 bash[19948]: cluster 2024-09-20T22:54:57.378337+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:54:59.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:59 smithi142 bash[19948]: cluster 2024-09-20T22:54:58.346664+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-20T22:54:59.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:59 smithi142 bash[19948]: audit 2024-09-20T22:54:58.591664+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:59.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:59 smithi142 bash[19948]: audit 2024-09-20T22:54:58.602560+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:59.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:59 smithi142 bash[19948]: audit 2024-09-20T22:54:58.626765+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:59.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:59 smithi142 bash[19948]: audit 2024-09-20T22:54:58.629556+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:59.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:59 smithi142 bash[19948]: audit 2024-09-20T22:54:58.631361+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:59.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:54:59 smithi142 bash[19948]: audit 2024-09-20T22:54:58.644450+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:59.473 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[25244]: cluster 2024-09-20T22:54:57.378337+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:54:59.473 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[25244]: cluster 2024-09-20T22:54:58.346664+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-20T22:54:59.473 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[25244]: audit 2024-09-20T22:54:58.591664+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:59.473 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[25244]: audit 2024-09-20T22:54:58.602560+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:59.473 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[25244]: audit 2024-09-20T22:54:58.626765+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:59.473 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[25244]: audit 2024-09-20T22:54:58.629556+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:59.474 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[25244]: audit 2024-09-20T22:54:58.631361+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:59.474 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[25244]: audit 2024-09-20T22:54:58.644450+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:59.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[19864]: cluster 2024-09-20T22:54:57.378337+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:54:59.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[19864]: cluster 2024-09-20T22:54:58.346664+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-20T22:54:59.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[19864]: audit 2024-09-20T22:54:58.591664+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:59.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[19864]: audit 2024-09-20T22:54:58.602560+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:54:59.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[19864]: audit 2024-09-20T22:54:58.626765+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:54:59.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[19864]: audit 2024-09-20T22:54:58.629556+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:54:59.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[19864]: audit 2024-09-20T22:54:58.631361+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:54:59.474 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:54:59 smithi083 bash[19864]: audit 2024-09-20T22:54:58.644450+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:00.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:00 smithi142 bash[19948]: cephadm 2024-09-20T22:54:58.593369+0000 mgr.y (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi142 2024-09-20T22:55:00.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:00 smithi142 bash[19948]: cluster 2024-09-20T22:54:58.635928+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:00.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:00 smithi142 bash[19948]: cluster 2024-09-20T22:54:59.354974+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-09-20T22:55:00.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:00 smithi142 bash[19948]: cluster 2024-09-20T22:54:59.598930+0000 mon.a (mon.0) 583 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:55:00.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:00 smithi083 bash[19864]: cephadm 2024-09-20T22:54:58.593369+0000 mgr.y (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi142 2024-09-20T22:55:00.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:00 smithi083 bash[19864]: cluster 2024-09-20T22:54:58.635928+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:00.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:00 smithi083 bash[19864]: cluster 2024-09-20T22:54:59.354974+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-09-20T22:55:00.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:00 smithi083 bash[19864]: cluster 2024-09-20T22:54:59.598930+0000 mon.a (mon.0) 583 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:55:00.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:00 smithi083 bash[25244]: cephadm 2024-09-20T22:54:58.593369+0000 mgr.y (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi142 2024-09-20T22:55:00.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:00 smithi083 bash[25244]: cluster 2024-09-20T22:54:58.635928+0000 mgr.y (mgr.14152) 195 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:00.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:00 smithi083 bash[25244]: cluster 2024-09-20T22:54:59.354974+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2024-09-20T22:55:00.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:00 smithi083 bash[25244]: cluster 2024-09-20T22:54:59.598930+0000 mon.a (mon.0) 583 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:55:01.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:01 smithi083 bash[19864]: cluster 2024-09-20T22:55:00.361974+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-09-20T22:55:01.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:01 smithi083 bash[19864]: cluster 2024-09-20T22:55:00.636627+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 157 KiB/s, 0 objects/s recovering 2024-09-20T22:55:01.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:01 smithi083 bash[25244]: cluster 2024-09-20T22:55:00.361974+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-09-20T22:55:01.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:01 smithi083 bash[25244]: cluster 2024-09-20T22:55:00.636627+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 157 KiB/s, 0 objects/s recovering 2024-09-20T22:55:01.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:01 smithi142 bash[19948]: cluster 2024-09-20T22:55:00.361974+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2024-09-20T22:55:01.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:01 smithi142 bash[19948]: cluster 2024-09-20T22:55:00.636627+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 157 KiB/s, 0 objects/s recovering 2024-09-20T22:55:03.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:03 smithi142 bash[19948]: audit 2024-09-20T22:55:02.598471+0000 mgr.y (mgr.14152) 197 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:55:03.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:03 smithi142 bash[19948]: audit 2024-09-20T22:55:02.605481+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:55:03.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:03 smithi142 bash[19948]: audit 2024-09-20T22:55:02.611824+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:55:03.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:03 smithi142 bash[19948]: audit 2024-09-20T22:55:02.613444+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:03.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:03 smithi142 bash[19948]: cluster 2024-09-20T22:55:02.637211+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v169: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-09-20T22:55:03.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:03 smithi083 bash[19864]: audit 2024-09-20T22:55:02.598471+0000 mgr.y (mgr.14152) 197 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:55:03.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:03 smithi083 bash[19864]: audit 2024-09-20T22:55:02.605481+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:55:03.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:03 smithi083 bash[19864]: audit 2024-09-20T22:55:02.611824+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:55:03.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:03 smithi083 bash[19864]: audit 2024-09-20T22:55:02.613444+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:03.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:03 smithi083 bash[19864]: cluster 2024-09-20T22:55:02.637211+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v169: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-09-20T22:55:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:03 smithi083 bash[25244]: audit 2024-09-20T22:55:02.598471+0000 mgr.y (mgr.14152) 197 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:55:03.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:03 smithi083 bash[25244]: audit 2024-09-20T22:55:02.605481+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:55:03.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:03 smithi083 bash[25244]: audit 2024-09-20T22:55:02.611824+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:55:03.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:03 smithi083 bash[25244]: audit 2024-09-20T22:55:02.613444+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:03.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:03 smithi083 bash[25244]: cluster 2024-09-20T22:55:02.637211+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v169: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 98 KiB/s, 0 objects/s recovering 2024-09-20T22:55:04.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:55:04 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:55:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:55:04.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:55:04 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:55:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:55:06.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:05 smithi142 bash[19948]: cluster 2024-09-20T22:55:04.637833+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-09-20T22:55:06.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:05 smithi142 bash[19948]: audit 2024-09-20T22:55:04.756114+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:05 smithi142 bash[19948]: audit 2024-09-20T22:55:04.760335+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:05 smithi142 bash[19948]: audit 2024-09-20T22:55:04.769584+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:05 smithi142 bash[19948]: audit 2024-09-20T22:55:04.774093+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:05 smithi142 bash[19948]: audit 2024-09-20T22:55:04.779179+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:06.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:05 smithi142 bash[19948]: audit 2024-09-20T22:55:04.780793+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:06.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:05 smithi142 bash[19948]: audit 2024-09-20T22:55:04.781552+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:06.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:05 smithi142 bash[19948]: cluster 2024-09-20T22:55:04.783704+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-20T22:55:06.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:05 smithi142 bash[19948]: audit 2024-09-20T22:55:04.787300+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[19864]: cluster 2024-09-20T22:55:04.637833+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-09-20T22:55:06.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[19864]: audit 2024-09-20T22:55:04.756114+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[19864]: audit 2024-09-20T22:55:04.760335+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[19864]: audit 2024-09-20T22:55:04.769584+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[19864]: audit 2024-09-20T22:55:04.774093+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[19864]: audit 2024-09-20T22:55:04.779179+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[19864]: audit 2024-09-20T22:55:04.780793+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[19864]: audit 2024-09-20T22:55:04.781552+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[19864]: cluster 2024-09-20T22:55:04.783704+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[19864]: audit 2024-09-20T22:55:04.787300+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[25244]: cluster 2024-09-20T22:55:04.637833+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[25244]: audit 2024-09-20T22:55:04.756114+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[25244]: audit 2024-09-20T22:55:04.760335+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[25244]: audit 2024-09-20T22:55:04.769584+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[25244]: audit 2024-09-20T22:55:04.774093+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[25244]: audit 2024-09-20T22:55:04.779179+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[25244]: audit 2024-09-20T22:55:04.780793+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[25244]: audit 2024-09-20T22:55:04.781552+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:06.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[25244]: cluster 2024-09-20T22:55:04.783704+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-20T22:55:06.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:05 smithi083 bash[25244]: audit 2024-09-20T22:55:04.787300+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:07.031 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:06 smithi142 bash[19948]: cluster 2024-09-20T22:55:05.771873+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:55:07.031 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:06 smithi142 bash[19948]: cluster 2024-09-20T22:55:05.771954+0000 mon.a (mon.0) 597 : cluster [INF] Cluster is now healthy 2024-09-20T22:55:07.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:06 smithi083 bash[19864]: cluster 2024-09-20T22:55:05.771873+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:55:07.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:06 smithi083 bash[19864]: cluster 2024-09-20T22:55:05.771954+0000 mon.a (mon.0) 597 : cluster [INF] Cluster is now healthy 2024-09-20T22:55:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:06 smithi083 bash[25244]: cluster 2024-09-20T22:55:05.771873+0000 mon.a (mon.0) 596 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T22:55:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:06 smithi083 bash[25244]: cluster 2024-09-20T22:55:05.771954+0000 mon.a (mon.0) 597 : cluster [INF] Cluster is now healthy 2024-09-20T22:55:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:07 smithi142 bash[19948]: cluster 2024-09-20T22:55:06.784351+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:08.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:07 smithi083 bash[19864]: cluster 2024-09-20T22:55:06.784351+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:08.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:07 smithi083 bash[25244]: cluster 2024-09-20T22:55:06.784351+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:08 smithi142 bash[19948]: audit 2024-09-20T22:55:08.526315+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.142:0/1216766755' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e703d685-da24-4b07-83bc-0d234bb7fcf7"}]: dispatch 2024-09-20T22:55:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:08 smithi142 bash[19948]: audit 2024-09-20T22:55:08.527522+0000 mon.a (mon.0) 598 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e703d685-da24-4b07-83bc-0d234bb7fcf7"}]: dispatch 2024-09-20T22:55:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:08 smithi142 bash[19948]: audit 2024-09-20T22:55:08.540840+0000 mon.a (mon.0) 599 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e703d685-da24-4b07-83bc-0d234bb7fcf7"}]': finished 2024-09-20T22:55:09.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:08 smithi142 bash[19948]: cluster 2024-09-20T22:55:08.540997+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-20T22:55:09.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:08 smithi142 bash[19948]: audit 2024-09-20T22:55:08.541296+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:09.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:08 smithi083 bash[19864]: audit 2024-09-20T22:55:08.526315+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.142:0/1216766755' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e703d685-da24-4b07-83bc-0d234bb7fcf7"}]: dispatch 2024-09-20T22:55:09.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:08 smithi083 bash[19864]: audit 2024-09-20T22:55:08.527522+0000 mon.a (mon.0) 598 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e703d685-da24-4b07-83bc-0d234bb7fcf7"}]: dispatch 2024-09-20T22:55:09.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:08 smithi083 bash[19864]: audit 2024-09-20T22:55:08.540840+0000 mon.a (mon.0) 599 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e703d685-da24-4b07-83bc-0d234bb7fcf7"}]': finished 2024-09-20T22:55:09.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:08 smithi083 bash[19864]: cluster 2024-09-20T22:55:08.540997+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-20T22:55:09.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:08 smithi083 bash[19864]: audit 2024-09-20T22:55:08.541296+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:08 smithi083 bash[25244]: audit 2024-09-20T22:55:08.526315+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.142:0/1216766755' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e703d685-da24-4b07-83bc-0d234bb7fcf7"}]: dispatch 2024-09-20T22:55:09.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:08 smithi083 bash[25244]: audit 2024-09-20T22:55:08.527522+0000 mon.a (mon.0) 598 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e703d685-da24-4b07-83bc-0d234bb7fcf7"}]: dispatch 2024-09-20T22:55:09.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:08 smithi083 bash[25244]: audit 2024-09-20T22:55:08.540840+0000 mon.a (mon.0) 599 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e703d685-da24-4b07-83bc-0d234bb7fcf7"}]': finished 2024-09-20T22:55:09.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:08 smithi083 bash[25244]: cluster 2024-09-20T22:55:08.540997+0000 mon.a (mon.0) 600 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-20T22:55:09.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:08 smithi083 bash[25244]: audit 2024-09-20T22:55:08.541296+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:10.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:09 smithi142 bash[19948]: cluster 2024-09-20T22:55:08.784918+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:10.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:09 smithi142 bash[19948]: audit 2024-09-20T22:55:09.258311+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.142:0/38237388' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:55:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:09 smithi083 bash[19864]: cluster 2024-09-20T22:55:08.784918+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:09 smithi083 bash[19864]: audit 2024-09-20T22:55:09.258311+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.142:0/38237388' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:55:10.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:09 smithi083 bash[25244]: cluster 2024-09-20T22:55:08.784918+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:10.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:09 smithi083 bash[25244]: audit 2024-09-20T22:55:09.258311+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.142:0/38237388' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:55:12.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:11 smithi142 bash[19948]: cluster 2024-09-20T22:55:10.785475+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:12.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:11 smithi083 bash[19864]: cluster 2024-09-20T22:55:10.785475+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:12.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:11 smithi083 bash[25244]: cluster 2024-09-20T22:55:10.785475+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:13 smithi142 bash[19948]: cluster 2024-09-20T22:55:12.786089+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:13.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:13 smithi083 bash[19864]: cluster 2024-09-20T22:55:12.786089+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:13.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:13 smithi083 bash[25244]: cluster 2024-09-20T22:55:12.786089+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:16.197 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:15 smithi142 bash[19948]: cluster 2024-09-20T22:55:14.786691+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:16.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:15 smithi083 bash[19864]: cluster 2024-09-20T22:55:14.786691+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:16.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:15 smithi083 bash[25244]: cluster 2024-09-20T22:55:14.786691+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:18.117 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:17 smithi083 bash[19864]: cluster 2024-09-20T22:55:16.787273+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:18.117 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:17 smithi083 bash[25244]: cluster 2024-09-20T22:55:16.787273+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:18.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:17 smithi142 bash[19948]: cluster 2024-09-20T22:55:16.787273+0000 mgr.y (mgr.14152) 206 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:19.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:18 smithi142 bash[19948]: audit 2024-09-20T22:55:18.494270+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-20T22:55:19.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:18 smithi142 bash[19948]: audit 2024-09-20T22:55:18.496224+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:19.177 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:18 smithi083 bash[25244]: audit 2024-09-20T22:55:18.494270+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-20T22:55:19.178 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:18 smithi083 bash[25244]: audit 2024-09-20T22:55:18.496224+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:19.178 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:18 smithi083 bash[19864]: audit 2024-09-20T22:55:18.494270+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-20T22:55:19.178 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:18 smithi083 bash[19864]: audit 2024-09-20T22:55:18.496224+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:20.140 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:19 smithi142 bash[19948]: cephadm 2024-09-20T22:55:18.497825+0000 mgr.y (mgr.14152) 207 : cephadm [INF] Deploying daemon osd.5 on smithi142 2024-09-20T22:55:20.140 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:19 smithi142 bash[19948]: cluster 2024-09-20T22:55:18.787862+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:20.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:19 smithi083 bash[19864]: cephadm 2024-09-20T22:55:18.497825+0000 mgr.y (mgr.14152) 207 : cephadm [INF] Deploying daemon osd.5 on smithi142 2024-09-20T22:55:20.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:19 smithi083 bash[19864]: cluster 2024-09-20T22:55:18.787862+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:20.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:19 smithi083 bash[25244]: cephadm 2024-09-20T22:55:18.497825+0000 mgr.y (mgr.14152) 207 : cephadm [INF] Deploying daemon osd.5 on smithi142 2024-09-20T22:55:20.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:19 smithi083 bash[25244]: cluster 2024-09-20T22:55:18.787862+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:22.220 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:21 smithi083 bash[25244]: cluster 2024-09-20T22:55:20.788464+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:22.220 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:21 smithi083 bash[19864]: cluster 2024-09-20T22:55:20.788464+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:22.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:21 smithi142 bash[19948]: cluster 2024-09-20T22:55:20.788464+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:23.282 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:23 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:23.282 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:55:23 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:23.282 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:55:23 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:23.548 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:55:23 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:23.548 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:23 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:23.548 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:23 smithi142 bash[19948]: cluster 2024-09-20T22:55:22.789007+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:23.549 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:55:23 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:23.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:23 smithi083 bash[19864]: cluster 2024-09-20T22:55:22.789007+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:23.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:23 smithi083 bash[25244]: cluster 2024-09-20T22:55:22.789007+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:24.716 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:24 smithi142 bash[19948]: audit 2024-09-20T22:55:23.350476+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:55:24.716 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:24 smithi142 bash[19948]: audit 2024-09-20T22:55:23.355258+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:55:24.716 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:24 smithi142 bash[19948]: audit 2024-09-20T22:55:23.421663+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:24.716 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:24 smithi142 bash[19948]: audit 2024-09-20T22:55:23.452512+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:24.716 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:24 smithi142 bash[19948]: audit 2024-09-20T22:55:23.453793+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:24.716 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:24 smithi142 bash[19948]: audit 2024-09-20T22:55:23.454615+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:24.717 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:24 smithi142 bash[19948]: audit 2024-09-20T22:55:23.460955+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:24.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[25244]: audit 2024-09-20T22:55:23.350476+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:55:24.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[25244]: audit 2024-09-20T22:55:23.355258+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:55:24.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[25244]: audit 2024-09-20T22:55:23.421663+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:24.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[25244]: audit 2024-09-20T22:55:23.452512+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:24.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[25244]: audit 2024-09-20T22:55:23.453793+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[25244]: audit 2024-09-20T22:55:23.454615+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[25244]: audit 2024-09-20T22:55:23.460955+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:24.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[19864]: audit 2024-09-20T22:55:23.350476+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:55:24.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[19864]: audit 2024-09-20T22:55:23.355258+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:55:24.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[19864]: audit 2024-09-20T22:55:23.421663+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:24.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[19864]: audit 2024-09-20T22:55:23.452512+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:24.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[19864]: audit 2024-09-20T22:55:23.453793+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:24.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[19864]: audit 2024-09-20T22:55:23.454615+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:24.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[19864]: audit 2024-09-20T22:55:23.460955+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:25.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:55:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:55:25.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:55:24 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:55:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:55:26.120 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:25 smithi142 bash[19948]: cluster 2024-09-20T22:55:24.789605+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:26.120 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:25 smithi142 bash[19948]: audit 2024-09-20T22:55:24.873173+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.120 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:25 smithi142 bash[19948]: audit 2024-09-20T22:55:24.881241+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.120 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:25 smithi142 bash[19948]: audit 2024-09-20T22:55:24.882201+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:26.120 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:25 smithi142 bash[19948]: audit 2024-09-20T22:55:24.884225+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:26.121 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:25 smithi142 bash[19948]: audit 2024-09-20T22:55:24.885475+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:26.121 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:25 smithi142 bash[19948]: audit 2024-09-20T22:55:24.894758+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.121 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:25 smithi142 bash[19948]: audit 2024-09-20T22:55:24.933130+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.121 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:25 smithi142 bash[19948]: audit 2024-09-20T22:55:24.940538+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[19864]: cluster 2024-09-20T22:55:24.789605+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:26.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[19864]: audit 2024-09-20T22:55:24.873173+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[19864]: audit 2024-09-20T22:55:24.881241+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[19864]: audit 2024-09-20T22:55:24.882201+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:26.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[19864]: audit 2024-09-20T22:55:24.884225+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:26.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[19864]: audit 2024-09-20T22:55:24.885475+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:26.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[19864]: audit 2024-09-20T22:55:24.894758+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[19864]: audit 2024-09-20T22:55:24.933130+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[19864]: audit 2024-09-20T22:55:24.940538+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[25244]: cluster 2024-09-20T22:55:24.789605+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[25244]: audit 2024-09-20T22:55:24.873173+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[25244]: audit 2024-09-20T22:55:24.881241+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[25244]: audit 2024-09-20T22:55:24.882201+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[25244]: audit 2024-09-20T22:55:24.884225+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[25244]: audit 2024-09-20T22:55:24.885475+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[25244]: audit 2024-09-20T22:55:24.894758+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[25244]: audit 2024-09-20T22:55:24.933130+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:25 smithi083 bash[25244]: audit 2024-09-20T22:55:24.940538+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:28.029 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:27 smithi142 bash[19948]: cluster 2024-09-20T22:55:26.790169+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:28.029 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:27 smithi142 bash[19948]: audit 2024-09-20T22:55:27.732237+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:28.029 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:27 smithi142 bash[19948]: audit 2024-09-20T22:55:27.743112+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:28.029 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:27 smithi142 bash[19948]: audit 2024-09-20T22:55:27.774118+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:28.029 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:27 smithi142 bash[19948]: audit 2024-09-20T22:55:27.776863+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:28.030 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:27 smithi142 bash[19948]: audit 2024-09-20T22:55:27.778618+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:28.030 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:27 smithi142 bash[19948]: audit 2024-09-20T22:55:27.790776+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:28.076 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:55:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:55:28.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[19864]: cluster 2024-09-20T22:55:26.790169+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:28.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[19864]: audit 2024-09-20T22:55:27.732237+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:28.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[19864]: audit 2024-09-20T22:55:27.743112+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:28.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[19864]: audit 2024-09-20T22:55:27.774118+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:28.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[19864]: audit 2024-09-20T22:55:27.776863+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:28.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[19864]: audit 2024-09-20T22:55:27.778618+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:28.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[19864]: audit 2024-09-20T22:55:27.790776+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:28.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[25244]: cluster 2024-09-20T22:55:26.790169+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:28.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[25244]: audit 2024-09-20T22:55:27.732237+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:28.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[25244]: audit 2024-09-20T22:55:27.743112+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:28.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[25244]: audit 2024-09-20T22:55:27.774118+0000 mon.a (mon.0) 621 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:28.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[25244]: audit 2024-09-20T22:55:27.776863+0000 mon.a (mon.0) 622 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:28.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[25244]: audit 2024-09-20T22:55:27.778618+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:28.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:27 smithi083 bash[25244]: audit 2024-09-20T22:55:27.790776+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:29.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:28 smithi142 bash[19948]: cephadm 2024-09-20T22:55:27.734065+0000 mgr.y (mgr.14152) 213 : cephadm [INF] Detected new or changed devices on smithi142 2024-09-20T22:55:29.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:28 smithi083 bash[19864]: cephadm 2024-09-20T22:55:27.734065+0000 mgr.y (mgr.14152) 213 : cephadm [INF] Detected new or changed devices on smithi142 2024-09-20T22:55:29.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:28 smithi083 bash[25244]: cephadm 2024-09-20T22:55:27.734065+0000 mgr.y (mgr.14152) 213 : cephadm [INF] Detected new or changed devices on smithi142 2024-09-20T22:55:30.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:29 smithi142 bash[19948]: cluster 2024-09-20T22:55:28.790753+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:29 smithi083 bash[19864]: cluster 2024-09-20T22:55:28.790753+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:30.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:29 smithi083 bash[25244]: cluster 2024-09-20T22:55:28.790753+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:30.474 INFO:teuthology.orchestra.run.smithi142.stdout:Created osd(s) 5 on host 'smithi142' 2024-09-20T22:55:31.025 DEBUG:teuthology.orchestra.run.smithi142:osd.5> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.5.service 2024-09-20T22:55:31.028 INFO:tasks.cephadm:Deploying osd.6 on smithi142 with /dev/vg_nvme/lv_2... 2024-09-20T22:55:31.028 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_2 2024-09-20T22:55:31.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:31 smithi142 bash[19948]: audit 2024-09-20T22:55:30.471690+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:31.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:31 smithi142 bash[19948]: audit 2024-09-20T22:55:30.472608+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:31.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:31 smithi142 bash[19948]: audit 2024-09-20T22:55:30.477759+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:31.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:31 smithi142 bash[19948]: audit 2024-09-20T22:55:30.479633+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:31.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:31 smithi142 bash[19948]: audit 2024-09-20T22:55:30.484273+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:55:31.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:31 smithi142 bash[19948]: audit 2024-09-20T22:55:30.486135+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:55:31.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:31 smithi142 bash[19948]: cephadm 2024-09-20T22:55:30.487702+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 8120M 2024-09-20T22:55:31.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:31 smithi142 bash[19948]: audit 2024-09-20T22:55:30.496586+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:31.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:31 smithi142 bash[19948]: audit 2024-09-20T22:55:30.505326+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:31.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:31 smithi142 bash[19948]: cluster 2024-09-20T22:55:30.791244+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:31.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:31 smithi142 bash[19948]: audit 2024-09-20T22:55:31.100493+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.142:6808/2483597761,v1:172.21.15.142:6809/2483597761]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-20T22:55:31.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:31 smithi142 bash[19948]: audit 2024-09-20T22:55:31.101421+0000 mon.a (mon.0) 633 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-20T22:55:31.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[19864]: audit 2024-09-20T22:55:30.471690+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:31.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[19864]: audit 2024-09-20T22:55:30.472608+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:31.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[19864]: audit 2024-09-20T22:55:30.477759+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:31.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[19864]: audit 2024-09-20T22:55:30.479633+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:31.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[19864]: audit 2024-09-20T22:55:30.484273+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:55:31.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[19864]: audit 2024-09-20T22:55:30.486135+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:55:31.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[19864]: cephadm 2024-09-20T22:55:30.487702+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 8120M 2024-09-20T22:55:31.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[19864]: audit 2024-09-20T22:55:30.496586+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:31.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[19864]: audit 2024-09-20T22:55:30.505326+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:31.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[19864]: cluster 2024-09-20T22:55:30.791244+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:31.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[19864]: audit 2024-09-20T22:55:31.100493+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.142:6808/2483597761,v1:172.21.15.142:6809/2483597761]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-20T22:55:31.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[19864]: audit 2024-09-20T22:55:31.101421+0000 mon.a (mon.0) 633 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-20T22:55:31.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[25244]: audit 2024-09-20T22:55:30.471690+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:31.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[25244]: audit 2024-09-20T22:55:30.472608+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:55:31.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[25244]: audit 2024-09-20T22:55:30.477759+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:31.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[25244]: audit 2024-09-20T22:55:30.479633+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:55:31.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[25244]: audit 2024-09-20T22:55:30.484273+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:55:31.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[25244]: audit 2024-09-20T22:55:30.486135+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:55:31.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[25244]: cephadm 2024-09-20T22:55:30.487702+0000 mgr.y (mgr.14152) 215 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 8120M 2024-09-20T22:55:31.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[25244]: audit 2024-09-20T22:55:30.496586+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:31.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[25244]: audit 2024-09-20T22:55:30.505326+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:31.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[25244]: cluster 2024-09-20T22:55:30.791244+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:31.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[25244]: audit 2024-09-20T22:55:31.100493+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.142:6808/2483597761,v1:172.21.15.142:6809/2483597761]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-20T22:55:31.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:31 smithi083 bash[25244]: audit 2024-09-20T22:55:31.101421+0000 mon.a (mon.0) 633 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-20T22:55:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:32 smithi142 bash[19948]: audit 2024-09-20T22:55:31.521814+0000 mon.a (mon.0) 634 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-20T22:55:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:32 smithi142 bash[19948]: cluster 2024-09-20T22:55:31.522022+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-09-20T22:55:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:32 smithi142 bash[19948]: audit 2024-09-20T22:55:31.522260+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:32 smithi142 bash[19948]: audit 2024-09-20T22:55:31.523082+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.142:6808/2483597761,v1:172.21.15.142:6809/2483597761]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:55:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:32 smithi142 bash[19948]: audit 2024-09-20T22:55:31.524178+0000 mon.a (mon.0) 637 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:55:32.824 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:55:32 smithi142 bash[29036]: debug 2024-09-20T22:55:32.531+0000 7f1857299700 -1 osd.5 0 waiting for initial osdmap 2024-09-20T22:55:32.825 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:55:32 smithi142 bash[29036]: debug 2024-09-20T22:55:32.543+0000 7f184fc2c700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T22:55:32.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:32 smithi083 bash[19864]: audit 2024-09-20T22:55:31.521814+0000 mon.a (mon.0) 634 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-20T22:55:32.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:32 smithi083 bash[19864]: cluster 2024-09-20T22:55:31.522022+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-09-20T22:55:32.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:32 smithi083 bash[19864]: audit 2024-09-20T22:55:31.522260+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:32.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:32 smithi083 bash[19864]: audit 2024-09-20T22:55:31.523082+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.142:6808/2483597761,v1:172.21.15.142:6809/2483597761]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:55:32.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:32 smithi083 bash[19864]: audit 2024-09-20T22:55:31.524178+0000 mon.a (mon.0) 637 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:55:32.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:32 smithi083 bash[25244]: audit 2024-09-20T22:55:31.521814+0000 mon.a (mon.0) 634 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-20T22:55:32.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:32 smithi083 bash[25244]: cluster 2024-09-20T22:55:31.522022+0000 mon.a (mon.0) 635 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2024-09-20T22:55:32.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:32 smithi083 bash[25244]: audit 2024-09-20T22:55:31.522260+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:32.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:32 smithi083 bash[25244]: audit 2024-09-20T22:55:31.523082+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.142:6808/2483597761,v1:172.21.15.142:6809/2483597761]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:55:32.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:32 smithi083 bash[25244]: audit 2024-09-20T22:55:31.524178+0000 mon.a (mon.0) 637 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:55:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:33 smithi142 bash[19948]: audit 2024-09-20T22:55:32.523915+0000 mon.a (mon.0) 638 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-09-20T22:55:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:33 smithi142 bash[19948]: cluster 2024-09-20T22:55:32.524160+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-09-20T22:55:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:33 smithi142 bash[19948]: audit 2024-09-20T22:55:32.525011+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:33 smithi142 bash[19948]: audit 2024-09-20T22:55:32.535507+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:33 smithi142 bash[19948]: cluster 2024-09-20T22:55:32.791734+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:33 smithi083 bash[19864]: audit 2024-09-20T22:55:32.523915+0000 mon.a (mon.0) 638 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-09-20T22:55:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:33 smithi083 bash[19864]: cluster 2024-09-20T22:55:32.524160+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-09-20T22:55:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:33 smithi083 bash[19864]: audit 2024-09-20T22:55:32.525011+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:33 smithi083 bash[19864]: audit 2024-09-20T22:55:32.535507+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:33 smithi083 bash[19864]: cluster 2024-09-20T22:55:32.791734+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:33.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:33 smithi083 bash[25244]: audit 2024-09-20T22:55:32.523915+0000 mon.a (mon.0) 638 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-09-20T22:55:33.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:33 smithi083 bash[25244]: cluster 2024-09-20T22:55:32.524160+0000 mon.a (mon.0) 639 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2024-09-20T22:55:33.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:33 smithi083 bash[25244]: audit 2024-09-20T22:55:32.525011+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:33.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:33 smithi083 bash[25244]: audit 2024-09-20T22:55:32.535507+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:33.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:33 smithi083 bash[25244]: cluster 2024-09-20T22:55:32.791734+0000 mgr.y (mgr.14152) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2024-09-20T22:55:34.794 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-09-20T22:55:34.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:34 smithi142 bash[19948]: cluster 2024-09-20T22:55:32.094629+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:55:34.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:34 smithi142 bash[19948]: cluster 2024-09-20T22:55:32.094832+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:55:34.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:34 smithi142 bash[19948]: cluster 2024-09-20T22:55:33.527166+0000 mon.a (mon.0) 642 : cluster [INF] osd.5 [v2:172.21.15.142:6808/2483597761,v1:172.21.15.142:6809/2483597761] boot 2024-09-20T22:55:34.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:34 smithi142 bash[19948]: cluster 2024-09-20T22:55:33.527275+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-20T22:55:34.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:34 smithi142 bash[19948]: audit 2024-09-20T22:55:33.528198+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:34.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:34 smithi142 bash[19948]: cluster 2024-09-20T22:55:34.526640+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-20T22:55:34.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:34 smithi083 bash[19864]: cluster 2024-09-20T22:55:32.094629+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:55:34.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:34 smithi083 bash[19864]: cluster 2024-09-20T22:55:32.094832+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:55:34.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:34 smithi083 bash[19864]: cluster 2024-09-20T22:55:33.527166+0000 mon.a (mon.0) 642 : cluster [INF] osd.5 [v2:172.21.15.142:6808/2483597761,v1:172.21.15.142:6809/2483597761] boot 2024-09-20T22:55:34.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:34 smithi083 bash[19864]: cluster 2024-09-20T22:55:33.527275+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-20T22:55:34.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:34 smithi083 bash[19864]: audit 2024-09-20T22:55:33.528198+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:34.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:34 smithi083 bash[19864]: cluster 2024-09-20T22:55:34.526640+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-20T22:55:34.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:34 smithi083 bash[25244]: cluster 2024-09-20T22:55:32.094629+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:55:34.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:34 smithi083 bash[25244]: cluster 2024-09-20T22:55:32.094832+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:55:34.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:34 smithi083 bash[25244]: cluster 2024-09-20T22:55:33.527166+0000 mon.a (mon.0) 642 : cluster [INF] osd.5 [v2:172.21.15.142:6808/2483597761,v1:172.21.15.142:6809/2483597761] boot 2024-09-20T22:55:34.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:34 smithi083 bash[25244]: cluster 2024-09-20T22:55:33.527275+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-20T22:55:34.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:34 smithi083 bash[25244]: audit 2024-09-20T22:55:33.528198+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:55:34.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:34 smithi083 bash[25244]: cluster 2024-09-20T22:55:34.526640+0000 mon.a (mon.0) 645 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-20T22:55:34.831 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi142:vg_nvme/lv_2 2024-09-20T22:55:35.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:35 smithi142 bash[19948]: cluster 2024-09-20T22:55:34.792294+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:35.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:35 smithi142 bash[19948]: cluster 2024-09-20T22:55:35.530351+0000 mon.a (mon.0) 646 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-20T22:55:35.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:35 smithi083 bash[19864]: cluster 2024-09-20T22:55:34.792294+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:35.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:35 smithi083 bash[19864]: cluster 2024-09-20T22:55:35.530351+0000 mon.a (mon.0) 646 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-20T22:55:35.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:35 smithi083 bash[25244]: cluster 2024-09-20T22:55:34.792294+0000 mgr.y (mgr.14152) 218 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:35.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:35 smithi083 bash[25244]: cluster 2024-09-20T22:55:35.530351+0000 mon.a (mon.0) 646 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-20T22:55:37.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:37 smithi142 bash[19948]: cluster 2024-09-20T22:55:36.554109+0000 mon.a (mon.0) 647 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-20T22:55:37.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:37 smithi142 bash[19948]: cluster 2024-09-20T22:55:36.792812+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:37.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:37 smithi083 bash[19864]: cluster 2024-09-20T22:55:36.554109+0000 mon.a (mon.0) 647 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-20T22:55:37.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:37 smithi083 bash[19864]: cluster 2024-09-20T22:55:36.792812+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:37.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:37 smithi083 bash[25244]: cluster 2024-09-20T22:55:36.554109+0000 mon.a (mon.0) 647 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-20T22:55:37.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:37 smithi083 bash[25244]: cluster 2024-09-20T22:55:36.792812+0000 mgr.y (mgr.14152) 219 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:38.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:38 smithi142 bash[19948]: cluster 2024-09-20T22:55:37.555701+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-20T22:55:38.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:38 smithi142 bash[19948]: audit 2024-09-20T22:55:37.681814+0000 mgr.y (mgr.14152) 220 : audit [DBG] from='client.24224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:55:38.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:38 smithi142 bash[19948]: audit 2024-09-20T22:55:37.688668+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:55:38.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:38 smithi142 bash[19948]: audit 2024-09-20T22:55:37.694988+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:55:38.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:38 smithi142 bash[19948]: audit 2024-09-20T22:55:37.696765+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:38 smithi083 bash[19864]: cluster 2024-09-20T22:55:37.555701+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-20T22:55:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:38 smithi083 bash[19864]: audit 2024-09-20T22:55:37.681814+0000 mgr.y (mgr.14152) 220 : audit [DBG] from='client.24224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:55:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:38 smithi083 bash[19864]: audit 2024-09-20T22:55:37.688668+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:55:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:38 smithi083 bash[19864]: audit 2024-09-20T22:55:37.694988+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:55:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:38 smithi083 bash[19864]: audit 2024-09-20T22:55:37.696765+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:38.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:38 smithi083 bash[25244]: cluster 2024-09-20T22:55:37.555701+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-20T22:55:38.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:38 smithi083 bash[25244]: audit 2024-09-20T22:55:37.681814+0000 mgr.y (mgr.14152) 220 : audit [DBG] from='client.24224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:55:38.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:38 smithi083 bash[25244]: audit 2024-09-20T22:55:37.688668+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:55:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:38 smithi083 bash[25244]: audit 2024-09-20T22:55:37.694988+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:55:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:38 smithi083 bash[25244]: audit 2024-09-20T22:55:37.696765+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:39.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:39 smithi142 bash[19948]: cluster 2024-09-20T22:55:38.793421+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:39.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:39 smithi083 bash[19864]: cluster 2024-09-20T22:55:38.793421+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:39.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:39 smithi083 bash[25244]: cluster 2024-09-20T22:55:38.793421+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:42.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:41 smithi083 bash[19864]: cluster 2024-09-20T22:55:40.793981+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:42.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:41 smithi083 bash[25244]: cluster 2024-09-20T22:55:40.793981+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:42.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:41 smithi142 bash[19948]: cluster 2024-09-20T22:55:40.793981+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:43.739 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:43 smithi142 bash[19948]: cluster 2024-09-20T22:55:42.794536+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:43.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:43 smithi083 bash[19864]: cluster 2024-09-20T22:55:42.794536+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:43.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:43 smithi083 bash[25244]: cluster 2024-09-20T22:55:42.794536+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:45.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:55:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:55:46.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:45 smithi142 bash[19948]: cluster 2024-09-20T22:55:44.795132+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:46.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:45 smithi142 bash[19948]: audit 2024-09-20T22:55:44.863642+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.142:0/3290595823' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5798660-22a5-4808-ab34-f484c725ecb0"}]: dispatch 2024-09-20T22:55:46.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:45 smithi142 bash[19948]: audit 2024-09-20T22:55:44.864757+0000 mon.a (mon.0) 652 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5798660-22a5-4808-ab34-f484c725ecb0"}]: dispatch 2024-09-20T22:55:46.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:45 smithi142 bash[19948]: audit 2024-09-20T22:55:44.873450+0000 mon.a (mon.0) 653 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5798660-22a5-4808-ab34-f484c725ecb0"}]': finished 2024-09-20T22:55:46.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:45 smithi142 bash[19948]: cluster 2024-09-20T22:55:44.873564+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-09-20T22:55:46.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:45 smithi142 bash[19948]: audit 2024-09-20T22:55:44.873872+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:55:46.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:45 smithi142 bash[19948]: audit 2024-09-20T22:55:45.101459+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:46.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:45 smithi142 bash[19948]: audit 2024-09-20T22:55:45.109790+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:46.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:45 smithi142 bash[19948]: audit 2024-09-20T22:55:45.536150+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.142:0/94965927' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:55:46.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[25244]: cluster 2024-09-20T22:55:44.795132+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:46.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[25244]: audit 2024-09-20T22:55:44.863642+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.142:0/3290595823' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5798660-22a5-4808-ab34-f484c725ecb0"}]: dispatch 2024-09-20T22:55:46.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[25244]: audit 2024-09-20T22:55:44.864757+0000 mon.a (mon.0) 652 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5798660-22a5-4808-ab34-f484c725ecb0"}]: dispatch 2024-09-20T22:55:46.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[25244]: audit 2024-09-20T22:55:44.873450+0000 mon.a (mon.0) 653 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5798660-22a5-4808-ab34-f484c725ecb0"}]': finished 2024-09-20T22:55:46.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[25244]: cluster 2024-09-20T22:55:44.873564+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-09-20T22:55:46.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[25244]: audit 2024-09-20T22:55:44.873872+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:55:46.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[25244]: audit 2024-09-20T22:55:45.101459+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:46.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[25244]: audit 2024-09-20T22:55:45.109790+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:46.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[25244]: audit 2024-09-20T22:55:45.536150+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.142:0/94965927' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:55:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[19864]: cluster 2024-09-20T22:55:44.795132+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[19864]: audit 2024-09-20T22:55:44.863642+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.142:0/3290595823' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5798660-22a5-4808-ab34-f484c725ecb0"}]: dispatch 2024-09-20T22:55:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[19864]: audit 2024-09-20T22:55:44.864757+0000 mon.a (mon.0) 652 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5798660-22a5-4808-ab34-f484c725ecb0"}]: dispatch 2024-09-20T22:55:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[19864]: audit 2024-09-20T22:55:44.873450+0000 mon.a (mon.0) 653 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5798660-22a5-4808-ab34-f484c725ecb0"}]': finished 2024-09-20T22:55:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[19864]: cluster 2024-09-20T22:55:44.873564+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2024-09-20T22:55:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[19864]: audit 2024-09-20T22:55:44.873872+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:55:46.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[19864]: audit 2024-09-20T22:55:45.101459+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:46.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[19864]: audit 2024-09-20T22:55:45.109790+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:46.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:45 smithi083 bash[19864]: audit 2024-09-20T22:55:45.536150+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.142:0/94965927' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:55:46.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:55:46 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:55:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:55:47.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:47 smithi142 bash[19948]: audit 2024-09-20T22:55:46.338473+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:47.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:47 smithi142 bash[19948]: audit 2024-09-20T22:55:46.347079+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:47.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:47 smithi142 bash[19948]: cluster 2024-09-20T22:55:46.795678+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:47.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:47 smithi083 bash[19864]: audit 2024-09-20T22:55:46.338473+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:47.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:47 smithi083 bash[19864]: audit 2024-09-20T22:55:46.347079+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:47.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:47 smithi083 bash[19864]: cluster 2024-09-20T22:55:46.795678+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:47.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:47 smithi083 bash[25244]: audit 2024-09-20T22:55:46.338473+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:47.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:47 smithi083 bash[25244]: audit 2024-09-20T22:55:46.347079+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:55:47.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:47 smithi083 bash[25244]: cluster 2024-09-20T22:55:46.795678+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:50.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:49 smithi142 bash[19948]: cluster 2024-09-20T22:55:48.796250+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:50.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:49 smithi083 bash[19864]: cluster 2024-09-20T22:55:48.796250+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:50.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:49 smithi083 bash[25244]: cluster 2024-09-20T22:55:48.796250+0000 mgr.y (mgr.14152) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:52.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:51 smithi142 bash[19948]: cluster 2024-09-20T22:55:50.796785+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:52.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:51 smithi083 bash[19864]: cluster 2024-09-20T22:55:50.796785+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:52.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:51 smithi083 bash[25244]: cluster 2024-09-20T22:55:50.796785+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:53 smithi142 bash[19948]: cluster 2024-09-20T22:55:52.797308+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:53.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:53 smithi083 bash[19864]: cluster 2024-09-20T22:55:52.797308+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:53.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:53 smithi083 bash[25244]: cluster 2024-09-20T22:55:52.797308+0000 mgr.y (mgr.14152) 228 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:55.962 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:55 smithi142 bash[19948]: cluster 2024-09-20T22:55:54.797898+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:55.962 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:55 smithi142 bash[19948]: audit 2024-09-20T22:55:55.653119+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-20T22:55:55.962 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:55 smithi142 bash[19948]: audit 2024-09-20T22:55:55.654971+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:56.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:55 smithi083 bash[19864]: cluster 2024-09-20T22:55:54.797898+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:56.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:55 smithi083 bash[19864]: audit 2024-09-20T22:55:55.653119+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-20T22:55:56.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:55 smithi083 bash[19864]: audit 2024-09-20T22:55:55.654971+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:56.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:55 smithi083 bash[25244]: cluster 2024-09-20T22:55:54.797898+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:56.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:55 smithi083 bash[25244]: audit 2024-09-20T22:55:55.653119+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-20T22:55:56.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:55 smithi083 bash[25244]: audit 2024-09-20T22:55:55.654971+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:55:57.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:56 smithi142 bash[19948]: cephadm 2024-09-20T22:55:55.656500+0000 mgr.y (mgr.14152) 230 : cephadm [INF] Deploying daemon osd.6 on smithi142 2024-09-20T22:55:57.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:56 smithi083 bash[19864]: cephadm 2024-09-20T22:55:55.656500+0000 mgr.y (mgr.14152) 230 : cephadm [INF] Deploying daemon osd.6 on smithi142 2024-09-20T22:55:57.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:56 smithi083 bash[25244]: cephadm 2024-09-20T22:55:55.656500+0000 mgr.y (mgr.14152) 230 : cephadm [INF] Deploying daemon osd.6 on smithi142 2024-09-20T22:55:58.252 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:57 smithi142 bash[19948]: cluster 2024-09-20T22:55:56.798561+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:58.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:57 smithi083 bash[19864]: cluster 2024-09-20T22:55:56.798561+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:58.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:57 smithi083 bash[25244]: cluster 2024-09-20T22:55:56.798561+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:55:59.369 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:59 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:59.370 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:55:59 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:59.370 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:55:59 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:59.370 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:55:59 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:59.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:59 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:59.637 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:55:59 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:59.637 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:55:59 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:55:59.637 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:55:59 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:56:00.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:59 smithi142 bash[19948]: cluster 2024-09-20T22:55:58.799244+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:00.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:59 smithi142 bash[19948]: audit 2024-09-20T22:55:59.626743+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:00.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:59 smithi142 bash[19948]: audit 2024-09-20T22:55:59.652842+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:00.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:59 smithi142 bash[19948]: audit 2024-09-20T22:55:59.654347+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:00.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:59 smithi142 bash[19948]: audit 2024-09-20T22:55:59.655139+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:00.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:55:59 smithi142 bash[19948]: audit 2024-09-20T22:55:59.661900+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:00.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:59 smithi083 bash[19864]: cluster 2024-09-20T22:55:58.799244+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:00.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:59 smithi083 bash[19864]: audit 2024-09-20T22:55:59.626743+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:00.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:59 smithi083 bash[19864]: audit 2024-09-20T22:55:59.652842+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:00.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:59 smithi083 bash[19864]: audit 2024-09-20T22:55:59.654347+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:00.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:59 smithi083 bash[19864]: audit 2024-09-20T22:55:59.655139+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:00.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:55:59 smithi083 bash[19864]: audit 2024-09-20T22:55:59.661900+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:00.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:59 smithi083 bash[25244]: cluster 2024-09-20T22:55:58.799244+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:00.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:59 smithi083 bash[25244]: audit 2024-09-20T22:55:59.626743+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:00.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:59 smithi083 bash[25244]: audit 2024-09-20T22:55:59.652842+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:00.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:59 smithi083 bash[25244]: audit 2024-09-20T22:55:59.654347+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:00.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:59 smithi083 bash[25244]: audit 2024-09-20T22:55:59.655139+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:00.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:55:59 smithi083 bash[25244]: audit 2024-09-20T22:55:59.661900+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:02.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:01 smithi142 bash[19948]: cluster 2024-09-20T22:56:00.799696+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:02.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:01 smithi083 bash[19864]: cluster 2024-09-20T22:56:00.799696+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:02.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:01 smithi083 bash[25244]: cluster 2024-09-20T22:56:00.799696+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:03.413 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:03 smithi142 bash[19948]: cluster 2024-09-20T22:56:02.800048+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:03.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:03 smithi083 bash[19864]: cluster 2024-09-20T22:56:02.800048+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:03.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:03 smithi083 bash[25244]: cluster 2024-09-20T22:56:02.800048+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:05.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:56:05 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:56:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:56:06.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:06 smithi142 bash[19948]: cluster 2024-09-20T22:56:04.800588+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:06.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:06 smithi142 bash[19948]: audit 2024-09-20T22:56:05.283563+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:06.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:06 smithi142 bash[19948]: audit 2024-09-20T22:56:05.293475+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:06.576 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:56:06 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:56:06] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:56:06.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:06 smithi083 bash[19864]: cluster 2024-09-20T22:56:04.800588+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:06.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:06 smithi083 bash[19864]: audit 2024-09-20T22:56:05.283563+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:06.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:06 smithi083 bash[19864]: audit 2024-09-20T22:56:05.293475+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:06.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:06 smithi083 bash[25244]: cluster 2024-09-20T22:56:04.800588+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:06.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:06 smithi083 bash[25244]: audit 2024-09-20T22:56:05.283563+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:06.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:06 smithi083 bash[25244]: audit 2024-09-20T22:56:05.293475+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:07.326 INFO:teuthology.orchestra.run.smithi142.stdout:Created osd(s) 6 on host 'smithi142' 2024-09-20T22:56:07.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:07 smithi142 bash[19948]: audit 2024-09-20T22:56:06.313048+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:07.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:07 smithi142 bash[19948]: cephadm 2024-09-20T22:56:06.314827+0000 mgr.y (mgr.14152) 236 : cephadm [INF] Detected new or changed devices on smithi142 2024-09-20T22:56:07.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:07 smithi142 bash[19948]: audit 2024-09-20T22:56:06.321985+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:07.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:07 smithi142 bash[19948]: cluster 2024-09-20T22:56:06.801109+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:07.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:07 smithi142 bash[19948]: audit 2024-09-20T22:56:06.834437+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.142:6816/871388454,v1:172.21.15.142:6817/871388454]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-20T22:56:07.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:07 smithi142 bash[19948]: audit 2024-09-20T22:56:06.835593+0000 mon.a (mon.0) 671 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-20T22:56:07.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:07 smithi083 bash[25244]: audit 2024-09-20T22:56:06.313048+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:07.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:07 smithi083 bash[25244]: cephadm 2024-09-20T22:56:06.314827+0000 mgr.y (mgr.14152) 236 : cephadm [INF] Detected new or changed devices on smithi142 2024-09-20T22:56:07.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:07 smithi083 bash[25244]: audit 2024-09-20T22:56:06.321985+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:07.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:07 smithi083 bash[25244]: cluster 2024-09-20T22:56:06.801109+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:07.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:07 smithi083 bash[25244]: audit 2024-09-20T22:56:06.834437+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.142:6816/871388454,v1:172.21.15.142:6817/871388454]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-20T22:56:07.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:07 smithi083 bash[25244]: audit 2024-09-20T22:56:06.835593+0000 mon.a (mon.0) 671 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-20T22:56:07.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:07 smithi083 bash[19864]: audit 2024-09-20T22:56:06.313048+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:07.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:07 smithi083 bash[19864]: cephadm 2024-09-20T22:56:06.314827+0000 mgr.y (mgr.14152) 236 : cephadm [INF] Detected new or changed devices on smithi142 2024-09-20T22:56:07.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:07 smithi083 bash[19864]: audit 2024-09-20T22:56:06.321985+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:07.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:07 smithi083 bash[19864]: cluster 2024-09-20T22:56:06.801109+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:07.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:07 smithi083 bash[19864]: audit 2024-09-20T22:56:06.834437+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.142:6816/871388454,v1:172.21.15.142:6817/871388454]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-20T22:56:07.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:07 smithi083 bash[19864]: audit 2024-09-20T22:56:06.835593+0000 mon.a (mon.0) 671 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-20T22:56:08.307 DEBUG:teuthology.orchestra.run.smithi142:osd.6> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.6.service 2024-09-20T22:56:08.309 INFO:tasks.cephadm:Deploying osd.7 on smithi142 with /dev/vg_nvme/lv_1... 2024-09-20T22:56:08.310 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- lvm zap /dev/vg_nvme/lv_1 2024-09-20T22:56:08.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.323545+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:08.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.331318+0000 mon.a (mon.0) 673 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-20T22:56:08.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: cluster 2024-09-20T22:56:07.331552+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-09-20T22:56:08.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.331850+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:56:08.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.331989+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.142:6816/871388454,v1:172.21.15.142:6817/871388454]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:56:08.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.332975+0000 mon.a (mon.0) 676 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:56:08.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.348248+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:08.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.351109+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:08.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.352916+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:08.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.357405+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:56:08.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.359265+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:56:08.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.366661+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:56:08.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: cephadm 2024-09-20T22:56:07.368069+0000 mgr.y (mgr.14152) 238 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 5413M 2024-09-20T22:56:08.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.377391+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:08.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:08 smithi142 bash[19948]: audit 2024-09-20T22:56:07.386472+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:08.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.323545+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:08.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.331318+0000 mon.a (mon.0) 673 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-20T22:56:08.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: cluster 2024-09-20T22:56:07.331552+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-09-20T22:56:08.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.331850+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:56:08.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.331989+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.142:6816/871388454,v1:172.21.15.142:6817/871388454]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:56:08.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.332975+0000 mon.a (mon.0) 676 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:56:08.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.348248+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:08.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.351109+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:08.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.352916+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:08.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.357405+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:56:08.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.359265+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:56:08.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.366661+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:56:08.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: cephadm 2024-09-20T22:56:07.368069+0000 mgr.y (mgr.14152) 238 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 5413M 2024-09-20T22:56:08.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.377391+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:08.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[19864]: audit 2024-09-20T22:56:07.386472+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:08.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.323545+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:08.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.331318+0000 mon.a (mon.0) 673 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-20T22:56:08.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: cluster 2024-09-20T22:56:07.331552+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2024-09-20T22:56:08.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.331850+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:56:08.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.331989+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.142:6816/871388454,v1:172.21.15.142:6817/871388454]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:56:08.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.332975+0000 mon.a (mon.0) 676 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:56:08.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.348248+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:08.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.351109+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:08.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.352916+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:08.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.357405+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:56:08.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.359265+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:56:08.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.366661+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:56:08.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: cephadm 2024-09-20T22:56:07.368069+0000 mgr.y (mgr.14152) 238 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 5413M 2024-09-20T22:56:08.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.377391+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:08.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:08 smithi083 bash[25244]: audit 2024-09-20T22:56:07.386472+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:09 smithi142 bash[19948]: audit 2024-09-20T22:56:08.338704+0000 mon.a (mon.0) 685 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-09-20T22:56:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:09 smithi142 bash[19948]: cluster 2024-09-20T22:56:08.338886+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-09-20T22:56:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:09 smithi142 bash[19948]: audit 2024-09-20T22:56:08.339210+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:56:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:09 smithi142 bash[19948]: audit 2024-09-20T22:56:08.344335+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:56:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:09 smithi142 bash[19948]: cluster 2024-09-20T22:56:08.801659+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:09.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:09 smithi083 bash[19864]: audit 2024-09-20T22:56:08.338704+0000 mon.a (mon.0) 685 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-09-20T22:56:09.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:09 smithi083 bash[19864]: cluster 2024-09-20T22:56:08.338886+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-09-20T22:56:09.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:09 smithi083 bash[19864]: audit 2024-09-20T22:56:08.339210+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:56:09.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:09 smithi083 bash[19864]: audit 2024-09-20T22:56:08.344335+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:56:09.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:09 smithi083 bash[19864]: cluster 2024-09-20T22:56:08.801659+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:09.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:09 smithi083 bash[25244]: audit 2024-09-20T22:56:08.338704+0000 mon.a (mon.0) 685 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-09-20T22:56:09.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:09 smithi083 bash[25244]: cluster 2024-09-20T22:56:08.338886+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2024-09-20T22:56:09.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:09 smithi083 bash[25244]: audit 2024-09-20T22:56:08.339210+0000 mon.a (mon.0) 687 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:56:09.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:09 smithi083 bash[25244]: audit 2024-09-20T22:56:08.344335+0000 mon.a (mon.0) 688 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:56:09.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:09 smithi083 bash[25244]: cluster 2024-09-20T22:56:08.801659+0000 mgr.y (mgr.14152) 239 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2024-09-20T22:56:10.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:10 smithi142 bash[19948]: cluster 2024-09-20T22:56:07.843999+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:56:10.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:10 smithi142 bash[19948]: cluster 2024-09-20T22:56:07.844173+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:56:10.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:10 smithi142 bash[19948]: cluster 2024-09-20T22:56:09.350774+0000 mon.a (mon.0) 689 : cluster [INF] osd.6 [v2:172.21.15.142:6816/871388454,v1:172.21.15.142:6817/871388454] boot 2024-09-20T22:56:10.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:10 smithi142 bash[19948]: cluster 2024-09-20T22:56:09.350900+0000 mon.a (mon.0) 690 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-09-20T22:56:10.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:10 smithi142 bash[19948]: audit 2024-09-20T22:56:09.351382+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:56:10.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:10 smithi083 bash[19864]: cluster 2024-09-20T22:56:07.843999+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:56:10.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:10 smithi083 bash[19864]: cluster 2024-09-20T22:56:07.844173+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:56:10.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:10 smithi083 bash[19864]: cluster 2024-09-20T22:56:09.350774+0000 mon.a (mon.0) 689 : cluster [INF] osd.6 [v2:172.21.15.142:6816/871388454,v1:172.21.15.142:6817/871388454] boot 2024-09-20T22:56:10.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:10 smithi083 bash[19864]: cluster 2024-09-20T22:56:09.350900+0000 mon.a (mon.0) 690 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-09-20T22:56:10.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:10 smithi083 bash[19864]: audit 2024-09-20T22:56:09.351382+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:56:10.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:10 smithi083 bash[25244]: cluster 2024-09-20T22:56:07.843999+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:56:10.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:10 smithi083 bash[25244]: cluster 2024-09-20T22:56:07.844173+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:56:10.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:10 smithi083 bash[25244]: cluster 2024-09-20T22:56:09.350774+0000 mon.a (mon.0) 689 : cluster [INF] osd.6 [v2:172.21.15.142:6816/871388454,v1:172.21.15.142:6817/871388454] boot 2024-09-20T22:56:10.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:10 smithi083 bash[25244]: cluster 2024-09-20T22:56:09.350900+0000 mon.a (mon.0) 690 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-09-20T22:56:10.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:10 smithi083 bash[25244]: audit 2024-09-20T22:56:09.351382+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:56:11.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:11 smithi142 bash[19948]: cluster 2024-09-20T22:56:10.349937+0000 mon.a (mon.0) 692 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-09-20T22:56:11.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:11 smithi142 bash[19948]: cluster 2024-09-20T22:56:10.802234+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:11.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:11 smithi083 bash[19864]: cluster 2024-09-20T22:56:10.349937+0000 mon.a (mon.0) 692 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-09-20T22:56:11.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:11 smithi083 bash[19864]: cluster 2024-09-20T22:56:10.802234+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:11.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:11 smithi083 bash[25244]: cluster 2024-09-20T22:56:10.349937+0000 mon.a (mon.0) 692 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-09-20T22:56:11.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:11 smithi083 bash[25244]: cluster 2024-09-20T22:56:10.802234+0000 mgr.y (mgr.14152) 240 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:12.624 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:12 smithi142 bash[19948]: cluster 2024-09-20T22:56:11.370787+0000 mon.a (mon.0) 693 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-09-20T22:56:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:12 smithi083 bash[19864]: cluster 2024-09-20T22:56:11.370787+0000 mon.a (mon.0) 693 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-09-20T22:56:12.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:12 smithi083 bash[25244]: cluster 2024-09-20T22:56:11.370787+0000 mon.a (mon.0) 693 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-09-20T22:56:13.240 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-09-20T22:56:13.278 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch daemon add osd smithi142:vg_nvme/lv_1 2024-09-20T22:56:13.527 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:13 smithi142 bash[19948]: cluster 2024-09-20T22:56:12.369146+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-09-20T22:56:13.527 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:13 smithi142 bash[19948]: cluster 2024-09-20T22:56:12.802809+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v220: 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-09-20T22:56:13.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:13 smithi083 bash[19864]: cluster 2024-09-20T22:56:12.369146+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-09-20T22:56:13.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:13 smithi083 bash[19864]: cluster 2024-09-20T22:56:12.802809+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v220: 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-09-20T22:56:13.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:13 smithi083 bash[25244]: cluster 2024-09-20T22:56:12.369146+0000 mon.a (mon.0) 694 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2024-09-20T22:56:13.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:13 smithi083 bash[25244]: cluster 2024-09-20T22:56:12.802809+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v220: 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-09-20T22:56:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:14 smithi142 bash[19948]: cluster 2024-09-20T22:56:13.388979+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-09-20T22:56:14.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:14 smithi083 bash[19864]: cluster 2024-09-20T22:56:13.388979+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-09-20T22:56:14.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:14 smithi083 bash[25244]: cluster 2024-09-20T22:56:13.388979+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2024-09-20T22:56:15.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:15 smithi142 bash[19948]: cluster 2024-09-20T22:56:14.803405+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v222: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 116 KiB/s, 0 objects/s recovering 2024-09-20T22:56:15.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:15 smithi083 bash[19864]: cluster 2024-09-20T22:56:14.803405+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v222: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 116 KiB/s, 0 objects/s recovering 2024-09-20T22:56:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:15 smithi083 bash[25244]: cluster 2024-09-20T22:56:14.803405+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v222: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 116 KiB/s, 0 objects/s recovering 2024-09-20T22:56:16.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:16 smithi142 bash[19948]: audit 2024-09-20T22:56:16.324112+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:56:16.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:16 smithi142 bash[19948]: audit 2024-09-20T22:56:16.330677+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:56:16.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:16 smithi142 bash[19948]: audit 2024-09-20T22:56:16.332499+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:16.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:16 smithi083 bash[25244]: audit 2024-09-20T22:56:16.324112+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:56:16.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:16 smithi083 bash[25244]: audit 2024-09-20T22:56:16.330677+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:56:16.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:16 smithi083 bash[25244]: audit 2024-09-20T22:56:16.332499+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:16.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:16 smithi083 bash[19864]: audit 2024-09-20T22:56:16.324112+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-20T22:56:16.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:16 smithi083 bash[19864]: audit 2024-09-20T22:56:16.330677+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-20T22:56:16.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:16 smithi083 bash[19864]: audit 2024-09-20T22:56:16.332499+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:17.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:17 smithi142 bash[19948]: audit 2024-09-20T22:56:16.317234+0000 mgr.y (mgr.14152) 243 : audit [DBG] from='client.24251 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:56:17.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:17 smithi142 bash[19948]: cluster 2024-09-20T22:56:16.804037+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-09-20T22:56:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:17 smithi083 bash[19864]: audit 2024-09-20T22:56:16.317234+0000 mgr.y (mgr.14152) 243 : audit [DBG] from='client.24251 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:56:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:17 smithi083 bash[19864]: cluster 2024-09-20T22:56:16.804037+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-09-20T22:56:17.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:17 smithi083 bash[25244]: audit 2024-09-20T22:56:16.317234+0000 mgr.y (mgr.14152) 243 : audit [DBG] from='client.24251 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:56:17.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:17 smithi083 bash[25244]: cluster 2024-09-20T22:56:16.804037+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-09-20T22:56:20.167 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:19 smithi142 bash[19948]: cluster 2024-09-20T22:56:18.804673+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-20T22:56:20.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:19 smithi083 bash[19864]: cluster 2024-09-20T22:56:18.804673+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-20T22:56:20.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:19 smithi083 bash[25244]: cluster 2024-09-20T22:56:18.804673+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-09-20T22:56:22.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:21 smithi083 bash[19864]: cluster 2024-09-20T22:56:20.805214+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:22.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:21 smithi083 bash[25244]: cluster 2024-09-20T22:56:20.805214+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:22.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:21 smithi142 bash[19948]: cluster 2024-09-20T22:56:20.805214+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:23.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[19864]: audit 2024-09-20T22:56:22.395361+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.142:0/1637896456' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12382aa3-a387-4057-bd78-bb20c950d43d"}]: dispatch 2024-09-20T22:56:23.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[19864]: audit 2024-09-20T22:56:22.396455+0000 mon.a (mon.0) 699 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12382aa3-a387-4057-bd78-bb20c950d43d"}]: dispatch 2024-09-20T22:56:23.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[19864]: audit 2024-09-20T22:56:22.406432+0000 mon.a (mon.0) 700 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12382aa3-a387-4057-bd78-bb20c950d43d"}]': finished 2024-09-20T22:56:23.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[19864]: cluster 2024-09-20T22:56:22.406700+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-09-20T22:56:23.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[19864]: audit 2024-09-20T22:56:22.406964+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:23.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[19864]: cluster 2024-09-20T22:56:22.805891+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:23.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[19864]: audit 2024-09-20T22:56:23.112893+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.142:0/2362137037' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:56:23.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[19864]: audit 2024-09-20T22:56:23.352317+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:56:23.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[19864]: audit 2024-09-20T22:56:23.356980+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:56:23.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[25244]: audit 2024-09-20T22:56:22.395361+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.142:0/1637896456' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12382aa3-a387-4057-bd78-bb20c950d43d"}]: dispatch 2024-09-20T22:56:23.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[25244]: audit 2024-09-20T22:56:22.396455+0000 mon.a (mon.0) 699 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12382aa3-a387-4057-bd78-bb20c950d43d"}]: dispatch 2024-09-20T22:56:23.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[25244]: audit 2024-09-20T22:56:22.406432+0000 mon.a (mon.0) 700 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12382aa3-a387-4057-bd78-bb20c950d43d"}]': finished 2024-09-20T22:56:23.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[25244]: cluster 2024-09-20T22:56:22.406700+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-09-20T22:56:23.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[25244]: audit 2024-09-20T22:56:22.406964+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:23.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[25244]: cluster 2024-09-20T22:56:22.805891+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:23.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[25244]: audit 2024-09-20T22:56:23.112893+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.142:0/2362137037' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:56:23.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[25244]: audit 2024-09-20T22:56:23.352317+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:56:23.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[25244]: audit 2024-09-20T22:56:23.356980+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:56:23.772 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:23 smithi142 bash[19948]: audit 2024-09-20T22:56:22.395361+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.142:0/1637896456' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12382aa3-a387-4057-bd78-bb20c950d43d"}]: dispatch 2024-09-20T22:56:23.772 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:23 smithi142 bash[19948]: audit 2024-09-20T22:56:22.396455+0000 mon.a (mon.0) 699 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "12382aa3-a387-4057-bd78-bb20c950d43d"}]: dispatch 2024-09-20T22:56:23.772 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:23 smithi142 bash[19948]: audit 2024-09-20T22:56:22.406432+0000 mon.a (mon.0) 700 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12382aa3-a387-4057-bd78-bb20c950d43d"}]': finished 2024-09-20T22:56:23.773 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:23 smithi142 bash[19948]: cluster 2024-09-20T22:56:22.406700+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2024-09-20T22:56:23.773 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:23 smithi142 bash[19948]: audit 2024-09-20T22:56:22.406964+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:23.773 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:23 smithi142 bash[19948]: cluster 2024-09-20T22:56:22.805891+0000 mgr.y (mgr.14152) 247 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:23.773 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:23 smithi142 bash[19948]: audit 2024-09-20T22:56:23.112893+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.142:0/2362137037' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-20T22:56:23.773 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:23 smithi142 bash[19948]: audit 2024-09-20T22:56:23.352317+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:56:23.773 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:23 smithi142 bash[19948]: audit 2024-09-20T22:56:23.356980+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:56:24.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:56:23 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:56:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:56:25.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:24 smithi142 bash[19948]: audit 2024-09-20T22:56:23.912258+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:25.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:24 smithi142 bash[19948]: audit 2024-09-20T22:56:23.919894+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:25.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:24 smithi083 bash[25244]: audit 2024-09-20T22:56:23.912258+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:25.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:24 smithi083 bash[25244]: audit 2024-09-20T22:56:23.919894+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:25.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:24 smithi083 bash[19864]: audit 2024-09-20T22:56:23.912258+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:25.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:24 smithi083 bash[19864]: audit 2024-09-20T22:56:23.919894+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:25.826 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:56:25 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:56:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:56:26.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:25 smithi142 bash[19948]: cluster 2024-09-20T22:56:24.806531+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:26.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:25 smithi142 bash[19948]: audit 2024-09-20T22:56:25.464697+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:26.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:25 smithi142 bash[19948]: audit 2024-09-20T22:56:25.475692+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:26.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:25 smithi083 bash[25244]: cluster 2024-09-20T22:56:24.806531+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:26.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:25 smithi083 bash[25244]: audit 2024-09-20T22:56:25.464697+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:26.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:25 smithi083 bash[25244]: audit 2024-09-20T22:56:25.475692+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:26.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:25 smithi083 bash[19864]: cluster 2024-09-20T22:56:24.806531+0000 mgr.y (mgr.14152) 248 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:26.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:25 smithi083 bash[19864]: audit 2024-09-20T22:56:25.464697+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:26.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:25 smithi083 bash[19864]: audit 2024-09-20T22:56:25.475692+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:28.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:27 smithi142 bash[19948]: cluster 2024-09-20T22:56:26.807120+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:28.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:27 smithi083 bash[19864]: cluster 2024-09-20T22:56:26.807120+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:28.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:27 smithi083 bash[25244]: cluster 2024-09-20T22:56:26.807120+0000 mgr.y (mgr.14152) 249 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:30.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:29 smithi142 bash[19948]: cluster 2024-09-20T22:56:28.807682+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:30.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:29 smithi083 bash[19864]: cluster 2024-09-20T22:56:28.807682+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:30.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:29 smithi083 bash[25244]: cluster 2024-09-20T22:56:28.807682+0000 mgr.y (mgr.14152) 250 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:32.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:31 smithi142 bash[19948]: cluster 2024-09-20T22:56:30.808415+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:32.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:31 smithi083 bash[19864]: cluster 2024-09-20T22:56:30.808415+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:32.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:31 smithi083 bash[25244]: cluster 2024-09-20T22:56:30.808415+0000 mgr.y (mgr.14152) 251 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:33.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:33 smithi142 bash[19948]: cluster 2024-09-20T22:56:32.809130+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:33.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:33 smithi142 bash[19948]: audit 2024-09-20T22:56:33.323649+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-20T22:56:33.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:33 smithi142 bash[19948]: audit 2024-09-20T22:56:33.325452+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:33 smithi083 bash[19864]: cluster 2024-09-20T22:56:32.809130+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:33 smithi083 bash[19864]: audit 2024-09-20T22:56:33.323649+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-20T22:56:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:33 smithi083 bash[19864]: audit 2024-09-20T22:56:33.325452+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:33.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:33 smithi083 bash[25244]: cluster 2024-09-20T22:56:32.809130+0000 mgr.y (mgr.14152) 252 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:33.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:33 smithi083 bash[25244]: audit 2024-09-20T22:56:33.323649+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-20T22:56:33.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:33 smithi083 bash[25244]: audit 2024-09-20T22:56:33.325452+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:34.659 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:34 smithi142 bash[19948]: cephadm 2024-09-20T22:56:33.326862+0000 mgr.y (mgr.14152) 253 : cephadm [INF] Deploying daemon osd.7 on smithi142 2024-09-20T22:56:34.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:34 smithi083 bash[19864]: cephadm 2024-09-20T22:56:33.326862+0000 mgr.y (mgr.14152) 253 : cephadm [INF] Deploying daemon osd.7 on smithi142 2024-09-20T22:56:34.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:34 smithi083 bash[25244]: cephadm 2024-09-20T22:56:33.326862+0000 mgr.y (mgr.14152) 253 : cephadm [INF] Deploying daemon osd.7 on smithi142 2024-09-20T22:56:35.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:35 smithi142 bash[19948]: cluster 2024-09-20T22:56:34.809780+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:35.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:35 smithi083 bash[19864]: cluster 2024-09-20T22:56:34.809780+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:35.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:35 smithi083 bash[25244]: cluster 2024-09-20T22:56:34.809780+0000 mgr.y (mgr.14152) 254 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:37.301 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:56:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:56:37.301 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:56:37.302 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 22:56:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:56:37.302 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:56:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:56:37.302 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:56:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:56:37.557 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:56:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:56:37.557 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:56:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:56:37.557 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:56:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:56:37.558 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 22:56:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:56:37.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:56:38.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:37 smithi142 bash[19948]: cluster 2024-09-20T22:56:36.810480+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:38.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:37 smithi142 bash[19948]: audit 2024-09-20T22:56:37.601400+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:38.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:37 smithi142 bash[19948]: audit 2024-09-20T22:56:37.641397+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:38.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:37 smithi142 bash[19948]: audit 2024-09-20T22:56:37.644302+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:38.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:37 smithi142 bash[19948]: audit 2024-09-20T22:56:37.646276+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:38.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:37 smithi142 bash[19948]: audit 2024-09-20T22:56:37.657109+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:38.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:37 smithi083 bash[19864]: cluster 2024-09-20T22:56:36.810480+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:38.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:37 smithi083 bash[19864]: audit 2024-09-20T22:56:37.601400+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:38.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:37 smithi083 bash[19864]: audit 2024-09-20T22:56:37.641397+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:38.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:37 smithi083 bash[19864]: audit 2024-09-20T22:56:37.644302+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:38.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:37 smithi083 bash[19864]: audit 2024-09-20T22:56:37.646276+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:38.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:37 smithi083 bash[19864]: audit 2024-09-20T22:56:37.657109+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:38.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:37 smithi083 bash[25244]: cluster 2024-09-20T22:56:36.810480+0000 mgr.y (mgr.14152) 255 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:38.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:37 smithi083 bash[25244]: audit 2024-09-20T22:56:37.601400+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:38.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:37 smithi083 bash[25244]: audit 2024-09-20T22:56:37.641397+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:38.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:37 smithi083 bash[25244]: audit 2024-09-20T22:56:37.644302+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:38.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:37 smithi083 bash[25244]: audit 2024-09-20T22:56:37.646276+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:38.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:37 smithi083 bash[25244]: audit 2024-09-20T22:56:37.657109+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:39 smithi142 bash[19948]: cluster 2024-09-20T22:56:38.811082+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:40.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:39 smithi083 bash[19864]: cluster 2024-09-20T22:56:38.811082+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:40.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:39 smithi083 bash[25244]: cluster 2024-09-20T22:56:38.811082+0000 mgr.y (mgr.14152) 256 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:42.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:41 smithi142 bash[19948]: cluster 2024-09-20T22:56:40.811645+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:42.145 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:41 smithi083 bash[19864]: cluster 2024-09-20T22:56:40.811645+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:42.145 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:41 smithi083 bash[25244]: cluster 2024-09-20T22:56:40.811645+0000 mgr.y (mgr.14152) 257 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:43.633 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:43 smithi142 bash[19948]: cluster 2024-09-20T22:56:42.812243+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:43.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:43 smithi083 bash[19864]: cluster 2024-09-20T22:56:42.812243+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:43.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:43 smithi083 bash[25244]: cluster 2024-09-20T22:56:42.812243+0000 mgr.y (mgr.14152) 258 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:44.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:56:44 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:56:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:56:44.854 INFO:teuthology.orchestra.run.smithi142.stdout:Created osd(s) 7 on host 'smithi142' 2024-09-20T22:56:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.030508+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: cephadm 2024-09-20T22:56:44.032368+0000 mgr.y (mgr.14152) 259 : cephadm [INF] Detected new or changed devices on smithi142 2024-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.039652+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.043788+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.046201+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.047669+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.057705+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.762138+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.142:6824/2561122773,v1:172.21.15.142:6825/2561122773]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.763263+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-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.852950+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.877749+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.879317+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.880269+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:45.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:45 smithi142 bash[19948]: audit 2024-09-20T22:56:44.888901+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.030508+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: cephadm 2024-09-20T22:56:44.032368+0000 mgr.y (mgr.14152) 259 : cephadm [INF] Detected new or changed devices on smithi142 2024-09-20T22:56:45.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.039652+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.043788+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:45.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.046201+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:45.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.047669+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:45.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.057705+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.762138+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.142:6824/2561122773,v1:172.21.15.142:6825/2561122773]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-20T22:56:45.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.763263+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-09-20T22:56:45.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.852950+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.877749+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:45.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.879317+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:45.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.880269+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:45.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[19864]: audit 2024-09-20T22:56:44.888901+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.030508+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: cephadm 2024-09-20T22:56:44.032368+0000 mgr.y (mgr.14152) 259 : cephadm [INF] Detected new or changed devices on smithi142 2024-09-20T22:56:45.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.039652+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.043788+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:45.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.046201+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:45.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.047669+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:45.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.057705+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.762138+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.142:6824/2561122773,v1:172.21.15.142:6825/2561122773]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-20T22:56:45.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.763263+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-09-20T22:56:45.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.852950+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.877749+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:45.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.879317+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:45.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.880269+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:45.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[25244]: audit 2024-09-20T22:56:44.888901+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:45.894 DEBUG:teuthology.orchestra.run.smithi142:osd.7> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.7.service 2024-09-20T22:56:45.896 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-20T22:56:45.896 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd stat -f json 2024-09-20T22:56:45.907 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:56:45 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:56:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:56:46.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:46 smithi142 bash[19948]: cluster 2024-09-20T22:56:44.812822+0000 mgr.y (mgr.14152) 260 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:46.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:46 smithi142 bash[19948]: audit 2024-09-20T22:56:45.065056+0000 mon.a (mon.0) 728 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-20T22:56:46.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:46 smithi142 bash[19948]: cluster 2024-09-20T22:56:45.065145+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-09-20T22:56:46.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:46 smithi142 bash[19948]: audit 2024-09-20T22:56:45.065307+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:46.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:46 smithi142 bash[19948]: audit 2024-09-20T22:56:45.069120+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.142:6824/2561122773,v1:172.21.15.142:6825/2561122773]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:56:46.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:46 smithi142 bash[19948]: audit 2024-09-20T22:56:45.070142+0000 mon.a (mon.0) 731 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:56:46.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:46 smithi142 bash[19948]: audit 2024-09-20T22:56:45.622496+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:46.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:46 smithi142 bash[19948]: audit 2024-09-20T22:56:45.628030+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:46.257 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 22:56:46 smithi142 bash[35468]: debug 2024-09-20T22:56:46.074+0000 7fdb16156700 -1 osd.7 0 waiting for initial osdmap 2024-09-20T22:56:46.258 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 22:56:46 smithi142 bash[35468]: debug 2024-09-20T22:56:46.090+0000 7fdb0e2e8700 -1 osd.7 54 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T22:56:46.290 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[19864]: cluster 2024-09-20T22:56:44.812822+0000 mgr.y (mgr.14152) 260 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:46.290 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[19864]: audit 2024-09-20T22:56:45.065056+0000 mon.a (mon.0) 728 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-20T22:56:46.290 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[19864]: cluster 2024-09-20T22:56:45.065145+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-09-20T22:56:46.290 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[19864]: audit 2024-09-20T22:56:45.065307+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:46.290 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[19864]: audit 2024-09-20T22:56:45.069120+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.142:6824/2561122773,v1:172.21.15.142:6825/2561122773]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:56:46.291 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[19864]: audit 2024-09-20T22:56:45.070142+0000 mon.a (mon.0) 731 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:56:46.291 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[19864]: audit 2024-09-20T22:56:45.622496+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:46.291 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[19864]: audit 2024-09-20T22:56:45.628030+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:46.291 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[25244]: cluster 2024-09-20T22:56:44.812822+0000 mgr.y (mgr.14152) 260 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:46.291 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[25244]: audit 2024-09-20T22:56:45.065056+0000 mon.a (mon.0) 728 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-20T22:56:46.291 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[25244]: cluster 2024-09-20T22:56:45.065145+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2024-09-20T22:56:46.291 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[25244]: audit 2024-09-20T22:56:45.065307+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:46.291 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[25244]: audit 2024-09-20T22:56:45.069120+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.142:6824/2561122773,v1:172.21.15.142:6825/2561122773]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:56:46.291 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[25244]: audit 2024-09-20T22:56:45.070142+0000 mon.a (mon.0) 731 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-09-20T22:56:46.291 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[25244]: audit 2024-09-20T22:56:45.622496+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:46.291 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[25244]: audit 2024-09-20T22:56:45.628030+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:47.076 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:56:46 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:56:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:56:47.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[19864]: audit 2024-09-20T22:56:46.067049+0000 mon.a (mon.0) 734 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-09-20T22:56:47.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[19864]: cluster 2024-09-20T22:56:46.067140+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-09-20T22:56:47.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[19864]: audit 2024-09-20T22:56:46.068798+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:47.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[19864]: audit 2024-09-20T22:56:46.078505+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:47.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[19864]: audit 2024-09-20T22:56:46.641796+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:47.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[19864]: audit 2024-09-20T22:56:46.652475+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:47.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[19864]: audit 2024-09-20T22:56:46.661374+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:47.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[19864]: audit 2024-09-20T22:56:46.664233+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:47.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[19864]: audit 2024-09-20T22:56:46.665911+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:47.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[19864]: audit 2024-09-20T22:56:46.676732+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[25244]: audit 2024-09-20T22:56:46.067049+0000 mon.a (mon.0) 734 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-09-20T22:56:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[25244]: cluster 2024-09-20T22:56:46.067140+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-09-20T22:56:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[25244]: audit 2024-09-20T22:56:46.068798+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[25244]: audit 2024-09-20T22:56:46.078505+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[25244]: audit 2024-09-20T22:56:46.641796+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[25244]: audit 2024-09-20T22:56:46.652475+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:47.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[25244]: audit 2024-09-20T22:56:46.661374+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:47.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[25244]: audit 2024-09-20T22:56:46.664233+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:47.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[25244]: audit 2024-09-20T22:56:46.665911+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:47.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:47 smithi083 bash[25244]: audit 2024-09-20T22:56:46.676732+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:47.498 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:47 smithi142 bash[19948]: audit 2024-09-20T22:56:46.067049+0000 mon.a (mon.0) 734 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-09-20T22:56:47.498 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:47 smithi142 bash[19948]: cluster 2024-09-20T22:56:46.067140+0000 mon.a (mon.0) 735 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2024-09-20T22:56:47.498 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:47 smithi142 bash[19948]: audit 2024-09-20T22:56:46.068798+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:47.498 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:47 smithi142 bash[19948]: audit 2024-09-20T22:56:46.078505+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:47.498 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:47 smithi142 bash[19948]: audit 2024-09-20T22:56:46.641796+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:47.498 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:47 smithi142 bash[19948]: audit 2024-09-20T22:56:46.652475+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:47.498 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:47 smithi142 bash[19948]: audit 2024-09-20T22:56:46.661374+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:56:47.498 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:47 smithi142 bash[19948]: audit 2024-09-20T22:56:46.664233+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:56:47.499 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:47 smithi142 bash[19948]: audit 2024-09-20T22:56:46.665911+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:56:47.499 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:47 smithi142 bash[19948]: audit 2024-09-20T22:56:46.676732+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:56:48.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:48 smithi142 bash[19948]: cluster 2024-09-20T22:56:45.737201+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:56:48.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:48 smithi142 bash[19948]: cluster 2024-09-20T22:56:45.737368+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:56:48.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:48 smithi142 bash[19948]: cluster 2024-09-20T22:56:46.813365+0000 mgr.y (mgr.14152) 261 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:48.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:48 smithi142 bash[19948]: cluster 2024-09-20T22:56:47.073735+0000 mon.a (mon.0) 744 : cluster [INF] osd.7 [v2:172.21.15.142:6824/2561122773,v1:172.21.15.142:6825/2561122773] boot 2024-09-20T22:56:48.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:48 smithi142 bash[19948]: cluster 2024-09-20T22:56:47.073831+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-20T22:56:48.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:48 smithi142 bash[19948]: audit 2024-09-20T22:56:47.074165+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:48.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:48 smithi142 bash[19948]: cluster 2024-09-20T22:56:47.377483+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-20T22:56:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[25244]: cluster 2024-09-20T22:56:45.737201+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:56:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[25244]: cluster 2024-09-20T22:56:45.737368+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:56:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[25244]: cluster 2024-09-20T22:56:46.813365+0000 mgr.y (mgr.14152) 261 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[25244]: cluster 2024-09-20T22:56:47.073735+0000 mon.a (mon.0) 744 : cluster [INF] osd.7 [v2:172.21.15.142:6824/2561122773,v1:172.21.15.142:6825/2561122773] boot 2024-09-20T22:56:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[25244]: cluster 2024-09-20T22:56:47.073831+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-20T22:56:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[25244]: audit 2024-09-20T22:56:47.074165+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[25244]: cluster 2024-09-20T22:56:47.377483+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-20T22:56:48.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[19864]: cluster 2024-09-20T22:56:45.737201+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-20T22:56:48.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[19864]: cluster 2024-09-20T22:56:45.737368+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-20T22:56:48.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[19864]: cluster 2024-09-20T22:56:46.813365+0000 mgr.y (mgr.14152) 261 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2024-09-20T22:56:48.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[19864]: cluster 2024-09-20T22:56:47.073735+0000 mon.a (mon.0) 744 : cluster [INF] osd.7 [v2:172.21.15.142:6824/2561122773,v1:172.21.15.142:6825/2561122773] boot 2024-09-20T22:56:48.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[19864]: cluster 2024-09-20T22:56:47.073831+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-20T22:56:48.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[19864]: audit 2024-09-20T22:56:47.074165+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:56:48.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:48 smithi083 bash[19864]: cluster 2024-09-20T22:56:47.377483+0000 mon.a (mon.0) 747 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-20T22:56:49.411 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:56:49.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:49 smithi083 bash[19864]: cluster 2024-09-20T22:56:48.383387+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-20T22:56:49.655 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:49 smithi083 bash[19864]: cluster 2024-09-20T22:56:48.813933+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v245: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:56:49.655 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:49 smithi083 bash[25244]: cluster 2024-09-20T22:56:48.383387+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-20T22:56:49.655 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:49 smithi083 bash[25244]: cluster 2024-09-20T22:56:48.813933+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v245: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:56:49.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:49 smithi142 bash[19948]: cluster 2024-09-20T22:56:48.383387+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-20T22:56:49.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:49 smithi142 bash[19948]: cluster 2024-09-20T22:56:48.813933+0000 mgr.y (mgr.14152) 262 : cluster [DBG] pgmap v245: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:56:50.156 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":58,"num_osds":8,"num_up_osds":8,"osd_up_since":1726873007,"num_in_osds":8,"osd_in_since":1726872982,"num_remapped_pgs":0} 2024-09-20T22:56:50.156 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-20T22:56:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:50 smithi083 bash[19864]: cluster 2024-09-20T22:56:49.399790+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-20T22:56:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:50 smithi083 bash[19864]: audit 2024-09-20T22:56:49.410899+0000 mon.a (mon.0) 750 : audit [DBG] from='client.? 172.21.15.83:0/1431265261' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-20T22:56:50.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:50 smithi083 bash[25244]: cluster 2024-09-20T22:56:49.399790+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-20T22:56:50.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:50 smithi083 bash[25244]: audit 2024-09-20T22:56:49.410899+0000 mon.a (mon.0) 750 : audit [DBG] from='client.? 172.21.15.83:0/1431265261' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-20T22:56:50.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:50 smithi142 bash[19948]: cluster 2024-09-20T22:56:49.399790+0000 mon.a (mon.0) 749 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-20T22:56:50.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:50 smithi142 bash[19948]: audit 2024-09-20T22:56:49.410899+0000 mon.a (mon.0) 750 : audit [DBG] from='client.? 172.21.15.83:0/1431265261' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-20T22:56:51.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:51 smithi142 bash[19948]: cluster 2024-09-20T22:56:50.395387+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-20T22:56:51.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:51 smithi142 bash[19948]: cluster 2024-09-20T22:56:50.814506+0000 mgr.y (mgr.14152) 263 : cluster [DBG] pgmap v248: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:56:51.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:51 smithi083 bash[19864]: cluster 2024-09-20T22:56:50.395387+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-20T22:56:51.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:51 smithi083 bash[19864]: cluster 2024-09-20T22:56:50.814506+0000 mgr.y (mgr.14152) 263 : cluster [DBG] pgmap v248: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:56:51.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:51 smithi083 bash[25244]: cluster 2024-09-20T22:56:50.395387+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-20T22:56:51.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:51 smithi083 bash[25244]: cluster 2024-09-20T22:56:50.814506+0000 mgr.y (mgr.14152) 263 : cluster [DBG] pgmap v248: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:56:52.912 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:56:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:53 smithi142 bash[19948]: cluster 2024-09-20T22:56:52.815166+0000 mgr.y (mgr.14152) 264 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-09-20T22:56:53.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:53 smithi083 bash[19864]: cluster 2024-09-20T22:56:52.815166+0000 mgr.y (mgr.14152) 264 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-09-20T22:56:53.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:53 smithi083 bash[25244]: cluster 2024-09-20T22:56:52.815166+0000 mgr.y (mgr.14152) 264 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-09-20T22:56:56.015 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:56:56.015 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":59,"fsid":"703a1c38-77a2-11ef-baf5-efdc52797490","created":"2024-09-20T22:49:20.096516+0000","modified":"2024-09-20T22:56:50.389246+0000","last_up_change":"2024-09-20T22:56:47.063998+0000","last_in_change":"2024-09-20T22:56:22.397732+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-09-20T22:53:41.866100+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":"b5ff36e5-971c-4f6f-bf56-69f717de0cc6","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.83:6802","nonce":183997184},{"type":"v1","addr":"172.21.15.83:6803","nonce":183997184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":183997184},{"type":"v1","addr":"172.21.15.83:6805","nonce":183997184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6808","nonce":183997184},{"type":"v1","addr":"172.21.15.83:6809","nonce":183997184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":183997184},{"type":"v1","addr":"172.21.15.83:6807","nonce":183997184}]},"public_addr":"172.21.15.83:6803/183997184","cluster_addr":"172.21.15.83:6805/183997184","heartbeat_back_addr":"172.21.15.83:6809/183997184","heartbeat_front_addr":"172.21.15.83:6807/183997184","state":["exists","up"]},{"osd":1,"uuid":"ccb6ca9a-7141-44e1-ad0e-5991ce3d82fb","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.83:6810","nonce":576161852},{"type":"v1","addr":"172.21.15.83:6811","nonce":576161852}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6812","nonce":576161852},{"type":"v1","addr":"172.21.15.83:6813","nonce":576161852}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6816","nonce":576161852},{"type":"v1","addr":"172.21.15.83:6817","nonce":576161852}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6814","nonce":576161852},{"type":"v1","addr":"172.21.15.83:6815","nonce":576161852}]},"public_addr":"172.21.15.83:6811/576161852","cluster_addr":"172.21.15.83:6813/576161852","heartbeat_back_addr":"172.21.15.83:6817/576161852","heartbeat_front_addr":"172.21.15.83:6815/576161852","state":["exists","up"]},{"osd":2,"uuid":"0a4423db-bcf2-4a42-a657-57da3955e60b","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.83:6818","nonce":2366030317},{"type":"v1","addr":"172.21.15.83:6819","nonce":2366030317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6820","nonce":2366030317},{"type":"v1","addr":"172.21.15.83:6821","nonce":2366030317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6824","nonce":2366030317},{"type":"v1","addr":"172.21.15.83:6825","nonce":2366030317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6822","nonce":2366030317},{"type":"v1","addr":"172.21.15.83:6823","nonce":2366030317}]},"public_addr":"172.21.15.83:6819/2366030317","cluster_addr":"172.21.15.83:6821/2366030317","heartbeat_back_addr":"172.21.15.83:6825/2366030317","heartbeat_front_addr":"172.21.15.83:6823/2366030317","state":["exists","up"]},{"osd":3,"uuid":"7ea5d0ee-1039-4a45-b675-0643510b9949","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.83:6826","nonce":1402576803},{"type":"v1","addr":"172.21.15.83:6827","nonce":1402576803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6828","nonce":1402576803},{"type":"v1","addr":"172.21.15.83:6829","nonce":1402576803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6832","nonce":1402576803},{"type":"v1","addr":"172.21.15.83:6833","nonce":1402576803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6830","nonce":1402576803},{"type":"v1","addr":"172.21.15.83:6831","nonce":1402576803}]},"public_addr":"172.21.15.83:6827/1402576803","cluster_addr":"172.21.15.83:6829/1402576803","heartbeat_back_addr":"172.21.15.83:6833/1402576803","heartbeat_front_addr":"172.21.15.83:6831/1402576803","state":["exists","up"]},{"osd":4,"uuid":"5596e6dd-990b-4b18-9f4a-0d7e0a23617f","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.142:6800","nonce":2210266831},{"type":"v1","addr":"172.21.15.142:6801","nonce":2210266831}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2210266831},{"type":"v1","addr":"172.21.15.142:6803","nonce":2210266831}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2210266831},{"type":"v1","addr":"172.21.15.142:6807","nonce":2210266831}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2210266831},{"type":"v1","addr":"172.21.15.142:6805","nonce":2210266831}]},"public_addr":"172.21.15.142:6801/2210266831","cluster_addr":"172.21.15.142:6803/2210266831","heartbeat_back_addr":"172.21.15.142:6807/2210266831","heartbeat_front_addr":"172.21.15.142:6805/2210266831","state":["exists","up"]},{"osd":5,"uuid":"e703d685-da24-4b07-83bc-0d234bb7fcf7","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.142:6808","nonce":2483597761},{"type":"v1","addr":"172.21.15.142:6809","nonce":2483597761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6810","nonce":2483597761},{"type":"v1","addr":"172.21.15.142:6811","nonce":2483597761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6814","nonce":2483597761},{"type":"v1","addr":"172.21.15.142:6815","nonce":2483597761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6812","nonce":2483597761},{"type":"v1","addr":"172.21.15.142:6813","nonce":2483597761}]},"public_addr":"172.21.15.142:6809/2483597761","cluster_addr":"172.21.15.142:6811/2483597761","heartbeat_back_addr":"172.21.15.142:6815/2483597761","heartbeat_front_addr":"172.21.15.142:6813/2483597761","state":["exists","up"]},{"osd":6,"uuid":"e5798660-22a5-4808-ab34-f484c725ecb0","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.142:6816","nonce":871388454},{"type":"v1","addr":"172.21.15.142:6817","nonce":871388454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6818","nonce":871388454},{"type":"v1","addr":"172.21.15.142:6819","nonce":871388454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6822","nonce":871388454},{"type":"v1","addr":"172.21.15.142:6823","nonce":871388454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6820","nonce":871388454},{"type":"v1","addr":"172.21.15.142:6821","nonce":871388454}]},"public_addr":"172.21.15.142:6817/871388454","cluster_addr":"172.21.15.142:6819/871388454","heartbeat_back_addr":"172.21.15.142:6823/871388454","heartbeat_front_addr":"172.21.15.142:6821/871388454","state":["exists","up"]},{"osd":7,"uuid":"12382aa3-a387-4057-bd78-bb20c950d43d","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.142:6824","nonce":2561122773},{"type":"v1","addr":"172.21.15.142:6825","nonce":2561122773}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6826","nonce":2561122773},{"type":"v1","addr":"172.21.15.142:6827","nonce":2561122773}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6830","nonce":2561122773},{"type":"v1","addr":"172.21.15.142:6831","nonce":2561122773}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6828","nonce":2561122773},{"type":"v1","addr":"172.21.15.142:6829","nonce":2561122773}]},"public_addr":"172.21.15.142:6825/2561122773","cluster_addr":"172.21.15.142:6827/2561122773","heartbeat_back_addr":"172.21.15.142:6831/2561122773","heartbeat_front_addr":"172.21.15.142:6829/2561122773","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-09-20T22:52:14.556471+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-09-20T22:52:56.322522+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-09-20T22:53:37.954893+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-09-20T22:54:19.070321+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-09-20T22:54:55.350884+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-09-20T22:55:32.094838+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-09-20T22:56:07.844177+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-09-20T22:56:45.737373+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.83:0/2416376022":"2024-09-21T22:50:23.206217+0000","172.21.15.83:6801/3538731451":"2024-09-21T22:50:23.206217+0000","172.21.15.83:6800/3538731451":"2024-09-21T22:50:23.206217+0000","172.21.15.83:0/1305773853":"2024-09-21T22:50:23.206217+0000","172.21.15.83:0/1029701787":"2024-09-21T22:49:52.290259+0000","172.21.15.83:0/648346572":"2024-09-21T22:49:52.290259+0000","172.21.15.83:0/3380996410":"2024-09-21T22:50:23.206217+0000","172.21.15.83:0/3975848151":"2024-09-21T22:49:52.290259+0000","172.21.15.83:6800/914051320":"2024-09-21T22:49:52.290259+0000","172.21.15.83:6801/914051320":"2024-09-21T22:49:52.290259+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-09-20T22:56:56.027 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:55 smithi083 bash[19864]: cluster 2024-09-20T22:56:54.815794+0000 mgr.y (mgr.14152) 265 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-20T22:56:56.028 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:55 smithi083 bash[25244]: cluster 2024-09-20T22:56:54.815794+0000 mgr.y (mgr.14152) 265 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-20T22:56:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:55 smithi142 bash[19948]: cluster 2024-09-20T22:56:54.815794+0000 mgr.y (mgr.14152) 265 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 80 KiB/s, 0 objects/s recovering 2024-09-20T22:56:56.691 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-20T22:53:41.866100+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-09-20T22:56:56.691 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-20T22:56:57.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:56 smithi083 bash[19864]: audit 2024-09-20T22:56:56.013890+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.83:0/120359372' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-20T22:56:57.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:56 smithi083 bash[25244]: audit 2024-09-20T22:56:56.013890+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.83:0/120359372' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-20T22:56:57.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:56 smithi142 bash[19948]: audit 2024-09-20T22:56:56.013890+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.83:0/120359372' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-20T22:56:58.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:57 smithi142 bash[19948]: cluster 2024-09-20T22:56:56.816408+0000 mgr.y (mgr.14152) 266 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-09-20T22:56:58.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:57 smithi083 bash[19864]: cluster 2024-09-20T22:56:56.816408+0000 mgr.y (mgr.14152) 266 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-09-20T22:56:58.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:57 smithi083 bash[25244]: cluster 2024-09-20T22:56:56.816408+0000 mgr.y (mgr.14152) 266 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2024-09-20T22:56:59.412 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:57:00.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:56:59 smithi142 bash[19948]: cluster 2024-09-20T22:56:58.816996+0000 mgr.y (mgr.14152) 267 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-20T22:57:00.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:56:59 smithi083 bash[19864]: cluster 2024-09-20T22:56:58.816996+0000 mgr.y (mgr.14152) 267 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-20T22:57:00.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:56:59 smithi083 bash[25244]: cluster 2024-09-20T22:56:58.816996+0000 mgr.y (mgr.14152) 267 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-20T22:57:02.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:01 smithi142 bash[19948]: cluster 2024-09-20T22:57:00.817582+0000 mgr.y (mgr.14152) 268 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-20T22:57:02.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:01 smithi083 bash[19864]: cluster 2024-09-20T22:57:00.817582+0000 mgr.y (mgr.14152) 268 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-20T22:57:02.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:01 smithi083 bash[25244]: cluster 2024-09-20T22:57:00.817582+0000 mgr.y (mgr.14152) 268 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-20T22:57:03.257 INFO:teuthology.orchestra.run.smithi083.stdout:pg_num: 1 2024-09-20T22:57:03.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:03 smithi083 bash[19864]: cluster 2024-09-20T22:57:02.818244+0000 mgr.y (mgr.14152) 269 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-09-20T22:57:03.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:03 smithi083 bash[19864]: audit 2024-09-20T22:57:03.257336+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.83:0/841189148' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-20T22:57:03.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:03 smithi083 bash[25244]: cluster 2024-09-20T22:57:02.818244+0000 mgr.y (mgr.14152) 269 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-09-20T22:57:03.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:03 smithi083 bash[25244]: audit 2024-09-20T22:57:03.257336+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.83:0/841189148' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-20T22:57:03.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:03 smithi142 bash[19948]: cluster 2024-09-20T22:57:02.818244+0000 mgr.y (mgr.14152) 269 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2024-09-20T22:57:03.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:03 smithi142 bash[19948]: audit 2024-09-20T22:57:03.257336+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.83:0/841189148' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-20T22:57:04.411 INFO:tasks.cephadm:Adding prometheus.a on smithi142 2024-09-20T22:57:04.412 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch apply prometheus '1;smithi142=a' 2024-09-20T22:57:05.575 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:05 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:57:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:57:06.075 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:05 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:57:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:57:06.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:06 smithi142 bash[19948]: cluster 2024-09-20T22:57:04.818851+0000 mgr.y (mgr.14152) 270 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:06.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:06 smithi142 bash[19948]: audit 2024-09-20T22:57:05.285155+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:06.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:06 smithi142 bash[19948]: audit 2024-09-20T22:57:05.294183+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:06.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:06 smithi142 bash[19948]: audit 2024-09-20T22:57:05.740820+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:06.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:06 smithi142 bash[19948]: audit 2024-09-20T22:57:05.748890+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:06.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:06 smithi083 bash[19864]: cluster 2024-09-20T22:57:04.818851+0000 mgr.y (mgr.14152) 270 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:06.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:06 smithi083 bash[19864]: audit 2024-09-20T22:57:05.285155+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:06.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:06 smithi083 bash[19864]: audit 2024-09-20T22:57:05.294183+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:06.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:06 smithi083 bash[19864]: audit 2024-09-20T22:57:05.740820+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:06.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:06 smithi083 bash[19864]: audit 2024-09-20T22:57:05.748890+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:06.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:06 smithi083 bash[25244]: cluster 2024-09-20T22:57:04.818851+0000 mgr.y (mgr.14152) 270 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:06.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:06 smithi083 bash[25244]: audit 2024-09-20T22:57:05.285155+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:06.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:06 smithi083 bash[25244]: audit 2024-09-20T22:57:05.294183+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:06.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:06 smithi083 bash[25244]: audit 2024-09-20T22:57:05.740820+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:06.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:06 smithi083 bash[25244]: audit 2024-09-20T22:57:05.748890+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:07.849 INFO:teuthology.orchestra.run.smithi142.stdout:Scheduled prometheus update... 2024-09-20T22:57:08.404 DEBUG:teuthology.orchestra.run.smithi142:prometheus.a> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@prometheus.a.service 2024-09-20T22:57:08.407 INFO:tasks.cephadm:Adding node-exporter.a on smithi083 2024-09-20T22:57:08.407 INFO:tasks.cephadm:Adding node-exporter.b on smithi142 2024-09-20T22:57:08.407 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch apply node-exporter '2;smithi083=a;smithi142=b' 2024-09-20T22:57:08.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:08 smithi142 bash[19948]: cluster 2024-09-20T22:57:06.819478+0000 mgr.y (mgr.14152) 271 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:08.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:08 smithi142 bash[19948]: audit 2024-09-20T22:57:07.848309+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:08.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:08 smithi142 bash[19948]: audit 2024-09-20T22:57:07.899666+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:08.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:08 smithi142 bash[19948]: audit 2024-09-20T22:57:07.902488+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:08.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:08 smithi142 bash[19948]: audit 2024-09-20T22:57:07.904333+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:08.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:08 smithi142 bash[19948]: audit 2024-09-20T22:57:07.914849+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:08.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:08 smithi142 bash[19948]: audit 2024-09-20T22:57:07.928247+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-20T22:57:08.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[19864]: cluster 2024-09-20T22:57:06.819478+0000 mgr.y (mgr.14152) 271 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:08.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[19864]: audit 2024-09-20T22:57:07.848309+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:08.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[19864]: audit 2024-09-20T22:57:07.899666+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:08.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[19864]: audit 2024-09-20T22:57:07.902488+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:08.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[19864]: audit 2024-09-20T22:57:07.904333+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:08.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[19864]: audit 2024-09-20T22:57:07.914849+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:08.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[19864]: audit 2024-09-20T22:57:07.928247+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-20T22:57:08.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[25244]: cluster 2024-09-20T22:57:06.819478+0000 mgr.y (mgr.14152) 271 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:08.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[25244]: audit 2024-09-20T22:57:07.848309+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:08.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[25244]: audit 2024-09-20T22:57:07.899666+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:08.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[25244]: audit 2024-09-20T22:57:07.902488+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:08.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[25244]: audit 2024-09-20T22:57:07.904333+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:08.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[25244]: audit 2024-09-20T22:57:07.914849+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' 2024-09-20T22:57:08.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[25244]: audit 2024-09-20T22:57:07.928247+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-20T22:57:09.295 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[20114]: ignoring --setuser ceph since I am not root 2024-09-20T22:57:09.295 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[20114]: ignoring --setgroup ceph since I am not root 2024-09-20T22:57:09.295 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:08 smithi083 bash[20114]: debug 2024-09-20T22:57:08.971+0000 7fcf493a9700 1 -- 172.21.15.83:0/2659380058 <== mon.1 v2:172.21.15.83:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557eca98e340 con 0x557ecb70ac00 2024-09-20T22:57:09.295 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:09 smithi083 bash[20114]: debug 2024-09-20T22:57:09.115+0000 7fcf51e05000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T22:57:09.297 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:08 smithi142 bash[21240]: ignoring --setuser ceph since I am not root 2024-09-20T22:57:09.297 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:08 smithi142 bash[21240]: ignoring --setgroup ceph since I am not root 2024-09-20T22:57:09.297 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:08 smithi142 bash[21240]: debug 2024-09-20T22:57:08.970+0000 7fd008178700 1 -- 172.21.15.142:0/1056693024 <== mon.2 v2:172.21.15.142:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563bdd192340 con 0x563bddf0ec00 2024-09-20T22:57:09.297 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:09 smithi142 bash[21240]: debug 2024-09-20T22:57:09.118+0000 7fd010bd4000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T22:57:09.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:09 smithi142 bash[19948]: audit 2024-09-20T22:57:07.837527+0000 mgr.y (mgr.14152) 272 : audit [DBG] from='client.24278 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi142=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:57:09.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:09 smithi142 bash[19948]: cephadm 2024-09-20T22:57:07.840930+0000 mgr.y (mgr.14152) 273 : cephadm [INF] Saving service prometheus spec with placement smithi142=a;count:1 2024-09-20T22:57:09.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:09 smithi142 bash[19948]: audit 2024-09-20T22:57:08.926464+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-20T22:57:09.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:09 smithi142 bash[19948]: cluster 2024-09-20T22:57:08.926541+0000 mon.a (mon.0) 763 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-09-20T22:57:09.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:09 smithi083 bash[19864]: audit 2024-09-20T22:57:07.837527+0000 mgr.y (mgr.14152) 272 : audit [DBG] from='client.24278 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi142=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:57:09.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:09 smithi083 bash[19864]: cephadm 2024-09-20T22:57:07.840930+0000 mgr.y (mgr.14152) 273 : cephadm [INF] Saving service prometheus spec with placement smithi142=a;count:1 2024-09-20T22:57:09.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:09 smithi083 bash[19864]: audit 2024-09-20T22:57:08.926464+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-20T22:57:09.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:09 smithi083 bash[19864]: cluster 2024-09-20T22:57:08.926541+0000 mon.a (mon.0) 763 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-09-20T22:57:09.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:09 smithi083 bash[25244]: audit 2024-09-20T22:57:07.837527+0000 mgr.y (mgr.14152) 272 : audit [DBG] from='client.24278 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi142=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:57:09.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:09 smithi083 bash[25244]: cephadm 2024-09-20T22:57:07.840930+0000 mgr.y (mgr.14152) 273 : cephadm [INF] Saving service prometheus spec with placement smithi142=a;count:1 2024-09-20T22:57:09.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:09 smithi083 bash[25244]: audit 2024-09-20T22:57:08.926464+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.83:0/830597873' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-20T22:57:09.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:09 smithi083 bash[25244]: cluster 2024-09-20T22:57:08.926541+0000 mon.a (mon.0) 763 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2024-09-20T22:57:10.758 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:10 smithi142 bash[21240]: debug 2024-09-20T22:57:10.658+0000 7fd010bd4000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T22:57:10.970 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:10 smithi083 bash[20114]: debug 2024-09-20T22:57:10.619+0000 7fcf51e05000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T22:57:10.970 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:10 smithi083 bash[20114]: debug 2024-09-20T22:57:10.715+0000 7fcf51e05000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T22:57:11.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:10 smithi142 bash[21240]: debug 2024-09-20T22:57:10.750+0000 7fd010bd4000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T22:57:11.074 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:11 smithi142 bash[21240]: debug 2024-09-20T22:57:10.994+0000 7fd010bd4000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T22:57:11.325 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:10 smithi083 bash[20114]: debug 2024-09-20T22:57:10.967+0000 7fcf51e05000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T22:57:12.014 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:11 smithi083 bash[20114]: debug 2024-09-20T22:57:11.695+0000 7fcf51e05000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T22:57:12.015 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:11 smithi083 bash[20114]: debug 2024-09-20T22:57:11.799+0000 7fcf51e05000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T22:57:12.015 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:11 smithi083 bash[20114]: debug 2024-09-20T22:57:11.903+0000 7fcf51e05000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T22:57:12.015 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:12 smithi083 bash[20114]: debug 2024-09-20T22:57:12.011+0000 7fcf51e05000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T22:57:12.057 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:11 smithi142 bash[21240]: debug 2024-09-20T22:57:11.738+0000 7fd010bd4000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T22:57:12.057 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:11 smithi142 bash[21240]: debug 2024-09-20T22:57:11.842+0000 7fd010bd4000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T22:57:12.057 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:11 smithi142 bash[21240]: debug 2024-09-20T22:57:11.942+0000 7fd010bd4000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T22:57:12.057 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:12 smithi142 bash[21240]: debug 2024-09-20T22:57:12.050+0000 7fd010bd4000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T22:57:12.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:12 smithi142 bash[21240]: debug 2024-09-20T22:57:12.262+0000 7fd010bd4000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T22:57:12.325 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:12 smithi083 bash[20114]: debug 2024-09-20T22:57:12.223+0000 7fcf51e05000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T22:57:12.778 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:12 smithi083 bash[20114]: debug 2024-09-20T22:57:12.495+0000 7fcf51e05000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T22:57:12.778 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:12 smithi083 bash[20114]: debug 2024-09-20T22:57:12.599+0000 7fcf51e05000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T22:57:12.812 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:12 smithi142 bash[21240]: debug 2024-09-20T22:57:12.530+0000 7fd010bd4000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T22:57:12.812 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:12 smithi142 bash[21240]: debug 2024-09-20T22:57:12.630+0000 7fd010bd4000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T22:57:13.074 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:12 smithi142 bash[21240]: debug 2024-09-20T22:57:12.806+0000 7fd010bd4000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T22:57:13.074 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:13 smithi142 bash[21240]: debug 2024-09-20T22:57:13.050+0000 7fd010bd4000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T22:57:13.075 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:12 smithi083 bash[20114]: debug 2024-09-20T22:57:12.775+0000 7fcf51e05000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T22:57:13.075 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:13 smithi083 bash[20114]: debug 2024-09-20T22:57:13.023+0000 7fcf51e05000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T22:57:13.574 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:13 smithi142 bash[21240]: debug 2024-09-20T22:57:13.314+0000 7fd010bd4000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T22:57:13.574 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:13 smithi142 bash[21240]: debug 2024-09-20T22:57:13.478+0000 7fd010bd4000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T22:57:13.575 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:13 smithi083 bash[20114]: debug 2024-09-20T22:57:13.291+0000 7fcf51e05000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T22:57:13.575 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:13 smithi083 bash[20114]: debug 2024-09-20T22:57:13.451+0000 7fcf51e05000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T22:57:14.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:13 smithi142 bash[21240]: debug 2024-09-20T22:57:13.706+0000 7fd010bd4000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T22:57:14.074 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:13 smithi142 bash[21240]: debug 2024-09-20T22:57:13.822+0000 7fd010bd4000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T22:57:14.075 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:13 smithi083 bash[20114]: debug 2024-09-20T22:57:13.683+0000 7fcf51e05000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T22:57:14.075 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:13 smithi083 bash[20114]: debug 2024-09-20T22:57:13.799+0000 7fcf51e05000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T22:57:14.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:14 smithi142 bash[21240]: debug 2024-09-20T22:57:14.158+0000 7fd010bd4000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T22:57:14.575 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:14 smithi083 bash[20114]: debug 2024-09-20T22:57:14.135+0000 7fcf51e05000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T22:57:15.174 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:14 smithi083 bash[20114]: debug 2024-09-20T22:57:14.851+0000 7fcf51e05000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T22:57:15.174 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:14 smithi083 bash[20114]: debug 2024-09-20T22:57:14.963+0000 7fcf51e05000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T22:57:15.188 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:14 smithi142 bash[21240]: debug 2024-09-20T22:57:14.870+0000 7fd010bd4000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T22:57:15.188 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:14 smithi142 bash[21240]: debug 2024-09-20T22:57:14.978+0000 7fd010bd4000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T22:57:15.496 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:15 smithi083 bash[20114]: debug 2024-09-20T22:57:15.171+0000 7fcf51e05000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T22:57:15.509 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:15 smithi142 bash[21240]: debug 2024-09-20T22:57:15.182+0000 7fd010bd4000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T22:57:15.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:15 smithi142 bash[21240]: debug 2024-09-20T22:57:15.502+0000 7fd010bd4000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T22:57:15.825 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:15 smithi083 bash[20114]: debug 2024-09-20T22:57:15.495+0000 7fcf51e05000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T22:57:16.169 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[19864]: cluster 2024-09-20T22:57:16.002294+0000 mon.a (mon.0) 764 : cluster [INF] Active manager daemon y restarted 2024-09-20T22:57:16.169 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[19864]: cluster 2024-09-20T22:57:16.003213+0000 mon.a (mon.0) 765 : cluster [INF] Activating manager daemon y 2024-09-20T22:57:16.169 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[19864]: cluster 2024-09-20T22:57:16.008864+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-20T22:57:16.169 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[19864]: cluster 2024-09-20T22:57:16.010548+0000 mon.a (mon.0) 767 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T22:57:16.169 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[19864]: cluster 2024-09-20T22:57:16.010641+0000 mon.a (mon.0) 768 : cluster [DBG] Standby manager daemon x started 2024-09-20T22:57:16.169 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[19864]: audit 2024-09-20T22:57:16.012623+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.142:0/1131045599' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T22:57:16.169 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[19864]: audit 2024-09-20T22:57:16.013242+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.142:0/1131045599' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T22:57:16.170 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[19864]: audit 2024-09-20T22:57:16.015666+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.142:0/1131045599' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T22:57:16.170 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[19864]: audit 2024-09-20T22:57:16.017137+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.142:0/1131045599' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T22:57:16.170 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[25244]: cluster 2024-09-20T22:57:16.002294+0000 mon.a (mon.0) 764 : cluster [INF] Active manager daemon y restarted 2024-09-20T22:57:16.170 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[25244]: cluster 2024-09-20T22:57:16.003213+0000 mon.a (mon.0) 765 : cluster [INF] Activating manager daemon y 2024-09-20T22:57:16.170 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[25244]: cluster 2024-09-20T22:57:16.008864+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-20T22:57:16.170 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[25244]: cluster 2024-09-20T22:57:16.010548+0000 mon.a (mon.0) 767 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T22:57:16.170 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[25244]: cluster 2024-09-20T22:57:16.010641+0000 mon.a (mon.0) 768 : cluster [DBG] Standby manager daemon x started 2024-09-20T22:57:16.170 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[25244]: audit 2024-09-20T22:57:16.012623+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.142:0/1131045599' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T22:57:16.170 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[25244]: audit 2024-09-20T22:57:16.013242+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.142:0/1131045599' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T22:57:16.171 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[25244]: audit 2024-09-20T22:57:16.015666+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.142:0/1131045599' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T22:57:16.171 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[25244]: audit 2024-09-20T22:57:16.017137+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.142:0/1131045599' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T22:57:16.171 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:15 smithi083 bash[20114]: debug 2024-09-20T22:57:15.863+0000 7fcf51e05000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T22:57:16.171 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:15 smithi083 bash[20114]: debug 2024-09-20T22:57:15.975+0000 7fcf51e05000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T22:57:16.171 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[20114]: [20/Sep/2024:22:57:16] ENGINE Bus STARTING 2024-09-20T22:57:16.219 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:15 smithi142 bash[21240]: debug 2024-09-20T22:57:15.870+0000 7fd010bd4000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T22:57:16.220 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:15 smithi142 bash[21240]: debug 2024-09-20T22:57:15.982+0000 7fd010bd4000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T22:57:16.220 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[21240]: [20/Sep/2024:22:57:16] ENGINE Bus STARTING 2024-09-20T22:57:16.220 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[21240]: CherryPy Checker: 2024-09-20T22:57:16.221 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[21240]: The Application mounted at '' has an empty config. 2024-09-20T22:57:16.221 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[21240]: [20/Sep/2024:22:57:16] ENGINE Serving on http://:::9283 2024-09-20T22:57:16.221 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[21240]: [20/Sep/2024:22:57:16] ENGINE Bus STARTED 2024-09-20T22:57:16.222 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[19948]: cluster 2024-09-20T22:57:16.002294+0000 mon.a (mon.0) 764 : cluster [INF] Active manager daemon y restarted 2024-09-20T22:57:16.222 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[19948]: cluster 2024-09-20T22:57:16.003213+0000 mon.a (mon.0) 765 : cluster [INF] Activating manager daemon y 2024-09-20T22:57:16.222 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[19948]: cluster 2024-09-20T22:57:16.008864+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-20T22:57:16.222 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[19948]: cluster 2024-09-20T22:57:16.010548+0000 mon.a (mon.0) 767 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T22:57:16.222 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[19948]: cluster 2024-09-20T22:57:16.010641+0000 mon.a (mon.0) 768 : cluster [DBG] Standby manager daemon x started 2024-09-20T22:57:16.222 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[19948]: audit 2024-09-20T22:57:16.012623+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.142:0/1131045599' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T22:57:16.222 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[19948]: audit 2024-09-20T22:57:16.013242+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.142:0/1131045599' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T22:57:16.222 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[19948]: audit 2024-09-20T22:57:16.015666+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.142:0/1131045599' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T22:57:16.222 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:16 smithi142 bash[19948]: audit 2024-09-20T22:57:16.017137+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.142:0/1131045599' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T22:57:16.440 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[20114]: CherryPy Checker: 2024-09-20T22:57:16.440 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[20114]: The Application mounted at '' has an empty config. 2024-09-20T22:57:16.440 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[20114]: [20/Sep/2024:22:57:16] ENGINE Serving on http://:::9283 2024-09-20T22:57:16.440 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[20114]: [20/Sep/2024:22:57:16] ENGINE Bus STARTED 2024-09-20T22:57:16.732 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[20114]: [20/Sep/2024:22:57:16] ENGINE Bus STARTING 2024-09-20T22:57:17.075 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[20114]: [20/Sep/2024:22:57:16] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T22:57:17.075 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:16 smithi083 bash[20114]: [20/Sep/2024:22:57:16] ENGINE Bus STARTED 2024-09-20T22:57:17.125 INFO:teuthology.orchestra.run.smithi142.stdout:Scheduled node-exporter update... 2024-09-20T22:57:17.411 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:17 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:17.411 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: cluster 2024-09-20T22:57:16.065294+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0622612s), standbys: x 2024-09-20T22:57:17.411 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.068022+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:57:17.411 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.068269+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:57:17.411 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.068523+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:57:17.412 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.072996+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T22:57:17.412 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.073287+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T22:57:17.412 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.073910+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:57:17.412 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.074543+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:57:17.412 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.075143+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:57:17.412 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.075871+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:57:17.412 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.076359+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:57:17.412 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.077078+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:57:17.412 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.077547+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:57:17.413 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.078199+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:57:17.413 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.078670+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T22:57:17.413 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.079007+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T22:57:17.413 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.080164+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T22:57:17.413 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: cluster 2024-09-20T22:57:16.107320+0000 mon.a (mon.0) 770 : cluster [INF] Manager daemon y is now available 2024-09-20T22:57:17.413 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.128101+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.414 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.131490+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:17.414 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.133704+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:17.414 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.135512+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:17.414 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.137133+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:17.414 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.142007+0000 mon.c (mon.1) 34 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:57:17.414 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.142269+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:57:17.414 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.145135+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:57:17.414 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.147037+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]': finished 2024-09-20T22:57:17.415 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.150652+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:57:17.415 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: cephadm 2024-09-20T22:57:16.151620+0000 mgr.y (mgr.14376) 1 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T22:57:17.415 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.154854+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]': finished 2024-09-20T22:57:17.415 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.160162+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.415 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: cephadm 2024-09-20T22:57:16.165204+0000 mgr.y (mgr.14376) 2 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T22:57:17.415 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.176392+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:57:17.415 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.176723+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:57:17.415 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.185219+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:57:17.415 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.185582+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:57:17.416 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: cephadm 2024-09-20T22:57:16.525596+0000 mgr.y (mgr.14376) 3 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T22:57:17.416 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: cephadm 2024-09-20T22:57:16.553606+0000 mgr.y (mgr.14376) 4 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T22:57:17.416 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: cephadm 2024-09-20T22:57:16.615105+0000 mgr.y (mgr.14376) 5 : cephadm [INF] [20/Sep/2024:22:57:16] ENGINE Bus STARTING 2024-09-20T22:57:17.416 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.616734+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.416 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.665398+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.416 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.670291+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.416 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.676169+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-20T22:57:17.416 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.676484+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-20T22:57:17.416 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: cephadm 2024-09-20T22:57:16.732802+0000 mgr.y (mgr.14376) 6 : cephadm [INF] [20/Sep/2024:22:57:16] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T22:57:17.417 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: cephadm 2024-09-20T22:57:16.733108+0000 mgr.y (mgr.14376) 7 : cephadm [INF] [20/Sep/2024:22:57:16] ENGINE Bus STARTED 2024-09-20T22:57:17.417 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:17 smithi142 bash[19948]: audit 2024-09-20T22:57:16.740328+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: cluster 2024-09-20T22:57:16.065294+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0622612s), standbys: x 2024-09-20T22:57:17.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.068022+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:57:17.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.068269+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:57:17.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.068523+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:57:17.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.072996+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T22:57:17.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.073287+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T22:57:17.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.073910+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:57:17.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.074543+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:57:17.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.075143+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:57:17.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.075871+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:57:17.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.076359+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:57:17.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.077078+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:57:17.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.077547+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:57:17.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.078199+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:57:17.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.078670+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T22:57:17.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.079007+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T22:57:17.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.080164+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T22:57:17.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: cluster 2024-09-20T22:57:16.107320+0000 mon.a (mon.0) 770 : cluster [INF] Manager daemon y is now available 2024-09-20T22:57:17.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.128101+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: cluster 2024-09-20T22:57:16.065294+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e17: y(active, starting, since 0.0622612s), standbys: x 2024-09-20T22:57:17.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.068022+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T22:57:17.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.068269+0000 mon.c (mon.1) 15 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T22:57:17.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.068523+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T22:57:17.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.072996+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T22:57:17.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.073287+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T22:57:17.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.073910+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T22:57:17.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.074543+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T22:57:17.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.075143+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T22:57:17.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.075871+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T22:57:17.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.076359+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T22:57:17.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.077078+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T22:57:17.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.077547+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T22:57:17.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.078199+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T22:57:17.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.078670+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T22:57:17.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.079007+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T22:57:17.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.080164+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T22:57:17.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: cluster 2024-09-20T22:57:16.107320+0000 mon.a (mon.0) 770 : cluster [INF] Manager daemon y is now available 2024-09-20T22:57:17.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.128101+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.131490+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:17.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.133704+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:17.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.135512+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:17.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.137133+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:17.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.142007+0000 mon.c (mon.1) 34 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:57:17.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.142269+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:57:17.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.145135+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:57:17.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.147037+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]': finished 2024-09-20T22:57:17.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.150652+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:57:17.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: cephadm 2024-09-20T22:57:16.151620+0000 mgr.y (mgr.14376) 1 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T22:57:17.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.154854+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]': finished 2024-09-20T22:57:17.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.160162+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: cephadm 2024-09-20T22:57:16.165204+0000 mgr.y (mgr.14376) 2 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T22:57:17.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.176392+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:57:17.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.176723+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:57:17.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.185219+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:57:17.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.185582+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:57:17.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: cephadm 2024-09-20T22:57:16.525596+0000 mgr.y (mgr.14376) 3 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T22:57:17.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: cephadm 2024-09-20T22:57:16.553606+0000 mgr.y (mgr.14376) 4 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T22:57:17.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.131490+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:17.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.133704+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:17.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.135512+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:17.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.137133+0000 mon.c (mon.1) 33 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:17.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.142007+0000 mon.c (mon.1) 34 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:57:17.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.142269+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:57:17.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.145135+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:57:17.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.147037+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]': finished 2024-09-20T22:57:17.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.150652+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T22:57:17.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: cephadm 2024-09-20T22:57:16.151620+0000 mgr.y (mgr.14376) 1 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T22:57:17.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.154854+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]': finished 2024-09-20T22:57:17.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.160162+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: cephadm 2024-09-20T22:57:16.165204+0000 mgr.y (mgr.14376) 2 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T22:57:17.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.176392+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:57:17.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.176723+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:57:17.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.185219+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:57:17.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.185582+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:57:17.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: cephadm 2024-09-20T22:57:16.525596+0000 mgr.y (mgr.14376) 3 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T22:57:17.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: cephadm 2024-09-20T22:57:16.553606+0000 mgr.y (mgr.14376) 4 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T22:57:17.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: cephadm 2024-09-20T22:57:16.615105+0000 mgr.y (mgr.14376) 5 : cephadm [INF] [20/Sep/2024:22:57:16] ENGINE Bus STARTING 2024-09-20T22:57:17.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.616734+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.665398+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.670291+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.676169+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-20T22:57:17.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.676484+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-20T22:57:17.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: cephadm 2024-09-20T22:57:16.732802+0000 mgr.y (mgr.14376) 6 : cephadm [INF] [20/Sep/2024:22:57:16] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T22:57:17.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: cephadm 2024-09-20T22:57:16.733108+0000 mgr.y (mgr.14376) 7 : cephadm [INF] [20/Sep/2024:22:57:16] ENGINE Bus STARTED 2024-09-20T22:57:17.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[25244]: audit 2024-09-20T22:57:16.740328+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: cephadm 2024-09-20T22:57:16.615105+0000 mgr.y (mgr.14376) 5 : cephadm [INF] [20/Sep/2024:22:57:16] ENGINE Bus STARTING 2024-09-20T22:57:17.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.616734+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.665398+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.670291+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:17.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.676169+0000 mon.c (mon.1) 38 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-20T22:57:17.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.676484+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-20T22:57:17.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: cephadm 2024-09-20T22:57:16.732802+0000 mgr.y (mgr.14376) 6 : cephadm [INF] [20/Sep/2024:22:57:16] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T22:57:17.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: cephadm 2024-09-20T22:57:16.733108+0000 mgr.y (mgr.14376) 7 : cephadm [INF] [20/Sep/2024:22:57:16] ENGINE Bus STARTED 2024-09-20T22:57:17.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:17 smithi083 bash[19864]: audit 2024-09-20T22:57:16.740328+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:18.007 DEBUG:teuthology.orchestra.run.smithi083:node-exporter.a> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@node-exporter.a.service 2024-09-20T22:57:18.010 DEBUG:teuthology.orchestra.run.smithi142:node-exporter.b> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@node-exporter.b.service 2024-09-20T22:57:18.012 INFO:tasks.cephadm:Adding alertmanager.a on smithi083 2024-09-20T22:57:18.013 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch apply alertmanager '1;smithi083=a' 2024-09-20T22:57:18.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[19864]: audit 2024-09-20T22:57:17.085276+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-20T22:57:18.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[19864]: cluster 2024-09-20T22:57:17.085521+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e18: y(active, since 1.08249s), standbys: x 2024-09-20T22:57:18.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[19864]: audit 2024-09-20T22:57:17.098002+0000 mgr.y (mgr.14376) 8 : audit [DBG] from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi083=a;smithi142=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:57:18.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[19864]: cephadm 2024-09-20T22:57:17.103511+0000 mgr.y (mgr.14376) 9 : cephadm [INF] Saving service node-exporter spec with placement smithi083=a;smithi142=b;count:2 2024-09-20T22:57:18.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[19864]: cluster 2024-09-20T22:57:17.109579+0000 mgr.y (mgr.14376) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:18.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[19864]: audit 2024-09-20T22:57:17.118574+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:18.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[19864]: cephadm 2024-09-20T22:57:17.129627+0000 mgr.y (mgr.14376) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi142 2024-09-20T22:57:18.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[25244]: audit 2024-09-20T22:57:17.085276+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-20T22:57:18.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[25244]: cluster 2024-09-20T22:57:17.085521+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e18: y(active, since 1.08249s), standbys: x 2024-09-20T22:57:18.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[25244]: audit 2024-09-20T22:57:17.098002+0000 mgr.y (mgr.14376) 8 : audit [DBG] from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi083=a;smithi142=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:57:18.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[25244]: cephadm 2024-09-20T22:57:17.103511+0000 mgr.y (mgr.14376) 9 : cephadm [INF] Saving service node-exporter spec with placement smithi083=a;smithi142=b;count:2 2024-09-20T22:57:18.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[25244]: cluster 2024-09-20T22:57:17.109579+0000 mgr.y (mgr.14376) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:18.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[25244]: audit 2024-09-20T22:57:17.118574+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:18.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:18 smithi083 bash[25244]: cephadm 2024-09-20T22:57:17.129627+0000 mgr.y (mgr.14376) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi142 2024-09-20T22:57:18.339 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:18 smithi142 bash[19948]: audit 2024-09-20T22:57:17.085276+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-20T22:57:18.339 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:18 smithi142 bash[19948]: cluster 2024-09-20T22:57:17.085521+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e18: y(active, since 1.08249s), standbys: x 2024-09-20T22:57:18.339 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:18 smithi142 bash[19948]: audit 2024-09-20T22:57:17.098002+0000 mgr.y (mgr.14376) 8 : audit [DBG] from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi083=a;smithi142=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:57:18.339 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:18 smithi142 bash[19948]: cephadm 2024-09-20T22:57:17.103511+0000 mgr.y (mgr.14376) 9 : cephadm [INF] Saving service node-exporter spec with placement smithi083=a;smithi142=b;count:2 2024-09-20T22:57:18.340 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:18 smithi142 bash[19948]: cluster 2024-09-20T22:57:17.109579+0000 mgr.y (mgr.14376) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:18.340 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:18 smithi142 bash[19948]: audit 2024-09-20T22:57:17.118574+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:18.340 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:18 smithi142 bash[19948]: cephadm 2024-09-20T22:57:17.129627+0000 mgr.y (mgr.14376) 11 : cephadm [INF] Deploying daemon prometheus.a on smithi142 2024-09-20T22:57:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:19 smithi142 bash[19948]: cluster 2024-09-20T22:57:18.075433+0000 mgr.y (mgr.14376) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:19 smithi142 bash[19948]: cluster 2024-09-20T22:57:18.401705+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-09-20T22:57:19.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:19 smithi083 bash[19864]: cluster 2024-09-20T22:57:18.075433+0000 mgr.y (mgr.14376) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:19.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:19 smithi083 bash[19864]: cluster 2024-09-20T22:57:18.401705+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-09-20T22:57:19.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:19 smithi083 bash[25244]: cluster 2024-09-20T22:57:18.075433+0000 mgr.y (mgr.14376) 12 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:19.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:19 smithi083 bash[25244]: cluster 2024-09-20T22:57:18.401705+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e19: y(active, since 2s), standbys: x 2024-09-20T22:57:21.658 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:21 smithi142 bash[19948]: cluster 2024-09-20T22:57:20.076010+0000 mgr.y (mgr.14376) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:21.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:21 smithi083 bash[19864]: cluster 2024-09-20T22:57:20.076010+0000 mgr.y (mgr.14376) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:21.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:21 smithi083 bash[25244]: cluster 2024-09-20T22:57:20.076010+0000 mgr.y (mgr.14376) 13 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:23.659 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:23 smithi142 bash[19948]: cluster 2024-09-20T22:57:22.076814+0000 mgr.y (mgr.14376) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:23.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:23 smithi083 bash[19864]: cluster 2024-09-20T22:57:22.076814+0000 mgr.y (mgr.14376) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:23.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:23 smithi083 bash[25244]: cluster 2024-09-20T22:57:22.076814+0000 mgr.y (mgr.14376) 14 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:24.002 INFO:teuthology.orchestra.run.smithi142.stdout:Scheduled alertmanager update... 2024-09-20T22:57:25.310 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:25 smithi083 bash[19864]: audit 2024-09-20T22:57:23.989492+0000 mgr.y (mgr.14376) 15 : audit [DBG] from='client.24323 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi083=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:57:25.310 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:25 smithi083 bash[19864]: cephadm 2024-09-20T22:57:23.992909+0000 mgr.y (mgr.14376) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi083=a;count:1 2024-09-20T22:57:25.310 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:25 smithi083 bash[19864]: audit 2024-09-20T22:57:24.000920+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:25.310 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:25 smithi083 bash[19864]: cluster 2024-09-20T22:57:24.077490+0000 mgr.y (mgr.14376) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:25.311 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:25 smithi083 bash[25244]: audit 2024-09-20T22:57:23.989492+0000 mgr.y (mgr.14376) 15 : audit [DBG] from='client.24323 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi083=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:57:25.311 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:25 smithi083 bash[25244]: cephadm 2024-09-20T22:57:23.992909+0000 mgr.y (mgr.14376) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi083=a;count:1 2024-09-20T22:57:25.311 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:25 smithi083 bash[25244]: audit 2024-09-20T22:57:24.000920+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:25.311 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:25 smithi083 bash[25244]: cluster 2024-09-20T22:57:24.077490+0000 mgr.y (mgr.14376) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:25.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:25 smithi142 bash[19948]: audit 2024-09-20T22:57:23.989492+0000 mgr.y (mgr.14376) 15 : audit [DBG] from='client.24323 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi083=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:57:25.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:25 smithi142 bash[19948]: cephadm 2024-09-20T22:57:23.992909+0000 mgr.y (mgr.14376) 16 : cephadm [INF] Saving service alertmanager spec with placement smithi083=a;count:1 2024-09-20T22:57:25.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:25 smithi142 bash[19948]: audit 2024-09-20T22:57:24.000920+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:25.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:25 smithi142 bash[19948]: cluster 2024-09-20T22:57:24.077490+0000 mgr.y (mgr.14376) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:25.575 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:25 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:57:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:57:25.880 DEBUG:teuthology.orchestra.run.smithi083:alertmanager.a> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@alertmanager.a.service 2024-09-20T22:57:25.883 INFO:tasks.cephadm:Adding grafana.a on smithi142 2024-09-20T22:57:25.883 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph orch apply grafana '1;smithi142=a' 2024-09-20T22:57:26.075 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:25 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:57:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:57:26.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:26 smithi142 bash[19948]: audit 2024-09-20T22:57:25.457788+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:26 smithi142 bash[19948]: audit 2024-09-20T22:57:25.472677+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:26 smithi142 bash[19948]: audit 2024-09-20T22:57:25.859506+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:26 smithi142 bash[19948]: audit 2024-09-20T22:57:25.870803+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:26.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:26 smithi083 bash[25244]: audit 2024-09-20T22:57:25.457788+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:26.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:26 smithi083 bash[25244]: audit 2024-09-20T22:57:25.472677+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:26.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:26 smithi083 bash[25244]: audit 2024-09-20T22:57:25.859506+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:26.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:26 smithi083 bash[25244]: audit 2024-09-20T22:57:25.870803+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:26 smithi083 bash[19864]: audit 2024-09-20T22:57:25.457788+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:26.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:26 smithi083 bash[19864]: audit 2024-09-20T22:57:25.472677+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:26 smithi083 bash[19864]: audit 2024-09-20T22:57:25.859506+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:26.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:26 smithi083 bash[19864]: audit 2024-09-20T22:57:25.870803+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:28.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:27 smithi142 bash[19948]: cluster 2024-09-20T22:57:26.078093+0000 mgr.y (mgr.14376) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:28.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:27 smithi083 bash[19864]: cluster 2024-09-20T22:57:26.078093+0000 mgr.y (mgr.14376) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:28.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:27 smithi083 bash[25244]: cluster 2024-09-20T22:57:26.078093+0000 mgr.y (mgr.14376) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:30.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:29 smithi142 bash[19948]: cluster 2024-09-20T22:57:28.078729+0000 mgr.y (mgr.14376) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:30.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:29 smithi083 bash[19864]: cluster 2024-09-20T22:57:28.078729+0000 mgr.y (mgr.14376) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:30.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:29 smithi083 bash[25244]: cluster 2024-09-20T22:57:28.078729+0000 mgr.y (mgr.14376) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:30.723 INFO:teuthology.orchestra.run.smithi142.stdout:Scheduled grafana update... 2024-09-20T22:57:31.716 DEBUG:teuthology.orchestra.run.smithi142:grafana.a> sudo journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@grafana.a.service 2024-09-20T22:57:31.718 INFO:tasks.cephadm:Setting up client nodes... 2024-09-20T22:57:31.719 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-20T22:57:31.973 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:31 smithi083 bash[25244]: cluster 2024-09-20T22:57:30.079302+0000 mgr.y (mgr.14376) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:31.973 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:31 smithi083 bash[25244]: audit 2024-09-20T22:57:30.710940+0000 mgr.y (mgr.14376) 21 : audit [DBG] from='client.24329 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi142=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:57:31.973 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:31 smithi083 bash[25244]: cephadm 2024-09-20T22:57:30.714213+0000 mgr.y (mgr.14376) 22 : cephadm [INF] Saving service grafana spec with placement smithi142=a;count:1 2024-09-20T22:57:31.973 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:31 smithi083 bash[25244]: audit 2024-09-20T22:57:30.721845+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:31.973 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:31 smithi083 bash[19864]: cluster 2024-09-20T22:57:30.079302+0000 mgr.y (mgr.14376) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:31.973 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:31 smithi083 bash[19864]: audit 2024-09-20T22:57:30.710940+0000 mgr.y (mgr.14376) 21 : audit [DBG] from='client.24329 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi142=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:57:31.973 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:31 smithi083 bash[19864]: cephadm 2024-09-20T22:57:30.714213+0000 mgr.y (mgr.14376) 22 : cephadm [INF] Saving service grafana spec with placement smithi142=a;count:1 2024-09-20T22:57:31.973 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:31 smithi083 bash[19864]: audit 2024-09-20T22:57:30.721845+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:31.987 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:31 smithi142 bash[19948]: cluster 2024-09-20T22:57:30.079302+0000 mgr.y (mgr.14376) 20 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:31.987 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:31 smithi142 bash[19948]: audit 2024-09-20T22:57:30.710940+0000 mgr.y (mgr.14376) 21 : audit [DBG] from='client.24329 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi142=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:57:31.988 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:31 smithi142 bash[19948]: cephadm 2024-09-20T22:57:30.714213+0000 mgr.y (mgr.14376) 22 : cephadm [INF] Saving service grafana spec with placement smithi142=a;count:1 2024-09-20T22:57:31.988 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:31 smithi142 bash[19948]: audit 2024-09-20T22:57:30.721845+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:33.950 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:33 smithi142 bash[19948]: cluster 2024-09-20T22:57:32.079913+0000 mgr.y (mgr.14376) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:34.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:33 smithi083 bash[19864]: cluster 2024-09-20T22:57:32.079913+0000 mgr.y (mgr.14376) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:34.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:33 smithi083 bash[25244]: cluster 2024-09-20T22:57:32.079913+0000 mgr.y (mgr.14376) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:34.596 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.596 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.596 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.597 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.597 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.597 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.597 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.957 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.957 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.957 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.957 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.958 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.958 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.958 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.958 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.958 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:34.958 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:34 smithi142 systemd[1]: Started Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:57:35.117 INFO:teuthology.orchestra.run.smithi083.stdout:[client.0] 2024-09-20T22:57:35.117 INFO:teuthology.orchestra.run.smithi083.stdout: key = AQDf/e1mFGOxBhAADcd1hc72VM+uqOXiOYEUgQ== 2024-09-20T22:57:35.800 DEBUG:teuthology.orchestra.run.smithi083:> set -ex 2024-09-20T22:57:35.800 DEBUG:teuthology.orchestra.run.smithi083:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-20T22:57:35.800 DEBUG:teuthology.orchestra.run.smithi083:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-20T22:57:35.823 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-20T22:57:36.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: cluster 2024-09-20T22:57:34.080598+0000 mgr.y (mgr.14376) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:36.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.853262+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.855469+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:36.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.856663+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:36.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.857401+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:36.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.863384+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: cephadm 2024-09-20T22:57:34.863941+0000 mgr.y (mgr.14376) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.868038+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.868578+0000 mgr.y (mgr.14376) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.869510+0000 mon.c (mon.1) 43 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.142:9095"}]: dispatch 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.869915+0000 mgr.y (mgr.14376) 27 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.142:9095"}]: dispatch 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.878330+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.881038+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.882216+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.883144+0000 mon.c (mon.1) 46 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.892473+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: cephadm 2024-09-20T22:57:34.894048+0000 mgr.y (mgr.14376) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.896031+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:36.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.897190+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:36.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: cluster 2024-09-20T22:57:34.080598+0000 mgr.y (mgr.14376) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:36.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.853262+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.855469+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:36.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.856663+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:36.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.857401+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:36.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.863384+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: cephadm 2024-09-20T22:57:34.863941+0000 mgr.y (mgr.14376) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:57:36.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.868038+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T22:57:36.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.868578+0000 mgr.y (mgr.14376) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T22:57:36.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.869510+0000 mon.c (mon.1) 43 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.142:9095"}]: dispatch 2024-09-20T22:57:36.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.869915+0000 mgr.y (mgr.14376) 27 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.142:9095"}]: dispatch 2024-09-20T22:57:36.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.878330+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.881038+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:36.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.882216+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:36.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.883144+0000 mon.c (mon.1) 46 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:36.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.892473+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: cephadm 2024-09-20T22:57:34.894048+0000 mgr.y (mgr.14376) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:57:36.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.896031+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:36.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.897190+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:36.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.897875+0000 mon.c (mon.1) 49 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:36.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:34.906423+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: cephadm 2024-09-20T22:57:34.906954+0000 mgr.y (mgr.14376) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:57:36.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:35.112098+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.83:0/708403660' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-20T22:57:36.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[19864]: audit 2024-09-20T22:57:35.117777+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.83:0/708403660' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-20T22:57:36.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.897875+0000 mon.c (mon.1) 49 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:36.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:34.906423+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: cephadm 2024-09-20T22:57:34.906954+0000 mgr.y (mgr.14376) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:57:36.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:35.112098+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.83:0/708403660' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-20T22:57:36.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:35 smithi083 bash[25244]: audit 2024-09-20T22:57:35.117777+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.83:0/708403660' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-20T22:57:36.111 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: cluster 2024-09-20T22:57:34.080598+0000 mgr.y (mgr.14376) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:36.112 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.853262+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.112 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.855469+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:36.112 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.856663+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:36.113 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.857401+0000 mon.c (mon.1) 41 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:36.113 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.863384+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.113 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: cephadm 2024-09-20T22:57:34.863941+0000 mgr.y (mgr.14376) 25 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:57:36.113 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.868038+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T22:57:36.113 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.868578+0000 mgr.y (mgr.14376) 26 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T22:57:36.113 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.869510+0000 mon.c (mon.1) 43 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.142:9095"}]: dispatch 2024-09-20T22:57:36.113 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.869915+0000 mgr.y (mgr.14376) 27 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.142:9095"}]: dispatch 2024-09-20T22:57:36.113 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.878330+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.113 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.881038+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:36.113 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.882216+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:36.113 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.883144+0000 mon.c (mon.1) 46 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:36.114 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.892473+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.114 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: cephadm 2024-09-20T22:57:34.894048+0000 mgr.y (mgr.14376) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:57:36.114 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.896031+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:36.114 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.897190+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:36.114 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.897875+0000 mon.c (mon.1) 49 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:36.114 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:34.906423+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:36.114 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: cephadm 2024-09-20T22:57:34.906954+0000 mgr.y (mgr.14376) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:57:36.114 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:35.112098+0000 mon.a (mon.0) 799 : audit [INF] from='client.? 172.21.15.83:0/708403660' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-20T22:57:36.114 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:35 smithi142 bash[19948]: audit 2024-09-20T22:57:35.117777+0000 mon.a (mon.0) 800 : audit [INF] from='client.? 172.21.15.83:0/708403660' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-20T22:57:37.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[19948]: cluster 2024-09-20T22:57:36.081171+0000 mgr.y (mgr.14376) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:37.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[19948]: audit 2024-09-20T22:57:36.157760+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:37.549 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.226Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-20T22:57:37.549 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.226Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-09-20T22:57:37.549 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.226Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-09-20T22:57:37.549 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.226Z caller=main.go:518 level=info host_details="(Linux 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64 smithi142 (none))" 2024-09-20T22:57:37.549 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.226Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-20T22:57:37.550 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.226Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-20T22:57:37.550 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.228Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-09-20T22:57:37.550 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.229Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-09-20T22:57:37.550 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.229Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-09-20T22:57:37.550 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.234Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-20T22:57:37.550 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.235Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.577µs 2024-09-20T22:57:37.550 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.235Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-20T22:57:37.550 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.235Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-09-20T22:57:37.550 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.235Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=25.817µs wal_replay_duration=193.962µs total_replay_duration=236.296µs 2024-09-20T22:57:37.550 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.236Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-09-20T22:57:37.550 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.236Z caller=main.go:947 level=info msg="TSDB started" 2024-09-20T22:57:37.551 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.236Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-20T22:57:37.551 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.255Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.924074ms db_storage=882ns remote_storage=1.627µs web_handler=375ns query_engine=1.381µs scrape=363.562µs scrape_sd=21.803µs notify=989ns notify_sd=1.725µs rules=18.265031ms 2024-09-20T22:57:37.551 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:37 smithi142 bash[38134]: ts=2024-09-20T22:57:37.255Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-09-20T22:57:37.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:37 smithi083 bash[19864]: cluster 2024-09-20T22:57:36.081171+0000 mgr.y (mgr.14376) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:37.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:37 smithi083 bash[19864]: audit 2024-09-20T22:57:36.157760+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:37.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:37 smithi083 bash[25244]: cluster 2024-09-20T22:57:36.081171+0000 mgr.y (mgr.14376) 30 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:37.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:37 smithi083 bash[25244]: audit 2024-09-20T22:57:36.157760+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:39.782 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:39 smithi142 bash[19948]: cluster 2024-09-20T22:57:38.081968+0000 mgr.y (mgr.14376) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:39.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:39 smithi083 bash[25244]: cluster 2024-09-20T22:57:38.081968+0000 mgr.y (mgr.14376) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:39.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:39 smithi083 bash[19864]: cluster 2024-09-20T22:57:38.081968+0000 mgr.y (mgr.14376) 31 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:40.371 INFO:teuthology.orchestra.run.smithi142.stdout:[client.1] 2024-09-20T22:57:40.371 INFO:teuthology.orchestra.run.smithi142.stdout: key = AQDk/e1mbiChFRAAxQKarAm1kBxIvQHtJq4BCA== 2024-09-20T22:57:40.643 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:40 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:57:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:57:40.643 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:40.934 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:40.934 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:40.934 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:40.935 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:40.935 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:40.935 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:40.936 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:40.936 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:40.936 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:40.936 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.215 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-09-20T22:57:41.216 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-20T22:57:41.216 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-20T22:57:41.235 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-20T22:57:41.235 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-20T22:57:41.235 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph mgr dump --format=json 2024-09-20T22:57:41.245 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.245 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.246 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.246 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.246 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.247 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.247 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.247 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:40 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.248 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:41 smithi083 systemd[1]: Started Ceph node-exporter.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:57:41.248 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[43127]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-09-20T22:57:41.443 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[19948]: cluster 2024-09-20T22:57:40.082684+0000 mgr.y (mgr.14376) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:41.443 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[19948]: audit 2024-09-20T22:57:40.356535+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:41.443 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[19948]: audit 2024-09-20T22:57:40.361040+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.142:0/2311210164' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-20T22:57:41.443 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[19948]: audit 2024-09-20T22:57:40.362436+0000 mon.a (mon.0) 803 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-20T22:57:41.443 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[19948]: audit 2024-09-20T22:57:40.370838+0000 mon.a (mon.0) 804 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-20T22:57:41.443 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[19948]: audit 2024-09-20T22:57:40.378330+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:41.443 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[19948]: audit 2024-09-20T22:57:40.389109+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:41.443 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[19948]: audit 2024-09-20T22:57:40.391853+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:41.443 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[19948]: audit 2024-09-20T22:57:40.393681+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:41.444 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[19948]: audit 2024-09-20T22:57:40.409261+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:41.444 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[19948]: cephadm 2024-09-20T22:57:40.418768+0000 mgr.y (mgr.14376) 33 : cephadm [INF] Deploying daemon node-exporter.a on smithi083 2024-09-20T22:57:41.444 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[19948]: audit 2024-09-20T22:57:41.118390+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:41.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.549 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.549 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.549 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.550 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.550 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.550 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.551 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[19864]: cluster 2024-09-20T22:57:40.082684+0000 mgr.y (mgr.14376) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:41.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[19864]: audit 2024-09-20T22:57:40.356535+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:41.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[19864]: audit 2024-09-20T22:57:40.361040+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.142:0/2311210164' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-20T22:57:41.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[19864]: audit 2024-09-20T22:57:40.362436+0000 mon.a (mon.0) 803 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-20T22:57:41.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[19864]: audit 2024-09-20T22:57:40.370838+0000 mon.a (mon.0) 804 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-20T22:57:41.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[19864]: audit 2024-09-20T22:57:40.378330+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:41.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[19864]: audit 2024-09-20T22:57:40.389109+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:41.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[19864]: audit 2024-09-20T22:57:40.391853+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:41.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[19864]: audit 2024-09-20T22:57:40.393681+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:41.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[19864]: audit 2024-09-20T22:57:40.409261+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:41.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[19864]: cephadm 2024-09-20T22:57:40.418768+0000 mgr.y (mgr.14376) 33 : cephadm [INF] Deploying daemon node-exporter.a on smithi083 2024-09-20T22:57:41.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[19864]: audit 2024-09-20T22:57:41.118390+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:41.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[25244]: cluster 2024-09-20T22:57:40.082684+0000 mgr.y (mgr.14376) 32 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:41.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[25244]: audit 2024-09-20T22:57:40.356535+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:41.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[25244]: audit 2024-09-20T22:57:40.361040+0000 mon.b (mon.2) 28 : audit [INF] from='client.? 172.21.15.142:0/2311210164' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-20T22:57:41.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[25244]: audit 2024-09-20T22:57:40.362436+0000 mon.a (mon.0) 803 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-20T22:57:41.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[25244]: audit 2024-09-20T22:57:40.370838+0000 mon.a (mon.0) 804 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-20T22:57:41.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[25244]: audit 2024-09-20T22:57:40.378330+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:41.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[25244]: audit 2024-09-20T22:57:40.389109+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:57:41.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[25244]: audit 2024-09-20T22:57:40.391853+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:57:41.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[25244]: audit 2024-09-20T22:57:40.393681+0000 mon.c (mon.1) 52 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:57:41.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[25244]: audit 2024-09-20T22:57:40.409261+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:41.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[25244]: cephadm 2024-09-20T22:57:40.418768+0000 mgr.y (mgr.14376) 33 : cephadm [INF] Deploying daemon node-exporter.a on smithi083 2024-09-20T22:57:41.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[25244]: audit 2024-09-20T22:57:41.118390+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:41.777 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.777 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.778 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.778 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.778 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.778 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.778 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.778 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: Started Ceph node-exporter.b for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:57:41.779 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.779 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:41.779 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:57:41 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:42.031 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[43127]: v1.3.1: Pulling from prometheus/node-exporter 2024-09-20T22:57:42.031 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[43127]: aa2a8d90b84c: Pulling fs layer 2024-09-20T22:57:42.031 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[43127]: b45d31ee2d7f: Pulling fs layer 2024-09-20T22:57:42.031 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:41 smithi083 bash[43127]: b5db1e299295: Pulling fs layer 2024-09-20T22:57:42.073 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:41 smithi142 bash[38955]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2024-09-20T22:57:42.325 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:42 smithi083 bash[43127]: aa2a8d90b84c: Download complete 2024-09-20T22:57:42.325 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:42 smithi083 bash[43127]: b45d31ee2d7f: Verifying Checksum 2024-09-20T22:57:42.325 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:42 smithi083 bash[43127]: b45d31ee2d7f: Download complete 2024-09-20T22:57:42.325 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:42 smithi083 bash[43127]: b5db1e299295: Verifying Checksum 2024-09-20T22:57:42.325 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:42 smithi083 bash[43127]: b5db1e299295: Download complete 2024-09-20T22:57:42.325 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:42 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:42.780 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:42 smithi083 bash[43127]: aa2a8d90b84c: Pull complete 2024-09-20T22:57:43.033 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:42 smithi142 bash[19948]: cephadm 2024-09-20T22:57:41.123003+0000 mgr.y (mgr.14376) 34 : cephadm [INF] Deploying daemon node-exporter.b on smithi142 2024-09-20T22:57:43.034 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:42 smithi142 bash[19948]: audit 2024-09-20T22:57:41.823639+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:43.034 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:42 smithi142 bash[19948]: cephadm 2024-09-20T22:57:41.849233+0000 mgr.y (mgr.14376) 35 : cephadm [INF] Deploying daemon alertmanager.a on smithi083 2024-09-20T22:57:43.034 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:42 smithi142 bash[38955]: v1.3.1: Pulling from prometheus/node-exporter 2024-09-20T22:57:43.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:42 smithi083 bash[19864]: cephadm 2024-09-20T22:57:41.123003+0000 mgr.y (mgr.14376) 34 : cephadm [INF] Deploying daemon node-exporter.b on smithi142 2024-09-20T22:57:43.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:42 smithi083 bash[19864]: audit 2024-09-20T22:57:41.823639+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:43.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:42 smithi083 bash[19864]: cephadm 2024-09-20T22:57:41.849233+0000 mgr.y (mgr.14376) 35 : cephadm [INF] Deploying daemon alertmanager.a on smithi083 2024-09-20T22:57:43.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:42 smithi083 bash[25244]: cephadm 2024-09-20T22:57:41.123003+0000 mgr.y (mgr.14376) 34 : cephadm [INF] Deploying daemon node-exporter.b on smithi142 2024-09-20T22:57:43.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:42 smithi083 bash[25244]: audit 2024-09-20T22:57:41.823639+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:43.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:42 smithi083 bash[25244]: cephadm 2024-09-20T22:57:41.849233+0000 mgr.y (mgr.14376) 35 : cephadm [INF] Deploying daemon alertmanager.a on smithi083 2024-09-20T22:57:43.314 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:43 smithi142 bash[38955]: aa2a8d90b84c: Pulling fs layer 2024-09-20T22:57:43.314 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:43 smithi142 bash[38955]: b45d31ee2d7f: Pulling fs layer 2024-09-20T22:57:43.314 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:43 smithi142 bash[38955]: b5db1e299295: Pulling fs layer 2024-09-20T22:57:43.314 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:43 smithi142 bash[38955]: aa2a8d90b84c: Verifying Checksum 2024-09-20T22:57:43.314 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:43 smithi142 bash[38955]: aa2a8d90b84c: Download complete 2024-09-20T22:57:43.314 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:43 smithi142 bash[38955]: b45d31ee2d7f: Verifying Checksum 2024-09-20T22:57:43.314 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:43 smithi142 bash[38955]: b45d31ee2d7f: Download complete 2024-09-20T22:57:43.315 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:43 smithi142 bash[38955]: b5db1e299295: Download complete 2024-09-20T22:57:43.573 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:43 smithi142 bash[38955]: aa2a8d90b84c: Pull complete 2024-09-20T22:57:43.945 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:57:44.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:43 smithi142 bash[19948]: cluster 2024-09-20T22:57:42.083115+0000 mgr.y (mgr.14376) 36 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:44.073 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:43 smithi142 bash[38955]: b45d31ee2d7f: Pull complete 2024-09-20T22:57:44.325 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:43 smithi083 bash[43127]: b45d31ee2d7f: Pull complete 2024-09-20T22:57:44.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:43 smithi083 bash[19864]: cluster 2024-09-20T22:57:42.083115+0000 mgr.y (mgr.14376) 36 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:44.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:43 smithi083 bash[25244]: cluster 2024-09-20T22:57:42.083115+0000 mgr.y (mgr.14376) 36 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:44.474 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:44 smithi142 bash[38955]: b5db1e299295: Pull complete 2024-09-20T22:57:44.474 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:44 smithi142 bash[38955]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-09-20T22:57:44.740 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:44 smithi142 bash[38955]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-09-20T22:57:45.714 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:45 smithi083 bash[43127]: b5db1e299295: Pull complete 2024-09-20T22:57:45.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:45 smithi142 bash[19948]: cluster 2024-09-20T22:57:44.083507+0000 mgr.y (mgr.14376) 37 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:45.971 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:45 smithi142 bash[19948]: audit 2024-09-20T22:57:45.710756+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:45.994 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:45 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:57:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:57:45.994 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:45 smithi083 bash[25244]: cluster 2024-09-20T22:57:44.083507+0000 mgr.y (mgr.14376) 37 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:45.994 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:45 smithi083 bash[25244]: audit 2024-09-20T22:57:45.710756+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:45.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:45 smithi083 bash[19864]: cluster 2024-09-20T22:57:44.083507+0000 mgr.y (mgr.14376) 37 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:45.995 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:45 smithi083 bash[19864]: audit 2024-09-20T22:57:45.710756+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:46.325 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[43127]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2024-09-20T22:57:46.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:45 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:57:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:57:46.824 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.604Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-09-20T22:57:46.824 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.604Z 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-09-20T22:57:46.824 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z 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-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z 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-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=arp 2024-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=bcache 2024-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=bonding 2024-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=btrfs 2024-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=conntrack 2024-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=cpu 2024-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=diskstats 2024-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=dmi 2024-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=edac 2024-09-20T22:57:46.825 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=entropy 2024-09-20T22:57:46.826 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-09-20T22:57:46.826 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=filefd 2024-09-20T22:57:46.826 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=filesystem 2024-09-20T22:57:46.826 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=hwmon 2024-09-20T22:57:46.826 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=infiniband 2024-09-20T22:57:46.826 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=ipvs 2024-09-20T22:57:46.826 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.605Z caller=node_exporter.go:115 level=info collector=loadavg 2024-09-20T22:57:46.826 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=mdadm 2024-09-20T22:57:46.826 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=meminfo 2024-09-20T22:57:46.826 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=netclass 2024-09-20T22:57:46.826 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=netdev 2024-09-20T22:57:46.827 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=netstat 2024-09-20T22:57:46.827 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=nfs 2024-09-20T22:57:46.827 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=nfsd 2024-09-20T22:57:46.827 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=nvme 2024-09-20T22:57:46.827 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=os 2024-09-20T22:57:46.827 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-09-20T22:57:46.827 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=pressure 2024-09-20T22:57:46.827 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=rapl 2024-09-20T22:57:46.827 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=schedstat 2024-09-20T22:57:46.827 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=sockstat 2024-09-20T22:57:46.827 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=softnet 2024-09-20T22:57:46.827 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=stat 2024-09-20T22:57:46.828 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=tapestats 2024-09-20T22:57:46.828 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=textfile 2024-09-20T22:57:46.828 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-09-20T22:57:46.828 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=time 2024-09-20T22:57:46.828 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-09-20T22:57:46.828 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=uname 2024-09-20T22:57:46.828 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=vmstat 2024-09-20T22:57:46.828 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=xfs 2024-09-20T22:57:46.828 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:115 level=info collector=zfs 2024-09-20T22:57:46.828 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-09-20T22:57:46.828 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[38955]: ts=2024-09-20T22:57:46.606Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-09-20T22:57:46.829 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[43127]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2024-09-20T22:57:47.240 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[19948]: audit 2024-09-20T22:57:45.991993+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:47.240 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[19948]: cluster 2024-09-20T22:57:46.083923+0000 mgr.y (mgr.14376) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:47.240 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[19948]: audit 2024-09-20T22:57:46.167544+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:47.240 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[19948]: audit 2024-09-20T22:57:46.965087+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:47.240 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:46 smithi142 bash[19948]: audit 2024-09-20T22:57:46.972641+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:47.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:57:46] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:57:47.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[19864]: audit 2024-09-20T22:57:45.991993+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:47.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[19864]: cluster 2024-09-20T22:57:46.083923+0000 mgr.y (mgr.14376) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:47.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[19864]: audit 2024-09-20T22:57:46.167544+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:47.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[19864]: audit 2024-09-20T22:57:46.965087+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:47.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[19864]: audit 2024-09-20T22:57:46.972641+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[25244]: audit 2024-09-20T22:57:45.991993+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[25244]: cluster 2024-09-20T22:57:46.083923+0000 mgr.y (mgr.14376) 38 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[25244]: audit 2024-09-20T22:57:46.167544+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[25244]: audit 2024-09-20T22:57:46.965087+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:46 smithi083 bash[25244]: audit 2024-09-20T22:57:46.972641+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:49.759 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[25244]: cluster 2024-09-20T22:57:48.084661+0000 mgr.y (mgr.14376) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:49.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[19864]: cluster 2024-09-20T22:57:48.084661+0000 mgr.y (mgr.14376) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:49.759 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:49 smithi142 bash[19948]: cluster 2024-09-20T22:57:48.084661+0000 mgr.y (mgr.14376) 39 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:50.075 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:57:49] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:57:50.075 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.911Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2024-09-20T22:57:50.075 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.911Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2024-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.911Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2024-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.911Z 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-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2024-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=arp 2024-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=bcache 2024-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=bonding 2024-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=btrfs 2024-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=conntrack 2024-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=cpu 2024-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=cpufreq 2024-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=diskstats 2024-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=dmi 2024-09-20T22:57:50.076 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=edac 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=entropy 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=fibrechannel 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=filefd 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=filesystem 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=hwmon 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=infiniband 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=ipvs 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=loadavg 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=mdadm 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=meminfo 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=netclass 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=netdev 2024-09-20T22:57:50.077 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=netstat 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=nfs 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=nfsd 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=nvme 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=os 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=pressure 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=rapl 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=schedstat 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=sockstat 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=softnet 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=stat 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=tapestats 2024-09-20T22:57:50.078 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=textfile 2024-09-20T22:57:50.079 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=thermal_zone 2024-09-20T22:57:50.079 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=time 2024-09-20T22:57:50.079 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=udp_queues 2024-09-20T22:57:50.079 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=uname 2024-09-20T22:57:50.079 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=vmstat 2024-09-20T22:57:50.079 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=xfs 2024-09-20T22:57:50.079 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:115 level=info collector=zfs 2024-09-20T22:57:50.079 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.912Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2024-09-20T22:57:50.079 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:49 smithi083 bash[43127]: ts=2024-09-20T22:57:49.913Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2024-09-20T22:57:51.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:50 smithi142 bash[19948]: audit 2024-09-20T22:57:49.743470+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:51.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:50 smithi142 bash[19948]: audit 2024-09-20T22:57:49.757311+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:51.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:50 smithi142 bash[19948]: audit 2024-09-20T22:57:50.577596+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:51.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:50 smithi142 bash[19948]: audit 2024-09-20T22:57:50.589050+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:51.075 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:50 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:57:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:57:51.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:50 smithi083 bash[25244]: audit 2024-09-20T22:57:49.743470+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:51.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:50 smithi083 bash[25244]: audit 2024-09-20T22:57:49.757311+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:51.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:50 smithi083 bash[25244]: audit 2024-09-20T22:57:50.577596+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:51.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:50 smithi083 bash[25244]: audit 2024-09-20T22:57:50.589050+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:51.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:50 smithi083 bash[19864]: audit 2024-09-20T22:57:49.743470+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:51.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:50 smithi083 bash[19864]: audit 2024-09-20T22:57:49.757311+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:51.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:50 smithi083 bash[19864]: audit 2024-09-20T22:57:50.577596+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:51.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:50 smithi083 bash[19864]: audit 2024-09-20T22:57:50.589050+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:52.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:51 smithi142 bash[19948]: cluster 2024-09-20T22:57:50.085253+0000 mgr.y (mgr.14376) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:52.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:51 smithi083 bash[25244]: cluster 2024-09-20T22:57:50.085253+0000 mgr.y (mgr.14376) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:52.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:51 smithi083 bash[19864]: cluster 2024-09-20T22:57:50.085253+0000 mgr.y (mgr.14376) 40 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:52.166 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:57:53.034 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:52 smithi083 bash[19864]: audit 2024-09-20T22:57:52.157817+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.83:0/3288534168' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-20T22:57:53.034 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:52 smithi083 bash[25244]: audit 2024-09-20T22:57:52.157817+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.83:0/3288534168' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-20T22:57:53.035 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":19,"active_gid":14376,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6800","nonce":752934329},{"type":"v1","addr":"172.21.15.83:6801","nonce":752934329}]},"active_addr":"172.21.15.83:6801/752934329","active_change":"2024-09-20T22:57:16.003006+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24290,"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.83:8443/","prometheus":"http://172.21.15.83: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.83:0","nonce":2099588313}]},{"addrvec":[{"type":"v2","addr":"172.21.15.83:0","nonce":3965832823}]},{"addrvec":[{"type":"v2","addr":"172.21.15.83:0","nonce":2964463721}]},{"addrvec":[{"type":"v2","addr":"172.21.15.83:0","nonce":3419707688}]}]}} 2024-09-20T22:57:53.038 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-20T22:57:53.038 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-20T22:57:53.038 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-20T22:57:53.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:52 smithi142 bash[19948]: audit 2024-09-20T22:57:52.157817+0000 mon.a (mon.0) 818 : audit [DBG] from='client.? 172.21.15.83:0/3288534168' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-20T22:57:54.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:53 smithi142 bash[19948]: cluster 2024-09-20T22:57:52.085812+0000 mgr.y (mgr.14376) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:54.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:53 smithi083 bash[19864]: cluster 2024-09-20T22:57:52.085812+0000 mgr.y (mgr.14376) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:54.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:53 smithi083 bash[25244]: cluster 2024-09-20T22:57:52.085812+0000 mgr.y (mgr.14376) 41 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:55.601 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.601 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.601 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.602 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.602 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.602 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.602 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.603 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.817 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:57:55.870 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.870 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.871 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.871 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.871 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.871 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.871 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:55 smithi083 bash[19864]: cluster 2024-09-20T22:57:54.086458+0000 mgr.y (mgr.14376) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:55.872 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.872 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:55 smithi083 bash[25244]: cluster 2024-09-20T22:57:54.086458+0000 mgr.y (mgr.14376) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:55.872 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.872 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.872 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.872 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:55.872 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: Started Ceph alertmanager.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:57:55.873 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 22:57:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:56.063 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:55 smithi142 bash[19948]: cluster 2024-09-20T22:57:54.086458+0000 mgr.y (mgr.14376) 42 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:56.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:57:56 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:57:57.196 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:56 smithi083 bash[19864]: audit 2024-09-20T22:57:55.881408+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.196 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:56 smithi083 bash[19864]: audit 2024-09-20T22:57:56.019203+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.196 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:56 smithi083 bash[19864]: audit 2024-09-20T22:57:56.025560+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.196 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:56 smithi083 bash[19864]: audit 2024-09-20T22:57:56.028787+0000 mon.c (mon.1) 53 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-20T22:57:57.197 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:56 smithi083 bash[19864]: audit 2024-09-20T22:57:56.036577+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.197 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:56 smithi083 bash[19864]: audit 2024-09-20T22:57:56.180945+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.197 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:56 smithi083 bash[25244]: audit 2024-09-20T22:57:55.881408+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.197 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:56 smithi083 bash[25244]: audit 2024-09-20T22:57:56.019203+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.197 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:56 smithi083 bash[25244]: audit 2024-09-20T22:57:56.025560+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.197 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:56 smithi083 bash[25244]: audit 2024-09-20T22:57:56.028787+0000 mon.c (mon.1) 53 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-20T22:57:57.197 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:56 smithi083 bash[25244]: audit 2024-09-20T22:57:56.036577+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.197 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:56 smithi083 bash[25244]: audit 2024-09-20T22:57:56.180945+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:56 smithi142 bash[19948]: audit 2024-09-20T22:57:55.881408+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:56 smithi142 bash[19948]: audit 2024-09-20T22:57:56.019203+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:56 smithi142 bash[19948]: audit 2024-09-20T22:57:56.025560+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:56 smithi142 bash[19948]: audit 2024-09-20T22:57:56.028787+0000 mon.c (mon.1) 53 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-20T22:57:57.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:56 smithi142 bash[19948]: audit 2024-09-20T22:57:56.036577+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:57.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:56 smithi142 bash[19948]: audit 2024-09-20T22:57:56.180945+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:57:58.293 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:57 smithi083 bash[25244]: audit 2024-09-20T22:57:56.029258+0000 mgr.y (mgr.14376) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-20T22:57:58.293 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:57 smithi083 bash[25244]: cephadm 2024-09-20T22:57:56.045638+0000 mgr.y (mgr.14376) 44 : cephadm [INF] Deploying daemon grafana.a on smithi142 2024-09-20T22:57:58.293 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:57 smithi083 bash[25244]: cluster 2024-09-20T22:57:56.086914+0000 mgr.y (mgr.14376) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:58.293 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:57 smithi083 bash[19864]: audit 2024-09-20T22:57:56.029258+0000 mgr.y (mgr.14376) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-20T22:57:58.293 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:57 smithi083 bash[19864]: cephadm 2024-09-20T22:57:56.045638+0000 mgr.y (mgr.14376) 44 : cephadm [INF] Deploying daemon grafana.a on smithi142 2024-09-20T22:57:58.293 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:57 smithi083 bash[19864]: cluster 2024-09-20T22:57:56.086914+0000 mgr.y (mgr.14376) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:58.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:57 smithi142 bash[19948]: audit 2024-09-20T22:57:56.029258+0000 mgr.y (mgr.14376) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-20T22:57:58.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:57 smithi142 bash[19948]: cephadm 2024-09-20T22:57:56.045638+0000 mgr.y (mgr.14376) 44 : cephadm [INF] Deploying daemon grafana.a on smithi142 2024-09-20T22:57:58.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:57 smithi142 bash[19948]: cluster 2024-09-20T22:57:56.086914+0000 mgr.y (mgr.14376) 45 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:57:58.915 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:58 smithi083 bash[44065]: level=info ts=2024-09-20T22:57:58.786Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-09-20T22:57:58.915 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:58 smithi083 bash[44065]: level=info ts=2024-09-20T22:57:58.786Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-09-20T22:57:58.915 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:58 smithi083 bash[44065]: level=info ts=2024-09-20T22:57:58.787Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.83 port=9094 2024-09-20T22:57:59.325 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:58 smithi083 bash[44065]: level=info ts=2024-09-20T22:57:58.789Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-20T22:57:59.325 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:58 smithi083 bash[44065]: level=info ts=2024-09-20T22:57:58.824Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-20T22:57:59.325 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:58 smithi083 bash[44065]: level=info ts=2024-09-20T22:57:58.824Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-20T22:57:59.325 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:58 smithi083 bash[44065]: level=info ts=2024-09-20T22:57:58.827Z caller=main.go:518 msg=Listening address=:9093 2024-09-20T22:57:59.325 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:57:58 smithi083 bash[44065]: level=info ts=2024-09-20T22:57:58.827Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-09-20T22:58:00.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:57:59 smithi083 bash[25244]: cluster 2024-09-20T22:57:58.087555+0000 mgr.y (mgr.14376) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:00.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:57:59 smithi083 bash[19864]: cluster 2024-09-20T22:57:58.087555+0000 mgr.y (mgr.14376) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:00.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:57:59 smithi142 bash[19948]: cluster 2024-09-20T22:57:58.087555+0000 mgr.y (mgr.14376) 46 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:01.067 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:00 smithi083 bash[44065]: level=info ts=2024-09-20T22:58:00.789Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000097656s 2024-09-20T22:58:01.325 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:01 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:58:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:58:01.367 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:58:01.367 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":60,"fsid":"703a1c38-77a2-11ef-baf5-efdc52797490","created":"2024-09-20T22:49:20.096516+0000","modified":"2024-09-20T22:57:16.002403+0000","last_up_change":"2024-09-20T22:56:47.063998+0000","last_in_change":"2024-09-20T22:56:22.397732+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-09-20T22:53:41.866100+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":"b5ff36e5-971c-4f6f-bf56-69f717de0cc6","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.83:6802","nonce":183997184},{"type":"v1","addr":"172.21.15.83:6803","nonce":183997184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":183997184},{"type":"v1","addr":"172.21.15.83:6805","nonce":183997184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6808","nonce":183997184},{"type":"v1","addr":"172.21.15.83:6809","nonce":183997184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":183997184},{"type":"v1","addr":"172.21.15.83:6807","nonce":183997184}]},"public_addr":"172.21.15.83:6803/183997184","cluster_addr":"172.21.15.83:6805/183997184","heartbeat_back_addr":"172.21.15.83:6809/183997184","heartbeat_front_addr":"172.21.15.83:6807/183997184","state":["exists","up"]},{"osd":1,"uuid":"ccb6ca9a-7141-44e1-ad0e-5991ce3d82fb","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.83:6810","nonce":576161852},{"type":"v1","addr":"172.21.15.83:6811","nonce":576161852}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6812","nonce":576161852},{"type":"v1","addr":"172.21.15.83:6813","nonce":576161852}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6816","nonce":576161852},{"type":"v1","addr":"172.21.15.83:6817","nonce":576161852}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6814","nonce":576161852},{"type":"v1","addr":"172.21.15.83:6815","nonce":576161852}]},"public_addr":"172.21.15.83:6811/576161852","cluster_addr":"172.21.15.83:6813/576161852","heartbeat_back_addr":"172.21.15.83:6817/576161852","heartbeat_front_addr":"172.21.15.83:6815/576161852","state":["exists","up"]},{"osd":2,"uuid":"0a4423db-bcf2-4a42-a657-57da3955e60b","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.83:6818","nonce":2366030317},{"type":"v1","addr":"172.21.15.83:6819","nonce":2366030317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6820","nonce":2366030317},{"type":"v1","addr":"172.21.15.83:6821","nonce":2366030317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6824","nonce":2366030317},{"type":"v1","addr":"172.21.15.83:6825","nonce":2366030317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6822","nonce":2366030317},{"type":"v1","addr":"172.21.15.83:6823","nonce":2366030317}]},"public_addr":"172.21.15.83:6819/2366030317","cluster_addr":"172.21.15.83:6821/2366030317","heartbeat_back_addr":"172.21.15.83:6825/2366030317","heartbeat_front_addr":"172.21.15.83:6823/2366030317","state":["exists","up"]},{"osd":3,"uuid":"7ea5d0ee-1039-4a45-b675-0643510b9949","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.83:6826","nonce":1402576803},{"type":"v1","addr":"172.21.15.83:6827","nonce":1402576803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6828","nonce":1402576803},{"type":"v1","addr":"172.21.15.83:6829","nonce":1402576803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6832","nonce":1402576803},{"type":"v1","addr":"172.21.15.83:6833","nonce":1402576803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6830","nonce":1402576803},{"type":"v1","addr":"172.21.15.83:6831","nonce":1402576803}]},"public_addr":"172.21.15.83:6827/1402576803","cluster_addr":"172.21.15.83:6829/1402576803","heartbeat_back_addr":"172.21.15.83:6833/1402576803","heartbeat_front_addr":"172.21.15.83:6831/1402576803","state":["exists","up"]},{"osd":4,"uuid":"5596e6dd-990b-4b18-9f4a-0d7e0a23617f","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.142:6800","nonce":2210266831},{"type":"v1","addr":"172.21.15.142:6801","nonce":2210266831}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2210266831},{"type":"v1","addr":"172.21.15.142:6803","nonce":2210266831}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2210266831},{"type":"v1","addr":"172.21.15.142:6807","nonce":2210266831}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2210266831},{"type":"v1","addr":"172.21.15.142:6805","nonce":2210266831}]},"public_addr":"172.21.15.142:6801/2210266831","cluster_addr":"172.21.15.142:6803/2210266831","heartbeat_back_addr":"172.21.15.142:6807/2210266831","heartbeat_front_addr":"172.21.15.142:6805/2210266831","state":["exists","up"]},{"osd":5,"uuid":"e703d685-da24-4b07-83bc-0d234bb7fcf7","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.142:6808","nonce":2483597761},{"type":"v1","addr":"172.21.15.142:6809","nonce":2483597761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6810","nonce":2483597761},{"type":"v1","addr":"172.21.15.142:6811","nonce":2483597761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6814","nonce":2483597761},{"type":"v1","addr":"172.21.15.142:6815","nonce":2483597761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6812","nonce":2483597761},{"type":"v1","addr":"172.21.15.142:6813","nonce":2483597761}]},"public_addr":"172.21.15.142:6809/2483597761","cluster_addr":"172.21.15.142:6811/2483597761","heartbeat_back_addr":"172.21.15.142:6815/2483597761","heartbeat_front_addr":"172.21.15.142:6813/2483597761","state":["exists","up"]},{"osd":6,"uuid":"e5798660-22a5-4808-ab34-f484c725ecb0","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.142:6816","nonce":871388454},{"type":"v1","addr":"172.21.15.142:6817","nonce":871388454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6818","nonce":871388454},{"type":"v1","addr":"172.21.15.142:6819","nonce":871388454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6822","nonce":871388454},{"type":"v1","addr":"172.21.15.142:6823","nonce":871388454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6820","nonce":871388454},{"type":"v1","addr":"172.21.15.142:6821","nonce":871388454}]},"public_addr":"172.21.15.142:6817/871388454","cluster_addr":"172.21.15.142:6819/871388454","heartbeat_back_addr":"172.21.15.142:6823/871388454","heartbeat_front_addr":"172.21.15.142:6821/871388454","state":["exists","up"]},{"osd":7,"uuid":"12382aa3-a387-4057-bd78-bb20c950d43d","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.142:6824","nonce":2561122773},{"type":"v1","addr":"172.21.15.142:6825","nonce":2561122773}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6826","nonce":2561122773},{"type":"v1","addr":"172.21.15.142:6827","nonce":2561122773}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6830","nonce":2561122773},{"type":"v1","addr":"172.21.15.142:6831","nonce":2561122773}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6828","nonce":2561122773},{"type":"v1","addr":"172.21.15.142:6829","nonce":2561122773}]},"public_addr":"172.21.15.142:6825/2561122773","cluster_addr":"172.21.15.142:6827/2561122773","heartbeat_back_addr":"172.21.15.142:6831/2561122773","heartbeat_front_addr":"172.21.15.142:6829/2561122773","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-09-20T22:52:14.556471+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-09-20T22:52:56.322522+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-09-20T22:53:37.954893+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-09-20T22:54:19.070321+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-09-20T22:54:55.350884+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-09-20T22:55:32.094838+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-09-20T22:56:07.844177+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-09-20T22:56:45.737373+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.83:0/1602084603":"2024-09-21T22:57:16.002330+0000","172.21.15.83:0/3437394157":"2024-09-21T22:57:16.002330+0000","172.21.15.83:0/2625674901":"2024-09-21T22:57:16.002330+0000","172.21.15.83:6801/3418744611":"2024-09-21T22:57:16.002330+0000","172.21.15.83:6800/3418744611":"2024-09-21T22:57:16.002330+0000","172.21.15.83:0/2416376022":"2024-09-21T22:50:23.206217+0000","172.21.15.83:6801/3538731451":"2024-09-21T22:50:23.206217+0000","172.21.15.83:6800/3538731451":"2024-09-21T22:50:23.206217+0000","172.21.15.83:0/1305773853":"2024-09-21T22:50:23.206217+0000","172.21.15.83:0/1029701787":"2024-09-21T22:49:52.290259+0000","172.21.15.83:0/648346572":"2024-09-21T22:49:52.290259+0000","172.21.15.83:0/3255714462":"2024-09-21T22:57:16.002330+0000","172.21.15.83:0/3380996410":"2024-09-21T22:50:23.206217+0000","172.21.15.83:0/3975848151":"2024-09-21T22:49:52.290259+0000","172.21.15.83:6800/914051320":"2024-09-21T22:49:52.290259+0000","172.21.15.83:6801/914051320":"2024-09-21T22:49:52.290259+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-09-20T22:58:01.948 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:01 smithi083 bash[25244]: cluster 2024-09-20T22:58:00.088173+0000 mgr.y (mgr.14376) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:01.949 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:01 smithi083 bash[25244]: audit 2024-09-20T22:58:01.080591+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:01.949 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:01 smithi083 bash[25244]: audit 2024-09-20T22:58:01.365783+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.83:0/1066485520' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-20T22:58:01.949 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:01 smithi083 bash[19864]: cluster 2024-09-20T22:58:00.088173+0000 mgr.y (mgr.14376) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:01.949 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:01 smithi083 bash[19864]: audit 2024-09-20T22:58:01.080591+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:01.949 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:01 smithi083 bash[19864]: audit 2024-09-20T22:58:01.365783+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.83:0/1066485520' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-20T22:58:02.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:01 smithi142 bash[19948]: cluster 2024-09-20T22:58:00.088173+0000 mgr.y (mgr.14376) 47 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:02.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:01 smithi142 bash[19948]: audit 2024-09-20T22:58:01.080591+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:02.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:01 smithi142 bash[19948]: audit 2024-09-20T22:58:01.365783+0000 mon.c (mon.1) 54 : audit [DBG] from='client.? 172.21.15.83:0/1066485520' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-20T22:58:02.619 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-20T22:58:02.620 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd dump --format=json 2024-09-20T22:58:02.748 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:02 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:58:02] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:58:03.750 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:03 smithi083 bash[19864]: cluster 2024-09-20T22:58:02.088533+0000 mgr.y (mgr.14376) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:03.750 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:03 smithi083 bash[19864]: audit 2024-09-20T22:58:02.458711+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:03.751 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:03 smithi083 bash[19864]: audit 2024-09-20T22:58:02.463532+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:03.751 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:03 smithi083 bash[25244]: cluster 2024-09-20T22:58:02.088533+0000 mgr.y (mgr.14376) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:03.751 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:03 smithi083 bash[25244]: audit 2024-09-20T22:58:02.458711+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:03.751 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:03 smithi083 bash[25244]: audit 2024-09-20T22:58:02.463532+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:03.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:03 smithi142 bash[19948]: cluster 2024-09-20T22:58:02.088533+0000 mgr.y (mgr.14376) 48 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:03.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:03 smithi142 bash[19948]: audit 2024-09-20T22:58:02.458711+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:03.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:03 smithi142 bash[19948]: audit 2024-09-20T22:58:02.463532+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:05.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:05 smithi142 bash[19948]: cluster 2024-09-20T22:58:04.089083+0000 mgr.y (mgr.14376) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:05.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:05 smithi083 bash[19864]: cluster 2024-09-20T22:58:04.089083+0000 mgr.y (mgr.14376) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:05.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:05 smithi083 bash[25244]: cluster 2024-09-20T22:58:04.089083+0000 mgr.y (mgr.14376) 49 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:06.345 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:07.325 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:07 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:58:07] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:58:07.777 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:07 smithi083 bash[19864]: cluster 2024-09-20T22:58:06.089600+0000 mgr.y (mgr.14376) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:07.777 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:07 smithi083 bash[19864]: audit 2024-09-20T22:58:07.037452+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:07.777 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:07 smithi083 bash[19864]: audit 2024-09-20T22:58:07.043242+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:07.777 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:07 smithi083 bash[25244]: cluster 2024-09-20T22:58:06.089600+0000 mgr.y (mgr.14376) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:07.777 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:07 smithi083 bash[25244]: audit 2024-09-20T22:58:07.037452+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:07.777 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:07 smithi083 bash[25244]: audit 2024-09-20T22:58:07.043242+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:07.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:07 smithi142 bash[19948]: cluster 2024-09-20T22:58:06.089600+0000 mgr.y (mgr.14376) 50 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:07.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:07 smithi142 bash[19948]: audit 2024-09-20T22:58:07.037452+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:07.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:07 smithi142 bash[19948]: audit 2024-09-20T22:58:07.043242+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:09.075 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:09 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:58:09] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:58:09.075 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:08 smithi083 bash[44065]: level=info ts=2024-09-20T22:58:08.791Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.002150354s 2024-09-20T22:58:09.484 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:58:09.484 INFO:teuthology.orchestra.run.smithi083.stdout:{"epoch":60,"fsid":"703a1c38-77a2-11ef-baf5-efdc52797490","created":"2024-09-20T22:49:20.096516+0000","modified":"2024-09-20T22:57:16.002403+0000","last_up_change":"2024-09-20T22:56:47.063998+0000","last_in_change":"2024-09-20T22:56:22.397732+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-09-20T22:53:41.866100+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":"b5ff36e5-971c-4f6f-bf56-69f717de0cc6","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.83:6802","nonce":183997184},{"type":"v1","addr":"172.21.15.83:6803","nonce":183997184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6804","nonce":183997184},{"type":"v1","addr":"172.21.15.83:6805","nonce":183997184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6808","nonce":183997184},{"type":"v1","addr":"172.21.15.83:6809","nonce":183997184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6806","nonce":183997184},{"type":"v1","addr":"172.21.15.83:6807","nonce":183997184}]},"public_addr":"172.21.15.83:6803/183997184","cluster_addr":"172.21.15.83:6805/183997184","heartbeat_back_addr":"172.21.15.83:6809/183997184","heartbeat_front_addr":"172.21.15.83:6807/183997184","state":["exists","up"]},{"osd":1,"uuid":"ccb6ca9a-7141-44e1-ad0e-5991ce3d82fb","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.83:6810","nonce":576161852},{"type":"v1","addr":"172.21.15.83:6811","nonce":576161852}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6812","nonce":576161852},{"type":"v1","addr":"172.21.15.83:6813","nonce":576161852}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6816","nonce":576161852},{"type":"v1","addr":"172.21.15.83:6817","nonce":576161852}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6814","nonce":576161852},{"type":"v1","addr":"172.21.15.83:6815","nonce":576161852}]},"public_addr":"172.21.15.83:6811/576161852","cluster_addr":"172.21.15.83:6813/576161852","heartbeat_back_addr":"172.21.15.83:6817/576161852","heartbeat_front_addr":"172.21.15.83:6815/576161852","state":["exists","up"]},{"osd":2,"uuid":"0a4423db-bcf2-4a42-a657-57da3955e60b","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.83:6818","nonce":2366030317},{"type":"v1","addr":"172.21.15.83:6819","nonce":2366030317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6820","nonce":2366030317},{"type":"v1","addr":"172.21.15.83:6821","nonce":2366030317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6824","nonce":2366030317},{"type":"v1","addr":"172.21.15.83:6825","nonce":2366030317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6822","nonce":2366030317},{"type":"v1","addr":"172.21.15.83:6823","nonce":2366030317}]},"public_addr":"172.21.15.83:6819/2366030317","cluster_addr":"172.21.15.83:6821/2366030317","heartbeat_back_addr":"172.21.15.83:6825/2366030317","heartbeat_front_addr":"172.21.15.83:6823/2366030317","state":["exists","up"]},{"osd":3,"uuid":"7ea5d0ee-1039-4a45-b675-0643510b9949","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.83:6826","nonce":1402576803},{"type":"v1","addr":"172.21.15.83:6827","nonce":1402576803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6828","nonce":1402576803},{"type":"v1","addr":"172.21.15.83:6829","nonce":1402576803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6832","nonce":1402576803},{"type":"v1","addr":"172.21.15.83:6833","nonce":1402576803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.83:6830","nonce":1402576803},{"type":"v1","addr":"172.21.15.83:6831","nonce":1402576803}]},"public_addr":"172.21.15.83:6827/1402576803","cluster_addr":"172.21.15.83:6829/1402576803","heartbeat_back_addr":"172.21.15.83:6833/1402576803","heartbeat_front_addr":"172.21.15.83:6831/1402576803","state":["exists","up"]},{"osd":4,"uuid":"5596e6dd-990b-4b18-9f4a-0d7e0a23617f","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.142:6800","nonce":2210266831},{"type":"v1","addr":"172.21.15.142:6801","nonce":2210266831}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2210266831},{"type":"v1","addr":"172.21.15.142:6803","nonce":2210266831}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2210266831},{"type":"v1","addr":"172.21.15.142:6807","nonce":2210266831}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2210266831},{"type":"v1","addr":"172.21.15.142:6805","nonce":2210266831}]},"public_addr":"172.21.15.142:6801/2210266831","cluster_addr":"172.21.15.142:6803/2210266831","heartbeat_back_addr":"172.21.15.142:6807/2210266831","heartbeat_front_addr":"172.21.15.142:6805/2210266831","state":["exists","up"]},{"osd":5,"uuid":"e703d685-da24-4b07-83bc-0d234bb7fcf7","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.142:6808","nonce":2483597761},{"type":"v1","addr":"172.21.15.142:6809","nonce":2483597761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6810","nonce":2483597761},{"type":"v1","addr":"172.21.15.142:6811","nonce":2483597761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6814","nonce":2483597761},{"type":"v1","addr":"172.21.15.142:6815","nonce":2483597761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6812","nonce":2483597761},{"type":"v1","addr":"172.21.15.142:6813","nonce":2483597761}]},"public_addr":"172.21.15.142:6809/2483597761","cluster_addr":"172.21.15.142:6811/2483597761","heartbeat_back_addr":"172.21.15.142:6815/2483597761","heartbeat_front_addr":"172.21.15.142:6813/2483597761","state":["exists","up"]},{"osd":6,"uuid":"e5798660-22a5-4808-ab34-f484c725ecb0","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.142:6816","nonce":871388454},{"type":"v1","addr":"172.21.15.142:6817","nonce":871388454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6818","nonce":871388454},{"type":"v1","addr":"172.21.15.142:6819","nonce":871388454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6822","nonce":871388454},{"type":"v1","addr":"172.21.15.142:6823","nonce":871388454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6820","nonce":871388454},{"type":"v1","addr":"172.21.15.142:6821","nonce":871388454}]},"public_addr":"172.21.15.142:6817/871388454","cluster_addr":"172.21.15.142:6819/871388454","heartbeat_back_addr":"172.21.15.142:6823/871388454","heartbeat_front_addr":"172.21.15.142:6821/871388454","state":["exists","up"]},{"osd":7,"uuid":"12382aa3-a387-4057-bd78-bb20c950d43d","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.142:6824","nonce":2561122773},{"type":"v1","addr":"172.21.15.142:6825","nonce":2561122773}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6826","nonce":2561122773},{"type":"v1","addr":"172.21.15.142:6827","nonce":2561122773}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6830","nonce":2561122773},{"type":"v1","addr":"172.21.15.142:6831","nonce":2561122773}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6828","nonce":2561122773},{"type":"v1","addr":"172.21.15.142:6829","nonce":2561122773}]},"public_addr":"172.21.15.142:6825/2561122773","cluster_addr":"172.21.15.142:6827/2561122773","heartbeat_back_addr":"172.21.15.142:6831/2561122773","heartbeat_front_addr":"172.21.15.142:6829/2561122773","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-09-20T22:52:14.556471+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-09-20T22:52:56.322522+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-09-20T22:53:37.954893+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-09-20T22:54:19.070321+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-09-20T22:54:55.350884+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-09-20T22:55:32.094838+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-09-20T22:56:07.844177+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-09-20T22:56:45.737373+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.83:0/1602084603":"2024-09-21T22:57:16.002330+0000","172.21.15.83:0/3437394157":"2024-09-21T22:57:16.002330+0000","172.21.15.83:0/2625674901":"2024-09-21T22:57:16.002330+0000","172.21.15.83:6801/3418744611":"2024-09-21T22:57:16.002330+0000","172.21.15.83:6800/3418744611":"2024-09-21T22:57:16.002330+0000","172.21.15.83:0/2416376022":"2024-09-21T22:50:23.206217+0000","172.21.15.83:6801/3538731451":"2024-09-21T22:50:23.206217+0000","172.21.15.83:6800/3538731451":"2024-09-21T22:50:23.206217+0000","172.21.15.83:0/1305773853":"2024-09-21T22:50:23.206217+0000","172.21.15.83:0/1029701787":"2024-09-21T22:49:52.290259+0000","172.21.15.83:0/648346572":"2024-09-21T22:49:52.290259+0000","172.21.15.83:0/3255714462":"2024-09-21T22:57:16.002330+0000","172.21.15.83:0/3380996410":"2024-09-21T22:50:23.206217+0000","172.21.15.83:0/3975848151":"2024-09-21T22:49:52.290259+0000","172.21.15.83:6800/914051320":"2024-09-21T22:49:52.290259+0000","172.21.15.83:6801/914051320":"2024-09-21T22:49:52.290259+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-09-20T22:58:10.188 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-20T22:58:10.189 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-20T22:58:10.189 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-20T22:58:10.189 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph tell osd.3 flush_pg_stats 2024-09-20T22:58:10.190 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph tell osd.4 flush_pg_stats 2024-09-20T22:58:10.190 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph tell osd.5 flush_pg_stats 2024-09-20T22:58:10.190 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph tell osd.6 flush_pg_stats 2024-09-20T22:58:10.191 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph tell osd.7 flush_pg_stats 2024-09-20T22:58:10.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:09 smithi142 bash[19948]: cluster 2024-09-20T22:58:08.090172+0000 mgr.y (mgr.14376) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:10.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:09 smithi142 bash[19948]: audit 2024-09-20T22:58:08.990887+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:10.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:09 smithi142 bash[19948]: audit 2024-09-20T22:58:09.002636+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:10.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:09 smithi142 bash[19948]: audit 2024-09-20T22:58:09.482620+0000 mon.a (mon.0) 831 : audit [DBG] from='client.? 172.21.15.83:0/3113000744' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-20T22:58:10.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:09 smithi083 bash[19864]: cluster 2024-09-20T22:58:08.090172+0000 mgr.y (mgr.14376) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:10.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:09 smithi083 bash[19864]: audit 2024-09-20T22:58:08.990887+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:10.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:09 smithi083 bash[19864]: audit 2024-09-20T22:58:09.002636+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:10.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:09 smithi083 bash[19864]: audit 2024-09-20T22:58:09.482620+0000 mon.a (mon.0) 831 : audit [DBG] from='client.? 172.21.15.83:0/3113000744' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-20T22:58:10.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:09 smithi083 bash[25244]: cluster 2024-09-20T22:58:08.090172+0000 mgr.y (mgr.14376) 51 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:10.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:09 smithi083 bash[25244]: audit 2024-09-20T22:58:08.990887+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:10.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:09 smithi083 bash[25244]: audit 2024-09-20T22:58:09.002636+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:10.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:09 smithi083 bash[25244]: audit 2024-09-20T22:58:09.482620+0000 mon.a (mon.0) 831 : audit [DBG] from='client.? 172.21.15.83:0/3113000744' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-20T22:58:11.260 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:11 smithi142 bash[19948]: cluster 2024-09-20T22:58:10.090793+0000 mgr.y (mgr.14376) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:11.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:11 smithi083 bash[19864]: cluster 2024-09-20T22:58:10.090793+0000 mgr.y (mgr.14376) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:11.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:11 smithi083 bash[25244]: cluster 2024-09-20T22:58:10.090793+0000 mgr.y (mgr.14376) 52 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:13.051 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:13.051 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:13.052 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:13.052 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:13.055 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:13.056 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:13.056 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:13.057 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:13.459 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.459 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:13 smithi142 bash[19948]: cluster 2024-09-20T22:58:12.091493+0000 mgr.y (mgr.14376) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:13.460 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.460 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.460 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.460 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.461 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.461 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.461 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.461 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:13 smithi083 bash[19864]: cluster 2024-09-20T22:58:12.091493+0000 mgr.y (mgr.14376) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:13.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:13 smithi083 bash[25244]: cluster 2024-09-20T22:58:12.091493+0000 mgr.y (mgr.14376) 53 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:13.737 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.737 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.737 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.738 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.738 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.738 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.738 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.739 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.739 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.739 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:13.739 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: Started Ceph grafana.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:58:13.739 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:58:13 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:58:15.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:14 smithi142 bash[19948]: audit 2024-09-20T22:58:13.757605+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:15.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:14 smithi142 bash[19948]: audit 2024-09-20T22:58:13.762505+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:58:15.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:14 smithi142 bash[19948]: audit 2024-09-20T22:58:13.765042+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:58:15.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:14 smithi142 bash[19948]: audit 2024-09-20T22:58:13.766667+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:58:15.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:14 smithi142 bash[19948]: audit 2024-09-20T22:58:13.776909+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:15.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:14 smithi142 bash[19948]: cephadm 2024-09-20T22:58:13.778991+0000 mgr.y (mgr.14376) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:58:15.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:14 smithi142 bash[19948]: cephadm 2024-09-20T22:58:13.781923+0000 mgr.y (mgr.14376) 55 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-20T22:58:15.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:14 smithi142 bash[19948]: cephadm 2024-09-20T22:58:13.788665+0000 mgr.y (mgr.14376) 56 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi083 2024-09-20T22:58:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[19864]: audit 2024-09-20T22:58:13.757605+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[19864]: audit 2024-09-20T22:58:13.762505+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:58:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[19864]: audit 2024-09-20T22:58:13.765042+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:58:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[19864]: audit 2024-09-20T22:58:13.766667+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:58:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[19864]: audit 2024-09-20T22:58:13.776909+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[19864]: cephadm 2024-09-20T22:58:13.778991+0000 mgr.y (mgr.14376) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:58:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[19864]: cephadm 2024-09-20T22:58:13.781923+0000 mgr.y (mgr.14376) 55 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-20T22:58:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[19864]: cephadm 2024-09-20T22:58:13.788665+0000 mgr.y (mgr.14376) 56 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi083 2024-09-20T22:58:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[25244]: audit 2024-09-20T22:58:13.757605+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[25244]: audit 2024-09-20T22:58:13.762505+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:58:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[25244]: audit 2024-09-20T22:58:13.765042+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:58:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[25244]: audit 2024-09-20T22:58:13.766667+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:58:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[25244]: audit 2024-09-20T22:58:13.776909+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[25244]: cephadm 2024-09-20T22:58:13.778991+0000 mgr.y (mgr.14376) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:58:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[25244]: cephadm 2024-09-20T22:58:13.781923+0000 mgr.y (mgr.14376) 55 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-20T22:58:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:14 smithi083 bash[25244]: cephadm 2024-09-20T22:58:13.788665+0000 mgr.y (mgr.14376) 56 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi083 2024-09-20T22:58:15.579 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+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-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+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-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-09-20T22:58:15.580 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="App mode production" logger=settings 2024-09-20T22:58:15.581 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-09-20T22:58:15.581 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+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-09-20T22:58:15.581 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Starting DB migrations" logger=migrator 2024-09-20T22:58:15.581 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-09-20T22:58:15.581 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-09-20T22:58:15.581 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-09-20T22:58:15.581 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-09-20T22:58:15.581 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-09-20T22:58:15.856 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[19948]: cluster 2024-09-20T22:58:14.092284+0000 mgr.y (mgr.14376) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:15.857 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-09-20T22:58:15.857 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-09-20T22:58:15.857 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-09-20T22:58:15.857 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-09-20T22:58:15.857 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-09-20T22:58:15.857 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-20T22:58:16.031 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:15 smithi083 bash[19864]: cluster 2024-09-20T22:58:14.092284+0000 mgr.y (mgr.14376) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:16.031 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:15 smithi083 bash[25244]: cluster 2024-09-20T22:58:14.092284+0000 mgr.y (mgr.14376) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:16.134 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-09-20T22:58:16.134 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-09-20T22:58:16.134 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-09-20T22:58:16.134 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-09-20T22:58:16.134 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:15 smithi142 bash[40095]: t=2024-09-20T22:58:15+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-09-20T22:58:16.135 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-09-20T22:58:16.135 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2024-09-20T22:58:16.135 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2024-09-20T22:58:16.135 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-09-20T22:58:16.387 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-09-20T22:58:16.388 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-09-20T22:58:16.388 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-09-20T22:58:16.388 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-09-20T22:58:16.388 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-09-20T22:58:16.388 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2024-09-20T22:58:16.388 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2024-09-20T22:58:16.388 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2024-09-20T22:58:16.388 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2024-09-20T22:58:16.665 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-09-20T22:58:16.666 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2024-09-20T22:58:16.666 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2024-09-20T22:58:16.666 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2024-09-20T22:58:16.666 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2024-09-20T22:58:16.666 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2024-09-20T22:58:16.667 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2024-09-20T22:58:16.969 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[19948]: audit 2024-09-20T22:58:16.180459+0000 mon.c (mon.1) 58 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:58:16.969 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[19948]: audit 2024-09-20T22:58:16.181014+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:58:16.969 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[19948]: audit 2024-09-20T22:58:16.190858+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:16.969 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[19948]: audit 2024-09-20T22:58:16.195913+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:58:16.969 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[19948]: audit 2024-09-20T22:58:16.196247+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:58:16.970 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2024-09-20T22:58:16.970 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2024-09-20T22:58:16.970 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-09-20T22:58:16.970 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:16 smithi142 bash[40095]: t=2024-09-20T22:58:16+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-09-20T22:58:17.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:16 smithi083 bash[19864]: audit 2024-09-20T22:58:16.180459+0000 mon.c (mon.1) 58 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:58:17.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:16 smithi083 bash[19864]: audit 2024-09-20T22:58:16.181014+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:58:17.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:16 smithi083 bash[19864]: audit 2024-09-20T22:58:16.190858+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:17.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:16 smithi083 bash[19864]: audit 2024-09-20T22:58:16.195913+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:58:17.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:16 smithi083 bash[19864]: audit 2024-09-20T22:58:16.196247+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:58:17.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:16 smithi083 bash[25244]: audit 2024-09-20T22:58:16.180459+0000 mon.c (mon.1) 58 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:58:17.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:16 smithi083 bash[25244]: audit 2024-09-20T22:58:16.181014+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:58:17.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:16 smithi083 bash[25244]: audit 2024-09-20T22:58:16.190858+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:17.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:16 smithi083 bash[25244]: audit 2024-09-20T22:58:16.195913+0000 mon.c (mon.1) 59 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:58:17.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:16 smithi083 bash[25244]: audit 2024-09-20T22:58:16.196247+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:58:17.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:17 smithi142 bash[40095]: t=2024-09-20T22:58:17+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-09-20T22:58:17.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:17 smithi142 bash[40095]: t=2024-09-20T22:58:17+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-09-20T22:58:17.683 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:17 smithi142 bash[40095]: t=2024-09-20T22:58:17+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-09-20T22:58:17.683 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:17 smithi142 bash[40095]: t=2024-09-20T22:58:17+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-09-20T22:58:17.683 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:17 smithi142 bash[40095]: t=2024-09-20T22:58:17+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-09-20T22:58:17.683 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:17 smithi142 bash[40095]: t=2024-09-20T22:58:17+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2024-09-20T22:58:17.947 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:17 smithi083 bash[19864]: cluster 2024-09-20T22:58:16.092711+0000 mgr.y (mgr.14376) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:17.947 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:17 smithi083 bash[25244]: cluster 2024-09-20T22:58:16.092711+0000 mgr.y (mgr.14376) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:18.051 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:17 smithi142 bash[19948]: cluster 2024-09-20T22:58:16.092711+0000 mgr.y (mgr.14376) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:18.051 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:17 smithi142 bash[40095]: t=2024-09-20T22:58:17+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-09-20T22:58:18.051 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:17 smithi142 bash[40095]: t=2024-09-20T22:58:17+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-09-20T22:58:18.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:18 smithi142 bash[40095]: t=2024-09-20T22:58:18+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-09-20T22:58:18.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:18 smithi142 bash[40095]: t=2024-09-20T22:58:18+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-09-20T22:58:18.637 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:18 smithi142 bash[40095]: t=2024-09-20T22:58:18+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-09-20T22:58:18.638 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:18 smithi142 bash[40095]: t=2024-09-20T22:58:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-09-20T22:58:18.941 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:18 smithi142 bash[40095]: t=2024-09-20T22:58:18+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-09-20T22:58:18.941 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:18 smithi142 bash[40095]: t=2024-09-20T22:58:18+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-09-20T22:58:18.941 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:18 smithi142 bash[40095]: t=2024-09-20T22:58:18+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-20T22:58:18.941 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:18 smithi142 bash[40095]: t=2024-09-20T22:58:18+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-09-20T22:58:19.193 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:18 smithi142 bash[40095]: t=2024-09-20T22:58:18+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-09-20T22:58:19.193 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:19 smithi142 bash[40095]: t=2024-09-20T22:58:19+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-09-20T22:58:19.193 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:19 smithi142 bash[40095]: t=2024-09-20T22:58:19+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-09-20T22:58:19.193 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:19 smithi142 bash[40095]: t=2024-09-20T22:58:19+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-09-20T22:58:19.445 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:19 smithi142 bash[40095]: t=2024-09-20T22:58:19+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-09-20T22:58:19.446 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:19 smithi142 bash[40095]: t=2024-09-20T22:58:19+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-09-20T22:58:19.446 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:19 smithi142 bash[40095]: t=2024-09-20T22:58:19+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-09-20T22:58:19.446 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:19 smithi142 bash[40095]: t=2024-09-20T22:58:19+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-09-20T22:58:19.446 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:19 smithi142 bash[40095]: t=2024-09-20T22:58:19+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-09-20T22:58:19.711 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:19 smithi142 bash[40095]: t=2024-09-20T22:58:19+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-09-20T22:58:20.015 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:19 smithi142 bash[19948]: cluster 2024-09-20T22:58:18.093182+0000 mgr.y (mgr.14376) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:20.015 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:19 smithi142 bash[40095]: t=2024-09-20T22:58:19+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-09-20T22:58:20.015 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:19 smithi142 bash[40095]: t=2024-09-20T22:58:19+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-09-20T22:58:20.015 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:20 smithi142 bash[40095]: t=2024-09-20T22:58:20+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-09-20T22:58:20.089 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:19 smithi083 bash[19864]: cluster 2024-09-20T22:58:18.093182+0000 mgr.y (mgr.14376) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:20.089 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:19 smithi083 bash[25244]: cluster 2024-09-20T22:58:18.093182+0000 mgr.y (mgr.14376) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:20.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:20 smithi142 bash[40095]: t=2024-09-20T22:58:20+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-09-20T22:58:20.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:20 smithi142 bash[40095]: t=2024-09-20T22:58:20+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-09-20T22:58:20.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:20 smithi142 bash[40095]: t=2024-09-20T22:58:20+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-09-20T22:58:20.713 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:20 smithi142 bash[40095]: t=2024-09-20T22:58:20+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-09-20T22:58:20.713 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:20 smithi142 bash[40095]: t=2024-09-20T22:58:20+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-09-20T22:58:21.073 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:20 smithi142 bash[40095]: t=2024-09-20T22:58:20+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-09-20T22:58:21.073 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:20 smithi142 bash[40095]: t=2024-09-20T22:58:20+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-09-20T22:58:21.415 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-09-20T22:58:21.415 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-09-20T22:58:21.415 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-09-20T22:58:21.415 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-20T22:58:21.415 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-09-20T22:58:21.674 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-20T22:58:21.674 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-09-20T22:58:21.674 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-20T22:58:21.850 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:21 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:58:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:58:21.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[19948]: cluster 2024-09-20T22:58:20.093683+0000 mgr.y (mgr.14376) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:21.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[19948]: audit 2024-09-20T22:58:21.331285+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:21.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[19948]: audit 2024-09-20T22:58:21.346195+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:21.941 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-20T22:58:21.941 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-09-20T22:58:21.941 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-09-20T22:58:21.941 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-09-20T22:58:21.941 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2024-09-20T22:58:21.941 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2024-09-20T22:58:21.941 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2024-09-20T22:58:22.243 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:21 smithi142 bash[40095]: t=2024-09-20T22:58:21+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2024-09-20T22:58:22.243 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-09-20T22:58:22.243 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-09-20T22:58:22.244 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-09-20T22:58:22.244 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-09-20T22:58:22.244 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-09-20T22:58:22.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:21 smithi083 bash[19864]: cluster 2024-09-20T22:58:20.093683+0000 mgr.y (mgr.14376) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:22.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:21 smithi083 bash[19864]: audit 2024-09-20T22:58:21.331285+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:22.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:21 smithi083 bash[19864]: audit 2024-09-20T22:58:21.346195+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:22.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:21 smithi083 bash[25244]: cluster 2024-09-20T22:58:20.093683+0000 mgr.y (mgr.14376) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:22.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:21 smithi083 bash[25244]: audit 2024-09-20T22:58:21.331285+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:22.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:21 smithi083 bash[25244]: audit 2024-09-20T22:58:21.346195+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:22.529 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-09-20T22:58:22.529 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-09-20T22:58:22.529 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-09-20T22:58:22.529 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-09-20T22:58:22.529 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-20T22:58:22.529 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-09-20T22:58:22.529 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-09-20T22:58:22.529 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-09-20T22:58:22.790 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-09-20T22:58:22.790 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-09-20T22:58:22.790 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-09-20T22:58:22.791 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-09-20T22:58:22.791 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-09-20T22:58:22.791 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2024-09-20T22:58:22.791 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2024-09-20T22:58:22.791 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2024-09-20T22:58:23.051 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2024-09-20T22:58:23.051 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-09-20T22:58:23.051 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-09-20T22:58:23.051 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-09-20T22:58:23.051 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-09-20T22:58:23.051 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:22 smithi142 bash[40095]: t=2024-09-20T22:58:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-09-20T22:58:23.051 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:23 smithi142 bash[40095]: t=2024-09-20T22:58:23+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-09-20T22:58:23.318 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:23 smithi142 bash[40095]: t=2024-09-20T22:58:23+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-09-20T22:58:23.318 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:23 smithi142 bash[40095]: t=2024-09-20T22:58:23+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-09-20T22:58:23.318 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:23 smithi142 bash[40095]: t=2024-09-20T22:58:23+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-09-20T22:58:23.318 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:23 smithi142 bash[40095]: t=2024-09-20T22:58:23+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-09-20T22:58:23.573 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:23 smithi142 bash[40095]: t=2024-09-20T22:58:23+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-09-20T22:58:23.573 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:23 smithi142 bash[40095]: t=2024-09-20T22:58:23+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-09-20T22:58:24.024 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:23 smithi142 bash[19948]: cluster 2024-09-20T22:58:22.094252+0000 mgr.y (mgr.14376) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:24.024 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:23 smithi142 bash[40095]: t=2024-09-20T22:58:23+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-09-20T22:58:24.024 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:23 smithi142 bash[40095]: t=2024-09-20T22:58:23+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-09-20T22:58:24.024 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:23 smithi142 bash[40095]: t=2024-09-20T22:58:23+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-09-20T22:58:24.024 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:23 smithi142 bash[40095]: t=2024-09-20T22:58:23+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-09-20T22:58:24.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:23 smithi083 bash[19864]: cluster 2024-09-20T22:58:22.094252+0000 mgr.y (mgr.14376) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:24.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:23 smithi083 bash[25244]: cluster 2024-09-20T22:58:22.094252+0000 mgr.y (mgr.14376) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:24.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2024-09-20T22:58:24.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-09-20T22:58:24.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-09-20T22:58:24.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-09-20T22:58:24.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-09-20T22:58:24.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-20T22:58:24.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-20T22:58:24.278 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-09-20T22:58:24.278 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-09-20T22:58:24.555 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-09-20T22:58:24.555 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2024-09-20T22:58:24.555 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-09-20T22:58:24.555 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-09-20T22:58:24.555 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-20T22:58:24.555 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-09-20T22:58:24.555 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-09-20T22:58:24.555 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-20T22:58:24.555 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-09-20T22:58:24.575 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:24 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:58:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:58:24.823 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-09-20T22:58:24.823 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-09-20T22:58:24.823 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-09-20T22:58:24.823 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-09-20T22:58:24.823 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-09-20T22:58:24.823 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-09-20T22:58:24.824 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-09-20T22:58:24.824 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-09-20T22:58:25.103 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-09-20T22:58:25.103 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-09-20T22:58:25.103 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-09-20T22:58:25.103 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-09-20T22:58:25.103 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-09-20T22:58:25.103 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-09-20T22:58:25.103 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:24 smithi142 bash[40095]: t=2024-09-20T22:58:24+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2024-09-20T22:58:25.103 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-09-20T22:58:25.103 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-09-20T22:58:25.103 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-09-20T22:58:25.103 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-09-20T22:58:25.228 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:25 smithi083 bash[19864]: cluster 2024-09-20T22:58:24.094945+0000 mgr.y (mgr.14376) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:25.228 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:25 smithi083 bash[19864]: audit 2024-09-20T22:58:24.109499+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:25.228 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:25 smithi083 bash[19864]: audit 2024-09-20T22:58:24.122665+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:25.228 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:25 smithi083 bash[25244]: cluster 2024-09-20T22:58:24.094945+0000 mgr.y (mgr.14376) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:25.228 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:25 smithi083 bash[25244]: audit 2024-09-20T22:58:24.109499+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:25.229 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:25 smithi083 bash[25244]: audit 2024-09-20T22:58:24.122665+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:25.355 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[19948]: cluster 2024-09-20T22:58:24.094945+0000 mgr.y (mgr.14376) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:25.355 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[19948]: audit 2024-09-20T22:58:24.109499+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:25.355 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[19948]: audit 2024-09-20T22:58:24.122665+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:25.355 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-09-20T22:58:25.355 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-20T22:58:25.356 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-09-20T22:58:25.356 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-09-20T22:58:25.356 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2024-09-20T22:58:25.356 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+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-09-20T22:58:25.356 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2024-09-20T22:58:25.356 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2024-09-20T22:58:25.616 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-09-20T22:58:25.617 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-09-20T22:58:25.617 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-09-20T22:58:25.617 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-09-20T22:58:25.617 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-09-20T22:58:25.617 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-09-20T22:58:25.617 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-09-20T22:58:25.617 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-09-20T22:58:25.617 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-09-20T22:58:25.869 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-20T22:58:25.869 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-09-20T22:58:25.869 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-09-20T22:58:25.869 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-20T22:58:25.869 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-09-20T22:58:25.869 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-09-20T22:58:26.130 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-09-20T22:58:26.130 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-09-20T22:58:26.130 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-09-20T22:58:26.130 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2024-09-20T22:58:26.131 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2024-09-20T22:58:26.131 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:25 smithi142 bash[40095]: t=2024-09-20T22:58:25+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2024-09-20T22:58:26.131 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2024-09-20T22:58:26.131 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-09-20T22:58:26.131 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-09-20T22:58:26.131 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-09-20T22:58:26.400 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-09-20T22:58:26.400 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-09-20T22:58:26.400 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-09-20T22:58:26.400 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-09-20T22:58:26.400 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-09-20T22:58:26.400 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-09-20T22:58:26.400 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-09-20T22:58:26.400 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-09-20T22:58:26.400 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-09-20T22:58:26.400 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-20T22:58:26.660 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-09-20T22:58:26.660 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-09-20T22:58:26.660 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2024-09-20T22:58:26.660 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+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-09-20T22:58:26.661 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2024-09-20T22:58:26.661 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2024-09-20T22:58:26.661 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-09-20T22:58:26.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-09-20T22:58:26.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-09-20T22:58:26.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-09-20T22:58:26.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-09-20T22:58:26.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-09-20T22:58:26.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-09-20T22:58:26.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-09-20T22:58:26.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-09-20T22:58:27.198 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[19948]: cluster 2024-09-20T22:58:26.095566+0000 mgr.y (mgr.14376) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:27.199 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-09-20T22:58:27.199 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:26 smithi142 bash[40095]: t=2024-09-20T22:58:26+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-09-20T22:58:27.199 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-20T22:58:27.199 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-20T22:58:27.199 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-20T22:58:27.199 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-20T22:58:27.199 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2024-09-20T22:58:27.199 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-09-20T22:58:27.285 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:27 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:58:27] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:58:27.285 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:27 smithi083 bash[25244]: cluster 2024-09-20T22:58:26.095566+0000 mgr.y (mgr.14376) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:27.286 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:27 smithi083 bash[19864]: cluster 2024-09-20T22:58:26.095566+0000 mgr.y (mgr.14376) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:27.468 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-09-20T22:58:27.468 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-09-20T22:58:27.469 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-20T22:58:27.469 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-09-20T22:58:27.469 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-09-20T22:58:27.469 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-09-20T22:58:27.469 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-09-20T22:58:27.469 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-09-20T22:58:27.738 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-09-20T22:58:27.738 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-09-20T22:58:27.738 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-09-20T22:58:27.738 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-09-20T22:58:27.738 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2024-09-20T22:58:27.738 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-09-20T22:58:27.739 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-09-20T22:58:27.739 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-09-20T22:58:27.739 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-09-20T22:58:27.739 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-09-20T22:58:28.008 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-20T22:58:28.008 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-20T22:58:28.008 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2024-09-20T22:58:28.008 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2024-09-20T22:58:28.008 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2024-09-20T22:58:28.008 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2024-09-20T22:58:28.008 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-09-20T22:58:28.008 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:27 smithi142 bash[40095]: t=2024-09-20T22:58:27+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2024-09-20T22:58:28.008 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-09-20T22:58:28.277 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[19948]: audit 2024-09-20T22:58:27.127172+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:28.277 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[19948]: audit 2024-09-20T22:58:27.136450+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:28.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-09-20T22:58:28.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-09-20T22:58:28.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-09-20T22:58:28.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-09-20T22:58:28.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-20T22:58:28.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-09-20T22:58:28.277 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-09-20T22:58:28.432 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:28 smithi083 bash[25244]: audit 2024-09-20T22:58:27.127172+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:28.432 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:28 smithi083 bash[25244]: audit 2024-09-20T22:58:27.136450+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:28.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:28 smithi083 bash[19864]: audit 2024-09-20T22:58:27.127172+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:28.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:28 smithi083 bash[19864]: audit 2024-09-20T22:58:27.136450+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:28.546 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-09-20T22:58:28.546 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-09-20T22:58:28.546 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-09-20T22:58:28.546 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-20T22:58:28.547 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-09-20T22:58:28.547 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-09-20T22:58:28.547 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-09-20T22:58:28.547 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-09-20T22:58:28.547 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-09-20T22:58:28.815 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-09-20T22:58:28.815 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-09-20T22:58:28.815 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-09-20T22:58:28.816 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-09-20T22:58:28.816 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-09-20T22:58:28.816 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-09-20T22:58:28.816 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2024-09-20T22:58:28.816 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2024-09-20T22:58:28.849 INFO:teuthology.orchestra.run.smithi083.stdout:201863462940 2024-09-20T22:58:28.850 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.6 2024-09-20T22:58:29.073 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-09-20T22:58:29.073 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-09-20T22:58:29.073 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:28 smithi142 bash[40095]: t=2024-09-20T22:58:28+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2024-09-20T22:58:29.073 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2024-09-20T22:58:29.073 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2024-09-20T22:58:29.073 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2024-09-20T22:58:29.410 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2024-09-20T22:58:29.410 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2024-09-20T22:58:29.410 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2024-09-20T22:58:29.410 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2024-09-20T22:58:29.410 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2024-09-20T22:58:29.410 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2024-09-20T22:58:29.410 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2024-09-20T22:58:29.410 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2024-09-20T22:58:29.410 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2024-09-20T22:58:29.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:29 smithi083 bash[19864]: cluster 2024-09-20T22:58:28.096204+0000 mgr.y (mgr.14376) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:29.598 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:29 smithi083 bash[25244]: cluster 2024-09-20T22:58:28.096204+0000 mgr.y (mgr.14376) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:29.674 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[19948]: cluster 2024-09-20T22:58:28.096204+0000 mgr.y (mgr.14376) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:29.674 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2024-09-20T22:58:29.674 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2024-09-20T22:58:29.674 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-09-20T22:58:29.674 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-09-20T22:58:29.675 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2024-09-20T22:58:29.675 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2024-09-20T22:58:29.675 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2024-09-20T22:58:29.675 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+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-09-20T22:58:29.675 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2024-09-20T22:58:29.675 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2024-09-20T22:58:29.675 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-09-20T22:58:29.952 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2024-09-20T22:58:29.952 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2024-09-20T22:58:29.952 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2024-09-20T22:58:29.952 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-09-20T22:58:29.952 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2024-09-20T22:58:29.952 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2024-09-20T22:58:29.952 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2024-09-20T22:58:29.952 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2024-09-20T22:58:30.204 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:29 smithi142 bash[40095]: t=2024-09-20T22:58:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-09-20T22:58:30.204 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2024-09-20T22:58:30.204 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2024-09-20T22:58:30.205 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2024-09-20T22:58:30.205 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2024-09-20T22:58:30.205 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2024-09-20T22:58:30.205 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-09-20T22:58:30.205 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2024-09-20T22:58:30.457 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2024-09-20T22:58:30.457 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-09-20T22:58:30.457 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2024-09-20T22:58:30.457 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+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-09-20T22:58:30.457 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+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-09-20T22:58:30.457 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2024-09-20T22:58:30.457 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2024-09-20T22:58:30.458 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2024-09-20T22:58:30.735 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2024-09-20T22:58:30.735 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2024-09-20T22:58:30.735 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2024-09-20T22:58:30.735 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-09-20T22:58:30.735 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2024-09-20T22:58:30.735 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2024-09-20T22:58:30.735 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2024-09-20T22:58:30.735 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2024-09-20T22:58:30.735 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2024-09-20T22:58:30.988 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2024-09-20T22:58:30.988 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2024-09-20T22:58:30.988 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2024-09-20T22:58:30.988 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2024-09-20T22:58:30.988 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2024-09-20T22:58:30.988 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2024-09-20T22:58:30.988 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2024-09-20T22:58:30.988 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2024-09-20T22:58:30.988 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2024-09-20T22:58:30.988 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2024-09-20T22:58:31.041 INFO:teuthology.orchestra.run.smithi083.stdout:55834574913 2024-09-20T22:58:31.041 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-20T22:58:31.253 INFO:teuthology.orchestra.run.smithi083.stdout:77309411387 2024-09-20T22:58:31.253 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-20T22:58:31.257 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:30 smithi142 bash[40095]: t=2024-09-20T22:58:30+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2024-09-20T22:58:31.257 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2024-09-20T22:58:31.257 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2024-09-20T22:58:31.257 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2024-09-20T22:58:31.257 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2024-09-20T22:58:31.258 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2024-09-20T22:58:31.258 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2024-09-20T22:58:31.258 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2024-09-20T22:58:31.258 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2024-09-20T22:58:31.527 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[19948]: cluster 2024-09-20T22:58:30.096806+0000 mgr.y (mgr.14376) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:31.528 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2024-09-20T22:58:31.528 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2024-09-20T22:58:31.528 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2024-09-20T22:58:31.528 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2024-09-20T22:58:31.528 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2024-09-20T22:58:31.528 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2024-09-20T22:58:31.528 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2024-09-20T22:58:31.528 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2024-09-20T22:58:31.528 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2024-09-20T22:58:31.528 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2024-09-20T22:58:31.528 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2024-09-20T22:58:31.789 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2024-09-20T22:58:31.789 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2024-09-20T22:58:31.789 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2024-09-20T22:58:31.789 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2024-09-20T22:58:31.789 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2024-09-20T22:58:31.789 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2024-09-20T22:58:31.789 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2024-09-20T22:58:31.789 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2024-09-20T22:58:31.789 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=16.324755362s 2024-09-20T22:58:31.790 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Created default organization" logger=sqlstore 2024-09-20T22:58:31.790 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2024-09-20T22:58:31.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:31 smithi083 bash[19864]: cluster 2024-09-20T22:58:30.096806+0000 mgr.y (mgr.14376) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:31.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:31 smithi083 bash[25244]: cluster 2024-09-20T22:58:30.096806+0000 mgr.y (mgr.14376) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:32.074 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2024-09-20T22:58:32.074 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2024-09-20T22:58:32.074 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2024-09-20T22:58:32.074 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:31 smithi142 bash[40095]: t=2024-09-20T22:58:31+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2024-09-20T22:58:32.573 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:32 smithi142 bash[40095]: t=2024-09-20T22:58:32+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-09-20T22:58:32.573 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:32 smithi142 bash[40095]: t=2024-09-20T22:58:32+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-20T22:58:32.574 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:32 smithi142 bash[40095]: t=2024-09-20T22:58:32+0000 lvl=info msg="warming cache for startup" logger=ngalert 2024-09-20T22:58:32.574 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:32 smithi142 bash[40095]: t=2024-09-20T22:58:32+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2024-09-20T22:58:32.574 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:58:32 smithi142 bash[40095]: t=2024-09-20T22:58:32+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-09-20T22:58:32.608 INFO:teuthology.orchestra.run.smithi083.stdout:236223201302 2024-09-20T22:58:32.608 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.7 2024-09-20T22:58:32.713 INFO:teuthology.orchestra.run.smithi083.stdout:34359738445 2024-09-20T22:58:32.713 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-20T22:58:33.591 INFO:teuthology.orchestra.run.smithi083.stdout:111669149747 2024-09-20T22:58:33.592 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.3 2024-09-20T22:58:33.669 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:33 smithi083 bash[25244]: cluster 2024-09-20T22:58:32.097346+0000 mgr.y (mgr.14376) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:33.670 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:33 smithi083 bash[19864]: cluster 2024-09-20T22:58:32.097346+0000 mgr.y (mgr.14376) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:33.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:33 smithi142 bash[19948]: cluster 2024-09-20T22:58:32.097346+0000 mgr.y (mgr.14376) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:34.059 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:34.060 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:34.060 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:34.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:34 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:58:34] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:58:35.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:35 smithi083 bash[19864]: cluster 2024-09-20T22:58:34.097764+0000 mgr.y (mgr.14376) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:35.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:35 smithi083 bash[19864]: audit 2024-09-20T22:58:34.326477+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:35.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:35 smithi083 bash[19864]: audit 2024-09-20T22:58:34.334945+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:35.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:35 smithi083 bash[25244]: cluster 2024-09-20T22:58:34.097764+0000 mgr.y (mgr.14376) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:35.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:35 smithi083 bash[25244]: audit 2024-09-20T22:58:34.326477+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:35.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:35 smithi083 bash[25244]: audit 2024-09-20T22:58:34.334945+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:35.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:35 smithi142 bash[19948]: cluster 2024-09-20T22:58:34.097764+0000 mgr.y (mgr.14376) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:35.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:35 smithi142 bash[19948]: audit 2024-09-20T22:58:34.326477+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:35.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:35 smithi142 bash[19948]: audit 2024-09-20T22:58:34.334945+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:35.856 INFO:teuthology.orchestra.run.smithi083.stdout:133143986220 2024-09-20T22:58:35.856 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.4 2024-09-20T22:58:35.945 INFO:teuthology.orchestra.run.smithi083.stdout:167503724582 2024-09-20T22:58:35.946 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph osd last-stat-seq osd.5 2024-09-20T22:58:36.453 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:36 smithi083 systemd[1]: Stopping Ceph alertmanager.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T22:58:36.453 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:36 smithi083 bash[47125]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-alertmanager.a 2024-09-20T22:58:36.497 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:36.824 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:36 smithi083 bash[44065]: level=info ts=2024-09-20T22:58:36.454Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-09-20T22:58:37.621 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:37 smithi083 bash[19864]: cluster 2024-09-20T22:58:36.098310+0000 mgr.y (mgr.14376) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:37.621 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:37 smithi083 bash[25244]: cluster 2024-09-20T22:58:36.098310+0000 mgr.y (mgr.14376) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:37.701 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:37 smithi142 bash[19948]: cluster 2024-09-20T22:58:36.098310+0000 mgr.y (mgr.14376) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:38.281 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:38 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:58:38] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:58:38.536 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:38 smithi083 bash[47134]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-alertmanager-a 2024-09-20T22:58:38.536 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:38 smithi083 bash[47239]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-alertmanager.a 2024-09-20T22:58:38.821 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:38 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@alertmanager.a.service: Deactivated successfully. 2024-09-20T22:58:39.075 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:38 smithi083 systemd[1]: Stopped Ceph alertmanager.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:58:39.075 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:38 smithi083 systemd[1]: Started Ceph alertmanager.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:58:39.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:38 smithi083 bash[19864]: audit 2024-09-20T22:58:37.993855+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:39.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:38 smithi083 bash[19864]: audit 2024-09-20T22:58:38.007286+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:39.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:38 smithi083 bash[19864]: audit 2024-09-20T22:58:38.822199+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:39.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:38 smithi083 bash[25244]: audit 2024-09-20T22:58:37.993855+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:39.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:38 smithi083 bash[25244]: audit 2024-09-20T22:58:38.007286+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:39.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:38 smithi083 bash[25244]: audit 2024-09-20T22:58:38.822199+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:39.147 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:38 smithi142 bash[19948]: audit 2024-09-20T22:58:37.993855+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:39.147 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:38 smithi142 bash[19948]: audit 2024-09-20T22:58:38.007286+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:39.147 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:38 smithi142 bash[19948]: audit 2024-09-20T22:58:38.822199+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:39.792 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:39.793 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:40.064 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:40.064 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:58:40.267 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:39 smithi083 bash[19864]: cluster 2024-09-20T22:58:38.098932+0000 mgr.y (mgr.14376) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:40.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:39 smithi083 bash[19864]: cephadm 2024-09-20T22:58:38.824606+0000 mgr.y (mgr.14376) 70 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T22:58:40.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:39 smithi083 bash[19864]: cephadm 2024-09-20T22:58:38.828773+0000 mgr.y (mgr.14376) 71 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi142 2024-09-20T22:58:40.268 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:39 smithi083 bash[25244]: cluster 2024-09-20T22:58:38.098932+0000 mgr.y (mgr.14376) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:40.268 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:39 smithi083 bash[25244]: cephadm 2024-09-20T22:58:38.824606+0000 mgr.y (mgr.14376) 70 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T22:58:40.268 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:39 smithi083 bash[25244]: cephadm 2024-09-20T22:58:38.828773+0000 mgr.y (mgr.14376) 71 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi142 2024-09-20T22:58:40.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:39 smithi142 bash[19948]: cluster 2024-09-20T22:58:38.098932+0000 mgr.y (mgr.14376) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:40.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:39 smithi142 bash[19948]: cephadm 2024-09-20T22:58:38.824606+0000 mgr.y (mgr.14376) 70 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T22:58:40.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:39 smithi142 bash[19948]: cephadm 2024-09-20T22:58:38.828773+0000 mgr.y (mgr.14376) 71 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi142 2024-09-20T22:58:42.256 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:41 smithi142 bash[19948]: cluster 2024-09-20T22:58:40.099301+0000 mgr.y (mgr.14376) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:42.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:41 smithi083 bash[25244]: cluster 2024-09-20T22:58:40.099301+0000 mgr.y (mgr.14376) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:42.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:41 smithi083 bash[19864]: cluster 2024-09-20T22:58:40.099301+0000 mgr.y (mgr.14376) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:43.174 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:42 smithi142 systemd[1]: Stopping Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T22:58:43.174 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:42 smithi142 bash[41293]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-prometheus.a 2024-09-20T22:58:43.174 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[38134]: ts=2024-09-20T22:58:43.007Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-20T22:58:43.174 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[38134]: ts=2024-09-20T22:58:43.007Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-09-20T22:58:43.174 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[38134]: ts=2024-09-20T22:58:43.007Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-09-20T22:58:43.174 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[38134]: ts=2024-09-20T22:58:43.007Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-09-20T22:58:43.174 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[38134]: ts=2024-09-20T22:58:43.007Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-09-20T22:58:43.174 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[38134]: ts=2024-09-20T22:58:43.007Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-20T22:58:43.174 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[38134]: ts=2024-09-20T22:58:43.008Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-09-20T22:58:43.174 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[38134]: ts=2024-09-20T22:58:43.008Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-09-20T22:58:43.175 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[38134]: ts=2024-09-20T22:58:43.008Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-09-20T22:58:43.175 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[38134]: ts=2024-09-20T22:58:43.008Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-09-20T22:58:43.175 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[38134]: ts=2024-09-20T22:58:43.008Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-09-20T22:58:43.175 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[38134]: ts=2024-09-20T22:58:43.008Z caller=main.go:1066 level=info msg="See you next time!" 2024-09-20T22:58:43.428 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[19948]: cluster 2024-09-20T22:58:42.099825+0000 mgr.y (mgr.14376) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:43.428 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[41302]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-prometheus-a 2024-09-20T22:58:43.823 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 bash[41337]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-prometheus.a 2024-09-20T22:58:43.823 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@prometheus.a.service: Deactivated successfully. 2024-09-20T22:58:43.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 systemd[1]: Stopped Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:58:43.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:43 smithi142 systemd[1]: Started Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T22:58:43.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:43 smithi083 bash[19864]: cluster 2024-09-20T22:58:42.099825+0000 mgr.y (mgr.14376) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:43.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:43 smithi083 bash[25244]: cluster 2024-09-20T22:58:42.099825+0000 mgr.y (mgr.14376) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:44.602 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.600Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-20T22:58:44.603 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.600Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2024-09-20T22:58:44.603 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.600Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2024-09-20T22:58:44.603 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.600Z caller=main.go:518 level=info host_details="(Linux 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64 smithi142 (none))" 2024-09-20T22:58:44.603 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.600Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-20T22:58:44.603 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.600Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-20T22:58:44.603 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.602Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2024-09-20T22:58:44.603 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.603Z caller=main.go:923 level=info msg="Starting TSDB ..." 2024-09-20T22:58:44.603 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.598283+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:44.603 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.607664+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.608813+0000 mgr.y (mgr.14376) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.610972+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.83:9093"}]: dispatch 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.611976+0000 mgr.y (mgr.14376) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.83:9093"}]: dispatch 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.621179+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.636860+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.638455+0000 mgr.y (mgr.14376) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.659699+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.660747+0000 mgr.y (mgr.14376) 77 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.662875+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.142:3000"}]: dispatch 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.663858+0000 mgr.y (mgr.14376) 78 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.142:3000"}]: dispatch 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.676784+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.685301+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:58:44.604 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.688027+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:58:44.605 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.690186+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:58:44.605 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.707565+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:44.605 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.721778+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:58:44.605 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.724456+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:58:44.605 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.726221+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:58:44.605 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[19948]: audit 2024-09-20T22:58:43.739648+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:44.823 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.605Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2024-09-20T22:58:44.823 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.607Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-20T22:58:44.823 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.607Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.459µs 2024-09-20T22:58:44.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.607Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-20T22:58:44.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.608Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-20T22:58:44.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.608Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-20T22:58:44.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.608Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=47.527µs wal_replay_duration=1.637549ms total_replay_duration=1.70287ms 2024-09-20T22:58:44.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.610Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2024-09-20T22:58:44.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.610Z caller=main.go:947 level=info msg="TSDB started" 2024-09-20T22:58:44.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.610Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-20T22:58:44.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.629Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.999972ms db_storage=1.165µs remote_storage=1.462µs web_handler=313ns query_engine=665ns scrape=306.177µs scrape_sd=26.075µs notify=37.034µs notify_sd=36.645µs rules=18.336417ms 2024-09-20T22:58:44.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:58:44 smithi142 bash[41364]: ts=2024-09-20T22:58:44.629Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2024-09-20T22:58:45.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.598283+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:45.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.607664+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-20T22:58:45.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.608813+0000 mgr.y (mgr.14376) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-20T22:58:45.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.610972+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.83:9093"}]: dispatch 2024-09-20T22:58:45.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.611976+0000 mgr.y (mgr.14376) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.83:9093"}]: dispatch 2024-09-20T22:58:45.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.621179+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:45.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.636860+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T22:58:45.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.638455+0000 mgr.y (mgr.14376) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.659699+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.660747+0000 mgr.y (mgr.14376) 77 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.662875+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.142:3000"}]: dispatch 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.663858+0000 mgr.y (mgr.14376) 78 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.142:3000"}]: dispatch 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.676784+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.685301+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.688027+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.690186+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.707565+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.721778+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.724456+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.726221+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:58:45.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[19864]: audit 2024-09-20T22:58:43.739648+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:45.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.598283+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:45.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.607664+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-20T22:58:45.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.608813+0000 mgr.y (mgr.14376) 74 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-20T22:58:45.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.610972+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.83:9093"}]: dispatch 2024-09-20T22:58:45.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.611976+0000 mgr.y (mgr.14376) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.83:9093"}]: dispatch 2024-09-20T22:58:45.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.621179+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:45.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.636860+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T22:58:45.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.638455+0000 mgr.y (mgr.14376) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T22:58:45.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.659699+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T22:58:45.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.660747+0000 mgr.y (mgr.14376) 77 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T22:58:45.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.662875+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.142:3000"}]: dispatch 2024-09-20T22:58:45.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.663858+0000 mgr.y (mgr.14376) 78 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.142:3000"}]: dispatch 2024-09-20T22:58:45.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.676784+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:45.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.685301+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:58:45.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.688027+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:58:45.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.690186+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:58:45.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.707565+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:45.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.721778+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:58:45.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.724456+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:58:45.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.726221+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:58:45.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:44 smithi083 bash[25244]: audit 2024-09-20T22:58:43.739648+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:45.994 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:45 smithi083 bash[25244]: cluster 2024-09-20T22:58:44.100253+0000 mgr.y (mgr.14376) 79 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:45.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:45 smithi083 bash[19864]: cluster 2024-09-20T22:58:44.100253+0000 mgr.y (mgr.14376) 79 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:46.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:45 smithi142 bash[19948]: cluster 2024-09-20T22:58:44.100253+0000 mgr.y (mgr.14376) 79 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:46.344 INFO:teuthology.orchestra.run.smithi083.stdout:77309411391 2024-09-20T22:58:46.357 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:46 smithi083 bash[47267]: level=info ts=2024-09-20T22:58:46.150Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2024-09-20T22:58:46.357 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:46 smithi083 bash[47267]: level=info ts=2024-09-20T22:58:46.150Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2024-09-20T22:58:46.357 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:46 smithi083 bash[47267]: level=info ts=2024-09-20T22:58:46.153Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.83 port=9094 2024-09-20T22:58:46.357 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:46 smithi083 bash[47267]: level=info ts=2024-09-20T22:58:46.154Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-20T22:58:46.357 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:46 smithi083 bash[47267]: level=info ts=2024-09-20T22:58:46.201Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-20T22:58:46.357 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:46 smithi083 bash[47267]: level=info ts=2024-09-20T22:58:46.201Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-20T22:58:46.357 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:46 smithi083 bash[47267]: level=info ts=2024-09-20T22:58:46.205Z caller=main.go:518 msg=Listening address=:9093 2024-09-20T22:58:46.357 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:46 smithi083 bash[47267]: level=info ts=2024-09-20T22:58:46.205Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2024-09-20T22:58:46.918 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:46 smithi083 bash[19864]: audit 2024-09-20T22:58:46.345076+0000 mon.c (mon.1) 71 : audit [DBG] from='client.? 172.21.15.83:0/151017311' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-20T22:58:46.919 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:46 smithi083 bash[25244]: audit 2024-09-20T22:58:46.345076+0000 mon.c (mon.1) 71 : audit [DBG] from='client.? 172.21.15.83:0/151017311' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-20T22:58:47.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:46 smithi142 bash[19948]: audit 2024-09-20T22:58:46.345076+0000 mon.c (mon.1) 71 : audit [DBG] from='client.? 172.21.15.83:0/151017311' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-20T22:58:47.814 INFO:teuthology.orchestra.run.smithi083.stdout:201863462944 2024-09-20T22:58:48.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:47 smithi142 bash[19948]: cluster 2024-09-20T22:58:46.100628+0000 mgr.y (mgr.14376) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:48.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:47 smithi083 bash[25244]: cluster 2024-09-20T22:58:46.100628+0000 mgr.y (mgr.14376) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:48.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:47 smithi083 bash[19864]: cluster 2024-09-20T22:58:46.100628+0000 mgr.y (mgr.14376) 80 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:48.476 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:48 smithi083 bash[47267]: level=info ts=2024-09-20T22:58:48.154Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000073761s 2024-09-20T22:58:49.027 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411387 got 77309411391 for osd.2 2024-09-20T22:58:49.027 DEBUG:teuthology.parallel:result is None 2024-09-20T22:58:49.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:48 smithi083 bash[19864]: audit 2024-09-20T22:58:47.815031+0000 mon.a (mon.0) 853 : audit [DBG] from='client.? 172.21.15.83:0/4045015439' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-20T22:58:49.035 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:48 smithi083 bash[25244]: audit 2024-09-20T22:58:47.815031+0000 mon.a (mon.0) 853 : audit [DBG] from='client.? 172.21.15.83:0/4045015439' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-20T22:58:49.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:48 smithi142 bash[19948]: audit 2024-09-20T22:58:47.815031+0000 mon.a (mon.0) 853 : audit [DBG] from='client.? 172.21.15.83:0/4045015439' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-20T22:58:49.485 INFO:teuthology.orchestra.run.smithi083.stdout:236223201306 2024-09-20T22:58:49.778 INFO:teuthology.orchestra.run.smithi083.stdout:55834574918 2024-09-20T22:58:50.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:49 smithi142 bash[19948]: cluster 2024-09-20T22:58:48.101156+0000 mgr.y (mgr.14376) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:50.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:49 smithi142 bash[19948]: audit 2024-09-20T22:58:49.486841+0000 mon.c (mon.1) 72 : audit [DBG] from='client.? 172.21.15.83:0/1118712629' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-20T22:58:50.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:49 smithi083 bash[25244]: cluster 2024-09-20T22:58:48.101156+0000 mgr.y (mgr.14376) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:50.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:49 smithi083 bash[25244]: audit 2024-09-20T22:58:49.486841+0000 mon.c (mon.1) 72 : audit [DBG] from='client.? 172.21.15.83:0/1118712629' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-20T22:58:50.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:49 smithi083 bash[19864]: cluster 2024-09-20T22:58:48.101156+0000 mgr.y (mgr.14376) 81 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:50.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:49 smithi083 bash[19864]: audit 2024-09-20T22:58:49.486841+0000 mon.c (mon.1) 72 : audit [DBG] from='client.? 172.21.15.83:0/1118712629' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-20T22:58:51.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:50 smithi142 bash[19948]: audit 2024-09-20T22:58:49.779660+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.83:0/2535689686' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-20T22:58:51.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:50 smithi083 bash[25244]: audit 2024-09-20T22:58:49.779660+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.83:0/2535689686' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-20T22:58:51.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:50 smithi083 bash[19864]: audit 2024-09-20T22:58:49.779660+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.83:0/2535689686' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-20T22:58:51.512 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462940 got 201863462944 for osd.6 2024-09-20T22:58:51.513 DEBUG:teuthology.parallel:result is None 2024-09-20T22:58:51.946 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:51 smithi142 bash[19948]: cluster 2024-09-20T22:58:50.101524+0000 mgr.y (mgr.14376) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:52.092 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:51 smithi083 bash[19864]: cluster 2024-09-20T22:58:50.101524+0000 mgr.y (mgr.14376) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:52.092 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:51 smithi083 bash[25244]: cluster 2024-09-20T22:58:50.101524+0000 mgr.y (mgr.14376) 82 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:53.203 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574913 got 55834574918 for osd.1 2024-09-20T22:58:53.203 DEBUG:teuthology.parallel:result is None 2024-09-20T22:58:53.422 INFO:tasks.cephadm.ceph_manager.ceph:need seq 236223201302 got 236223201306 for osd.7 2024-09-20T22:58:53.422 DEBUG:teuthology.parallel:result is None 2024-09-20T22:58:53.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:58:53 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:58:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T22:58:53.864 INFO:teuthology.orchestra.run.smithi083.stdout:111669149751 2024-09-20T22:58:54.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:53 smithi142 bash[19948]: cluster 2024-09-20T22:58:52.101988+0000 mgr.y (mgr.14376) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:54.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:53 smithi083 bash[19864]: cluster 2024-09-20T22:58:52.101988+0000 mgr.y (mgr.14376) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:54.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:53 smithi083 bash[25244]: cluster 2024-09-20T22:58:52.101988+0000 mgr.y (mgr.14376) 83 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:54.803 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:54 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:58:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:58:54.842 INFO:teuthology.orchestra.run.smithi083.stdout:167503724586 2024-09-20T22:58:55.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:54 smithi142 bash[19948]: audit 2024-09-20T22:58:53.865544+0000 mon.c (mon.1) 74 : audit [DBG] from='client.? 172.21.15.83:0/2361538794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-20T22:58:55.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:54 smithi142 bash[19948]: audit 2024-09-20T22:58:54.448819+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:55.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:54 smithi142 bash[19948]: audit 2024-09-20T22:58:54.455460+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:55.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:54 smithi083 bash[19864]: audit 2024-09-20T22:58:53.865544+0000 mon.c (mon.1) 74 : audit [DBG] from='client.? 172.21.15.83:0/2361538794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-20T22:58:55.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:54 smithi083 bash[19864]: audit 2024-09-20T22:58:54.448819+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:55.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:54 smithi083 bash[19864]: audit 2024-09-20T22:58:54.455460+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:55.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:54 smithi083 bash[25244]: audit 2024-09-20T22:58:53.865544+0000 mon.c (mon.1) 74 : audit [DBG] from='client.? 172.21.15.83:0/2361538794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-20T22:58:55.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:54 smithi083 bash[25244]: audit 2024-09-20T22:58:54.448819+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:55.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:54 smithi083 bash[25244]: audit 2024-09-20T22:58:54.455460+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:55.782 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:55 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:58:55] "GET /metrics HTTP/1.1" 200 191523 "" "Prometheus/2.33.4" 2024-09-20T22:58:55.793 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149747 got 111669149751 for osd.3 2024-09-20T22:58:55.793 DEBUG:teuthology.parallel:result is None 2024-09-20T22:58:56.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:55 smithi142 bash[19948]: cluster 2024-09-20T22:58:54.102405+0000 mgr.y (mgr.14376) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:56.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:55 smithi142 bash[19948]: audit 2024-09-20T22:58:54.843893+0000 mon.c (mon.1) 75 : audit [DBG] from='client.? 172.21.15.83:0/699900676' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-20T22:58:56.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:55 smithi083 bash[25244]: cluster 2024-09-20T22:58:54.102405+0000 mgr.y (mgr.14376) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:56.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:55 smithi083 bash[25244]: audit 2024-09-20T22:58:54.843893+0000 mon.c (mon.1) 75 : audit [DBG] from='client.? 172.21.15.83:0/699900676' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-20T22:58:56.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:55 smithi083 bash[19864]: cluster 2024-09-20T22:58:54.102405+0000 mgr.y (mgr.14376) 84 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:56.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:55 smithi083 bash[19864]: audit 2024-09-20T22:58:54.843893+0000 mon.c (mon.1) 75 : audit [DBG] from='client.? 172.21.15.83:0/699900676' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-20T22:58:56.528 INFO:teuthology.orchestra.run.smithi083.stdout:133143986224 2024-09-20T22:58:56.541 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:58:56 smithi083 bash[47267]: level=info ts=2024-09-20T22:58:56.156Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.002169993s 2024-09-20T22:58:56.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:56 smithi083 bash[19864]: audit 2024-09-20T22:58:56.529126+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.83:0/3776820844' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-20T22:58:56.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:56 smithi083 bash[25244]: audit 2024-09-20T22:58:56.529126+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.83:0/3776820844' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-20T22:58:57.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:56 smithi142 bash[19948]: audit 2024-09-20T22:58:56.529126+0000 mon.a (mon.0) 856 : audit [DBG] from='client.? 172.21.15.83:0/3776820844' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-20T22:58:57.317 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724582 got 167503724586 for osd.5 2024-09-20T22:58:57.317 DEBUG:teuthology.parallel:result is None 2024-09-20T22:58:57.519 INFO:teuthology.orchestra.run.smithi083.stdout:34359738450 2024-09-20T22:58:58.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:57 smithi142 bash[19948]: cluster 2024-09-20T22:58:56.102928+0000 mgr.y (mgr.14376) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:58.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:57 smithi142 bash[19948]: audit 2024-09-20T22:58:57.520198+0000 mon.a (mon.0) 857 : audit [DBG] from='client.? 172.21.15.83:0/972479430' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-20T22:58:58.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:57 smithi083 bash[25244]: cluster 2024-09-20T22:58:56.102928+0000 mgr.y (mgr.14376) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:58.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:57 smithi083 bash[25244]: audit 2024-09-20T22:58:57.520198+0000 mon.a (mon.0) 857 : audit [DBG] from='client.? 172.21.15.83:0/972479430' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-20T22:58:58.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:57 smithi083 bash[19864]: cluster 2024-09-20T22:58:56.102928+0000 mgr.y (mgr.14376) 85 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:58.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:57 smithi083 bash[19864]: audit 2024-09-20T22:58:57.520198+0000 mon.a (mon.0) 857 : audit [DBG] from='client.? 172.21.15.83:0/972479430' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-20T22:58:58.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:58 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:58:58] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:58:58.709 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986220 got 133143986224 for osd.4 2024-09-20T22:58:58.709 DEBUG:teuthology.parallel:result is None 2024-09-20T22:58:59.249 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738445 got 34359738450 for osd.0 2024-09-20T22:58:59.249 DEBUG:teuthology.parallel:result is None 2024-09-20T22:58:59.249 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-20T22:58:59.249 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph pg dump --format=json 2024-09-20T22:58:59.462 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:59 smithi083 bash[25244]: cluster 2024-09-20T22:58:58.103486+0000 mgr.y (mgr.14376) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:59.463 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:59 smithi083 bash[25244]: audit 2024-09-20T22:58:58.151984+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:59.463 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:58:59 smithi083 bash[25244]: audit 2024-09-20T22:58:58.164594+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:59.463 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:59 smithi083 bash[19864]: cluster 2024-09-20T22:58:58.103486+0000 mgr.y (mgr.14376) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:59.463 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:59 smithi083 bash[19864]: audit 2024-09-20T22:58:58.151984+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:59.463 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:58:59 smithi083 bash[19864]: audit 2024-09-20T22:58:58.164594+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:59.463 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:59 smithi142 bash[19948]: cluster 2024-09-20T22:58:58.103486+0000 mgr.y (mgr.14376) 86 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:58:59.463 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:59 smithi142 bash[19948]: audit 2024-09-20T22:58:58.151984+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:59.463 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:58:59 smithi142 bash[19948]: audit 2024-09-20T22:58:58.164594+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:58:59.567 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:58:59 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:58:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:59:00.456 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:00 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:59:00] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:59:00.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:00 smithi142 bash[19948]: audit 2024-09-20T22:58:59.457662+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:00.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:00 smithi142 bash[19948]: audit 2024-09-20T22:58:59.462933+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:00.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:00 smithi142 bash[19948]: audit 2024-09-20T22:59:00.086831+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:00.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:00 smithi142 bash[19948]: audit 2024-09-20T22:59:00.092243+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:00.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:00 smithi083 bash[19864]: audit 2024-09-20T22:58:59.457662+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:00.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:00 smithi083 bash[19864]: audit 2024-09-20T22:58:59.462933+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:00.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:00 smithi083 bash[19864]: audit 2024-09-20T22:59:00.086831+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:00.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:00 smithi083 bash[19864]: audit 2024-09-20T22:59:00.092243+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:00 smithi083 bash[25244]: audit 2024-09-20T22:58:59.457662+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:00 smithi083 bash[25244]: audit 2024-09-20T22:58:59.462933+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:00 smithi083 bash[25244]: audit 2024-09-20T22:59:00.086831+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:00 smithi083 bash[25244]: audit 2024-09-20T22:59:00.092243+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:01.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:01 smithi142 bash[19948]: cluster 2024-09-20T22:59:00.103946+0000 mgr.y (mgr.14376) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:01.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:01 smithi083 bash[19864]: cluster 2024-09-20T22:59:00.103946+0000 mgr.y (mgr.14376) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:01.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:01 smithi083 bash[25244]: cluster 2024-09-20T22:59:00.103946+0000 mgr.y (mgr.14376) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:02.254 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:59:03.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:03 smithi142 bash[19948]: cluster 2024-09-20T22:59:02.104538+0000 mgr.y (mgr.14376) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:03.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:59:03 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:59:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T22:59:03.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:03 smithi083 bash[19864]: cluster 2024-09-20T22:59:02.104538+0000 mgr.y (mgr.14376) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:03.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:03 smithi083 bash[25244]: cluster 2024-09-20T22:59:02.104538+0000 mgr.y (mgr.14376) 88 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:05.117 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:59:05.119 INFO:teuthology.orchestra.run.smithi083.stderr:dumped all 2024-09-20T22:59:05.730 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:05 smithi083 bash[19864]: cluster 2024-09-20T22:59:04.105186+0000 mgr.y (mgr.14376) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:05.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:05 smithi083 bash[25244]: cluster 2024-09-20T22:59:04.105186+0000 mgr.y (mgr.14376) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:05.731 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:05 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:59:05] "GET /metrics HTTP/1.1" 200 191504 "" "Prometheus/2.33.4" 2024-09-20T22:59:05.731 INFO:teuthology.orchestra.run.smithi083.stdout:{"pg_ready":true,"pg_map":{"version":57,"stamp":"2024-09-20T22:59:04.104796+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":48972,"kb_used_data":6156,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912244,"statfs":{"total":767960285184,"available":767910137856,"internally_reserved":0,"allocated":6303744,"data_stored":3511145,"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.003060"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-09-20T22:57:16.199250+0000","last_change":"2024-09-20T22:56:50.401749+0000","last_active":"2024-09-20T22:57:16.199250+0000","last_peered":"2024-09-20T22:57:16.199250+0000","last_clean":"2024-09-20T22:57:16.199250+0000","last_became_active":"2024-09-20T22:56:50.400510+0000","last_became_peered":"2024-09-20T22:56:50.400510+0000","last_unstale":"2024-09-20T22:57:16.199250+0000","last_undegraded":"2024-09-20T22:57:16.199250+0000","last_fullsized":"2024-09-20T22:57:16.199250+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-09-20T22:53:41.883066+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-20T22:53:41.883066+0000","last_clean_scrub_stamp":"2024-09-20T22:53:41.883066+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-09-22T06:23:18.427684+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":6092,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739060,"statfs":{"total":95995035648,"available":95988797440,"internally_reserved":0,"allocated":1118208,"data_stored":769315,"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":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":0.98399999999999999,"15min":0.98399999999999999},"min":{"1min":0.67300000000000004,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.3100000000000001,"5min":1.45,"15min":1.45},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.91600000000000004,"15min":0.91000000000000003},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":2.1749999999999998,"5min":2.1749999999999998,"15min":2.1749999999999998},"last":0.47099999999999997}]},{"osd":1,"last update":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.91700000000000004,"15min":0.90900000000000003},"min":{"1min":0.628,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.27,"5min":1.27,"15min":1.27},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.97599999999999998,"5min":0.90800000000000003,"15min":0.89700000000000002},"min":{"1min":0.61299999999999999,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":2.2639999999999998,"5min":2.2639999999999998,"15min":2.2639999999999998},"last":0.57099999999999995}]},{"osd":2,"last update":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.83799999999999997,"15min":0.82799999999999996},"min":{"1min":0.628,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.482,"5min":1.482,"15min":1.482},"last":0.56000000000000005},{"interface":"front","average":{"1min":1.0069999999999999,"5min":1.002,"15min":1.0009999999999999},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.51300000000000001}]},{"osd":3,"last update":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.94199999999999995,"15min":0.93799999999999994},"min":{"1min":0.73699999999999999,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.5609999999999999,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":0.59799999999999998},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.002,"15min":0.98599999999999999},"min":{"1min":0.58999999999999997,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":2.431,"5min":2.431,"15min":2.431},"last":0.77300000000000002}]},{"osd":4,"last update":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":0.96999999999999997,"5min":0.90500000000000003,"15min":0.89400000000000002},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":2.9020000000000001,"5min":2.9020000000000001,"15min":2.9020000000000001},"last":0.62},{"interface":"front","average":{"1min":0.98299999999999998,"5min":0.94499999999999995,"15min":0.93899999999999995},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":2.944,"5min":2.944,"15min":2.944},"last":0.64100000000000001}]},{"osd":5,"last update":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.0149999999999999,"15min":1.0049999999999999},"min":{"1min":0.46500000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":3.23,"5min":3.23,"15min":3.23},"last":0.79100000000000004},{"interface":"front","average":{"1min":1.071,"5min":1,"15min":0.98799999999999999},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":3.0390000000000001,"5min":3.0390000000000001,"15min":3.0390000000000001},"last":0.65700000000000003}]},{"osd":6,"last update":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":1.121,"5min":1.0449999999999999,"15min":1.032},"min":{"1min":0.51700000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":3.149,"5min":3.149,"15min":3.149},"last":0.70799999999999996},{"interface":"front","average":{"1min":1.1439999999999999,"5min":1.0620000000000001,"15min":1.048},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":3.1080000000000001,"5min":3.1080000000000001,"15min":3.1080000000000001},"last":0.66500000000000004}]}]},{"osd":6,"up_from":47,"seq":201863462948,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6156,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738996,"statfs":{"total":95995035648,"available":95988731904,"internally_reserved":0,"allocated":1118208,"data_stored":769265,"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":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.88400000000000001,"15min":0.88200000000000001},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.91000000000000003},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.351,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.98699999999999999}]},{"osd":1,"last update":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.875,"15min":0.873},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.3300000000000001,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.84099999999999997},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.90800000000000003,"15min":0.90600000000000003},"min":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.4039999999999999,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":1.147}]},{"osd":2,"last update":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.93700000000000006,"15min":0.93300000000000005},"min":{"1min":0.56499999999999995,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.81100000000000005},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.94599999999999995,"15min":0.94899999999999995},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.29,"5min":1.29,"15min":1.29},"last":1.296}]},{"osd":3,"last update":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.90300000000000002,"15min":0.90800000000000003},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.1080000000000001,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":1.27},{"interface":"front","average":{"1min":0.997,"5min":1.006,"15min":1.008},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.4510000000000001,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.204}]},{"osd":4,"last update":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.84299999999999997,"15min":0.83199999999999996},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.4870000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.2130000000000001},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.90500000000000003,"15min":0.90700000000000003},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.296,"5min":1.296,"15min":1.296},"last":1.1830000000000001}]},{"osd":5,"last update":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.95499999999999996,"15min":0.95999999999999996},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.234,"5min":1.355,"15min":1.355},"last":1.125},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.95999999999999996,"15min":0.95899999999999996},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.3149999999999999,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.351}]},{"osd":7,"last update":"Fri Sep 20 22:58:49 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.0549999999999999,"15min":1.0509999999999999},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.5369999999999999,"5min":1.585,"15min":1.585},"last":1.0629999999999999},{"interface":"front","average":{"1min":1.0880000000000001,"5min":1.0629999999999999,"15min":1.0589999999999999},"min":{"1min":0.50900000000000001,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":1.3819999999999999}]}]},{"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":6344,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738808,"statfs":{"total":95995035648,"available":95988539392,"internally_reserved":0,"allocated":589824,"data_stored":240660,"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":"Fri Sep 20 22:58:04 2024","interfaces":[{"interface":"back","average":{"1min":0.68899999999999995,"5min":0.61199999999999999,"15min":0.53700000000000003},"min":{"1min":0.45200000000000001,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":1.044,"5min":1.044,"15min":1.044},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.73199999999999998,"5min":0.69299999999999995,"15min":0.58699999999999997},"min":{"1min":0.36699999999999999,"5min":0.31,"15min":0.31},"max":{"1min":1.026,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.44800000000000001}]},{"osd":2,"last update":"Fri Sep 20 22:58:50 2024","interfaces":[{"interface":"back","average":{"1min":0.79500000000000004,"5min":0.72699999999999998,"15min":0.67100000000000004},"min":{"1min":0.45400000000000001,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.1020000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.71299999999999997,"15min":0.63200000000000001},"min":{"1min":0.35399999999999998,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.841,"5min":1.841,"15min":1.841},"last":0.376}]},{"osd":3,"last update":"Fri Sep 20 22:58:28 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.79300000000000004,"15min":0.78000000000000003},"min":{"1min":0.505,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.1200000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.81200000000000006,"15min":0.80800000000000005},"min":{"1min":0.42899999999999999,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.173,"5min":1.173,"15min":1.173},"last":0.32500000000000001}]},{"osd":4,"last update":"Fri Sep 20 22:58:04 2024","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.95199999999999996,"15min":0.93899999999999995},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.1399999999999999,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.74299999999999999},{"interface":"front","average":{"1min":1.026,"5min":0.98899999999999999,"15min":0.97399999999999998},"min":{"1min":0.75,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.397,"5min":1.397,"15min":1.397},"last":0.71099999999999997}]},{"osd":5,"last update":"Fri Sep 20 22:58:36 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":0.995,"15min":0.96899999999999997},"min":{"1min":0.755,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.3460000000000001,"5min":1.6200000000000001,"15min":1.6200000000000001},"last":0.68200000000000005},{"interface":"front","average":{"1min":1.0049999999999999,"5min":0.93600000000000005,"15min":0.90800000000000003},"min":{"1min":0.623,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.417,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.85099999999999998}]},{"osd":6,"last update":"Fri Sep 20 22:58:16 2024","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.042,"15min":1.038},"min":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.76000000000000001},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.0900000000000001,"15min":1.0840000000000001},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.476,"5min":1.476,"15min":1.476},"last":0.60599999999999998}]},{"osd":7,"last update":"Fri Sep 20 22:58:50 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.1319999999999999,"15min":1.1279999999999999},"min":{"1min":0.73999999999999999,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.7769999999999999,"5min":1.7769999999999999,"15min":1.7769999999999999},"last":0.76600000000000001},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.1200000000000001,"15min":1.119},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.6220000000000001,"5min":1.6220000000000001,"15min":1.6220000000000001},"last":0.64000000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738452,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":"Fri Sep 20 22:58:02 2024","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.61499999999999999,"15min":0.55000000000000004},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":1.056,"5min":1.333,"15min":1.333},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.72099999999999997,"5min":0.69299999999999995,"15min":0.60199999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":1.095}]},{"osd":2,"last update":"Fri Sep 20 22:58:48 2024","interfaces":[{"interface":"back","average":{"1min":0.73499999999999999,"5min":0.71799999999999997,"15min":0.66200000000000003},"min":{"1min":0.41699999999999998,"5min":0.312,"15min":0.312},"max":{"1min":1.4159999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.74299999999999999,"5min":0.75800000000000001,"15min":0.69399999999999995},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":1.391,"5min":1.391,"15min":1.391},"last":0.75}]},{"osd":3,"last update":"Fri Sep 20 22:58:26 2024","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.78000000000000003},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":1.2370000000000001,"5min":2.4449999999999998,"15min":2.4449999999999998},"last":1.1319999999999999},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.81699999999999995,"15min":0.77500000000000002},"min":{"1min":0.39900000000000002,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":1.2050000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":0.95899999999999996}]},{"osd":4,"last update":"Fri Sep 20 22:58:00 2024","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":0.98999999999999999,"15min":0.97599999999999998},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.2270000000000001,"5min":1.234,"15min":1.234},"last":1.232},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.94699999999999995,"15min":0.95899999999999996},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.2290000000000001,"5min":2.5390000000000001,"15min":2.5390000000000001},"last":1.1200000000000001}]},{"osd":5,"last update":"Fri Sep 20 22:58:35 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":1.002,"15min":1.0129999999999999},"min":{"1min":0.47399999999999998,"5min":0.437,"15min":0.437},"max":{"1min":1.3360000000000001,"5min":1.587,"15min":1.587},"last":1.02},{"interface":"front","average":{"1min":1.0009999999999999,"5min":1.0329999999999999,"15min":1.0449999999999999},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":1.171}]},{"osd":6,"last update":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.95999999999999996,"15min":0.96399999999999997},"min":{"1min":0.64400000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.2130000000000001,"5min":1.298,"15min":1.298},"last":0.877},{"interface":"front","average":{"1min":1.0800000000000001,"5min":1.0349999999999999,"15min":1.0269999999999999},"min":{"1min":0.70799999999999996,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.4179999999999999,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.258}]},{"osd":7,"last update":"Fri Sep 20 22:58:48 2024","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.96199999999999997,"15min":0.95799999999999996},"min":{"1min":0.61599999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.7290000000000001,"5min":1.7290000000000001,"15min":1.7290000000000001},"last":1.0569999999999999},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.1000000000000001,"15min":1.105},"min":{"1min":0.66200000000000003,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":1.3480000000000001}]}]},{"osd":2,"up_from":18,"seq":77309411395,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":"Fri Sep 20 22:58:47 2024","interfaces":[{"interface":"back","average":{"1min":0.67200000000000004,"5min":0.65900000000000003,"15min":0.58899999999999997},"min":{"1min":0.372,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.94399999999999995,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.67100000000000004,"5min":0.67600000000000005,"15min":0.59199999999999997},"min":{"1min":0.34499999999999997,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.91900000000000004,"5min":1.268,"15min":1.268},"last":0.36399999999999999}]},{"osd":1,"last update":"Fri Sep 20 22:58:47 2024","interfaces":[{"interface":"back","average":{"1min":0.78700000000000003,"5min":0.76100000000000001,"15min":0.63500000000000001},"min":{"1min":0.35599999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.3029999999999999,"5min":3.8090000000000002,"15min":3.8090000000000002},"last":0.442},{"interface":"front","average":{"1min":0.754,"5min":0.748,"15min":0.64600000000000002},"min":{"1min":0.33400000000000002,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":1.2909999999999999,"5min":4.2699999999999996,"15min":4.2699999999999996},"last":0.45300000000000001}]},{"osd":3,"last update":"Fri Sep 20 22:58:29 2024","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.81699999999999995,"15min":0.78700000000000003},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.2330000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.503},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.81699999999999995,"15min":0.78300000000000003},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.175,"5min":4.3209999999999997,"15min":4.3209999999999997},"last":0.49199999999999999}]},{"osd":4,"last update":"Fri Sep 20 22:58:01 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.90400000000000003,"15min":0.89900000000000002},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.2050000000000001,"5min":1.504,"15min":1.504},"last":0.78000000000000003},{"interface":"front","average":{"1min":0.96399999999999997,"5min":1.012,"15min":0.97199999999999998},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.3340000000000001,"5min":4.1230000000000002,"15min":4.1230000000000002},"last":0.82999999999999996}]},{"osd":5,"last update":"Fri Sep 20 22:58:37 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":1.071,"15min":1.1120000000000001},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.238,"5min":4.2149999999999999,"15min":4.2149999999999999},"last":0.68300000000000005},{"interface":"front","average":{"1min":1.0009999999999999,"5min":1.0469999999999999,"15min":1.0349999999999999},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.3520000000000001,"5min":1.538,"15min":1.538},"last":0.77000000000000002}]},{"osd":6,"last update":"Fri Sep 20 22:58:12 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.1319999999999999,"15min":1.1439999999999999},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.395,"5min":1.452,"15min":1.452},"last":0.746},{"interface":"front","average":{"1min":1.028,"5min":1.022,"15min":1.0209999999999999},"min":{"1min":0.621,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.95599999999999996}]},{"osd":7,"last update":"Fri Sep 20 22:58:47 2024","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.0660000000000001,"15min":1.0720000000000001},"min":{"1min":0.65000000000000002,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.2869999999999999,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":0.81499999999999995},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.123,"15min":1.135},"min":{"1min":0.66100000000000003,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.327,"5min":1.669,"15min":1.669},"last":0.71699999999999997}]}]},{"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":"Fri Sep 20 22:58:30 2024","interfaces":[{"interface":"back","average":{"1min":0.68600000000000005,"5min":0.64300000000000002,"15min":0.60899999999999999},"min":{"1min":0.33500000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":2.0499999999999998,"5min":2.0499999999999998,"15min":2.0499999999999998},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.69799999999999995,"5min":0.71399999999999997,"15min":0.68600000000000005},"min":{"1min":0.433,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":1.05,"5min":1.163,"15min":1.163},"last":0.96199999999999997}]},{"osd":1,"last update":"Fri Sep 20 22:58:30 2024","interfaces":[{"interface":"back","average":{"1min":0.70899999999999996,"5min":0.746,"15min":0.71599999999999997},"min":{"1min":0.34999999999999998,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.95499999999999996,"5min":1.135,"15min":1.135},"last":0.69999999999999996},{"interface":"front","average":{"1min":0.68899999999999995,"5min":0.71399999999999997,"15min":0.69999999999999996},"min":{"1min":0.38,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.2110000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":1.026}]},{"osd":2,"last update":"Fri Sep 20 22:58:30 2024","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.78200000000000003,"15min":0.76200000000000001},"min":{"1min":0.47099999999999997,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":1.298,"5min":1.298,"15min":1.298},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.76900000000000002,"15min":0.71699999999999997},"min":{"1min":0.37,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":2.1160000000000001,"5min":2.1160000000000001,"15min":2.1160000000000001},"last":0.751}]},{"osd":4,"last update":"Fri Sep 20 22:58:03 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.91700000000000004,"15min":0.91300000000000003},"min":{"1min":0.60699999999999998,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.2929999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.0600000000000001},{"interface":"front","average":{"1min":0.88100000000000001,"5min":0.93200000000000005,"15min":0.92200000000000004},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.204,"5min":1.9159999999999999,"15min":1.9159999999999999},"last":1.335}]},{"osd":5,"last update":"Fri Sep 20 22:58:36 2024","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":0.97599999999999998,"15min":0.95999999999999996},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":2.1360000000000001,"5min":2.1360000000000001,"15min":2.1360000000000001},"last":0.998},{"interface":"front","average":{"1min":1,"5min":0.995,"15min":0.97899999999999998},"min":{"1min":0.68000000000000005,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.3260000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":1.2549999999999999}]},{"osd":6,"last update":"Fri Sep 20 22:58:16 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":1.056,"15min":1.0700000000000001},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.444,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.117},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.099,"15min":1.111},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":2.0840000000000001,"5min":2.0840000000000001,"15min":2.0840000000000001},"last":1.2250000000000001}]},{"osd":7,"last update":"Fri Sep 20 22:58:50 2024","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.0740000000000001,"15min":1.0800000000000001},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.383,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.3600000000000001},{"interface":"front","average":{"1min":1.0149999999999999,"5min":1.075,"15min":1.085},"min":{"1min":0.67700000000000005,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.4399999999999999,"5min":1.9990000000000001,"15min":1.9990000000000001},"last":1.2909999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986226,"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":"Fri Sep 20 22:58:01 2024","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.81699999999999995,"15min":0.79200000000000004},"min":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.1779999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.996},{"interface":"front","average":{"1min":0.79900000000000004,"5min":0.88500000000000001,"15min":0.879},"min":{"1min":0.57899999999999996,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.155,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":1.0900000000000001}]},{"osd":1,"last update":"Fri Sep 20 22:58:01 2024","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.85099999999999998,"15min":0.84799999999999998},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.1439999999999999,"5min":1.157,"15min":1.157},"last":0.82599999999999996},{"interface":"front","average":{"1min":0.88500000000000001,"5min":0.85099999999999998,"15min":0.82699999999999996},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.121,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":1.21}]},{"osd":2,"last update":"Fri Sep 20 22:58:01 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.85899999999999999,"15min":0.85499999999999998},"min":{"1min":0.66500000000000004,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.079,"5min":1.262,"15min":1.262},"last":1.2889999999999999},{"interface":"front","average":{"1min":0.85799999999999998,"5min":0.90500000000000003,"15min":0.88800000000000001},"min":{"1min":0.60699999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1499999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":0.86399999999999999}]},{"osd":3,"last update":"Fri Sep 20 22:58:01 2024","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.93200000000000005,"15min":0.91900000000000004},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.3,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.873,"15min":0.86499999999999999},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.081,"5min":1.546,"15min":1.546},"last":1.1719999999999999}]},{"osd":5,"last update":"Fri Sep 20 22:58:41 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.78800000000000003,"15min":0.76500000000000001},"min":{"1min":0.45800000000000002,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":1.1879999999999999,"5min":1.341,"15min":1.341},"last":0.73799999999999999},{"interface":"front","average":{"1min":1.018,"5min":0.90700000000000003,"15min":0.88300000000000001},"min":{"1min":0.498,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.0229999999999999}]},{"osd":6,"last update":"Fri Sep 20 22:58:12 2024","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":1.034,"15min":1.05},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.3260000000000001,"5min":1.573,"15min":1.573},"last":1.155},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.88500000000000001,"15min":0.88200000000000001},"min":{"1min":0.499,"5min":0.44,"15min":0.44},"max":{"1min":1.28,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":0.89500000000000002}]},{"osd":7,"last update":"Fri Sep 20 22:58:52 2024","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":0.93899999999999995,"15min":0.92800000000000005},"min":{"1min":0.499,"5min":0.495,"15min":0.495},"max":{"1min":1.2969999999999999,"5min":1.7809999999999999,"15min":1.7809999999999999},"last":1.119},{"interface":"front","average":{"1min":1.052,"5min":0.89900000000000002,"15min":0.873},"min":{"1min":0.626,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.5580000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.0589999999999999}]}]},{"osd":5,"up_from":39,"seq":167503724588,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":240337,"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":"Fri Sep 20 22:58:37 2024","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.83099999999999996,"15min":0.81599999999999995},"min":{"1min":0.56100000000000005,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.1739999999999999,"5min":1.204,"15min":1.204},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.93300000000000005,"5min":0.89900000000000002,"15min":0.89400000000000002},"min":{"1min":0.59299999999999997,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.3089999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.88600000000000001}]},{"osd":1,"last update":"Fri Sep 20 22:58:37 2024","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.877,"15min":0.86899999999999999},"min":{"1min":0.59599999999999997,"5min":0.496,"15min":0.496},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.92200000000000004},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.89300000000000002,"15min":0.88700000000000001},"min":{"1min":0.64800000000000002,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.375,"5min":1.375,"15min":1.375},"last":0.96399999999999997}]},{"osd":2,"last update":"Fri Sep 20 22:58:37 2024","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.85499999999999998,"15min":0.84299999999999997},"min":{"1min":0.53900000000000003,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.3740000000000001,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.0720000000000001},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.89600000000000002,"15min":0.88200000000000001},"min":{"1min":0.60799999999999998,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.3160000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.77200000000000002}]},{"osd":3,"last update":"Fri Sep 20 22:58:37 2024","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.877,"15min":0.86399999999999999},"min":{"1min":0.65400000000000003,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.86699999999999999},{"interface":"front","average":{"1min":1.014,"5min":0.94499999999999995,"15min":0.93500000000000005},"min":{"1min":0.66400000000000003,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":1.016}]},{"osd":4,"last update":"Fri Sep 20 22:58:37 2024","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.81399999999999995,"15min":0.78200000000000003},"min":{"1min":0.42299999999999999,"5min":0.318,"15min":0.318},"max":{"1min":1.3240000000000001,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.69299999999999995},{"interface":"front","average":{"1min":1.0009999999999999,"5min":0.85499999999999998,"15min":0.82899999999999996},"min":{"1min":0.44700000000000001,"5min":0.371,"15min":0.371},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":0.99399999999999999}]},{"osd":6,"last update":"Fri Sep 20 22:58:12 2024","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":0.86099999999999999,"15min":0.83599999999999997},"min":{"1min":0.51000000000000001,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.80900000000000005},{"interface":"front","average":{"1min":1.0369999999999999,"5min":0.90200000000000002,"15min":0.88},"min":{"1min":0.53900000000000003,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":1.1120000000000001}]},{"osd":7,"last update":"Fri Sep 20 22:58:48 2024","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.0449999999999999,"15min":1.0369999999999999},"min":{"1min":0.48399999999999999,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.431,"5min":1.431,"15min":1.431},"last":1.177},{"interface":"front","average":{"1min":1.1180000000000001,"5min":1.0669999999999999,"15min":1.0589999999999999},"min":{"1min":0.51400000000000001,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.046}]}]}],"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-09-20T22:59:05.733 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph pg dump --format=json 2024-09-20T22:59:05.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:05 smithi142 bash[19948]: cluster 2024-09-20T22:59:04.105186+0000 mgr.y (mgr.14376) 89 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:06.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:06 smithi142 bash[19948]: audit 2024-09-20T22:59:05.112991+0000 mgr.y (mgr.14376) 90 : audit [DBG] from='client.14535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T22:59:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:06 smithi083 bash[19864]: audit 2024-09-20T22:59:05.112991+0000 mgr.y (mgr.14376) 90 : audit [DBG] from='client.14535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T22:59:06.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:06 smithi083 bash[25244]: audit 2024-09-20T22:59:05.112991+0000 mgr.y (mgr.14376) 90 : audit [DBG] from='client.14535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T22:59:07.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:07 smithi142 bash[19948]: cluster 2024-09-20T22:59:06.105903+0000 mgr.y (mgr.14376) 91 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:07.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:07 smithi083 bash[25244]: cluster 2024-09-20T22:59:06.105903+0000 mgr.y (mgr.14376) 91 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:07.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:07 smithi083 bash[19864]: cluster 2024-09-20T22:59:06.105903+0000 mgr.y (mgr.14376) 91 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:08.456 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:59:09.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:09 smithi142 bash[19948]: cluster 2024-09-20T22:59:08.106663+0000 mgr.y (mgr.14376) 92 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:09.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:09 smithi083 bash[19864]: cluster 2024-09-20T22:59:08.106663+0000 mgr.y (mgr.14376) 92 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:09.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:09 smithi083 bash[25244]: cluster 2024-09-20T22:59:08.106663+0000 mgr.y (mgr.14376) 92 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:11.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:11 smithi142 bash[19948]: cluster 2024-09-20T22:59:10.107379+0000 mgr.y (mgr.14376) 93 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:11.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:11 smithi083 bash[25244]: cluster 2024-09-20T22:59:10.107379+0000 mgr.y (mgr.14376) 93 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:11.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:11 smithi083 bash[19864]: cluster 2024-09-20T22:59:10.107379+0000 mgr.y (mgr.14376) 93 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:12.426 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:59:12.428 INFO:teuthology.orchestra.run.smithi083.stderr:dumped all 2024-09-20T22:59:13.178 INFO:teuthology.orchestra.run.smithi083.stdout:{"pg_ready":true,"pg_map":{"version":61,"stamp":"2024-09-20T22:59:12.107642+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":48972,"kb_used_data":6156,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912244,"statfs":{"total":767960285184,"available":767910137856,"internally_reserved":0,"allocated":6303744,"data_stored":3511145,"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.003923"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2024-09-20T22:57:16.199250+0000","last_change":"2024-09-20T22:56:50.401749+0000","last_active":"2024-09-20T22:57:16.199250+0000","last_peered":"2024-09-20T22:57:16.199250+0000","last_clean":"2024-09-20T22:57:16.199250+0000","last_became_active":"2024-09-20T22:56:50.400510+0000","last_became_peered":"2024-09-20T22:56:50.400510+0000","last_unstale":"2024-09-20T22:57:16.199250+0000","last_undegraded":"2024-09-20T22:57:16.199250+0000","last_fullsized":"2024-09-20T22:57:16.199250+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-09-20T22:53:41.883066+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-20T22:53:41.883066+0000","last_clean_scrub_stamp":"2024-09-20T22:53:41.883066+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-09-22T06:23:18.427684+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":236223201310,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6092,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739060,"statfs":{"total":95995035648,"available":95988797440,"internally_reserved":0,"allocated":1118208,"data_stored":769315,"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":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":0.98399999999999999,"15min":0.98399999999999999},"min":{"1min":0.67300000000000004,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.3100000000000001,"5min":1.45,"15min":1.45},"last":0.77600000000000002},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.91600000000000004,"15min":0.91000000000000003},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":2.1749999999999998,"5min":2.1749999999999998,"15min":2.1749999999999998},"last":1.109}]},{"osd":1,"last update":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.91700000000000004,"15min":0.90900000000000003},"min":{"1min":0.628,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.27,"5min":1.27,"15min":1.27},"last":0.95499999999999996},{"interface":"front","average":{"1min":0.97599999999999998,"5min":0.90800000000000003,"15min":0.89700000000000002},"min":{"1min":0.61299999999999999,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":2.2639999999999998,"5min":2.2639999999999998,"15min":2.2639999999999998},"last":0.84799999999999998}]},{"osd":2,"last update":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.83799999999999997,"15min":0.82799999999999996},"min":{"1min":0.628,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.482,"5min":1.482,"15min":1.482},"last":1.0169999999999999},{"interface":"front","average":{"1min":1.0069999999999999,"5min":1.002,"15min":1.0009999999999999},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.0429999999999999}]},{"osd":3,"last update":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.94199999999999995,"15min":0.93799999999999994},"min":{"1min":0.73699999999999999,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.5609999999999999,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":1.0820000000000001},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.002,"15min":0.98599999999999999},"min":{"1min":0.58999999999999997,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":2.431,"5min":2.431,"15min":2.431},"last":1.095}]},{"osd":4,"last update":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":0.96999999999999997,"5min":0.90500000000000003,"15min":0.89400000000000002},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":2.9020000000000001,"5min":2.9020000000000001,"15min":2.9020000000000001},"last":1.0640000000000001},{"interface":"front","average":{"1min":0.98299999999999998,"5min":0.94499999999999995,"15min":0.93899999999999995},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":2.944,"5min":2.944,"15min":2.944},"last":1.125}]},{"osd":5,"last update":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.0149999999999999,"15min":1.0049999999999999},"min":{"1min":0.46500000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":3.23,"5min":3.23,"15min":3.23},"last":1.1579999999999999},{"interface":"front","average":{"1min":1.071,"5min":1,"15min":0.98799999999999999},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":3.0390000000000001,"5min":3.0390000000000001,"15min":3.0390000000000001},"last":0.99299999999999999}]},{"osd":6,"last update":"Fri Sep 20 22:58:51 2024","interfaces":[{"interface":"back","average":{"1min":1.121,"5min":1.0449999999999999,"15min":1.032},"min":{"1min":0.51700000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":3.149,"5min":3.149,"15min":3.149},"last":1.179},{"interface":"front","average":{"1min":1.1439999999999999,"5min":1.0620000000000001,"15min":1.048},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":3.1080000000000001,"5min":3.1080000000000001,"15min":3.1080000000000001},"last":0.89300000000000002}]}]},{"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":6156,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738996,"statfs":{"total":95995035648,"available":95988731904,"internally_reserved":0,"allocated":1118208,"data_stored":769265,"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":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.88400000000000001,"15min":0.88200000000000001},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":1.0049999999999999},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.351,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.99399999999999999}]},{"osd":1,"last update":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.875,"15min":0.873},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.3300000000000001,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":1.1319999999999999},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.90800000000000003,"15min":0.90600000000000003},"min":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.4039999999999999,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":0.91300000000000003}]},{"osd":2,"last update":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.93700000000000006,"15min":0.93300000000000005},"min":{"1min":0.56499999999999995,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.109},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.94599999999999995,"15min":0.94899999999999995},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.29,"5min":1.29,"15min":1.29},"last":1.03}]},{"osd":3,"last update":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.90300000000000002,"15min":0.90800000000000003},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.1080000000000001,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":1.224},{"interface":"front","average":{"1min":0.997,"5min":1.006,"15min":1.008},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.4510000000000001,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.1639999999999999}]},{"osd":4,"last update":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.84299999999999997,"15min":0.83199999999999996},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.4870000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.90500000000000003,"15min":0.90700000000000003},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.296,"5min":1.296,"15min":1.296},"last":1.0509999999999999}]},{"osd":5,"last update":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.95499999999999996,"15min":0.95999999999999996},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.234,"5min":1.355,"15min":1.355},"last":0.94499999999999995},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.95999999999999996,"15min":0.95899999999999996},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.3149999999999999,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.1830000000000001}]},{"osd":7,"last update":"Fri Sep 20 22:58:49 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.0549999999999999,"15min":1.0509999999999999},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.5369999999999999,"5min":1.585,"15min":1.585},"last":1.212},{"interface":"front","average":{"1min":1.0880000000000001,"5min":1.0629999999999999,"15min":1.0589999999999999},"min":{"1min":0.50900000000000001,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":1.0900000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574922,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6344,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738808,"statfs":{"total":95995035648,"available":95988539392,"internally_reserved":0,"allocated":589824,"data_stored":240660,"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":"Fri Sep 20 22:58:04 2024","interfaces":[{"interface":"back","average":{"1min":0.68899999999999995,"5min":0.61199999999999999,"15min":0.53700000000000003},"min":{"1min":0.45200000000000001,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":1.044,"5min":1.044,"15min":1.044},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.73199999999999998,"5min":0.69299999999999995,"15min":0.58699999999999997},"min":{"1min":0.36699999999999999,"5min":0.31,"15min":0.31},"max":{"1min":1.026,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.63700000000000001}]},{"osd":2,"last update":"Fri Sep 20 22:58:50 2024","interfaces":[{"interface":"back","average":{"1min":0.79500000000000004,"5min":0.72699999999999998,"15min":0.67100000000000004},"min":{"1min":0.45400000000000001,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.1020000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.92800000000000005},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.71299999999999997,"15min":0.63200000000000001},"min":{"1min":0.35399999999999998,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.841,"5min":1.841,"15min":1.841},"last":0.54900000000000004}]},{"osd":3,"last update":"Fri Sep 20 22:58:28 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.79300000000000004,"15min":0.78000000000000003},"min":{"1min":0.505,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.1200000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.872},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.81200000000000006,"15min":0.80800000000000005},"min":{"1min":0.42899999999999999,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.173,"5min":1.173,"15min":1.173},"last":0.69399999999999995}]},{"osd":4,"last update":"Fri Sep 20 22:58:04 2024","interfaces":[{"interface":"back","average":{"1min":0.97799999999999998,"5min":0.95199999999999996,"15min":0.93899999999999995},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.1399999999999999,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":1.107},{"interface":"front","average":{"1min":1.026,"5min":0.98899999999999999,"15min":0.97399999999999998},"min":{"1min":0.75,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.397,"5min":1.397,"15min":1.397},"last":0.84399999999999997}]},{"osd":5,"last update":"Fri Sep 20 22:58:36 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":0.995,"15min":0.96899999999999997},"min":{"1min":0.755,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.3460000000000001,"5min":1.6200000000000001,"15min":1.6200000000000001},"last":0.78600000000000003},{"interface":"front","average":{"1min":1.0049999999999999,"5min":0.93600000000000005,"15min":0.90800000000000003},"min":{"1min":0.623,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.417,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":1.079}]},{"osd":6,"last update":"Fri Sep 20 22:58:16 2024","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.042,"15min":1.038},"min":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.2270000000000001},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.0900000000000001,"15min":1.0840000000000001},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.476,"5min":1.476,"15min":1.476},"last":1.1419999999999999}]},{"osd":7,"last update":"Fri Sep 20 22:58:50 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.1319999999999999,"15min":1.1279999999999999},"min":{"1min":0.73999999999999999,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.7769999999999999,"5min":1.7769999999999999,"15min":1.7769999999999999},"last":1.0649999999999999},{"interface":"front","average":{"1min":1.1259999999999999,"5min":1.1200000000000001,"15min":1.119},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.6220000000000001,"5min":1.6220000000000001,"15min":1.6220000000000001},"last":1.179}]}]},{"osd":0,"up_from":8,"seq":34359738454,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":"Fri Sep 20 22:59:03 2024","interfaces":[{"interface":"back","average":{"1min":0.70399999999999996,"5min":0.65200000000000002,"15min":0.56200000000000006},"min":{"1min":0.35099999999999998,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":1.3069999999999999,"5min":1.333,"15min":1.333},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.73599999999999999,"15min":0.61599999999999999},"min":{"1min":0.29799999999999999,"5min":0.246,"15min":0.246},"max":{"1min":1.45,"5min":1.45,"15min":1.45},"last":0.51500000000000001}]},{"osd":2,"last update":"Fri Sep 20 22:58:48 2024","interfaces":[{"interface":"back","average":{"1min":0.73499999999999999,"5min":0.71799999999999997,"15min":0.66200000000000003},"min":{"1min":0.41699999999999998,"5min":0.312,"15min":0.312},"max":{"1min":1.4159999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.74299999999999999,"5min":0.75800000000000001,"15min":0.69399999999999995},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":1.391,"5min":1.391,"15min":1.391},"last":0.60699999999999998}]},{"osd":3,"last update":"Fri Sep 20 22:58:26 2024","interfaces":[{"interface":"back","average":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.78000000000000003},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":1.2370000000000001,"5min":2.4449999999999998,"15min":2.4449999999999998},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.81699999999999995,"15min":0.77500000000000002},"min":{"1min":0.39900000000000002,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":1.2050000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":0.74299999999999999}]},{"osd":4,"last update":"Fri Sep 20 22:59:03 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.98599999999999999,"15min":0.97399999999999998},"min":{"1min":0.59399999999999997,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.421,"5min":1.421,"15min":1.421},"last":0.871},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.94599999999999995,"15min":0.95799999999999996},"min":{"1min":0.65600000000000003,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.831,"5min":2.5390000000000001,"15min":2.5390000000000001},"last":0.71499999999999997}]},{"osd":5,"last update":"Fri Sep 20 22:58:35 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":1.002,"15min":1.0129999999999999},"min":{"1min":0.47399999999999998,"5min":0.437,"15min":0.437},"max":{"1min":1.3360000000000001,"5min":1.587,"15min":1.587},"last":1.0569999999999999},{"interface":"front","average":{"1min":1.0009999999999999,"5min":1.0329999999999999,"15min":1.0449999999999999},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":0.96699999999999997}]},{"osd":6,"last update":"Fri Sep 20 22:58:13 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.95999999999999996,"15min":0.96399999999999997},"min":{"1min":0.64400000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.2130000000000001,"5min":1.298,"15min":1.298},"last":0.83099999999999996},{"interface":"front","average":{"1min":1.0800000000000001,"5min":1.0349999999999999,"15min":1.0269999999999999},"min":{"1min":0.70799999999999996,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.4179999999999999,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":0.89900000000000002}]},{"osd":7,"last update":"Fri Sep 20 22:58:48 2024","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.96199999999999997,"15min":0.95799999999999996},"min":{"1min":0.61599999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.7290000000000001,"5min":1.7290000000000001,"15min":1.7290000000000001},"last":0.93300000000000005},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.1000000000000001,"15min":1.105},"min":{"1min":0.66200000000000003,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":0.998}]}]},{"osd":2,"up_from":18,"seq":77309411397,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":"Fri Sep 20 22:58:47 2024","interfaces":[{"interface":"back","average":{"1min":0.67200000000000004,"5min":0.65900000000000003,"15min":0.58899999999999997},"min":{"1min":0.372,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.94399999999999995,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.749},{"interface":"front","average":{"1min":0.67100000000000004,"5min":0.67600000000000005,"15min":0.59199999999999997},"min":{"1min":0.34499999999999997,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.91900000000000004,"5min":1.268,"15min":1.268},"last":0.81200000000000006}]},{"osd":1,"last update":"Fri Sep 20 22:58:47 2024","interfaces":[{"interface":"back","average":{"1min":0.78700000000000003,"5min":0.76100000000000001,"15min":0.63500000000000001},"min":{"1min":0.35599999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.3029999999999999,"5min":3.8090000000000002,"15min":3.8090000000000002},"last":0.84899999999999998},{"interface":"front","average":{"1min":0.754,"5min":0.748,"15min":0.64600000000000002},"min":{"1min":0.33400000000000002,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":1.2909999999999999,"5min":4.2699999999999996,"15min":4.2699999999999996},"last":0.874}]},{"osd":3,"last update":"Fri Sep 20 22:58:29 2024","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.81699999999999995,"15min":0.78700000000000003},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.2330000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":1.0669999999999999},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.81699999999999995,"15min":0.78300000000000003},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.175,"5min":4.3209999999999997,"15min":4.3209999999999997},"last":1.125}]},{"osd":4,"last update":"Fri Sep 20 22:59:04 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.89600000000000002,"15min":0.89600000000000002},"min":{"1min":0.71499999999999997,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.141,"5min":1.504,"15min":1.504},"last":0.99299999999999999},{"interface":"front","average":{"1min":1.008,"5min":1.0229999999999999,"15min":0.97499999999999998},"min":{"1min":0.77400000000000002,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.1759999999999999,"5min":4.1230000000000002,"15min":4.1230000000000002},"last":1.238}]},{"osd":5,"last update":"Fri Sep 20 22:58:37 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":1.071,"15min":1.1120000000000001},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.238,"5min":4.2149999999999999,"15min":4.2149999999999999},"last":1.1899999999999999},{"interface":"front","average":{"1min":1.0009999999999999,"5min":1.0469999999999999,"15min":1.0349999999999999},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.3520000000000001,"5min":1.538,"15min":1.538},"last":1.355}]},{"osd":6,"last update":"Fri Sep 20 22:58:12 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.1319999999999999,"15min":1.1439999999999999},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.395,"5min":1.452,"15min":1.452},"last":1.448},{"interface":"front","average":{"1min":1.028,"5min":1.022,"15min":1.0209999999999999},"min":{"1min":0.621,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":1.391}]},{"osd":7,"last update":"Fri Sep 20 22:58:47 2024","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.0660000000000001,"15min":1.0720000000000001},"min":{"1min":0.65000000000000002,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.2869999999999999,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.3089999999999999},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.123,"15min":1.135},"min":{"1min":0.66100000000000003,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.327,"5min":1.669,"15min":1.669},"last":1.4159999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149755,"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":"Fri Sep 20 22:58:30 2024","interfaces":[{"interface":"back","average":{"1min":0.68600000000000005,"5min":0.64300000000000002,"15min":0.60899999999999999},"min":{"1min":0.33500000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":2.0499999999999998,"5min":2.0499999999999998,"15min":2.0499999999999998},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.69799999999999995,"5min":0.71399999999999997,"15min":0.68600000000000005},"min":{"1min":0.433,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":1.05,"5min":1.163,"15min":1.163},"last":0.72099999999999997}]},{"osd":1,"last update":"Fri Sep 20 22:58:30 2024","interfaces":[{"interface":"back","average":{"1min":0.70899999999999996,"5min":0.746,"15min":0.71599999999999997},"min":{"1min":0.34999999999999998,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.95499999999999996,"5min":1.135,"15min":1.135},"last":0.99299999999999999},{"interface":"front","average":{"1min":0.68899999999999995,"5min":0.71399999999999997,"15min":0.69999999999999996},"min":{"1min":0.38,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.2110000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.84299999999999997}]},{"osd":2,"last update":"Fri Sep 20 22:58:30 2024","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.78200000000000003,"15min":0.76200000000000001},"min":{"1min":0.47099999999999997,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":1.298,"5min":1.298,"15min":1.298},"last":0.96199999999999997},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.76900000000000002,"15min":0.71699999999999997},"min":{"1min":0.37,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":2.1160000000000001,"5min":2.1160000000000001,"15min":2.1160000000000001},"last":0.78300000000000003}]},{"osd":4,"last update":"Fri Sep 20 22:59:03 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":0.94299999999999995,"15min":0.92100000000000004},"min":{"1min":0.66600000000000004,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.266,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.069},{"interface":"front","average":{"1min":0.995,"5min":0.94799999999999995,"15min":0.92700000000000005},"min":{"1min":0.60799999999999998,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.357,"5min":1.9159999999999999,"15min":1.9159999999999999},"last":1.048}]},{"osd":5,"last update":"Fri Sep 20 22:58:36 2024","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":0.97599999999999998,"15min":0.95999999999999996},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":2.1360000000000001,"5min":2.1360000000000001,"15min":2.1360000000000001},"last":1.3100000000000001},{"interface":"front","average":{"1min":1,"5min":0.995,"15min":0.97899999999999998},"min":{"1min":0.68000000000000005,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.3260000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":1.179}]},{"osd":6,"last update":"Fri Sep 20 22:58:16 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":1.056,"15min":1.0700000000000001},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.444,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.1100000000000001},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.099,"15min":1.111},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":2.0840000000000001,"5min":2.0840000000000001,"15min":2.0840000000000001},"last":1.212}]},{"osd":7,"last update":"Fri Sep 20 22:58:50 2024","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.0740000000000001,"15min":1.0800000000000001},"min":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.383,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.2829999999999999},{"interface":"front","average":{"1min":1.0149999999999999,"5min":1.075,"15min":1.085},"min":{"1min":0.67700000000000005,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.4399999999999999,"5min":1.9990000000000001,"15min":1.9990000000000001},"last":1.262}]}]},{"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":"Fri Sep 20 22:59:04 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.84499999999999997,"15min":0.80100000000000005},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.5109999999999999,"5min":1.5109999999999999,"15min":1.5109999999999999},"last":0.89000000000000001},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.89200000000000002,"15min":0.88200000000000001},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.609,"5min":1.609,"15min":1.609},"last":0.76800000000000002}]},{"osd":1,"last update":"Fri Sep 20 22:59:04 2024","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.84099999999999997,"15min":0.84499999999999997},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":1.0840000000000001},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.86899999999999999,"15min":0.83299999999999996},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.21,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.79600000000000004}]},{"osd":2,"last update":"Fri Sep 20 22:59:04 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.876,"15min":0.86099999999999999},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.4039999999999999,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":0.95199999999999996},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.90700000000000003,"15min":0.88900000000000001},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.1479999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":0.92200000000000004}]},{"osd":3,"last update":"Fri Sep 20 22:59:04 2024","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.93500000000000005,"15min":0.92000000000000004},"min":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.1970000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":0.83799999999999997},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.88400000000000001,"15min":0.86799999999999999},"min":{"1min":0.60999999999999999,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.2030000000000001,"5min":1.546,"15min":1.546},"last":0.97799999999999998}]},{"osd":5,"last update":"Fri Sep 20 22:58:41 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.78800000000000003,"15min":0.76500000000000001},"min":{"1min":0.45800000000000002,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":1.1879999999999999,"5min":1.341,"15min":1.341},"last":0.66900000000000004},{"interface":"front","average":{"1min":1.018,"5min":0.90700000000000003,"15min":0.88300000000000001},"min":{"1min":0.498,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.022}]},{"osd":6,"last update":"Fri Sep 20 22:58:12 2024","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":1.034,"15min":1.05},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":1.3260000000000001,"5min":1.573,"15min":1.573},"last":1.1160000000000001},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.88500000000000001,"15min":0.88200000000000001},"min":{"1min":0.499,"5min":0.44,"15min":0.44},"max":{"1min":1.28,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":1.0629999999999999}]},{"osd":7,"last update":"Fri Sep 20 22:58:52 2024","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":0.93899999999999995,"15min":0.92800000000000005},"min":{"1min":0.499,"5min":0.495,"15min":0.495},"max":{"1min":1.2969999999999999,"5min":1.7809999999999999,"15min":1.7809999999999999},"last":1.1439999999999999},{"interface":"front","average":{"1min":1.052,"5min":0.89900000000000002,"15min":0.873},"min":{"1min":0.626,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.5580000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.159}]}]},{"osd":5,"up_from":39,"seq":167503724589,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":240337,"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":"Fri Sep 20 22:58:37 2024","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.83099999999999996,"15min":0.81599999999999995},"min":{"1min":0.56100000000000005,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.1739999999999999,"5min":1.204,"15min":1.204},"last":1.4750000000000001},{"interface":"front","average":{"1min":0.93300000000000005,"5min":0.89900000000000002,"15min":0.89400000000000002},"min":{"1min":0.59299999999999997,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.3089999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.94399999999999995}]},{"osd":1,"last update":"Fri Sep 20 22:58:37 2024","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.877,"15min":0.86899999999999999},"min":{"1min":0.59599999999999997,"5min":0.496,"15min":0.496},"max":{"1min":1.3819999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.0209999999999999},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.89300000000000002,"15min":0.88700000000000001},"min":{"1min":0.64800000000000002,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.375,"5min":1.375,"15min":1.375},"last":0.83599999999999997}]},{"osd":2,"last update":"Fri Sep 20 22:58:37 2024","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.85499999999999998,"15min":0.84299999999999997},"min":{"1min":0.53900000000000003,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.3740000000000001,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.1850000000000001},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.89600000000000002,"15min":0.88200000000000001},"min":{"1min":0.60799999999999998,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.3160000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.92000000000000004}]},{"osd":3,"last update":"Fri Sep 20 22:58:37 2024","interfaces":[{"interface":"back","average":{"1min":0.91400000000000003,"5min":0.877,"15min":0.86399999999999999},"min":{"1min":0.65400000000000003,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":1.3049999999999999},{"interface":"front","average":{"1min":1.014,"5min":0.94499999999999995,"15min":0.93500000000000005},"min":{"1min":0.66400000000000003,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":1.137}]},{"osd":4,"last update":"Fri Sep 20 22:58:37 2024","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.81399999999999995,"15min":0.78200000000000003},"min":{"1min":0.42299999999999999,"5min":0.318,"15min":0.318},"max":{"1min":1.3240000000000001,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.1539999999999999},{"interface":"front","average":{"1min":1.0009999999999999,"5min":0.85499999999999998,"15min":0.82899999999999996},"min":{"1min":0.44700000000000001,"5min":0.371,"15min":0.371},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":1.395}]},{"osd":6,"last update":"Fri Sep 20 22:58:12 2024","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":0.86099999999999999,"15min":0.83599999999999997},"min":{"1min":0.51000000000000001,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":1.0649999999999999},{"interface":"front","average":{"1min":1.0369999999999999,"5min":0.90200000000000002,"15min":0.88},"min":{"1min":0.53900000000000003,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":1.341}]},{"osd":7,"last update":"Fri Sep 20 22:58:48 2024","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.0449999999999999,"15min":1.0369999999999999},"min":{"1min":0.48399999999999999,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":1.431,"5min":1.431,"15min":1.431},"last":1.2450000000000001},{"interface":"front","average":{"1min":1.1180000000000001,"5min":1.0669999999999999,"15min":1.0589999999999999},"min":{"1min":0.51400000000000001,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.268}]}]}],"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-09-20T22:59:13.179 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-20T22:59:13.179 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-20T22:59:13.180 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-20T22:59:13.180 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -- ceph health --format=json 2024-09-20T22:59:13.810 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:13 smithi083 bash[25244]: cluster 2024-09-20T22:59:12.107820+0000 mgr.y (mgr.14376) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:13.810 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:13 smithi083 bash[25244]: audit 2024-09-20T22:59:12.424431+0000 mgr.y (mgr.14376) 95 : audit [DBG] from='client.24454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T22:59:13.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:13 smithi083 bash[19864]: cluster 2024-09-20T22:59:12.107820+0000 mgr.y (mgr.14376) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:13.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:13 smithi083 bash[19864]: audit 2024-09-20T22:59:12.424431+0000 mgr.y (mgr.14376) 95 : audit [DBG] from='client.24454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T22:59:13.822 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:59:13 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:59:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T22:59:13.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:13 smithi142 bash[19948]: cluster 2024-09-20T22:59:12.107820+0000 mgr.y (mgr.14376) 94 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:13.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:13 smithi142 bash[19948]: audit 2024-09-20T22:59:12.424431+0000 mgr.y (mgr.14376) 95 : audit [DBG] from='client.24454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-20T22:59:14.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:13 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:59:13] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:59:15.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:14 smithi142 bash[19948]: audit 2024-09-20T22:59:13.797163+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:15.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:14 smithi142 bash[19948]: audit 2024-09-20T22:59:13.806573+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:15.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:14 smithi083 bash[25244]: audit 2024-09-20T22:59:13.797163+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:15.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:14 smithi083 bash[25244]: audit 2024-09-20T22:59:13.806573+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:14 smithi083 bash[19864]: audit 2024-09-20T22:59:13.797163+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:14 smithi083 bash[19864]: audit 2024-09-20T22:59:13.806573+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:15.201 INFO:teuthology.orchestra.run.smithi083.stderr:Inferring config /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/mon.a/config 2024-09-20T22:59:15.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:15 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:59:15] "GET /metrics HTTP/1.1" 200 191504 "" "Prometheus/2.33.4" 2024-09-20T22:59:16.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:15 smithi142 bash[19948]: cluster 2024-09-20T22:59:14.108407+0000 mgr.y (mgr.14376) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:16.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:15 smithi083 bash[19864]: cluster 2024-09-20T22:59:14.108407+0000 mgr.y (mgr.14376) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:16.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:15 smithi083 bash[25244]: cluster 2024-09-20T22:59:14.108407+0000 mgr.y (mgr.14376) 96 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:17.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:16 smithi142 bash[19948]: audit 2024-09-20T22:59:16.186382+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:59:17.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:16 smithi142 bash[19948]: audit 2024-09-20T22:59:16.187213+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:59:17.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:16 smithi142 bash[19948]: audit 2024-09-20T22:59:16.205020+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:59:17.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:16 smithi142 bash[19948]: audit 2024-09-20T22:59:16.205835+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:59:17.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:16 smithi083 bash[19864]: audit 2024-09-20T22:59:16.186382+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:59:17.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:16 smithi083 bash[19864]: audit 2024-09-20T22:59:16.187213+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:59:17.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:16 smithi083 bash[19864]: audit 2024-09-20T22:59:16.205020+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:59:17.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:16 smithi083 bash[19864]: audit 2024-09-20T22:59:16.205835+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:59:17.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:16 smithi083 bash[25244]: audit 2024-09-20T22:59:16.186382+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:59:17.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:16 smithi083 bash[25244]: audit 2024-09-20T22:59:16.187213+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T22:59:17.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:16 smithi083 bash[25244]: audit 2024-09-20T22:59:16.205020+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:59:17.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:16 smithi083 bash[25244]: audit 2024-09-20T22:59:16.205835+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T22:59:17.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:17 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:59:17] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:59:18.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:17 smithi142 bash[19948]: cluster 2024-09-20T22:59:16.108931+0000 mgr.y (mgr.14376) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:18.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:17 smithi142 bash[19948]: audit 2024-09-20T22:59:17.163514+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:18.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:17 smithi142 bash[19948]: audit 2024-09-20T22:59:17.176895+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:18.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:17 smithi083 bash[19864]: cluster 2024-09-20T22:59:16.108931+0000 mgr.y (mgr.14376) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:18.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:17 smithi083 bash[19864]: audit 2024-09-20T22:59:17.163514+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:18.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:17 smithi083 bash[19864]: audit 2024-09-20T22:59:17.176895+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:18.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:17 smithi083 bash[25244]: cluster 2024-09-20T22:59:16.108931+0000 mgr.y (mgr.14376) 97 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:18.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:17 smithi083 bash[25244]: audit 2024-09-20T22:59:17.163514+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:18.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:17 smithi083 bash[25244]: audit 2024-09-20T22:59:17.176895+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:19.181 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T22:59:19.181 INFO:teuthology.orchestra.run.smithi083.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-20T22:59:20.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:19 smithi083 bash[19864]: cluster 2024-09-20T22:59:18.109501+0000 mgr.y (mgr.14376) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:20.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:19 smithi083 bash[19864]: audit 2024-09-20T22:59:19.183119+0000 mon.a (mon.0) 870 : audit [DBG] from='client.? 172.21.15.83:0/755732462' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-20T22:59:20.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:19 smithi083 bash[25244]: cluster 2024-09-20T22:59:18.109501+0000 mgr.y (mgr.14376) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:20.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:19 smithi083 bash[25244]: audit 2024-09-20T22:59:19.183119+0000 mon.a (mon.0) 870 : audit [DBG] from='client.? 172.21.15.83:0/755732462' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-20T22:59:20.220 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-20T22:59:20.220 INFO:tasks.cephadm:Setup complete, yielding 2024-09-20T22:59:20.220 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-20T22:59:20.229 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi083.front.sepia.ceph.com 2024-09-20T22:59:20.229 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-09-20T22:59:20.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:19 smithi142 bash[19948]: cluster 2024-09-20T22:59:18.109501+0000 mgr.y (mgr.14376) 98 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:20.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:19 smithi142 bash[19948]: audit 2024-09-20T22:59:19.183119+0000 mon.a (mon.0) 870 : audit [DBG] from='client.? 172.21.15.83:0/755732462' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-20T22:59:22.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:21 smithi083 bash[25244]: cluster 2024-09-20T22:59:20.110074+0000 mgr.y (mgr.14376) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:22.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:21 smithi083 bash[19864]: cluster 2024-09-20T22:59:20.110074+0000 mgr.y (mgr.14376) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:22.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:21 smithi142 bash[19948]: cluster 2024-09-20T22:59:20.110074+0000 mgr.y (mgr.14376) 99 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:23.822 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:59:23 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:59:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T22:59:24.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:23 smithi083 bash[19864]: cluster 2024-09-20T22:59:22.110409+0000 mgr.y (mgr.14376) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:24.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:23 smithi083 bash[25244]: cluster 2024-09-20T22:59:22.110409+0000 mgr.y (mgr.14376) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:24.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:23 smithi142 bash[19948]: cluster 2024-09-20T22:59:22.110409+0000 mgr.y (mgr.14376) 100 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:25.824 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:25 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:59:25] "GET /metrics HTTP/1.1" 200 191511 "" "Prometheus/2.33.4" 2024-09-20T22:59:25.921 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T22:59:25.921 INFO:teuthology.orchestra.run.smithi083.stdout: "id": "f5733a7b-2254-41a9-af69-8b8750f42367", 2024-09-20T22:59:25.921 INFO:teuthology.orchestra.run.smithi083.stdout: "name": "r", 2024-09-20T22:59:25.921 INFO:teuthology.orchestra.run.smithi083.stdout: "current_period": "7494998a-ecd9-4a45-a3fe-e601eb8f2c4e", 2024-09-20T22:59:25.921 INFO:teuthology.orchestra.run.smithi083.stdout: "epoch": 1 2024-09-20T22:59:25.921 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T22:59:26.117 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:25 smithi083 bash[25244]: cluster 2024-09-20T22:59:24.110996+0000 mgr.y (mgr.14376) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:26.117 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:25 smithi083 bash[25244]: cluster 2024-09-20T22:59:24.853051+0000 mon.a (mon.0) 871 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-20T22:59:26.117 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:25 smithi083 bash[25244]: audit 2024-09-20T22:59:24.858497+0000 mon.a (mon.0) 872 : audit [INF] from='client.? 172.21.15.83:0/3025408734' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-20T22:59:26.118 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:25 smithi083 bash[19864]: cluster 2024-09-20T22:59:24.110996+0000 mgr.y (mgr.14376) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:26.118 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:25 smithi083 bash[19864]: cluster 2024-09-20T22:59:24.853051+0000 mon.a (mon.0) 871 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-20T22:59:26.118 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:25 smithi083 bash[19864]: audit 2024-09-20T22:59:24.858497+0000 mon.a (mon.0) 872 : audit [INF] from='client.? 172.21.15.83:0/3025408734' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-20T22:59:26.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:25 smithi142 bash[19948]: cluster 2024-09-20T22:59:24.110996+0000 mgr.y (mgr.14376) 101 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:26.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:25 smithi142 bash[19948]: cluster 2024-09-20T22:59:24.853051+0000 mon.a (mon.0) 871 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-20T22:59:26.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:25 smithi142 bash[19948]: audit 2024-09-20T22:59:24.858497+0000 mon.a (mon.0) 872 : audit [INF] from='client.? 172.21.15.83:0/3025408734' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-20T22:59:26.622 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-09-20T22:59:27.054 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:26 smithi083 bash[25244]: audit 2024-09-20T22:59:25.856301+0000 mon.a (mon.0) 873 : audit [INF] from='client.? 172.21.15.83:0/3025408734' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-20T22:59:27.054 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:26 smithi083 bash[25244]: cluster 2024-09-20T22:59:25.856713+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-20T22:59:27.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:26 smithi083 bash[19864]: audit 2024-09-20T22:59:25.856301+0000 mon.a (mon.0) 873 : audit [INF] from='client.? 172.21.15.83:0/3025408734' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-20T22:59:27.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:26 smithi083 bash[19864]: cluster 2024-09-20T22:59:25.856713+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-20T22:59:27.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:26 smithi142 bash[19948]: audit 2024-09-20T22:59:25.856301+0000 mon.a (mon.0) 873 : audit [INF] from='client.? 172.21.15.83:0/3025408734' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-20T22:59:27.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:26 smithi142 bash[19948]: cluster 2024-09-20T22:59:25.856713+0000 mon.a (mon.0) 874 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-20T22:59:28.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:27 smithi083 bash[25244]: cluster 2024-09-20T22:59:26.111616+0000 mgr.y (mgr.14376) 102 : cluster [DBG] pgmap v70: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:28.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:27 smithi083 bash[25244]: cluster 2024-09-20T22:59:26.873817+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-20T22:59:28.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:27 smithi083 bash[19864]: cluster 2024-09-20T22:59:26.111616+0000 mgr.y (mgr.14376) 102 : cluster [DBG] pgmap v70: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:28.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:27 smithi083 bash[19864]: cluster 2024-09-20T22:59:26.873817+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-20T22:59:28.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:27 smithi142 bash[19948]: cluster 2024-09-20T22:59:26.111616+0000 mgr.y (mgr.14376) 102 : cluster [DBG] pgmap v70: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:28.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:27 smithi142 bash[19948]: cluster 2024-09-20T22:59:26.873817+0000 mon.a (mon.0) 875 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-20T22:59:29.525 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T22:59:29.526 INFO:teuthology.orchestra.run.smithi083.stdout: "id": "95b565ac-4b41-4119-8d59-8dfd42acb2e5", 2024-09-20T22:59:29.526 INFO:teuthology.orchestra.run.smithi083.stdout: "name": "default", 2024-09-20T22:59:29.526 INFO:teuthology.orchestra.run.smithi083.stdout: "api_name": "default", 2024-09-20T22:59:29.526 INFO:teuthology.orchestra.run.smithi083.stdout: "is_master": "true", 2024-09-20T22:59:29.526 INFO:teuthology.orchestra.run.smithi083.stdout: "endpoints": [], 2024-09-20T22:59:29.526 INFO:teuthology.orchestra.run.smithi083.stdout: "hostnames": [], 2024-09-20T22:59:29.526 INFO:teuthology.orchestra.run.smithi083.stdout: "hostnames_s3website": [], 2024-09-20T22:59:29.526 INFO:teuthology.orchestra.run.smithi083.stdout: "master_zone": "", 2024-09-20T22:59:29.526 INFO:teuthology.orchestra.run.smithi083.stdout: "zones": [], 2024-09-20T22:59:29.526 INFO:teuthology.orchestra.run.smithi083.stdout: "placement_targets": [], 2024-09-20T22:59:29.526 INFO:teuthology.orchestra.run.smithi083.stdout: "default_placement": "", 2024-09-20T22:59:29.527 INFO:teuthology.orchestra.run.smithi083.stdout: "realm_id": "f5733a7b-2254-41a9-af69-8b8750f42367", 2024-09-20T22:59:29.527 INFO:teuthology.orchestra.run.smithi083.stdout: "sync_policy": { 2024-09-20T22:59:29.527 INFO:teuthology.orchestra.run.smithi083.stdout: "groups": [] 2024-09-20T22:59:29.527 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T22:59:29.527 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T22:59:30.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:29 smithi083 bash[19864]: cluster 2024-09-20T22:59:28.112477+0000 mgr.y (mgr.14376) 103 : cluster [DBG] pgmap v72: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-09-20T22:59:30.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:29 smithi083 bash[25244]: cluster 2024-09-20T22:59:28.112477+0000 mgr.y (mgr.14376) 103 : cluster [DBG] pgmap v72: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-09-20T22:59:30.158 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-09-20T22:59:30.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:29 smithi142 bash[19948]: cluster 2024-09-20T22:59:28.112477+0000 mgr.y (mgr.14376) 103 : cluster [DBG] pgmap v72: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-09-20T22:59:32.031 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:31 smithi142 bash[19948]: cluster 2024-09-20T22:59:30.113075+0000 mgr.y (mgr.14376) 104 : cluster [DBG] pgmap v73: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-09-20T22:59:32.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:31 smithi083 bash[25244]: cluster 2024-09-20T22:59:30.113075+0000 mgr.y (mgr.14376) 104 : cluster [DBG] pgmap v73: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-09-20T22:59:32.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:31 smithi083 bash[19864]: cluster 2024-09-20T22:59:30.113075+0000 mgr.y (mgr.14376) 104 : cluster [DBG] pgmap v73: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 1 op/s 2024-09-20T22:59:33.125 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T22:59:33.125 INFO:teuthology.orchestra.run.smithi083.stdout: "id": "3e1641ed-f699-4ec7-aa1c-df9f62b8bcba", 2024-09-20T22:59:33.125 INFO:teuthology.orchestra.run.smithi083.stdout: "name": "z", 2024-09-20T22:59:33.125 INFO:teuthology.orchestra.run.smithi083.stdout: "domain_root": "z.rgw.meta:root", 2024-09-20T22:59:33.125 INFO:teuthology.orchestra.run.smithi083.stdout: "control_pool": "z.rgw.control", 2024-09-20T22:59:33.125 INFO:teuthology.orchestra.run.smithi083.stdout: "gc_pool": "z.rgw.log:gc", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "lc_pool": "z.rgw.log:lc", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "log_pool": "z.rgw.log", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "roles_pool": "z.rgw.meta:roles", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "otp_pool": "z.rgw.otp", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "system_key": { 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "access_key": "", 2024-09-20T22:59:33.126 INFO:teuthology.orchestra.run.smithi083.stdout: "secret_key": "" 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: "placement_pools": [ 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: { 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: "key": "default-placement", 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: "val": { 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: "index_pool": "z.rgw.buckets.index", 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: "storage_classes": { 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: "STANDARD": { 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: "data_pool": "z.rgw.buckets.data" 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: "index_type": 0 2024-09-20T22:59:33.127 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T22:59:33.128 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T22:59:33.128 INFO:teuthology.orchestra.run.smithi083.stdout: ], 2024-09-20T22:59:33.128 INFO:teuthology.orchestra.run.smithi083.stdout: "realm_id": "f5733a7b-2254-41a9-af69-8b8750f42367", 2024-09-20T22:59:33.128 INFO:teuthology.orchestra.run.smithi083.stdout: "notif_pool": "z.rgw.log:notif" 2024-09-20T22:59:33.128 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T22:59:33.719 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-09-20T22:59:33.822 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:59:33 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:59:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T22:59:33.972 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:33 smithi083 bash[25244]: cluster 2024-09-20T22:59:32.113890+0000 mgr.y (mgr.14376) 105 : cluster [DBG] pgmap v74: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 282 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-20T22:59:33.972 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:33 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:59:33] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:59:33.973 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:33 smithi083 bash[19864]: cluster 2024-09-20T22:59:32.113890+0000 mgr.y (mgr.14376) 105 : cluster [DBG] pgmap v74: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 282 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-20T22:59:34.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:33 smithi142 bash[19948]: cluster 2024-09-20T22:59:32.113890+0000 mgr.y (mgr.14376) 105 : cluster [DBG] pgmap v74: 33 pgs: 33 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 282 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-20T22:59:35.248 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:34 smithi083 bash[19864]: audit 2024-09-20T22:59:33.931689+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:35.248 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:34 smithi083 bash[19864]: audit 2024-09-20T22:59:33.941373+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:35.249 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:34 smithi083 bash[25244]: audit 2024-09-20T22:59:33.931689+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:35.249 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:34 smithi083 bash[25244]: audit 2024-09-20T22:59:33.941373+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:35.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:34 smithi142 bash[19948]: audit 2024-09-20T22:59:33.931689+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:35.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:34 smithi142 bash[19948]: audit 2024-09-20T22:59:33.941373+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:35.824 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:35 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:59:35] "GET /metrics HTTP/1.1" 200 192872 "" "Prometheus/2.33.4" 2024-09-20T22:59:36.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:35 smithi142 bash[19948]: cluster 2024-09-20T22:59:34.114643+0000 mgr.y (mgr.14376) 106 : cluster [DBG] pgmap v75: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 495 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-09-20T22:59:36.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:35 smithi083 bash[19864]: cluster 2024-09-20T22:59:34.114643+0000 mgr.y (mgr.14376) 106 : cluster [DBG] pgmap v75: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 495 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-09-20T22:59:36.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:35 smithi083 bash[25244]: cluster 2024-09-20T22:59:34.114643+0000 mgr.y (mgr.14376) 106 : cluster [DBG] pgmap v75: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 495 B/s rd, 1.3 KiB/s wr, 2 op/s 2024-09-20T22:59:37.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:37 smithi142 bash[19948]: cluster 2024-09-20T22:59:36.115203+0000 mgr.y (mgr.14376) 107 : cluster [DBG] pgmap v76: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-09-20T22:59:37.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:37 smithi083 bash[19864]: cluster 2024-09-20T22:59:36.115203+0000 mgr.y (mgr.14376) 107 : cluster [DBG] pgmap v76: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-09-20T22:59:37.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:37 smithi083 bash[25244]: cluster 2024-09-20T22:59:36.115203+0000 mgr.y (mgr.14376) 107 : cluster [DBG] pgmap v76: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-09-20T22:59:37.824 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:37 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:59:37] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:59:38.531 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:38 smithi083 bash[25244]: audit 2024-09-20T22:59:37.350067+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:38.531 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:38 smithi083 bash[25244]: cluster 2024-09-20T22:59:37.358049+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-20T22:59:38.532 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:38 smithi083 bash[25244]: audit 2024-09-20T22:59:37.374958+0000 mon.a (mon.0) 880 : audit [INF] from='client.? 172.21.15.83:0/2168580306' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-20T22:59:38.532 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:38 smithi083 bash[25244]: audit 2024-09-20T22:59:37.378043+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:38.532 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:38 smithi083 bash[25244]: audit 2024-09-20T22:59:38.357662+0000 mon.a (mon.0) 882 : audit [INF] from='client.? 172.21.15.83:0/2168580306' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-20T22:59:38.532 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:38 smithi083 bash[25244]: cluster 2024-09-20T22:59:38.357828+0000 mon.a (mon.0) 883 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-20T22:59:38.532 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:38 smithi083 bash[19864]: audit 2024-09-20T22:59:37.350067+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:38.532 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:38 smithi083 bash[19864]: cluster 2024-09-20T22:59:37.358049+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-20T22:59:38.532 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:38 smithi083 bash[19864]: audit 2024-09-20T22:59:37.374958+0000 mon.a (mon.0) 880 : audit [INF] from='client.? 172.21.15.83:0/2168580306' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-20T22:59:38.532 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:38 smithi083 bash[19864]: audit 2024-09-20T22:59:37.378043+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:38.532 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:38 smithi083 bash[19864]: audit 2024-09-20T22:59:38.357662+0000 mon.a (mon.0) 882 : audit [INF] from='client.? 172.21.15.83:0/2168580306' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-20T22:59:38.532 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:38 smithi083 bash[19864]: cluster 2024-09-20T22:59:38.357828+0000 mon.a (mon.0) 883 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-20T22:59:38.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:38 smithi142 bash[19948]: audit 2024-09-20T22:59:37.350067+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:38.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:38 smithi142 bash[19948]: cluster 2024-09-20T22:59:37.358049+0000 mon.a (mon.0) 879 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-20T22:59:38.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:38 smithi142 bash[19948]: audit 2024-09-20T22:59:37.374958+0000 mon.a (mon.0) 880 : audit [INF] from='client.? 172.21.15.83:0/2168580306' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-20T22:59:38.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:38 smithi142 bash[19948]: audit 2024-09-20T22:59:37.378043+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:38.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:38 smithi142 bash[19948]: audit 2024-09-20T22:59:38.357662+0000 mon.a (mon.0) 882 : audit [INF] from='client.? 172.21.15.83:0/2168580306' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-20T22:59:38.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:38 smithi142 bash[19948]: cluster 2024-09-20T22:59:38.357828+0000 mon.a (mon.0) 883 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-20T22:59:40.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:39 smithi142 bash[19948]: cluster 2024-09-20T22:59:38.115847+0000 mgr.y (mgr.14376) 108 : cluster [DBG] pgmap v78: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 818 B/s wr, 3 op/s 2024-09-20T22:59:40.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:39 smithi142 bash[19948]: cluster 2024-09-20T22:59:39.364595+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-20T22:59:40.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:39 smithi142 bash[19948]: audit 2024-09-20T22:59:39.367169+0000 mon.a (mon.0) 885 : audit [INF] from='client.? 172.21.15.83:0/2168580306' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-20T22:59:40.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:39 smithi083 bash[25244]: cluster 2024-09-20T22:59:38.115847+0000 mgr.y (mgr.14376) 108 : cluster [DBG] pgmap v78: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 818 B/s wr, 3 op/s 2024-09-20T22:59:40.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:39 smithi083 bash[25244]: cluster 2024-09-20T22:59:39.364595+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-20T22:59:40.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:39 smithi083 bash[25244]: audit 2024-09-20T22:59:39.367169+0000 mon.a (mon.0) 885 : audit [INF] from='client.? 172.21.15.83:0/2168580306' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-20T22:59:40.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:39 smithi083 bash[19864]: cluster 2024-09-20T22:59:38.115847+0000 mgr.y (mgr.14376) 108 : cluster [DBG] pgmap v78: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 818 B/s wr, 3 op/s 2024-09-20T22:59:40.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:39 smithi083 bash[19864]: cluster 2024-09-20T22:59:39.364595+0000 mon.a (mon.0) 884 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-20T22:59:40.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:39 smithi083 bash[19864]: audit 2024-09-20T22:59:39.367169+0000 mon.a (mon.0) 885 : audit [INF] from='client.? 172.21.15.83:0/2168580306' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-20T22:59:41.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:41 smithi083 bash[19864]: cluster 2024-09-20T22:59:40.116431+0000 mgr.y (mgr.14376) 109 : cluster [DBG] pgmap v81: 97 pgs: 64 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 853 B/s wr, 5 op/s 2024-09-20T22:59:41.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:41 smithi083 bash[19864]: audit 2024-09-20T22:59:40.362893+0000 mon.a (mon.0) 886 : audit [INF] from='client.? 172.21.15.83:0/2168580306' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-20T22:59:41.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:41 smithi083 bash[19864]: cluster 2024-09-20T22:59:40.363397+0000 mon.a (mon.0) 887 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-20T22:59:41.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:41 smithi083 bash[25244]: cluster 2024-09-20T22:59:40.116431+0000 mgr.y (mgr.14376) 109 : cluster [DBG] pgmap v81: 97 pgs: 64 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 853 B/s wr, 5 op/s 2024-09-20T22:59:41.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:41 smithi083 bash[25244]: audit 2024-09-20T22:59:40.362893+0000 mon.a (mon.0) 886 : audit [INF] from='client.? 172.21.15.83:0/2168580306' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-20T22:59:41.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:41 smithi083 bash[25244]: cluster 2024-09-20T22:59:40.363397+0000 mon.a (mon.0) 887 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-20T22:59:41.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:41 smithi142 bash[19948]: cluster 2024-09-20T22:59:40.116431+0000 mgr.y (mgr.14376) 109 : cluster [DBG] pgmap v81: 97 pgs: 64 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 853 B/s wr, 5 op/s 2024-09-20T22:59:41.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:41 smithi142 bash[19948]: audit 2024-09-20T22:59:40.362893+0000 mon.a (mon.0) 886 : audit [INF] from='client.? 172.21.15.83:0/2168580306' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-20T22:59:41.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:41 smithi142 bash[19948]: cluster 2024-09-20T22:59:40.363397+0000 mon.a (mon.0) 887 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-20T22:59:42.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:42 smithi142 bash[19948]: cluster 2024-09-20T22:59:41.372597+0000 mon.a (mon.0) 888 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-20T22:59:42.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:42 smithi142 bash[19948]: audit 2024-09-20T22:59:41.376741+0000 mon.c (mon.1) 78 : audit [INF] from='client.? 172.21.15.83:0/9649482' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-20T22:59:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:42 smithi142 bash[19948]: audit 2024-09-20T22:59:41.392005+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-09-20T22:59:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:42 smithi142 bash[19948]: audit 2024-09-20T22:59:42.375017+0000 mon.a (mon.0) 890 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-20T22:59:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:42 smithi142 bash[19948]: cluster 2024-09-20T22:59:42.375421+0000 mon.a (mon.0) 891 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-20T22:59:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:42 smithi142 bash[19948]: audit 2024-09-20T22:59:42.379955+0000 mon.c (mon.1) 79 : audit [INF] from='client.? 172.21.15.83:0/9649482' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-20T22:59:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:42 smithi142 bash[19948]: audit 2024-09-20T22:59:42.381692+0000 mon.a (mon.0) 892 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-20T22:59:42.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[25244]: cluster 2024-09-20T22:59:41.372597+0000 mon.a (mon.0) 888 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-20T22:59:42.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[25244]: audit 2024-09-20T22:59:41.376741+0000 mon.c (mon.1) 78 : audit [INF] from='client.? 172.21.15.83:0/9649482' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-20T22:59:42.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[25244]: audit 2024-09-20T22:59:41.392005+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-09-20T22:59:42.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[25244]: audit 2024-09-20T22:59:42.375017+0000 mon.a (mon.0) 890 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-20T22:59:42.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[25244]: cluster 2024-09-20T22:59:42.375421+0000 mon.a (mon.0) 891 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-20T22:59:42.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[25244]: audit 2024-09-20T22:59:42.379955+0000 mon.c (mon.1) 79 : audit [INF] from='client.? 172.21.15.83:0/9649482' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-20T22:59:42.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[25244]: audit 2024-09-20T22:59:42.381692+0000 mon.a (mon.0) 892 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-20T22:59:42.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[19864]: cluster 2024-09-20T22:59:41.372597+0000 mon.a (mon.0) 888 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-20T22:59:42.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[19864]: audit 2024-09-20T22:59:41.376741+0000 mon.c (mon.1) 78 : audit [INF] from='client.? 172.21.15.83:0/9649482' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-20T22:59:42.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[19864]: audit 2024-09-20T22:59:41.392005+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-09-20T22:59:42.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[19864]: audit 2024-09-20T22:59:42.375017+0000 mon.a (mon.0) 890 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-20T22:59:42.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[19864]: cluster 2024-09-20T22:59:42.375421+0000 mon.a (mon.0) 891 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-20T22:59:42.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[19864]: audit 2024-09-20T22:59:42.379955+0000 mon.c (mon.1) 79 : audit [INF] from='client.? 172.21.15.83:0/9649482' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-20T22:59:42.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:42 smithi083 bash[19864]: audit 2024-09-20T22:59:42.381692+0000 mon.a (mon.0) 892 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-20T22:59:43.822 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:59:43 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:59:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T22:59:43.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:43 smithi142 bash[19948]: cluster 2024-09-20T22:59:42.117476+0000 mgr.y (mgr.14376) 110 : cluster [DBG] pgmap v84: 129 pgs: 28 creating+peering, 91 active+clean, 10 unknown; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-09-20T22:59:43.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:43 smithi142 bash[19948]: audit 2024-09-20T22:59:43.373890+0000 mon.a (mon.0) 893 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-20T22:59:43.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:43 smithi142 bash[19948]: cluster 2024-09-20T22:59:43.373993+0000 mon.a (mon.0) 894 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-20T22:59:43.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:43 smithi142 bash[19948]: audit 2024-09-20T22:59:43.374609+0000 mon.c (mon.1) 80 : audit [INF] from='client.? 172.21.15.83:0/9649482' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-20T22:59:43.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:43 smithi142 bash[19948]: audit 2024-09-20T22:59:43.374957+0000 mon.a (mon.0) 895 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-20T22:59:43.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:43 smithi083 bash[19864]: cluster 2024-09-20T22:59:42.117476+0000 mgr.y (mgr.14376) 110 : cluster [DBG] pgmap v84: 129 pgs: 28 creating+peering, 91 active+clean, 10 unknown; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-09-20T22:59:43.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:43 smithi083 bash[19864]: audit 2024-09-20T22:59:43.373890+0000 mon.a (mon.0) 893 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-20T22:59:43.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:43 smithi083 bash[19864]: cluster 2024-09-20T22:59:43.373993+0000 mon.a (mon.0) 894 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-20T22:59:43.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:43 smithi083 bash[19864]: audit 2024-09-20T22:59:43.374609+0000 mon.c (mon.1) 80 : audit [INF] from='client.? 172.21.15.83:0/9649482' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-20T22:59:43.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:43 smithi083 bash[19864]: audit 2024-09-20T22:59:43.374957+0000 mon.a (mon.0) 895 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-20T22:59:43.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:43 smithi083 bash[25244]: cluster 2024-09-20T22:59:42.117476+0000 mgr.y (mgr.14376) 110 : cluster [DBG] pgmap v84: 129 pgs: 28 creating+peering, 91 active+clean, 10 unknown; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-09-20T22:59:43.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:43 smithi083 bash[25244]: audit 2024-09-20T22:59:43.373890+0000 mon.a (mon.0) 893 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-20T22:59:43.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:43 smithi083 bash[25244]: cluster 2024-09-20T22:59:43.373993+0000 mon.a (mon.0) 894 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-20T22:59:43.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:43 smithi083 bash[25244]: audit 2024-09-20T22:59:43.374609+0000 mon.c (mon.1) 80 : audit [INF] from='client.? 172.21.15.83:0/9649482' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-20T22:59:43.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:43 smithi083 bash[25244]: audit 2024-09-20T22:59:43.374957+0000 mon.a (mon.0) 895 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-20T22:59:44.482 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T22:59:44.482 INFO:teuthology.orchestra.run.smithi083.stdout: "id": "9ea8d11e-eee0-44ff-9b15-8040b13b3745", 2024-09-20T22:59:44.482 INFO:teuthology.orchestra.run.smithi083.stdout: "epoch": 1, 2024-09-20T22:59:44.482 INFO:teuthology.orchestra.run.smithi083.stdout: "predecessor_uuid": "7494998a-ecd9-4a45-a3fe-e601eb8f2c4e", 2024-09-20T22:59:44.482 INFO:teuthology.orchestra.run.smithi083.stdout: "sync_status": [], 2024-09-20T22:59:44.482 INFO:teuthology.orchestra.run.smithi083.stdout: "period_map": { 2024-09-20T22:59:44.482 INFO:teuthology.orchestra.run.smithi083.stdout: "id": "9ea8d11e-eee0-44ff-9b15-8040b13b3745", 2024-09-20T22:59:44.482 INFO:teuthology.orchestra.run.smithi083.stdout: "zonegroups": [ 2024-09-20T22:59:44.482 INFO:teuthology.orchestra.run.smithi083.stdout: { 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "id": "95b565ac-4b41-4119-8d59-8dfd42acb2e5", 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "name": "default", 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "api_name": "default", 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "is_master": "true", 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "endpoints": [], 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "hostnames": [], 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "hostnames_s3website": [], 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "master_zone": "3e1641ed-f699-4ec7-aa1c-df9f62b8bcba", 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "zones": [ 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: { 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "id": "3e1641ed-f699-4ec7-aa1c-df9f62b8bcba", 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "name": "z", 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "endpoints": [], 2024-09-20T22:59:44.483 INFO:teuthology.orchestra.run.smithi083.stdout: "log_meta": "false", 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: "log_data": "false", 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: "bucket_index_max_shards": 11, 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: "read_only": "false", 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: "tier_type": "", 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: "sync_from_all": "true", 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: "sync_from": [], 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: "redirect_zone": "" 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: ], 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: "placement_targets": [ 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: { 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: "name": "default-placement", 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: "tags": [], 2024-09-20T22:59:44.484 INFO:teuthology.orchestra.run.smithi083.stdout: "storage_classes": [ 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: "STANDARD" 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: ] 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: ], 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: "default_placement": "default-placement", 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: "realm_id": "f5733a7b-2254-41a9-af69-8b8750f42367", 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: "sync_policy": { 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: "groups": [] 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: ], 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: "short_zone_ids": [ 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: { 2024-09-20T22:59:44.485 INFO:teuthology.orchestra.run.smithi083.stdout: "key": "3e1641ed-f699-4ec7-aa1c-df9f62b8bcba", 2024-09-20T22:59:44.486 INFO:teuthology.orchestra.run.smithi083.stdout: "val": 1548521251 2024-09-20T22:59:44.486 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T22:59:44.486 INFO:teuthology.orchestra.run.smithi083.stdout: ] 2024-09-20T22:59:44.486 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T22:59:44.486 INFO:teuthology.orchestra.run.smithi083.stdout: "master_zonegroup": "95b565ac-4b41-4119-8d59-8dfd42acb2e5", 2024-09-20T22:59:44.486 INFO:teuthology.orchestra.run.smithi083.stdout: "master_zone": "3e1641ed-f699-4ec7-aa1c-df9f62b8bcba", 2024-09-20T22:59:44.486 INFO:teuthology.orchestra.run.smithi083.stdout: "period_config": { 2024-09-20T22:59:44.486 INFO:teuthology.orchestra.run.smithi083.stdout: "bucket_quota": { 2024-09-20T22:59:44.486 INFO:teuthology.orchestra.run.smithi083.stdout: "enabled": false, 2024-09-20T22:59:44.486 INFO:teuthology.orchestra.run.smithi083.stdout: "check_on_raw": false, 2024-09-20T22:59:44.486 INFO:teuthology.orchestra.run.smithi083.stdout: "max_size": -1, 2024-09-20T22:59:44.486 INFO:teuthology.orchestra.run.smithi083.stdout: "max_size_kb": 0, 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "max_objects": -1 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "user_quota": { 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "enabled": false, 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "check_on_raw": false, 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "max_size": -1, 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "max_size_kb": 0, 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "max_objects": -1 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "user_ratelimit": { 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "max_read_ops": 0, 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "max_write_ops": 0, 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "max_read_bytes": 0, 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "max_write_bytes": 0, 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: "enabled": false 2024-09-20T22:59:44.487 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "bucket_ratelimit": { 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "max_read_ops": 0, 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "max_write_ops": 0, 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "max_read_bytes": 0, 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "max_write_bytes": 0, 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "enabled": false 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "anonymous_ratelimit": { 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "max_read_ops": 0, 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "max_write_ops": 0, 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "max_read_bytes": 0, 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "max_write_bytes": 0, 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "enabled": false 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T22:59:44.488 INFO:teuthology.orchestra.run.smithi083.stdout: "realm_id": "f5733a7b-2254-41a9-af69-8b8750f42367", 2024-09-20T22:59:44.489 INFO:teuthology.orchestra.run.smithi083.stdout: "realm_name": "r", 2024-09-20T22:59:44.489 INFO:teuthology.orchestra.run.smithi083.stdout: "realm_epoch": 2 2024-09-20T22:59:44.489 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T22:59:44.697 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:44 smithi083 bash[19864]: audit 2024-09-20T22:59:43.755425+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:44.697 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:44 smithi083 bash[19864]: audit 2024-09-20T22:59:43.758396+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:44.697 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:44 smithi083 bash[19864]: audit 2024-09-20T22:59:43.760405+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:44.697 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:44 smithi083 bash[19864]: audit 2024-09-20T22:59:43.773889+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:44.698 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:44 smithi083 bash[19864]: audit 2024-09-20T22:59:44.377840+0000 mon.a (mon.0) 897 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-20T22:59:44.698 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:44 smithi083 bash[19864]: cluster 2024-09-20T22:59:44.378120+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-20T22:59:44.698 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:44 smithi083 bash[25244]: audit 2024-09-20T22:59:43.755425+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:44.698 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:44 smithi083 bash[25244]: audit 2024-09-20T22:59:43.758396+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:44.698 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:44 smithi083 bash[25244]: audit 2024-09-20T22:59:43.760405+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:44.698 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:44 smithi083 bash[25244]: audit 2024-09-20T22:59:43.773889+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:44.698 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:44 smithi083 bash[25244]: audit 2024-09-20T22:59:44.377840+0000 mon.a (mon.0) 897 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-20T22:59:44.698 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:44 smithi083 bash[25244]: cluster 2024-09-20T22:59:44.378120+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-20T22:59:44.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:44 smithi142 bash[19948]: audit 2024-09-20T22:59:43.755425+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:44.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:44 smithi142 bash[19948]: audit 2024-09-20T22:59:43.758396+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:44.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:44 smithi142 bash[19948]: audit 2024-09-20T22:59:43.760405+0000 mon.c (mon.1) 83 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:44.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:44 smithi142 bash[19948]: audit 2024-09-20T22:59:43.773889+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:44.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:44 smithi142 bash[19948]: audit 2024-09-20T22:59:44.377840+0000 mon.a (mon.0) 897 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-20T22:59:44.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:44 smithi142 bash[19948]: cluster 2024-09-20T22:59:44.378120+0000 mon.a (mon.0) 898 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-20T22:59:45.255 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2024-09-20T22:59:45.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:45 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:59:45] "GET /metrics HTTP/1.1" 200 192872 "" "Prometheus/2.33.4" 2024-09-20T22:59:46.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:45 smithi142 bash[19948]: cluster 2024-09-20T22:59:44.118370+0000 mgr.y (mgr.14376) 111 : cluster [DBG] pgmap v87: 129 pgs: 32 creating+peering, 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-09-20T22:59:46.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:45 smithi083 bash[19864]: cluster 2024-09-20T22:59:44.118370+0000 mgr.y (mgr.14376) 111 : cluster [DBG] pgmap v87: 129 pgs: 32 creating+peering, 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-09-20T22:59:46.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:45 smithi083 bash[25244]: cluster 2024-09-20T22:59:44.118370+0000 mgr.y (mgr.14376) 111 : cluster [DBG] pgmap v87: 129 pgs: 32 creating+peering, 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-09-20T22:59:48.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:47 smithi142 bash[19948]: cluster 2024-09-20T22:59:46.119107+0000 mgr.y (mgr.14376) 112 : cluster [DBG] pgmap v89: 129 pgs: 32 creating+peering, 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 215 B/s rd, 430 B/s wr, 1 op/s 2024-09-20T22:59:48.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:47 smithi083 bash[19864]: cluster 2024-09-20T22:59:46.119107+0000 mgr.y (mgr.14376) 112 : cluster [DBG] pgmap v89: 129 pgs: 32 creating+peering, 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 215 B/s rd, 430 B/s wr, 1 op/s 2024-09-20T22:59:48.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:47 smithi083 bash[25244]: cluster 2024-09-20T22:59:46.119107+0000 mgr.y (mgr.14376) 112 : cluster [DBG] pgmap v89: 129 pgs: 32 creating+peering, 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 215 B/s rd, 430 B/s wr, 1 op/s 2024-09-20T22:59:48.387 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled rgw.foo update... 2024-09-20T22:59:49.348 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph osd pool create foo' 2024-09-20T22:59:49.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: cluster 2024-09-20T22:59:48.120158+0000 mgr.y (mgr.14376) 113 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-20T22:59:49.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.375469+0000 mgr.y (mgr.14376) 114 : audit [DBG] from='client.24526 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:59:49.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: cephadm 2024-09-20T22:59:48.380676+0000 mgr.y (mgr.14376) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-09-20T22:59:49.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.385951+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.412111+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:49.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.413542+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:49.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.414425+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:49.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.421794+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.429726+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.437527+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: cephadm 2024-09-20T22:59:48.438400+0000 mgr.y (mgr.14376) 116 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-09-20T22:59:49.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.443344+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.444122+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T22:59:49.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.444577+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T22:59:49.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.448450+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-20T22:59:49.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.454111+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: audit 2024-09-20T22:59:48.455094+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:49.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:49 smithi142 bash[19948]: cephadm 2024-09-20T22:59:48.455918+0000 mgr.y (mgr.14376) 117 : cephadm [INF] Deploying daemon rgw.foo.smithi083.bmphor on smithi083 2024-09-20T22:59:49.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: cluster 2024-09-20T22:59:48.120158+0000 mgr.y (mgr.14376) 113 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-20T22:59:49.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.375469+0000 mgr.y (mgr.14376) 114 : audit [DBG] from='client.24526 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:59:49.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: cephadm 2024-09-20T22:59:48.380676+0000 mgr.y (mgr.14376) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-09-20T22:59:49.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.385951+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.412111+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:49.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.413542+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:49.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.414425+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:49.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.421794+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.429726+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.437527+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: cephadm 2024-09-20T22:59:48.438400+0000 mgr.y (mgr.14376) 116 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-09-20T22:59:49.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.443344+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.444122+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T22:59:49.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.444577+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T22:59:49.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.448450+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-20T22:59:49.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.454111+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: audit 2024-09-20T22:59:48.455094+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:49.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[19864]: cephadm 2024-09-20T22:59:48.455918+0000 mgr.y (mgr.14376) 117 : cephadm [INF] Deploying daemon rgw.foo.smithi083.bmphor on smithi083 2024-09-20T22:59:49.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: cluster 2024-09-20T22:59:48.120158+0000 mgr.y (mgr.14376) 113 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-20T22:59:49.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.375469+0000 mgr.y (mgr.14376) 114 : audit [DBG] from='client.24526 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T22:59:49.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: cephadm 2024-09-20T22:59:48.380676+0000 mgr.y (mgr.14376) 115 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-09-20T22:59:49.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.385951+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.412111+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:49.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.413542+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:49.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.414425+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:49.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.421794+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.429726+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.437527+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: cephadm 2024-09-20T22:59:48.438400+0000 mgr.y (mgr.14376) 116 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2024-09-20T22:59:49.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.443344+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.444122+0000 mon.c (mon.1) 87 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T22:59:49.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.444577+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T22:59:49.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.448450+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-20T22:59:49.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.454111+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:49.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: audit 2024-09-20T22:59:48.455094+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:49.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:49 smithi083 bash[25244]: cephadm 2024-09-20T22:59:48.455918+0000 mgr.y (mgr.14376) 117 : cephadm [INF] Deploying daemon rgw.foo.smithi083.bmphor on smithi083 2024-09-20T22:59:51.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:51 smithi142 bash[19948]: cluster 2024-09-20T22:59:50.120823+0000 mgr.y (mgr.14376) 118 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 924 B/s rd, 924 B/s wr, 2 op/s 2024-09-20T22:59:51.645 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:51 smithi083 bash[19864]: cluster 2024-09-20T22:59:50.120823+0000 mgr.y (mgr.14376) 118 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 924 B/s rd, 924 B/s wr, 2 op/s 2024-09-20T22:59:51.646 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:51 smithi083 bash[25244]: cluster 2024-09-20T22:59:50.120823+0000 mgr.y (mgr.14376) 118 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 924 B/s rd, 924 B/s wr, 2 op/s 2024-09-20T22:59:51.903 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:59:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:51.903 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 22:59:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:51.903 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 22:59:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:51.904 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:59:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:51.904 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:51.904 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:59:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:51.905 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:51.905 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:51.905 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 22:59:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:52.165 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:52 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:52.166 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:52 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:52.166 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:52 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:52.166 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 22:59:52 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:52.167 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 22:59:52 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:52.167 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 22:59:52 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:52.167 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 22:59:52 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:52.167 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 22:59:52 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:52.168 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 22:59:52 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:53.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:53 smithi142 bash[19948]: cluster 2024-09-20T22:59:52.121570+0000 mgr.y (mgr.14376) 119 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 819 B/s rd, 819 B/s wr, 2 op/s 2024-09-20T22:59:53.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:53 smithi142 bash[19948]: audit 2024-09-20T22:59:52.179195+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:53.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:53 smithi142 bash[19948]: audit 2024-09-20T22:59:52.181381+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T22:59:53.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:53 smithi142 bash[19948]: audit 2024-09-20T22:59:52.181715+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T22:59:53.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:53 smithi142 bash[19948]: audit 2024-09-20T22:59:52.186363+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-20T22:59:53.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:53 smithi142 bash[19948]: audit 2024-09-20T22:59:52.192553+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:53.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:53 smithi142 bash[19948]: audit 2024-09-20T22:59:52.193514+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:53.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:53 smithi142 bash[19948]: cephadm 2024-09-20T22:59:52.194641+0000 mgr.y (mgr.14376) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi142.qztnvt on smithi142 2024-09-20T22:59:53.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[25244]: cluster 2024-09-20T22:59:52.121570+0000 mgr.y (mgr.14376) 119 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 819 B/s rd, 819 B/s wr, 2 op/s 2024-09-20T22:59:53.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[25244]: audit 2024-09-20T22:59:52.179195+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:53.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[25244]: audit 2024-09-20T22:59:52.181381+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T22:59:53.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[25244]: audit 2024-09-20T22:59:52.181715+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T22:59:53.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[25244]: audit 2024-09-20T22:59:52.186363+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-20T22:59:53.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[25244]: audit 2024-09-20T22:59:52.192553+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:53.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[25244]: audit 2024-09-20T22:59:52.193514+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:53.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[25244]: cephadm 2024-09-20T22:59:52.194641+0000 mgr.y (mgr.14376) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi142.qztnvt on smithi142 2024-09-20T22:59:53.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[19864]: cluster 2024-09-20T22:59:52.121570+0000 mgr.y (mgr.14376) 119 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 819 B/s rd, 819 B/s wr, 2 op/s 2024-09-20T22:59:53.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[19864]: audit 2024-09-20T22:59:52.179195+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:53.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[19864]: audit 2024-09-20T22:59:52.181381+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T22:59:53.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[19864]: audit 2024-09-20T22:59:52.181715+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T22:59:53.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[19864]: audit 2024-09-20T22:59:52.186363+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-20T22:59:53.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[19864]: audit 2024-09-20T22:59:52.192553+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:53.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[19864]: audit 2024-09-20T22:59:52.193514+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:53.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:53 smithi083 bash[19864]: cephadm 2024-09-20T22:59:52.194641+0000 mgr.y (mgr.14376) 120 : cephadm [INF] Deploying daemon rgw.foo.smithi142.qztnvt on smithi142 2024-09-20T22:59:53.694 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:59:53 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:59:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T22:59:54.323 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:54 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:22:59:54] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:59:54.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:54.822 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:54.825 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:54.825 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:54.826 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:54.826 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:54.826 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:54.827 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:54.827 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:55.113 INFO:teuthology.orchestra.run.smithi083.stderr:pool 'foo' created 2024-09-20T22:59:55.149 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:55.150 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:55.150 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:55.150 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:55.151 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:55.151 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:55.151 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:55.151 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:55.152 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:55 smithi142 bash[19948]: audit 2024-09-20T22:59:54.065806+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:55.152 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:55 smithi142 bash[19948]: audit 2024-09-20T22:59:54.073044+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:55.152 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:55 smithi142 bash[19948]: cluster 2024-09-20T22:59:54.121989+0000 mgr.y (mgr.14376) 121 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 716 B/s wr, 1 op/s 2024-09-20T22:59:55.152 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:55 smithi142 bash[19948]: audit 2024-09-20T22:59:54.127531+0000 mon.c (mon.1) 91 : audit [INF] from='client.? 172.21.15.83:0/1506871995' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-20T22:59:55.152 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:55 smithi142 bash[19948]: audit 2024-09-20T22:59:54.127793+0000 mon.a (mon.0) 913 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-20T22:59:55.152 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:55 smithi142 bash[19948]: audit 2024-09-20T22:59:55.035229+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:55.152 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:55 smithi142 bash[19948]: audit 2024-09-20T22:59:55.040996+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:55.152 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:55 smithi142 bash[19948]: audit 2024-09-20T22:59:55.043514+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:55.152 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:55 smithi142 bash[19948]: audit 2024-09-20T22:59:55.045188+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:55.152 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 22:59:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T22:59:55.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[25244]: audit 2024-09-20T22:59:54.065806+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:55.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[25244]: audit 2024-09-20T22:59:54.073044+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:55.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[25244]: cluster 2024-09-20T22:59:54.121989+0000 mgr.y (mgr.14376) 121 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 716 B/s wr, 1 op/s 2024-09-20T22:59:55.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[25244]: audit 2024-09-20T22:59:54.127531+0000 mon.c (mon.1) 91 : audit [INF] from='client.? 172.21.15.83:0/1506871995' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-20T22:59:55.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[25244]: audit 2024-09-20T22:59:54.127793+0000 mon.a (mon.0) 913 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-20T22:59:55.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[25244]: audit 2024-09-20T22:59:55.035229+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:55.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[25244]: audit 2024-09-20T22:59:55.040996+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:55.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[25244]: audit 2024-09-20T22:59:55.043514+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:55.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[25244]: audit 2024-09-20T22:59:55.045188+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:55.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[19864]: audit 2024-09-20T22:59:54.065806+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:55.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[19864]: audit 2024-09-20T22:59:54.073044+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:55.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[19864]: cluster 2024-09-20T22:59:54.121989+0000 mgr.y (mgr.14376) 121 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 716 B/s wr, 1 op/s 2024-09-20T22:59:55.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[19864]: audit 2024-09-20T22:59:54.127531+0000 mon.c (mon.1) 91 : audit [INF] from='client.? 172.21.15.83:0/1506871995' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-20T22:59:55.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[19864]: audit 2024-09-20T22:59:54.127793+0000 mon.a (mon.0) 913 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-20T22:59:55.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[19864]: audit 2024-09-20T22:59:55.035229+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:55.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[19864]: audit 2024-09-20T22:59:55.040996+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:55.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[19864]: audit 2024-09-20T22:59:55.043514+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:55.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[19864]: audit 2024-09-20T22:59:55.045188+0000 mon.c (mon.1) 94 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:55.823 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:55 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:22:59:55] "GET /metrics HTTP/1.1" 200 196834 "" "Prometheus/2.33.4" 2024-09-20T22:59:55.971 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'rbd pool init foo' 2024-09-20T22:59:56.226 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: cluster 2024-09-20T22:59:55.054031+0000 mgr.y (mgr.14376) 122 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 671 B/s rd, 671 B/s wr, 1 op/s 2024-09-20T22:59:56.226 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: cephadm 2024-09-20T22:59:55.054151+0000 mgr.y (mgr.14376) 123 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-20T22:59:56.226 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: cluster 2024-09-20T22:59:55.078296+0000 mon.a (mon.0) 915 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:59:56.226 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: audit 2024-09-20T22:59:55.099517+0000 mon.a (mon.0) 916 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-09-20T22:59:56.226 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: cluster 2024-09-20T22:59:55.100195+0000 mon.a (mon.0) 917 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-20T22:59:56.226 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: audit 2024-09-20T22:59:55.451907+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: audit 2024-09-20T22:59:55.460761+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: audit 2024-09-20T22:59:55.466422+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: cephadm 2024-09-20T22:59:55.467046+0000 mgr.y (mgr.14376) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: audit 2024-09-20T22:59:55.475151+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: audit 2024-09-20T22:59:55.476556+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: audit 2024-09-20T22:59:55.477745+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: cluster 2024-09-20T22:59:55.480050+0000 mgr.y (mgr.14376) 125 : cluster [DBG] pgmap v96: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: cluster 2024-09-20T22:59:55.480447+0000 mgr.y (mgr.14376) 126 : cluster [DBG] pgmap v97: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: cephadm 2024-09-20T22:59:55.483329+0000 mgr.y (mgr.14376) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: audit 2024-09-20T22:59:55.709943+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: cephadm 2024-09-20T22:59:55.711562+0000 mgr.y (mgr.14376) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: audit 2024-09-20T22:59:55.714576+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:56.227 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: audit 2024-09-20T22:59:55.715889+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:56.228 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: audit 2024-09-20T22:59:55.716562+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:56.228 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: cluster 2024-09-20T22:59:55.718626+0000 mgr.y (mgr.14376) 129 : cluster [DBG] pgmap v98: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:56.228 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: cluster 2024-09-20T22:59:55.718897+0000 mgr.y (mgr.14376) 130 : cluster [DBG] pgmap v99: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:56.228 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: audit 2024-09-20T22:59:55.724604+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.228 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[19864]: cephadm 2024-09-20T22:59:55.726017+0000 mgr.y (mgr.14376) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:59:56.228 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: cluster 2024-09-20T22:59:55.054031+0000 mgr.y (mgr.14376) 122 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 671 B/s rd, 671 B/s wr, 1 op/s 2024-09-20T22:59:56.228 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: cephadm 2024-09-20T22:59:55.054151+0000 mgr.y (mgr.14376) 123 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-20T22:59:56.228 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: cluster 2024-09-20T22:59:55.078296+0000 mon.a (mon.0) 915 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:59:56.228 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: audit 2024-09-20T22:59:55.099517+0000 mon.a (mon.0) 916 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-09-20T22:59:56.228 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: cluster 2024-09-20T22:59:55.100195+0000 mon.a (mon.0) 917 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-20T22:59:56.229 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: audit 2024-09-20T22:59:55.451907+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.229 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: audit 2024-09-20T22:59:55.460761+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.229 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: audit 2024-09-20T22:59:55.466422+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.229 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: cephadm 2024-09-20T22:59:55.467046+0000 mgr.y (mgr.14376) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:59:56.230 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: audit 2024-09-20T22:59:55.475151+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:56.230 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: audit 2024-09-20T22:59:55.476556+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:56.230 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: audit 2024-09-20T22:59:55.477745+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:56.230 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: cluster 2024-09-20T22:59:55.480050+0000 mgr.y (mgr.14376) 125 : cluster [DBG] pgmap v96: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:56.230 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: cluster 2024-09-20T22:59:55.480447+0000 mgr.y (mgr.14376) 126 : cluster [DBG] pgmap v97: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:56.230 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: cephadm 2024-09-20T22:59:55.483329+0000 mgr.y (mgr.14376) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-20T22:59:56.230 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: audit 2024-09-20T22:59:55.709943+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.230 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: cephadm 2024-09-20T22:59:55.711562+0000 mgr.y (mgr.14376) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:59:56.230 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: audit 2024-09-20T22:59:55.714576+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:56.230 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: audit 2024-09-20T22:59:55.715889+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:56.230 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: audit 2024-09-20T22:59:55.716562+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:56.231 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: cluster 2024-09-20T22:59:55.718626+0000 mgr.y (mgr.14376) 129 : cluster [DBG] pgmap v98: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:56.231 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: cluster 2024-09-20T22:59:55.718897+0000 mgr.y (mgr.14376) 130 : cluster [DBG] pgmap v99: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:56.231 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: audit 2024-09-20T22:59:55.724604+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.231 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:56 smithi083 bash[25244]: cephadm 2024-09-20T22:59:55.726017+0000 mgr.y (mgr.14376) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:59:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: cluster 2024-09-20T22:59:55.054031+0000 mgr.y (mgr.14376) 122 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 671 B/s rd, 671 B/s wr, 1 op/s 2024-09-20T22:59:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: cephadm 2024-09-20T22:59:55.054151+0000 mgr.y (mgr.14376) 123 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-20T22:59:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: cluster 2024-09-20T22:59:55.078296+0000 mon.a (mon.0) 915 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-20T22:59:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: audit 2024-09-20T22:59:55.099517+0000 mon.a (mon.0) 916 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-09-20T22:59:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: cluster 2024-09-20T22:59:55.100195+0000 mon.a (mon.0) 917 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-20T22:59:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: audit 2024-09-20T22:59:55.451907+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: audit 2024-09-20T22:59:55.460761+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: audit 2024-09-20T22:59:55.466422+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: cephadm 2024-09-20T22:59:55.467046+0000 mgr.y (mgr.14376) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:59:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: audit 2024-09-20T22:59:55.475151+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: audit 2024-09-20T22:59:55.476556+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: audit 2024-09-20T22:59:55.477745+0000 mon.c (mon.1) 97 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: cluster 2024-09-20T22:59:55.480050+0000 mgr.y (mgr.14376) 125 : cluster [DBG] pgmap v96: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: cluster 2024-09-20T22:59:55.480447+0000 mgr.y (mgr.14376) 126 : cluster [DBG] pgmap v97: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: cephadm 2024-09-20T22:59:55.483329+0000 mgr.y (mgr.14376) 127 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: audit 2024-09-20T22:59:55.709943+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: cephadm 2024-09-20T22:59:55.711562+0000 mgr.y (mgr.14376) 128 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: audit 2024-09-20T22:59:55.714576+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: audit 2024-09-20T22:59:55.715889+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: audit 2024-09-20T22:59:55.716562+0000 mon.c (mon.1) 100 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: cluster 2024-09-20T22:59:55.718626+0000 mgr.y (mgr.14376) 129 : cluster [DBG] pgmap v98: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: cluster 2024-09-20T22:59:55.718897+0000 mgr.y (mgr.14376) 130 : cluster [DBG] pgmap v99: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: audit 2024-09-20T22:59:55.724604+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:56.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:56 smithi142 bash[19948]: cephadm 2024-09-20T22:59:55.726017+0000 mgr.y (mgr.14376) 131 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T22:59:57.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:57 smithi083 bash[19864]: cluster 2024-09-20T22:59:56.099271+0000 mon.a (mon.0) 923 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-20T22:59:57.483 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:57 smithi083 bash[19864]: audit 2024-09-20T22:59:56.207601+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:57.483 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:57 smithi083 bash[25244]: cluster 2024-09-20T22:59:56.099271+0000 mon.a (mon.0) 923 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-20T22:59:57.483 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:57 smithi083 bash[25244]: audit 2024-09-20T22:59:56.207601+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:57.483 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:57 smithi142 bash[19948]: cluster 2024-09-20T22:59:56.099271+0000 mon.a (mon.0) 923 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-20T22:59:57.484 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:57 smithi142 bash[19948]: audit 2024-09-20T22:59:56.207601+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:57.823 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:57 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:59:57] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T22:59:58.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:58 smithi142 bash[19948]: cluster 2024-09-20T22:59:57.105251+0000 mon.a (mon.0) 925 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-20T22:59:58.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:58 smithi142 bash[19948]: audit 2024-09-20T22:59:57.482285+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:58.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 22:59:58 smithi142 bash[19948]: cluster 2024-09-20T22:59:57.720735+0000 mgr.y (mgr.14376) 132 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 466 KiB/s rd, 16 KiB/s wr, 877 op/s 2024-09-20T22:59:58.427 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:58 smithi083 bash[19864]: cluster 2024-09-20T22:59:57.105251+0000 mon.a (mon.0) 925 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-20T22:59:58.427 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:58 smithi083 bash[19864]: audit 2024-09-20T22:59:57.482285+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:58.428 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 22:59:58 smithi083 bash[19864]: cluster 2024-09-20T22:59:57.720735+0000 mgr.y (mgr.14376) 132 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 466 KiB/s rd, 16 KiB/s wr, 877 op/s 2024-09-20T22:59:58.428 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:58 smithi083 bash[25244]: cluster 2024-09-20T22:59:57.105251+0000 mon.a (mon.0) 925 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-20T22:59:58.428 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:58 smithi083 bash[25244]: audit 2024-09-20T22:59:57.482285+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T22:59:58.428 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 22:59:58 smithi083 bash[25244]: cluster 2024-09-20T22:59:57.720735+0000 mgr.y (mgr.14376) 132 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 466 KiB/s rd, 16 KiB/s wr, 877 op/s 2024-09-20T22:59:59.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 22:59:59 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:22:59:59] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:00:00.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:00 smithi142 bash[19948]: audit 2024-09-20T22:59:59.198436+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:00.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:00 smithi142 bash[19948]: cluster 2024-09-20T22:59:59.721521+0000 mgr.y (mgr.14376) 133 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 246 KiB/s rd, 8.5 KiB/s wr, 463 op/s 2024-09-20T23:00:00.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:00 smithi142 bash[19948]: cluster 2024-09-20T23:00:00.000191+0000 mon.a (mon.0) 928 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-09-20T23:00:00.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:00 smithi142 bash[19948]: cluster 2024-09-20T23:00:00.000255+0000 mon.a (mon.0) 929 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-09-20T23:00:00.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:00 smithi142 bash[19948]: cluster 2024-09-20T23:00:00.000275+0000 mon.a (mon.0) 930 : cluster [WRN] stray daemon rgw.foo.smithi083.bmphor on host smithi083 not managed by cephadm 2024-09-20T23:00:00.468 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:00 smithi083 bash[25244]: audit 2024-09-20T22:59:59.198436+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:00.468 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:00 smithi083 bash[25244]: cluster 2024-09-20T22:59:59.721521+0000 mgr.y (mgr.14376) 133 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 246 KiB/s rd, 8.5 KiB/s wr, 463 op/s 2024-09-20T23:00:00.469 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:00 smithi083 bash[25244]: cluster 2024-09-20T23:00:00.000191+0000 mon.a (mon.0) 928 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-09-20T23:00:00.469 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:00 smithi083 bash[25244]: cluster 2024-09-20T23:00:00.000255+0000 mon.a (mon.0) 929 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-09-20T23:00:00.469 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:00 smithi083 bash[25244]: cluster 2024-09-20T23:00:00.000275+0000 mon.a (mon.0) 930 : cluster [WRN] stray daemon rgw.foo.smithi083.bmphor on host smithi083 not managed by cephadm 2024-09-20T23:00:00.469 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:00 smithi083 bash[19864]: audit 2024-09-20T22:59:59.198436+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:00.469 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:00 smithi083 bash[19864]: cluster 2024-09-20T22:59:59.721521+0000 mgr.y (mgr.14376) 133 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 246 KiB/s rd, 8.5 KiB/s wr, 463 op/s 2024-09-20T23:00:00.469 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:00 smithi083 bash[19864]: cluster 2024-09-20T23:00:00.000191+0000 mon.a (mon.0) 928 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-09-20T23:00:00.469 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:00 smithi083 bash[19864]: cluster 2024-09-20T23:00:00.000255+0000 mon.a (mon.0) 929 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-09-20T23:00:00.469 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:00 smithi083 bash[19864]: cluster 2024-09-20T23:00:00.000275+0000 mon.a (mon.0) 930 : cluster [WRN] stray daemon rgw.foo.smithi083.bmphor on host smithi083 not managed by cephadm 2024-09-20T23:00:01.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:01 smithi142 bash[19948]: audit 2024-09-20T23:00:01.019710+0000 mon.c (mon.1) 101 : audit [INF] from='client.? 172.21.15.83:0/3687080444' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-20T23:00:01.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:01 smithi142 bash[19948]: audit 2024-09-20T23:00:01.020074+0000 mon.a (mon.0) 931 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-20T23:00:01.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:01 smithi142 bash[19948]: audit 2024-09-20T23:00:01.178955+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:01.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:01 smithi083 bash[25244]: audit 2024-09-20T23:00:01.019710+0000 mon.c (mon.1) 101 : audit [INF] from='client.? 172.21.15.83:0/3687080444' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-20T23:00:01.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:01 smithi083 bash[25244]: audit 2024-09-20T23:00:01.020074+0000 mon.a (mon.0) 931 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-20T23:00:01.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:01 smithi083 bash[25244]: audit 2024-09-20T23:00:01.178955+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:01.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:01 smithi083 bash[19864]: audit 2024-09-20T23:00:01.019710+0000 mon.c (mon.1) 101 : audit [INF] from='client.? 172.21.15.83:0/3687080444' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-20T23:00:01.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:01 smithi083 bash[19864]: audit 2024-09-20T23:00:01.020074+0000 mon.a (mon.0) 931 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-20T23:00:01.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:01 smithi083 bash[19864]: audit 2024-09-20T23:00:01.178955+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:02.264 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:01 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:00:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:00:02.532 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:02 smithi083 bash[19864]: audit 2024-09-20T23:00:01.263880+0000 mon.a (mon.0) 933 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-09-20T23:00:02.532 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:02 smithi083 bash[19864]: cluster 2024-09-20T23:00:01.264063+0000 mon.a (mon.0) 934 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-20T23:00:02.532 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:02 smithi083 bash[19864]: cluster 2024-09-20T23:00:01.722303+0000 mgr.y (mgr.14376) 134 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 6.0 KiB/s wr, 327 op/s 2024-09-20T23:00:02.532 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:02 smithi083 bash[19864]: audit 2024-09-20T23:00:01.860007+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:02.532 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:02 smithi083 bash[19864]: audit 2024-09-20T23:00:01.869728+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:02.533 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:02 smithi083 bash[25244]: audit 2024-09-20T23:00:01.263880+0000 mon.a (mon.0) 933 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-09-20T23:00:02.533 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:02 smithi083 bash[25244]: cluster 2024-09-20T23:00:01.264063+0000 mon.a (mon.0) 934 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-20T23:00:02.533 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:02 smithi083 bash[25244]: cluster 2024-09-20T23:00:01.722303+0000 mgr.y (mgr.14376) 134 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 6.0 KiB/s wr, 327 op/s 2024-09-20T23:00:02.533 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:02 smithi083 bash[25244]: audit 2024-09-20T23:00:01.860007+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:02.533 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:02 smithi083 bash[25244]: audit 2024-09-20T23:00:01.869728+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:02.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:02 smithi142 bash[19948]: audit 2024-09-20T23:00:01.263880+0000 mon.a (mon.0) 933 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-09-20T23:00:02.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:02 smithi142 bash[19948]: cluster 2024-09-20T23:00:01.264063+0000 mon.a (mon.0) 934 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-20T23:00:02.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:02 smithi142 bash[19948]: cluster 2024-09-20T23:00:01.722303+0000 mgr.y (mgr.14376) 134 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 55 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 6.0 KiB/s wr, 327 op/s 2024-09-20T23:00:02.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:02 smithi142 bash[19948]: audit 2024-09-20T23:00:01.860007+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:02.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:02 smithi142 bash[19948]: audit 2024-09-20T23:00:01.869728+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:03.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:03 smithi142 bash[19948]: cluster 2024-09-20T23:00:02.271153+0000 mon.a (mon.0) 937 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-09-20T23:00:03.572 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:00:03 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:00:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:00:03.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:03 smithi083 bash[19864]: cluster 2024-09-20T23:00:02.271153+0000 mon.a (mon.0) 937 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-09-20T23:00:03.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:03 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:00:03] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:00:03.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:03 smithi083 bash[25244]: cluster 2024-09-20T23:00:02.271153+0000 mon.a (mon.0) 937 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-09-20T23:00:04.494 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch apply iscsi foo u p' 2024-09-20T23:00:04.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:04 smithi142 bash[19948]: cluster 2024-09-20T23:00:03.283173+0000 mon.a (mon.0) 938 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-09-20T23:00:04.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:04 smithi142 bash[19948]: audit 2024-09-20T23:00:03.298969+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:04.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:04 smithi142 bash[19948]: audit 2024-09-20T23:00:03.306955+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:04.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:04 smithi142 bash[19948]: cluster 2024-09-20T23:00:03.722890+0000 mgr.y (mgr.14376) 135 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 39 op/s 2024-09-20T23:00:04.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:04 smithi083 bash[19864]: cluster 2024-09-20T23:00:03.283173+0000 mon.a (mon.0) 938 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-09-20T23:00:04.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:04 smithi083 bash[19864]: audit 2024-09-20T23:00:03.298969+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:04.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:04 smithi083 bash[19864]: audit 2024-09-20T23:00:03.306955+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:04.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:04 smithi083 bash[19864]: cluster 2024-09-20T23:00:03.722890+0000 mgr.y (mgr.14376) 135 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 39 op/s 2024-09-20T23:00:04.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:04 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:00:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:00:04.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:04 smithi083 bash[25244]: cluster 2024-09-20T23:00:03.283173+0000 mon.a (mon.0) 938 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-09-20T23:00:04.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:04 smithi083 bash[25244]: audit 2024-09-20T23:00:03.298969+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:04.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:04 smithi083 bash[25244]: audit 2024-09-20T23:00:03.306955+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:04.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:04 smithi083 bash[25244]: cluster 2024-09-20T23:00:03.722890+0000 mgr.y (mgr.14376) 135 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 39 op/s 2024-09-20T23:00:05.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:05 smithi142 bash[19948]: audit 2024-09-20T23:00:04.314803+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:05.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:05 smithi142 bash[19948]: audit 2024-09-20T23:00:04.328409+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:05 smithi142 bash[19948]: audit 2024-09-20T23:00:04.362108+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:05 smithi142 bash[19948]: audit 2024-09-20T23:00:04.363345+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:05 smithi142 bash[19948]: audit 2024-09-20T23:00:04.364060+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:05 smithi142 bash[19948]: cluster 2024-09-20T23:00:04.365995+0000 mgr.y (mgr.14376) 136 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2024-09-20T23:00:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:05 smithi142 bash[19948]: audit 2024-09-20T23:00:04.370986+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:05 smithi142 bash[19948]: audit 2024-09-20T23:00:04.382893+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:05 smithi142 bash[19948]: audit 2024-09-20T23:00:04.384405+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:05 smithi142 bash[19948]: audit 2024-09-20T23:00:04.385507+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:05 smithi142 bash[19948]: cephadm 2024-09-20T23:00:04.390485+0000 mgr.y (mgr.14376) 137 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-20T23:00:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:05 smithi142 bash[19948]: audit 2024-09-20T23:00:04.640448+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:05.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:00:05] "GET /metrics HTTP/1.1" 200 207364 "" "Prometheus/2.33.4" 2024-09-20T23:00:05.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[19864]: audit 2024-09-20T23:00:04.314803+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:05.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[19864]: audit 2024-09-20T23:00:04.328409+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:05.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[19864]: audit 2024-09-20T23:00:04.362108+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:05.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[19864]: audit 2024-09-20T23:00:04.363345+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:05.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[19864]: audit 2024-09-20T23:00:04.364060+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:05.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[19864]: cluster 2024-09-20T23:00:04.365995+0000 mgr.y (mgr.14376) 136 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[19864]: audit 2024-09-20T23:00:04.370986+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[19864]: audit 2024-09-20T23:00:04.382893+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[19864]: audit 2024-09-20T23:00:04.384405+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[19864]: audit 2024-09-20T23:00:04.385507+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[19864]: cephadm 2024-09-20T23:00:04.390485+0000 mgr.y (mgr.14376) 137 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[19864]: audit 2024-09-20T23:00:04.640448+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[25244]: audit 2024-09-20T23:00:04.314803+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[25244]: audit 2024-09-20T23:00:04.328409+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[25244]: audit 2024-09-20T23:00:04.362108+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[25244]: audit 2024-09-20T23:00:04.363345+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[25244]: audit 2024-09-20T23:00:04.364060+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[25244]: cluster 2024-09-20T23:00:04.365995+0000 mgr.y (mgr.14376) 136 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2024-09-20T23:00:05.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[25244]: audit 2024-09-20T23:00:04.370986+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[25244]: audit 2024-09-20T23:00:04.382893+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[25244]: audit 2024-09-20T23:00:04.384405+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[25244]: audit 2024-09-20T23:00:04.385507+0000 mon.c (mon.1) 107 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[25244]: cephadm 2024-09-20T23:00:04.390485+0000 mgr.y (mgr.14376) 137 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-20T23:00:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:05 smithi083 bash[25244]: audit 2024-09-20T23:00:04.640448+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:06.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:06 smithi142 bash[19948]: cluster 2024-09-20T23:00:05.400178+0000 mon.a (mon.0) 945 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T23:00:06.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:06 smithi142 bash[19948]: cluster 2024-09-20T23:00:05.400255+0000 mon.a (mon.0) 946 : cluster [INF] Cluster is now healthy 2024-09-20T23:00:06.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:06 smithi083 bash[19864]: cluster 2024-09-20T23:00:05.400178+0000 mon.a (mon.0) 945 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T23:00:06.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:06 smithi083 bash[19864]: cluster 2024-09-20T23:00:05.400255+0000 mon.a (mon.0) 946 : cluster [INF] Cluster is now healthy 2024-09-20T23:00:06.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:06 smithi083 bash[25244]: cluster 2024-09-20T23:00:05.400178+0000 mon.a (mon.0) 945 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-20T23:00:06.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:06 smithi083 bash[25244]: cluster 2024-09-20T23:00:05.400255+0000 mon.a (mon.0) 946 : cluster [INF] Cluster is now healthy 2024-09-20T23:00:07.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:07 smithi142 bash[19948]: cluster 2024-09-20T23:00:06.366744+0000 mgr.y (mgr.14376) 138 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 46 op/s 2024-09-20T23:00:07.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:07 smithi083 bash[19864]: cluster 2024-09-20T23:00:06.366744+0000 mgr.y (mgr.14376) 138 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 46 op/s 2024-09-20T23:00:07.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:07 smithi083 bash[25244]: cluster 2024-09-20T23:00:06.366744+0000 mgr.y (mgr.14376) 138 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 60 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 46 op/s 2024-09-20T23:00:09.402 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled iscsi.foo update... 2024-09-20T23:00:09.671 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:09 smithi083 bash[25244]: cluster 2024-09-20T23:00:08.367861+0000 mgr.y (mgr.14376) 139 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 308 B/s wr, 41 op/s 2024-09-20T23:00:09.680 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:09 smithi083 bash[25244]: audit 2024-09-20T23:00:09.403306+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:09.680 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:09 smithi083 bash[25244]: audit 2024-09-20T23:00:09.420813+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:09.680 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:09 smithi083 bash[25244]: audit 2024-09-20T23:00:09.422291+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:09.680 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:09 smithi083 bash[25244]: audit 2024-09-20T23:00:09.423086+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:09.680 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:09 smithi083 bash[19864]: cluster 2024-09-20T23:00:08.367861+0000 mgr.y (mgr.14376) 139 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 308 B/s wr, 41 op/s 2024-09-20T23:00:09.680 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:09 smithi083 bash[19864]: audit 2024-09-20T23:00:09.403306+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:09.680 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:09 smithi083 bash[19864]: audit 2024-09-20T23:00:09.420813+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:09.680 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:09 smithi083 bash[19864]: audit 2024-09-20T23:00:09.422291+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:09.680 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:09 smithi083 bash[19864]: audit 2024-09-20T23:00:09.423086+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:09.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:09 smithi142 bash[19948]: cluster 2024-09-20T23:00:08.367861+0000 mgr.y (mgr.14376) 139 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 308 B/s wr, 41 op/s 2024-09-20T23:00:09.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:09 smithi142 bash[19948]: audit 2024-09-20T23:00:09.403306+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:09.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:09 smithi142 bash[19948]: audit 2024-09-20T23:00:09.420813+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:09.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:09 smithi142 bash[19948]: audit 2024-09-20T23:00:09.422291+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:09.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:09 smithi142 bash[19948]: audit 2024-09-20T23:00:09.423086+0000 mon.c (mon.1) 110 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:10.621 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'sleep 180' 2024-09-20T23:00:11.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:10 smithi142 bash[19948]: audit 2024-09-20T23:00:09.393244+0000 mgr.y (mgr.14376) 140 : audit [DBG] from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:00:11.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:10 smithi142 bash[19948]: cephadm 2024-09-20T23:00:09.397205+0000 mgr.y (mgr.14376) 141 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-09-20T23:00:11.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:10 smithi142 bash[19948]: audit 2024-09-20T23:00:09.637112+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:11.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:10 smithi142 bash[19948]: audit 2024-09-20T23:00:09.643337+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:11.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:10 smithi142 bash[19948]: cephadm 2024-09-20T23:00:09.648234+0000 mgr.y (mgr.14376) 142 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-09-20T23:00:11.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:10 smithi142 bash[19948]: audit 2024-09-20T23:00:09.654537+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:00:11.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:10 smithi142 bash[19948]: audit 2024-09-20T23:00:09.654873+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:00:11.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:10 smithi142 bash[19948]: audit 2024-09-20T23:00:09.658674+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:00:11.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:10 smithi142 bash[19948]: audit 2024-09-20T23:00:09.664753+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:11.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:10 smithi142 bash[19948]: cephadm 2024-09-20T23:00:09.665796+0000 mgr.y (mgr.14376) 143 : cephadm [INF] Deploying daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:00:11.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:00:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:00:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[19864]: audit 2024-09-20T23:00:09.393244+0000 mgr.y (mgr.14376) 140 : audit [DBG] from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:00:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[19864]: cephadm 2024-09-20T23:00:09.397205+0000 mgr.y (mgr.14376) 141 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-09-20T23:00:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[19864]: audit 2024-09-20T23:00:09.637112+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[19864]: audit 2024-09-20T23:00:09.643337+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[19864]: cephadm 2024-09-20T23:00:09.648234+0000 mgr.y (mgr.14376) 142 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-09-20T23:00:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[19864]: audit 2024-09-20T23:00:09.654537+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:00:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[19864]: audit 2024-09-20T23:00:09.654873+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:00:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[19864]: audit 2024-09-20T23:00:09.658674+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:00:11.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[19864]: audit 2024-09-20T23:00:09.664753+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:11.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[19864]: cephadm 2024-09-20T23:00:09.665796+0000 mgr.y (mgr.14376) 143 : cephadm [INF] Deploying daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:00:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[25244]: audit 2024-09-20T23:00:09.393244+0000 mgr.y (mgr.14376) 140 : audit [DBG] from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:00:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[25244]: cephadm 2024-09-20T23:00:09.397205+0000 mgr.y (mgr.14376) 141 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2024-09-20T23:00:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[25244]: audit 2024-09-20T23:00:09.637112+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[25244]: audit 2024-09-20T23:00:09.643337+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[25244]: cephadm 2024-09-20T23:00:09.648234+0000 mgr.y (mgr.14376) 142 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2024-09-20T23:00:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[25244]: audit 2024-09-20T23:00:09.654537+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:00:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[25244]: audit 2024-09-20T23:00:09.654873+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:00:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[25244]: audit 2024-09-20T23:00:09.658674+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:00:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[25244]: audit 2024-09-20T23:00:09.664753+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:10 smithi083 bash[25244]: cephadm 2024-09-20T23:00:09.665796+0000 mgr.y (mgr.14376) 143 : cephadm [INF] Deploying daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:00:12.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:11 smithi142 bash[19948]: cluster 2024-09-20T23:00:10.368311+0000 mgr.y (mgr.14376) 144 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 252 B/s wr, 4 op/s 2024-09-20T23:00:12.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:11 smithi142 bash[19948]: audit 2024-09-20T23:00:10.691552+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:12.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:11 smithi142 bash[19948]: audit 2024-09-20T23:00:10.699340+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:12.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:11 smithi083 bash[19864]: cluster 2024-09-20T23:00:10.368311+0000 mgr.y (mgr.14376) 144 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 252 B/s wr, 4 op/s 2024-09-20T23:00:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:11 smithi083 bash[19864]: audit 2024-09-20T23:00:10.691552+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:11 smithi083 bash[19864]: audit 2024-09-20T23:00:10.699340+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:12.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:11 smithi083 bash[25244]: cluster 2024-09-20T23:00:10.368311+0000 mgr.y (mgr.14376) 144 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 252 B/s wr, 4 op/s 2024-09-20T23:00:12.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:11 smithi083 bash[25244]: audit 2024-09-20T23:00:10.691552+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:12.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:11 smithi083 bash[25244]: audit 2024-09-20T23:00:10.699340+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:13.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:12 smithi142 bash[19948]: cluster 2024-09-20T23:00:11.720072+0000 mon.a (mon.0) 954 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-09-20T23:00:13.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:12 smithi142 bash[19948]: cluster 2024-09-20T23:00:12.446762+0000 mon.a (mon.0) 955 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-09-20T23:00:13.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:12 smithi083 bash[19864]: cluster 2024-09-20T23:00:11.720072+0000 mon.a (mon.0) 954 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-09-20T23:00:13.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:12 smithi083 bash[19864]: cluster 2024-09-20T23:00:12.446762+0000 mon.a (mon.0) 955 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-09-20T23:00:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:12 smithi083 bash[25244]: cluster 2024-09-20T23:00:11.720072+0000 mon.a (mon.0) 954 : cluster [DBG] mgrmap e20: y(active, since 2m), standbys: x 2024-09-20T23:00:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:12 smithi083 bash[25244]: cluster 2024-09-20T23:00:12.446762+0000 mon.a (mon.0) 955 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-09-20T23:00:13.710 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:00:13 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:00:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:00:13.887 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:13 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:13.888 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:00:13 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:13.888 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:00:13 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:13.888 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:00:13 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:13.888 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:00:13 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:13.889 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:13 smithi083 bash[19864]: cluster 2024-09-20T23:00:12.370507+0000 mgr.y (mgr.14376) 145 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 225 B/s wr, 3 op/s 2024-09-20T23:00:13.889 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:13 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:13.889 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:00:13 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:13.889 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:00:13 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:13.889 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:13 smithi083 bash[25244]: cluster 2024-09-20T23:00:12.370507+0000 mgr.y (mgr.14376) 145 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 225 B/s wr, 3 op/s 2024-09-20T23:00:13.889 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:13 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:14.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:13 smithi142 bash[19948]: cluster 2024-09-20T23:00:12.370507+0000 mgr.y (mgr.14376) 145 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 225 B/s wr, 3 op/s 2024-09-20T23:00:14.153 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:14 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:14.154 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:00:14 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:14.154 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:00:14 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:14.154 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:00:14 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:14.155 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:00:14 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:14.155 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:14 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:14.155 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:14 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:14.156 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:00:14 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:14.156 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:00:14 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:00:15.505 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.197061+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.505 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.199519+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:15.506 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.200738+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:15.506 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.201446+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:15.506 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.207207+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.506 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: cephadm 2024-09-20T23:00:14.208814+0000 mgr.y (mgr.14376) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:00:15.506 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.213969+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:00:15.506 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.214589+0000 mgr.y (mgr.14376) 147 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:00:15.506 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: cephadm 2024-09-20T23:00:14.215550+0000 mgr.y (mgr.14376) 148 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.83:5000 to Dashboard 2024-09-20T23:00:15.507 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.215763+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:00:15.507 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.216133+0000 mgr.y (mgr.14376) 149 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:00:15.507 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.220881+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.507 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.224618+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:00:15.507 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.225209+0000 mgr.y (mgr.14376) 150 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:00:15.507 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.235700+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.507 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.237422+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:15.507 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.238521+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:15.508 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.239202+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:15.508 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: audit 2024-09-20T23:00:14.245212+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.508 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: cephadm 2024-09-20T23:00:14.245802+0000 mgr.y (mgr.14376) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:00:15.508 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[25244]: cluster 2024-09-20T23:00:14.371251+0000 mgr.y (mgr.14376) 152 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 204 B/s wr, 3 op/s 2024-09-20T23:00:15.508 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.197061+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.508 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.199519+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:15.509 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.200738+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:15.509 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.201446+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:15.509 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.207207+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.509 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: cephadm 2024-09-20T23:00:14.208814+0000 mgr.y (mgr.14376) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:00:15.509 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.213969+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:00:15.509 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.214589+0000 mgr.y (mgr.14376) 147 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:00:15.509 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: cephadm 2024-09-20T23:00:14.215550+0000 mgr.y (mgr.14376) 148 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.83:5000 to Dashboard 2024-09-20T23:00:15.509 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.215763+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:00:15.510 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.216133+0000 mgr.y (mgr.14376) 149 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:00:15.510 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.220881+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.510 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.224618+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:00:15.510 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.225209+0000 mgr.y (mgr.14376) 150 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:00:15.510 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.235700+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.510 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.237422+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:15.510 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.238521+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:15.511 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.239202+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:15.511 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: audit 2024-09-20T23:00:14.245212+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.511 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: cephadm 2024-09-20T23:00:14.245802+0000 mgr.y (mgr.14376) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:00:15.511 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[19864]: cluster 2024-09-20T23:00:14.371251+0000 mgr.y (mgr.14376) 152 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 204 B/s wr, 3 op/s 2024-09-20T23:00:15.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.197061+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.199519+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:15.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.200738+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:15.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.201446+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:15.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.207207+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: cephadm 2024-09-20T23:00:14.208814+0000 mgr.y (mgr.14376) 146 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:00:15.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.213969+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:00:15.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.214589+0000 mgr.y (mgr.14376) 147 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:00:15.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: cephadm 2024-09-20T23:00:14.215550+0000 mgr.y (mgr.14376) 148 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.83:5000 to Dashboard 2024-09-20T23:00:15.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.215763+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:00:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.216133+0000 mgr.y (mgr.14376) 149 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:00:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.220881+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.224618+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:00:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.225209+0000 mgr.y (mgr.14376) 150 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:00:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.235700+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.237422+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.238521+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.239202+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: audit 2024-09-20T23:00:14.245212+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: cephadm 2024-09-20T23:00:14.245802+0000 mgr.y (mgr.14376) 151 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:00:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:15 smithi142 bash[19948]: cluster 2024-09-20T23:00:14.371251+0000 mgr.y (mgr.14376) 152 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 204 B/s wr, 3 op/s 2024-09-20T23:00:15.823 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:15 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:00:15] "GET /metrics HTTP/1.1" 200 207364 "" "Prometheus/2.33.4" 2024-09-20T23:00:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.120846+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.121079+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.121471+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.121503+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.121923+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.122234+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.122514+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.122739+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.176804+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.192885+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.193742+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.211192+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.212135+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:00:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:16 smithi142 bash[19948]: audit 2024-09-20T23:00:16.238774+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:16.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.120846+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-20T23:00:16.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.121079+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-20T23:00:16.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.121471+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-20T23:00:16.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.121503+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-20T23:00:16.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.121923+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.122234+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.122514+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.122739+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.176804+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.192885+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.193742+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.211192+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.212135+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[19864]: audit 2024-09-20T23:00:16.238774+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.120846+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.121079+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.121471+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.121503+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-20T23:00:16.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.121923+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-20T23:00:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.122234+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-20T23:00:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.122514+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-20T23:00:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.122739+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-20T23:00:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.176804+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.192885+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:00:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.193742+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:00:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.211192+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:00:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.212135+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:00:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:16 smithi083 bash[25244]: audit 2024-09-20T23:00:16.238774+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:17.568 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[25244]: audit 2024-09-20T23:00:16.266974+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2024-09-20T23:00:17.568 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[25244]: audit 2024-09-20T23:00:16.267420+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-09-20T23:00:17.568 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[25244]: audit 2024-09-20T23:00:16.267510+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-09-20T23:00:17.568 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[25244]: audit 2024-09-20T23:00:16.267909+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2024-09-20T23:00:17.569 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[25244]: cluster 2024-09-20T23:00:16.268045+0000 mon.a (mon.0) 973 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-09-20T23:00:17.569 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[25244]: cluster 2024-09-20T23:00:16.372118+0000 mgr.y (mgr.14376) 153 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:00:17.569 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[25244]: cluster 2024-09-20T23:00:17.256856+0000 mon.a (mon.0) 974 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-09-20T23:00:17.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[19864]: audit 2024-09-20T23:00:16.266974+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2024-09-20T23:00:17.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[19864]: audit 2024-09-20T23:00:16.267420+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-09-20T23:00:17.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[19864]: audit 2024-09-20T23:00:16.267510+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-09-20T23:00:17.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[19864]: audit 2024-09-20T23:00:16.267909+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2024-09-20T23:00:17.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[19864]: cluster 2024-09-20T23:00:16.268045+0000 mon.a (mon.0) 973 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-09-20T23:00:17.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[19864]: cluster 2024-09-20T23:00:16.372118+0000 mgr.y (mgr.14376) 153 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:00:17.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:17 smithi083 bash[19864]: cluster 2024-09-20T23:00:17.256856+0000 mon.a (mon.0) 974 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-09-20T23:00:17.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:17 smithi142 bash[19948]: audit 2024-09-20T23:00:16.266974+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2024-09-20T23:00:17.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:17 smithi142 bash[19948]: audit 2024-09-20T23:00:16.267420+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2024-09-20T23:00:17.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:17 smithi142 bash[19948]: audit 2024-09-20T23:00:16.267510+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-09-20T23:00:17.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:17 smithi142 bash[19948]: audit 2024-09-20T23:00:16.267909+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2024-09-20T23:00:17.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:17 smithi142 bash[19948]: cluster 2024-09-20T23:00:16.268045+0000 mon.a (mon.0) 973 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-09-20T23:00:17.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:17 smithi142 bash[19948]: cluster 2024-09-20T23:00:16.372118+0000 mgr.y (mgr.14376) 153 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 61 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:00:17.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:17 smithi142 bash[19948]: cluster 2024-09-20T23:00:17.256856+0000 mon.a (mon.0) 974 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-09-20T23:00:19.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:19 smithi142 bash[19948]: cluster 2024-09-20T23:00:18.372967+0000 mgr.y (mgr.14376) 154 : cluster [DBG] pgmap v119: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:00:19.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:19 smithi142 bash[19948]: audit 2024-09-20T23:00:18.456620+0000 mon.a (mon.0) 975 : audit [DBG] from='client.? 172.21.15.83:0/1510980180' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:00:19.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:19 smithi142 bash[19948]: audit 2024-09-20T23:00:18.790304+0000 mon.a (mon.0) 976 : audit [INF] from='client.? 172.21.15.83:0/3376336487' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1602084603"}]: dispatch 2024-09-20T23:00:19.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:19 smithi083 bash[19864]: cluster 2024-09-20T23:00:18.372967+0000 mgr.y (mgr.14376) 154 : cluster [DBG] pgmap v119: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:00:19.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:19 smithi083 bash[19864]: audit 2024-09-20T23:00:18.456620+0000 mon.a (mon.0) 975 : audit [DBG] from='client.? 172.21.15.83:0/1510980180' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:00:19.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:19 smithi083 bash[19864]: audit 2024-09-20T23:00:18.790304+0000 mon.a (mon.0) 976 : audit [INF] from='client.? 172.21.15.83:0/3376336487' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1602084603"}]: dispatch 2024-09-20T23:00:19.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:19 smithi083 bash[25244]: cluster 2024-09-20T23:00:18.372967+0000 mgr.y (mgr.14376) 154 : cluster [DBG] pgmap v119: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:00:19.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:19 smithi083 bash[25244]: audit 2024-09-20T23:00:18.456620+0000 mon.a (mon.0) 975 : audit [DBG] from='client.? 172.21.15.83:0/1510980180' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:00:19.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:19 smithi083 bash[25244]: audit 2024-09-20T23:00:18.790304+0000 mon.a (mon.0) 976 : audit [INF] from='client.? 172.21.15.83:0/3376336487' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1602084603"}]: dispatch 2024-09-20T23:00:20.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:20 smithi083 bash[19864]: audit 2024-09-20T23:00:19.454613+0000 mon.a (mon.0) 977 : audit [INF] from='client.? 172.21.15.83:0/3376336487' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1602084603"}]': finished 2024-09-20T23:00:20.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:20 smithi083 bash[19864]: cluster 2024-09-20T23:00:19.454686+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-09-20T23:00:20.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:20 smithi083 bash[19864]: audit 2024-09-20T23:00:19.812909+0000 mon.a (mon.0) 979 : audit [INF] from='client.? 172.21.15.83:0/1079248859' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3437394157"}]: dispatch 2024-09-20T23:00:20.769 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:20 smithi083 bash[25244]: audit 2024-09-20T23:00:19.454613+0000 mon.a (mon.0) 977 : audit [INF] from='client.? 172.21.15.83:0/3376336487' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1602084603"}]': finished 2024-09-20T23:00:20.769 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:20 smithi083 bash[25244]: cluster 2024-09-20T23:00:19.454686+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-09-20T23:00:20.769 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:20 smithi083 bash[25244]: audit 2024-09-20T23:00:19.812909+0000 mon.a (mon.0) 979 : audit [INF] from='client.? 172.21.15.83:0/1079248859' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3437394157"}]: dispatch 2024-09-20T23:00:20.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:20 smithi142 bash[19948]: audit 2024-09-20T23:00:19.454613+0000 mon.a (mon.0) 977 : audit [INF] from='client.? 172.21.15.83:0/3376336487' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1602084603"}]': finished 2024-09-20T23:00:20.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:20 smithi142 bash[19948]: cluster 2024-09-20T23:00:19.454686+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2024-09-20T23:00:20.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:20 smithi142 bash[19948]: audit 2024-09-20T23:00:19.812909+0000 mon.a (mon.0) 979 : audit [INF] from='client.? 172.21.15.83:0/1079248859' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3437394157"}]: dispatch 2024-09-20T23:00:21.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:21 smithi142 bash[19948]: cluster 2024-09-20T23:00:20.373731+0000 mgr.y (mgr.14376) 155 : cluster [DBG] pgmap v121: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:00:21.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:21 smithi142 bash[19948]: audit 2024-09-20T23:00:20.463394+0000 mon.a (mon.0) 980 : audit [INF] from='client.? 172.21.15.83:0/1079248859' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3437394157"}]': finished 2024-09-20T23:00:21.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:21 smithi142 bash[19948]: cluster 2024-09-20T23:00:20.463480+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-09-20T23:00:21.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:21 smithi142 bash[19948]: audit 2024-09-20T23:00:20.794034+0000 mon.c (mon.1) 128 : audit [INF] from='client.? 172.21.15.83:0/3361375475' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2625674901"}]: dispatch 2024-09-20T23:00:21.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:21 smithi142 bash[19948]: audit 2024-09-20T23:00:20.794553+0000 mon.a (mon.0) 982 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2625674901"}]: dispatch 2024-09-20T23:00:21.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:21 smithi083 bash[19864]: cluster 2024-09-20T23:00:20.373731+0000 mgr.y (mgr.14376) 155 : cluster [DBG] pgmap v121: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:00:21.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:21 smithi083 bash[19864]: audit 2024-09-20T23:00:20.463394+0000 mon.a (mon.0) 980 : audit [INF] from='client.? 172.21.15.83:0/1079248859' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3437394157"}]': finished 2024-09-20T23:00:21.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:21 smithi083 bash[19864]: cluster 2024-09-20T23:00:20.463480+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-09-20T23:00:21.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:21 smithi083 bash[19864]: audit 2024-09-20T23:00:20.794034+0000 mon.c (mon.1) 128 : audit [INF] from='client.? 172.21.15.83:0/3361375475' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2625674901"}]: dispatch 2024-09-20T23:00:21.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:21 smithi083 bash[19864]: audit 2024-09-20T23:00:20.794553+0000 mon.a (mon.0) 982 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2625674901"}]: dispatch 2024-09-20T23:00:21.824 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:21 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:00:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:00:21.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:21 smithi083 bash[25244]: cluster 2024-09-20T23:00:20.373731+0000 mgr.y (mgr.14376) 155 : cluster [DBG] pgmap v121: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 65 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:00:21.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:21 smithi083 bash[25244]: audit 2024-09-20T23:00:20.463394+0000 mon.a (mon.0) 980 : audit [INF] from='client.? 172.21.15.83:0/1079248859' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3437394157"}]': finished 2024-09-20T23:00:21.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:21 smithi083 bash[25244]: cluster 2024-09-20T23:00:20.463480+0000 mon.a (mon.0) 981 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2024-09-20T23:00:21.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:21 smithi083 bash[25244]: audit 2024-09-20T23:00:20.794034+0000 mon.c (mon.1) 128 : audit [INF] from='client.? 172.21.15.83:0/3361375475' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2625674901"}]: dispatch 2024-09-20T23:00:21.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:21 smithi083 bash[25244]: audit 2024-09-20T23:00:20.794553+0000 mon.a (mon.0) 982 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2625674901"}]: dispatch 2024-09-20T23:00:22.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:22 smithi142 bash[19948]: audit 2024-09-20T23:00:21.471915+0000 mon.a (mon.0) 983 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2625674901"}]': finished 2024-09-20T23:00:22.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:22 smithi142 bash[19948]: cluster 2024-09-20T23:00:21.472009+0000 mon.a (mon.0) 984 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-09-20T23:00:22.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:22 smithi142 bash[19948]: audit 2024-09-20T23:00:21.575282+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:22.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:22 smithi142 bash[19948]: audit 2024-09-20T23:00:21.809577+0000 mon.a (mon.0) 986 : audit [INF] from='client.? 172.21.15.83:0/3320596622' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3418744611"}]: dispatch 2024-09-20T23:00:22.813 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:22 smithi083 bash[25244]: audit 2024-09-20T23:00:21.471915+0000 mon.a (mon.0) 983 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2625674901"}]': finished 2024-09-20T23:00:22.814 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:22 smithi083 bash[25244]: cluster 2024-09-20T23:00:21.472009+0000 mon.a (mon.0) 984 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-09-20T23:00:22.814 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:22 smithi083 bash[25244]: audit 2024-09-20T23:00:21.575282+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:22.814 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:22 smithi083 bash[25244]: audit 2024-09-20T23:00:21.809577+0000 mon.a (mon.0) 986 : audit [INF] from='client.? 172.21.15.83:0/3320596622' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3418744611"}]: dispatch 2024-09-20T23:00:22.814 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:22 smithi083 bash[19864]: audit 2024-09-20T23:00:21.471915+0000 mon.a (mon.0) 983 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2625674901"}]': finished 2024-09-20T23:00:22.814 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:22 smithi083 bash[19864]: cluster 2024-09-20T23:00:21.472009+0000 mon.a (mon.0) 984 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-09-20T23:00:22.814 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:22 smithi083 bash[19864]: audit 2024-09-20T23:00:21.575282+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:22.814 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:22 smithi083 bash[19864]: audit 2024-09-20T23:00:21.809577+0000 mon.a (mon.0) 986 : audit [INF] from='client.? 172.21.15.83:0/3320596622' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3418744611"}]: dispatch 2024-09-20T23:00:23.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:22 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:00:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:00:23.822 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:00:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:00:23.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[19948]: cluster 2024-09-20T23:00:22.374623+0000 mgr.y (mgr.14376) 156 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail; 1002 B/s rd, 200 B/s wr, 2 op/s 2024-09-20T23:00:23.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[19948]: audit 2024-09-20T23:00:22.582952+0000 mon.a (mon.0) 987 : audit [INF] from='client.? 172.21.15.83:0/3320596622' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3418744611"}]': finished 2024-09-20T23:00:23.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[19948]: cluster 2024-09-20T23:00:22.583029+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-09-20T23:00:23.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[19948]: audit 2024-09-20T23:00:22.807887+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[19948]: audit 2024-09-20T23:00:22.814331+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[19948]: audit 2024-09-20T23:00:22.836751+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:23.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[19948]: audit 2024-09-20T23:00:22.838093+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:23.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[19948]: audit 2024-09-20T23:00:22.838821+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:23.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[19948]: audit 2024-09-20T23:00:22.845032+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[19948]: audit 2024-09-20T23:00:22.908109+0000 mon.a (mon.0) 992 : audit [INF] from='client.? 172.21.15.83:0/693852248' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/3418744611"}]: dispatch 2024-09-20T23:00:23.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[19948]: audit 2024-09-20T23:00:23.460397+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:23 smithi142 bash[19948]: audit 2024-09-20T23:00:23.472018+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.827 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:00:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:00:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[25244]: cluster 2024-09-20T23:00:22.374623+0000 mgr.y (mgr.14376) 156 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail; 1002 B/s rd, 200 B/s wr, 2 op/s 2024-09-20T23:00:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[25244]: audit 2024-09-20T23:00:22.582952+0000 mon.a (mon.0) 987 : audit [INF] from='client.? 172.21.15.83:0/3320596622' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3418744611"}]': finished 2024-09-20T23:00:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[25244]: cluster 2024-09-20T23:00:22.583029+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-09-20T23:00:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[25244]: audit 2024-09-20T23:00:22.807887+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[25244]: audit 2024-09-20T23:00:22.814331+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[25244]: audit 2024-09-20T23:00:22.836751+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:23.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[25244]: audit 2024-09-20T23:00:22.838093+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:23.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[25244]: audit 2024-09-20T23:00:22.838821+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:23.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[25244]: audit 2024-09-20T23:00:22.845032+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[25244]: audit 2024-09-20T23:00:22.908109+0000 mon.a (mon.0) 992 : audit [INF] from='client.? 172.21.15.83:0/693852248' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/3418744611"}]: dispatch 2024-09-20T23:00:23.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[25244]: audit 2024-09-20T23:00:23.460397+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[25244]: audit 2024-09-20T23:00:23.472018+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[19864]: cluster 2024-09-20T23:00:22.374623+0000 mgr.y (mgr.14376) 156 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail; 1002 B/s rd, 200 B/s wr, 2 op/s 2024-09-20T23:00:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[19864]: audit 2024-09-20T23:00:22.582952+0000 mon.a (mon.0) 987 : audit [INF] from='client.? 172.21.15.83:0/3320596622' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3418744611"}]': finished 2024-09-20T23:00:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[19864]: cluster 2024-09-20T23:00:22.583029+0000 mon.a (mon.0) 988 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-09-20T23:00:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[19864]: audit 2024-09-20T23:00:22.807887+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[19864]: audit 2024-09-20T23:00:22.814331+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[19864]: audit 2024-09-20T23:00:22.836751+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:00:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[19864]: audit 2024-09-20T23:00:22.838093+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:00:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[19864]: audit 2024-09-20T23:00:22.838821+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:00:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[19864]: audit 2024-09-20T23:00:22.845032+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[19864]: audit 2024-09-20T23:00:22.908109+0000 mon.a (mon.0) 992 : audit [INF] from='client.? 172.21.15.83:0/693852248' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/3418744611"}]: dispatch 2024-09-20T23:00:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[19864]: audit 2024-09-20T23:00:23.460397+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:23 smithi083 bash[19864]: audit 2024-09-20T23:00:23.472018+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:25.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:24 smithi142 bash[19948]: audit 2024-09-20T23:00:23.852552+0000 mon.a (mon.0) 995 : audit [INF] from='client.? 172.21.15.83:0/693852248' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/3418744611"}]': finished 2024-09-20T23:00:25.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:24 smithi142 bash[19948]: cluster 2024-09-20T23:00:23.852741+0000 mon.a (mon.0) 996 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-09-20T23:00:25.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:24 smithi142 bash[19948]: audit 2024-09-20T23:00:24.203805+0000 mon.c (mon.1) 132 : audit [INF] from='client.? 172.21.15.83:0/3667986904' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2416376022"}]: dispatch 2024-09-20T23:00:25.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:24 smithi142 bash[19948]: audit 2024-09-20T23:00:24.204434+0000 mon.a (mon.0) 997 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2416376022"}]: dispatch 2024-09-20T23:00:25.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:24 smithi083 bash[19864]: audit 2024-09-20T23:00:23.852552+0000 mon.a (mon.0) 995 : audit [INF] from='client.? 172.21.15.83:0/693852248' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/3418744611"}]': finished 2024-09-20T23:00:25.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:24 smithi083 bash[19864]: cluster 2024-09-20T23:00:23.852741+0000 mon.a (mon.0) 996 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-09-20T23:00:25.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:24 smithi083 bash[19864]: audit 2024-09-20T23:00:24.203805+0000 mon.c (mon.1) 132 : audit [INF] from='client.? 172.21.15.83:0/3667986904' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2416376022"}]: dispatch 2024-09-20T23:00:25.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:24 smithi083 bash[19864]: audit 2024-09-20T23:00:24.204434+0000 mon.a (mon.0) 997 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2416376022"}]: dispatch 2024-09-20T23:00:25.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:24 smithi083 bash[25244]: audit 2024-09-20T23:00:23.852552+0000 mon.a (mon.0) 995 : audit [INF] from='client.? 172.21.15.83:0/693852248' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/3418744611"}]': finished 2024-09-20T23:00:25.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:24 smithi083 bash[25244]: cluster 2024-09-20T23:00:23.852741+0000 mon.a (mon.0) 996 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2024-09-20T23:00:25.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:24 smithi083 bash[25244]: audit 2024-09-20T23:00:24.203805+0000 mon.c (mon.1) 132 : audit [INF] from='client.? 172.21.15.83:0/3667986904' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2416376022"}]: dispatch 2024-09-20T23:00:25.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:24 smithi083 bash[25244]: audit 2024-09-20T23:00:24.204434+0000 mon.a (mon.0) 997 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2416376022"}]: dispatch 2024-09-20T23:00:25.823 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:25 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:00:25] "GET /metrics HTTP/1.1" 200 208107 "" "Prometheus/2.33.4" 2024-09-20T23:00:26.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:25 smithi142 bash[19948]: cluster 2024-09-20T23:00:24.375440+0000 mgr.y (mgr.14376) 157 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-20T23:00:26.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:25 smithi142 bash[19948]: audit 2024-09-20T23:00:24.856241+0000 mon.a (mon.0) 998 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2416376022"}]': finished 2024-09-20T23:00:26.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:25 smithi142 bash[19948]: cluster 2024-09-20T23:00:24.856531+0000 mon.a (mon.0) 999 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-09-20T23:00:26.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:25 smithi142 bash[19948]: audit 2024-09-20T23:00:25.198977+0000 mon.c (mon.1) 133 : audit [INF] from='client.? 172.21.15.83:0/2888796605' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3538731451"}]: dispatch 2024-09-20T23:00:26.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:25 smithi142 bash[19948]: audit 2024-09-20T23:00:25.199779+0000 mon.a (mon.0) 1000 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3538731451"}]: dispatch 2024-09-20T23:00:26.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:25 smithi083 bash[19864]: cluster 2024-09-20T23:00:24.375440+0000 mgr.y (mgr.14376) 157 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-20T23:00:26.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:25 smithi083 bash[19864]: audit 2024-09-20T23:00:24.856241+0000 mon.a (mon.0) 998 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2416376022"}]': finished 2024-09-20T23:00:26.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:25 smithi083 bash[19864]: cluster 2024-09-20T23:00:24.856531+0000 mon.a (mon.0) 999 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-09-20T23:00:26.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:25 smithi083 bash[19864]: audit 2024-09-20T23:00:25.198977+0000 mon.c (mon.1) 133 : audit [INF] from='client.? 172.21.15.83:0/2888796605' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3538731451"}]: dispatch 2024-09-20T23:00:26.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:25 smithi083 bash[19864]: audit 2024-09-20T23:00:25.199779+0000 mon.a (mon.0) 1000 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3538731451"}]: dispatch 2024-09-20T23:00:26.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:25 smithi083 bash[25244]: cluster 2024-09-20T23:00:24.375440+0000 mgr.y (mgr.14376) 157 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-20T23:00:26.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:25 smithi083 bash[25244]: audit 2024-09-20T23:00:24.856241+0000 mon.a (mon.0) 998 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2416376022"}]': finished 2024-09-20T23:00:26.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:25 smithi083 bash[25244]: cluster 2024-09-20T23:00:24.856531+0000 mon.a (mon.0) 999 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2024-09-20T23:00:26.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:25 smithi083 bash[25244]: audit 2024-09-20T23:00:25.198977+0000 mon.c (mon.1) 133 : audit [INF] from='client.? 172.21.15.83:0/2888796605' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3538731451"}]: dispatch 2024-09-20T23:00:26.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:25 smithi083 bash[25244]: audit 2024-09-20T23:00:25.199779+0000 mon.a (mon.0) 1000 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3538731451"}]: dispatch 2024-09-20T23:00:27.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:26 smithi142 bash[19948]: audit 2024-09-20T23:00:25.869625+0000 mon.a (mon.0) 1001 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3538731451"}]': finished 2024-09-20T23:00:27.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:26 smithi142 bash[19948]: cluster 2024-09-20T23:00:25.869988+0000 mon.a (mon.0) 1002 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-09-20T23:00:27.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:26 smithi142 bash[19948]: audit 2024-09-20T23:00:26.214603+0000 mon.a (mon.0) 1003 : audit [INF] from='client.? 172.21.15.83:0/2947632666' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/3538731451"}]: dispatch 2024-09-20T23:00:27.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:26 smithi083 bash[25244]: audit 2024-09-20T23:00:25.869625+0000 mon.a (mon.0) 1001 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3538731451"}]': finished 2024-09-20T23:00:27.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:26 smithi083 bash[25244]: cluster 2024-09-20T23:00:25.869988+0000 mon.a (mon.0) 1002 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-09-20T23:00:27.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:26 smithi083 bash[25244]: audit 2024-09-20T23:00:26.214603+0000 mon.a (mon.0) 1003 : audit [INF] from='client.? 172.21.15.83:0/2947632666' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/3538731451"}]: dispatch 2024-09-20T23:00:27.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:26 smithi083 bash[19864]: audit 2024-09-20T23:00:25.869625+0000 mon.a (mon.0) 1001 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/3538731451"}]': finished 2024-09-20T23:00:27.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:26 smithi083 bash[19864]: cluster 2024-09-20T23:00:25.869988+0000 mon.a (mon.0) 1002 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2024-09-20T23:00:27.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:26 smithi083 bash[19864]: audit 2024-09-20T23:00:26.214603+0000 mon.a (mon.0) 1003 : audit [INF] from='client.? 172.21.15.83:0/2947632666' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/3538731451"}]: dispatch 2024-09-20T23:00:28.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:27 smithi142 bash[19948]: cluster 2024-09-20T23:00:26.376276+0000 mgr.y (mgr.14376) 158 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:00:28.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:27 smithi142 bash[19948]: audit 2024-09-20T23:00:26.890428+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? 172.21.15.83:0/2947632666' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/3538731451"}]': finished 2024-09-20T23:00:28.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:27 smithi142 bash[19948]: cluster 2024-09-20T23:00:26.890573+0000 mon.a (mon.0) 1005 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-09-20T23:00:28.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:27 smithi142 bash[19948]: audit 2024-09-20T23:00:27.235966+0000 mon.a (mon.0) 1006 : audit [INF] from='client.? 172.21.15.83:0/3989611780' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1305773853"}]: dispatch 2024-09-20T23:00:28.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:27 smithi083 bash[19864]: cluster 2024-09-20T23:00:26.376276+0000 mgr.y (mgr.14376) 158 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:00:28.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:27 smithi083 bash[19864]: audit 2024-09-20T23:00:26.890428+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? 172.21.15.83:0/2947632666' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/3538731451"}]': finished 2024-09-20T23:00:28.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:27 smithi083 bash[19864]: cluster 2024-09-20T23:00:26.890573+0000 mon.a (mon.0) 1005 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-09-20T23:00:28.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:27 smithi083 bash[19864]: audit 2024-09-20T23:00:27.235966+0000 mon.a (mon.0) 1006 : audit [INF] from='client.? 172.21.15.83:0/3989611780' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1305773853"}]: dispatch 2024-09-20T23:00:28.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:27 smithi083 bash[25244]: cluster 2024-09-20T23:00:26.376276+0000 mgr.y (mgr.14376) 158 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:00:28.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:27 smithi083 bash[25244]: audit 2024-09-20T23:00:26.890428+0000 mon.a (mon.0) 1004 : audit [INF] from='client.? 172.21.15.83:0/2947632666' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/3538731451"}]': finished 2024-09-20T23:00:28.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:27 smithi083 bash[25244]: cluster 2024-09-20T23:00:26.890573+0000 mon.a (mon.0) 1005 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2024-09-20T23:00:28.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:27 smithi083 bash[25244]: audit 2024-09-20T23:00:27.235966+0000 mon.a (mon.0) 1006 : audit [INF] from='client.? 172.21.15.83:0/3989611780' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1305773853"}]: dispatch 2024-09-20T23:00:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:28 smithi142 bash[19948]: audit 2024-09-20T23:00:27.893352+0000 mon.a (mon.0) 1007 : audit [INF] from='client.? 172.21.15.83:0/3989611780' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1305773853"}]': finished 2024-09-20T23:00:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:28 smithi142 bash[19948]: cluster 2024-09-20T23:00:27.893895+0000 mon.a (mon.0) 1008 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-09-20T23:00:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:28 smithi142 bash[19948]: audit 2024-09-20T23:00:27.908967+0000 mgr.y (mgr.14376) 159 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:00:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:28 smithi142 bash[19948]: audit 2024-09-20T23:00:28.248277+0000 mon.a (mon.0) 1009 : audit [INF] from='client.? 172.21.15.83:0/3822267647' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1029701787"}]: dispatch 2024-09-20T23:00:29.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:28 smithi083 bash[19864]: audit 2024-09-20T23:00:27.893352+0000 mon.a (mon.0) 1007 : audit [INF] from='client.? 172.21.15.83:0/3989611780' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1305773853"}]': finished 2024-09-20T23:00:29.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:28 smithi083 bash[19864]: cluster 2024-09-20T23:00:27.893895+0000 mon.a (mon.0) 1008 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-09-20T23:00:29.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:28 smithi083 bash[19864]: audit 2024-09-20T23:00:27.908967+0000 mgr.y (mgr.14376) 159 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:00:29.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:28 smithi083 bash[19864]: audit 2024-09-20T23:00:28.248277+0000 mon.a (mon.0) 1009 : audit [INF] from='client.? 172.21.15.83:0/3822267647' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1029701787"}]: dispatch 2024-09-20T23:00:29.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:28 smithi083 bash[25244]: audit 2024-09-20T23:00:27.893352+0000 mon.a (mon.0) 1007 : audit [INF] from='client.? 172.21.15.83:0/3989611780' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1305773853"}]': finished 2024-09-20T23:00:29.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:28 smithi083 bash[25244]: cluster 2024-09-20T23:00:27.893895+0000 mon.a (mon.0) 1008 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2024-09-20T23:00:29.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:28 smithi083 bash[25244]: audit 2024-09-20T23:00:27.908967+0000 mgr.y (mgr.14376) 159 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:00:29.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:28 smithi083 bash[25244]: audit 2024-09-20T23:00:28.248277+0000 mon.a (mon.0) 1009 : audit [INF] from='client.? 172.21.15.83:0/3822267647' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1029701787"}]: dispatch 2024-09-20T23:00:30.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:29 smithi142 bash[19948]: cluster 2024-09-20T23:00:28.377036+0000 mgr.y (mgr.14376) 160 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:30.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:29 smithi142 bash[19948]: audit 2024-09-20T23:00:28.917067+0000 mon.a (mon.0) 1010 : audit [INF] from='client.? 172.21.15.83:0/3822267647' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1029701787"}]': finished 2024-09-20T23:00:30.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:29 smithi142 bash[19948]: cluster 2024-09-20T23:00:28.917291+0000 mon.a (mon.0) 1011 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-09-20T23:00:30.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:29 smithi142 bash[19948]: audit 2024-09-20T23:00:29.257152+0000 mon.a (mon.0) 1012 : audit [INF] from='client.? 172.21.15.83:0/1680207267' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/648346572"}]: dispatch 2024-09-20T23:00:30.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:29 smithi083 bash[19864]: cluster 2024-09-20T23:00:28.377036+0000 mgr.y (mgr.14376) 160 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:30.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:29 smithi083 bash[19864]: audit 2024-09-20T23:00:28.917067+0000 mon.a (mon.0) 1010 : audit [INF] from='client.? 172.21.15.83:0/3822267647' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1029701787"}]': finished 2024-09-20T23:00:30.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:29 smithi083 bash[19864]: cluster 2024-09-20T23:00:28.917291+0000 mon.a (mon.0) 1011 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-09-20T23:00:30.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:29 smithi083 bash[19864]: audit 2024-09-20T23:00:29.257152+0000 mon.a (mon.0) 1012 : audit [INF] from='client.? 172.21.15.83:0/1680207267' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/648346572"}]: dispatch 2024-09-20T23:00:30.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:29 smithi083 bash[25244]: cluster 2024-09-20T23:00:28.377036+0000 mgr.y (mgr.14376) 160 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:30.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:29 smithi083 bash[25244]: audit 2024-09-20T23:00:28.917067+0000 mon.a (mon.0) 1010 : audit [INF] from='client.? 172.21.15.83:0/3822267647' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1029701787"}]': finished 2024-09-20T23:00:30.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:29 smithi083 bash[25244]: cluster 2024-09-20T23:00:28.917291+0000 mon.a (mon.0) 1011 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2024-09-20T23:00:30.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:29 smithi083 bash[25244]: audit 2024-09-20T23:00:29.257152+0000 mon.a (mon.0) 1012 : audit [INF] from='client.? 172.21.15.83:0/1680207267' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/648346572"}]: dispatch 2024-09-20T23:00:31.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:30 smithi142 bash[19948]: audit 2024-09-20T23:00:29.915612+0000 mon.a (mon.0) 1013 : audit [INF] from='client.? 172.21.15.83:0/1680207267' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/648346572"}]': finished 2024-09-20T23:00:31.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:30 smithi142 bash[19948]: cluster 2024-09-20T23:00:29.915794+0000 mon.a (mon.0) 1014 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-09-20T23:00:31.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:30 smithi142 bash[19948]: audit 2024-09-20T23:00:30.257837+0000 mon.a (mon.0) 1015 : audit [INF] from='client.? 172.21.15.83:0/2683959553' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3255714462"}]: dispatch 2024-09-20T23:00:31.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:30 smithi083 bash[19864]: audit 2024-09-20T23:00:29.915612+0000 mon.a (mon.0) 1013 : audit [INF] from='client.? 172.21.15.83:0/1680207267' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/648346572"}]': finished 2024-09-20T23:00:31.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:30 smithi083 bash[19864]: cluster 2024-09-20T23:00:29.915794+0000 mon.a (mon.0) 1014 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-09-20T23:00:31.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:30 smithi083 bash[19864]: audit 2024-09-20T23:00:30.257837+0000 mon.a (mon.0) 1015 : audit [INF] from='client.? 172.21.15.83:0/2683959553' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3255714462"}]: dispatch 2024-09-20T23:00:31.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:30 smithi083 bash[25244]: audit 2024-09-20T23:00:29.915612+0000 mon.a (mon.0) 1013 : audit [INF] from='client.? 172.21.15.83:0/1680207267' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/648346572"}]': finished 2024-09-20T23:00:31.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:30 smithi083 bash[25244]: cluster 2024-09-20T23:00:29.915794+0000 mon.a (mon.0) 1014 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2024-09-20T23:00:31.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:30 smithi083 bash[25244]: audit 2024-09-20T23:00:30.257837+0000 mon.a (mon.0) 1015 : audit [INF] from='client.? 172.21.15.83:0/2683959553' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3255714462"}]: dispatch 2024-09-20T23:00:32.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:31 smithi142 bash[19948]: cluster 2024-09-20T23:00:30.377755+0000 mgr.y (mgr.14376) 161 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:32.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:31 smithi142 bash[19948]: audit 2024-09-20T23:00:30.928434+0000 mon.a (mon.0) 1016 : audit [INF] from='client.? 172.21.15.83:0/2683959553' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3255714462"}]': finished 2024-09-20T23:00:32.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:31 smithi142 bash[19948]: cluster 2024-09-20T23:00:30.928601+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-09-20T23:00:32.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:31 smithi142 bash[19948]: audit 2024-09-20T23:00:31.312812+0000 mon.a (mon.0) 1018 : audit [INF] from='client.? 172.21.15.83:0/1467935090' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3380996410"}]: dispatch 2024-09-20T23:00:32.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:31 smithi083 bash[25244]: cluster 2024-09-20T23:00:30.377755+0000 mgr.y (mgr.14376) 161 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:32.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:31 smithi083 bash[25244]: audit 2024-09-20T23:00:30.928434+0000 mon.a (mon.0) 1016 : audit [INF] from='client.? 172.21.15.83:0/2683959553' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3255714462"}]': finished 2024-09-20T23:00:32.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:31 smithi083 bash[25244]: cluster 2024-09-20T23:00:30.928601+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-09-20T23:00:32.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:31 smithi083 bash[25244]: audit 2024-09-20T23:00:31.312812+0000 mon.a (mon.0) 1018 : audit [INF] from='client.? 172.21.15.83:0/1467935090' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3380996410"}]: dispatch 2024-09-20T23:00:32.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:31 smithi083 bash[19864]: cluster 2024-09-20T23:00:30.377755+0000 mgr.y (mgr.14376) 161 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 66 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:32.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:31 smithi083 bash[19864]: audit 2024-09-20T23:00:30.928434+0000 mon.a (mon.0) 1016 : audit [INF] from='client.? 172.21.15.83:0/2683959553' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3255714462"}]': finished 2024-09-20T23:00:32.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:31 smithi083 bash[19864]: cluster 2024-09-20T23:00:30.928601+0000 mon.a (mon.0) 1017 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2024-09-20T23:00:32.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:31 smithi083 bash[19864]: audit 2024-09-20T23:00:31.312812+0000 mon.a (mon.0) 1018 : audit [INF] from='client.? 172.21.15.83:0/1467935090' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3380996410"}]: dispatch 2024-09-20T23:00:33.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:32 smithi142 bash[19948]: audit 2024-09-20T23:00:31.941112+0000 mon.a (mon.0) 1019 : audit [INF] from='client.? 172.21.15.83:0/1467935090' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3380996410"}]': finished 2024-09-20T23:00:33.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:32 smithi142 bash[19948]: cluster 2024-09-20T23:00:31.941607+0000 mon.a (mon.0) 1020 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-09-20T23:00:33.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:32 smithi142 bash[19948]: audit 2024-09-20T23:00:32.287320+0000 mon.a (mon.0) 1021 : audit [INF] from='client.? 172.21.15.83:0/3388151367' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3975848151"}]: dispatch 2024-09-20T23:00:33.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:32 smithi083 bash[19864]: audit 2024-09-20T23:00:31.941112+0000 mon.a (mon.0) 1019 : audit [INF] from='client.? 172.21.15.83:0/1467935090' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3380996410"}]': finished 2024-09-20T23:00:33.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:32 smithi083 bash[19864]: cluster 2024-09-20T23:00:31.941607+0000 mon.a (mon.0) 1020 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-09-20T23:00:33.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:32 smithi083 bash[19864]: audit 2024-09-20T23:00:32.287320+0000 mon.a (mon.0) 1021 : audit [INF] from='client.? 172.21.15.83:0/3388151367' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3975848151"}]: dispatch 2024-09-20T23:00:33.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:32 smithi083 bash[25244]: audit 2024-09-20T23:00:31.941112+0000 mon.a (mon.0) 1019 : audit [INF] from='client.? 172.21.15.83:0/1467935090' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3380996410"}]': finished 2024-09-20T23:00:33.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:32 smithi083 bash[25244]: cluster 2024-09-20T23:00:31.941607+0000 mon.a (mon.0) 1020 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2024-09-20T23:00:33.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:32 smithi083 bash[25244]: audit 2024-09-20T23:00:32.287320+0000 mon.a (mon.0) 1021 : audit [INF] from='client.? 172.21.15.83:0/3388151367' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3975848151"}]: dispatch 2024-09-20T23:00:33.822 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:00:33 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:00:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:00:34.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:33 smithi142 bash[19948]: cluster 2024-09-20T23:00:32.379478+0000 mgr.y (mgr.14376) 162 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 71 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:34.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:33 smithi142 bash[19948]: audit 2024-09-20T23:00:32.964361+0000 mon.a (mon.0) 1022 : audit [INF] from='client.? 172.21.15.83:0/3388151367' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3975848151"}]': finished 2024-09-20T23:00:34.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:33 smithi142 bash[19948]: cluster 2024-09-20T23:00:32.964581+0000 mon.a (mon.0) 1023 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-09-20T23:00:34.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:33 smithi142 bash[19948]: audit 2024-09-20T23:00:33.305682+0000 mon.a (mon.0) 1024 : audit [INF] from='client.? 172.21.15.83:0/3416380199' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/914051320"}]: dispatch 2024-09-20T23:00:34.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:33 smithi083 bash[25244]: cluster 2024-09-20T23:00:32.379478+0000 mgr.y (mgr.14376) 162 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 71 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:34.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:33 smithi083 bash[25244]: audit 2024-09-20T23:00:32.964361+0000 mon.a (mon.0) 1022 : audit [INF] from='client.? 172.21.15.83:0/3388151367' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3975848151"}]': finished 2024-09-20T23:00:34.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:33 smithi083 bash[25244]: cluster 2024-09-20T23:00:32.964581+0000 mon.a (mon.0) 1023 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-09-20T23:00:34.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:33 smithi083 bash[25244]: audit 2024-09-20T23:00:33.305682+0000 mon.a (mon.0) 1024 : audit [INF] from='client.? 172.21.15.83:0/3416380199' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/914051320"}]: dispatch 2024-09-20T23:00:34.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:33 smithi083 bash[19864]: cluster 2024-09-20T23:00:32.379478+0000 mgr.y (mgr.14376) 162 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 71 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:34.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:33 smithi083 bash[19864]: audit 2024-09-20T23:00:32.964361+0000 mon.a (mon.0) 1022 : audit [INF] from='client.? 172.21.15.83:0/3388151367' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3975848151"}]': finished 2024-09-20T23:00:34.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:33 smithi083 bash[19864]: cluster 2024-09-20T23:00:32.964581+0000 mon.a (mon.0) 1023 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2024-09-20T23:00:34.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:33 smithi083 bash[19864]: audit 2024-09-20T23:00:33.305682+0000 mon.a (mon.0) 1024 : audit [INF] from='client.? 172.21.15.83:0/3416380199' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/914051320"}]: dispatch 2024-09-20T23:00:35.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:34 smithi142 bash[19948]: audit 2024-09-20T23:00:33.979238+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? 172.21.15.83:0/3416380199' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/914051320"}]': finished 2024-09-20T23:00:35.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:34 smithi142 bash[19948]: cluster 2024-09-20T23:00:33.979418+0000 mon.a (mon.0) 1026 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-09-20T23:00:35.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:34 smithi142 bash[19948]: audit 2024-09-20T23:00:34.318577+0000 mon.a (mon.0) 1027 : audit [INF] from='client.? 172.21.15.83:0/1559876986' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/914051320"}]: dispatch 2024-09-20T23:00:35.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:34 smithi083 bash[19864]: audit 2024-09-20T23:00:33.979238+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? 172.21.15.83:0/3416380199' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/914051320"}]': finished 2024-09-20T23:00:35.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:34 smithi083 bash[19864]: cluster 2024-09-20T23:00:33.979418+0000 mon.a (mon.0) 1026 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-09-20T23:00:35.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:34 smithi083 bash[19864]: audit 2024-09-20T23:00:34.318577+0000 mon.a (mon.0) 1027 : audit [INF] from='client.? 172.21.15.83:0/1559876986' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/914051320"}]: dispatch 2024-09-20T23:00:35.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:34 smithi083 bash[25244]: audit 2024-09-20T23:00:33.979238+0000 mon.a (mon.0) 1025 : audit [INF] from='client.? 172.21.15.83:0/3416380199' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/914051320"}]': finished 2024-09-20T23:00:35.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:34 smithi083 bash[25244]: cluster 2024-09-20T23:00:33.979418+0000 mon.a (mon.0) 1026 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2024-09-20T23:00:35.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:34 smithi083 bash[25244]: audit 2024-09-20T23:00:34.318577+0000 mon.a (mon.0) 1027 : audit [INF] from='client.? 172.21.15.83:0/1559876986' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/914051320"}]: dispatch 2024-09-20T23:00:35.823 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:35 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:00:35] "GET /metrics HTTP/1.1" 200 208200 "" "Prometheus/2.33.4" 2024-09-20T23:00:36.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:35 smithi142 bash[19948]: cluster 2024-09-20T23:00:34.380012+0000 mgr.y (mgr.14376) 163 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 71 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:36.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:35 smithi142 bash[19948]: audit 2024-09-20T23:00:34.988140+0000 mon.a (mon.0) 1028 : audit [INF] from='client.? 172.21.15.83:0/1559876986' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/914051320"}]': finished 2024-09-20T23:00:36.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:35 smithi142 bash[19948]: cluster 2024-09-20T23:00:34.988276+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-09-20T23:00:36.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:35 smithi083 bash[19864]: cluster 2024-09-20T23:00:34.380012+0000 mgr.y (mgr.14376) 163 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 71 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:36.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:35 smithi083 bash[19864]: audit 2024-09-20T23:00:34.988140+0000 mon.a (mon.0) 1028 : audit [INF] from='client.? 172.21.15.83:0/1559876986' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/914051320"}]': finished 2024-09-20T23:00:36.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:35 smithi083 bash[19864]: cluster 2024-09-20T23:00:34.988276+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-09-20T23:00:36.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:35 smithi083 bash[25244]: cluster 2024-09-20T23:00:34.380012+0000 mgr.y (mgr.14376) 163 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 71 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:36.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:35 smithi083 bash[25244]: audit 2024-09-20T23:00:34.988140+0000 mon.a (mon.0) 1028 : audit [INF] from='client.? 172.21.15.83:0/1559876986' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/914051320"}]': finished 2024-09-20T23:00:36.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:35 smithi083 bash[25244]: cluster 2024-09-20T23:00:34.988276+0000 mon.a (mon.0) 1029 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2024-09-20T23:00:38.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:37 smithi142 bash[19948]: cluster 2024-09-20T23:00:36.380772+0000 mgr.y (mgr.14376) 164 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 71 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-20T23:00:38.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:37 smithi083 bash[25244]: cluster 2024-09-20T23:00:36.380772+0000 mgr.y (mgr.14376) 164 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 71 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-20T23:00:38.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:37 smithi083 bash[19864]: cluster 2024-09-20T23:00:36.380772+0000 mgr.y (mgr.14376) 164 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 71 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-20T23:00:39.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:38 smithi142 bash[19948]: audit 2024-09-20T23:00:37.917192+0000 mgr.y (mgr.14376) 165 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:00:39.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:38 smithi083 bash[19864]: audit 2024-09-20T23:00:37.917192+0000 mgr.y (mgr.14376) 165 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:00:39.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:38 smithi083 bash[25244]: audit 2024-09-20T23:00:37.917192+0000 mgr.y (mgr.14376) 165 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:00:40.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:39 smithi142 bash[19948]: cluster 2024-09-20T23:00:38.381674+0000 mgr.y (mgr.14376) 166 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:00:40.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:39 smithi083 bash[19864]: cluster 2024-09-20T23:00:38.381674+0000 mgr.y (mgr.14376) 166 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:00:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:39 smithi083 bash[25244]: cluster 2024-09-20T23:00:38.381674+0000 mgr.y (mgr.14376) 166 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:00:41.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:40 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:00:40] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:00:42.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:41 smithi142 bash[19948]: cluster 2024-09-20T23:00:40.382321+0000 mgr.y (mgr.14376) 167 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 689 B/s rd, 0 op/s 2024-09-20T23:00:42.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:41 smithi142 bash[19948]: audit 2024-09-20T23:00:40.974264+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:42.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:41 smithi142 bash[19948]: audit 2024-09-20T23:00:40.983893+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:42.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:41 smithi083 bash[19864]: cluster 2024-09-20T23:00:40.382321+0000 mgr.y (mgr.14376) 167 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 689 B/s rd, 0 op/s 2024-09-20T23:00:42.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:41 smithi083 bash[19864]: audit 2024-09-20T23:00:40.974264+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:42.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:41 smithi083 bash[19864]: audit 2024-09-20T23:00:40.983893+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:42.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:41 smithi083 bash[25244]: cluster 2024-09-20T23:00:40.382321+0000 mgr.y (mgr.14376) 167 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 689 B/s rd, 0 op/s 2024-09-20T23:00:42.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:41 smithi083 bash[25244]: audit 2024-09-20T23:00:40.974264+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:42.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:41 smithi083 bash[25244]: audit 2024-09-20T23:00:40.983893+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:43.822 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:00:43 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:00:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:00:43.975 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:43 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:00:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:00:44.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:43 smithi142 bash[19948]: cluster 2024-09-20T23:00:42.384074+0000 mgr.y (mgr.14376) 168 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:44.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:43 smithi142 bash[19948]: audit 2024-09-20T23:00:43.649631+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:44.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:43 smithi142 bash[19948]: audit 2024-09-20T23:00:43.661487+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:44.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:43 smithi083 bash[19864]: cluster 2024-09-20T23:00:42.384074+0000 mgr.y (mgr.14376) 168 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:44.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:43 smithi083 bash[19864]: audit 2024-09-20T23:00:43.649631+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:44.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:43 smithi083 bash[19864]: audit 2024-09-20T23:00:43.661487+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:44.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:43 smithi083 bash[25244]: cluster 2024-09-20T23:00:42.384074+0000 mgr.y (mgr.14376) 168 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:44.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:43 smithi083 bash[25244]: audit 2024-09-20T23:00:43.649631+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:44.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:43 smithi083 bash[25244]: audit 2024-09-20T23:00:43.661487+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:00:45.823 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:45 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:00:45] "GET /metrics HTTP/1.1" 200 208200 "" "Prometheus/2.33.4" 2024-09-20T23:00:46.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:45 smithi142 bash[19948]: cluster 2024-09-20T23:00:44.384804+0000 mgr.y (mgr.14376) 169 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-20T23:00:46.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:45 smithi083 bash[25244]: cluster 2024-09-20T23:00:44.384804+0000 mgr.y (mgr.14376) 169 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-20T23:00:46.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:45 smithi083 bash[19864]: cluster 2024-09-20T23:00:44.384804+0000 mgr.y (mgr.14376) 169 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-20T23:00:48.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:47 smithi142 bash[19948]: cluster 2024-09-20T23:00:46.385656+0000 mgr.y (mgr.14376) 170 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 898 B/s rd, 0 op/s 2024-09-20T23:00:48.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:47 smithi083 bash[25244]: cluster 2024-09-20T23:00:46.385656+0000 mgr.y (mgr.14376) 170 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 898 B/s rd, 0 op/s 2024-09-20T23:00:48.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:47 smithi083 bash[19864]: cluster 2024-09-20T23:00:46.385656+0000 mgr.y (mgr.14376) 170 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 898 B/s rd, 0 op/s 2024-09-20T23:00:49.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:48 smithi142 bash[19948]: audit 2024-09-20T23:00:47.924889+0000 mgr.y (mgr.14376) 171 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:00:49.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:48 smithi083 bash[19864]: audit 2024-09-20T23:00:47.924889+0000 mgr.y (mgr.14376) 171 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:00:49.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:48 smithi083 bash[25244]: audit 2024-09-20T23:00:47.924889+0000 mgr.y (mgr.14376) 171 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:00:50.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:49 smithi142 bash[19948]: cluster 2024-09-20T23:00:48.387391+0000 mgr.y (mgr.14376) 172 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:50.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:49 smithi083 bash[19864]: cluster 2024-09-20T23:00:48.387391+0000 mgr.y (mgr.14376) 172 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:50.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:49 smithi083 bash[25244]: cluster 2024-09-20T23:00:48.387391+0000 mgr.y (mgr.14376) 172 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:52.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:52 smithi142 bash[19948]: cluster 2024-09-20T23:00:50.388063+0000 mgr.y (mgr.14376) 173 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:00:52.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:52 smithi083 bash[19864]: cluster 2024-09-20T23:00:50.388063+0000 mgr.y (mgr.14376) 173 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:00:52.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:52 smithi083 bash[25244]: cluster 2024-09-20T23:00:50.388063+0000 mgr.y (mgr.14376) 173 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:00:53.821 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:00:53 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:00:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:00:54.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:54 smithi142 bash[19948]: cluster 2024-09-20T23:00:52.389825+0000 mgr.y (mgr.14376) 174 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:54.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:54 smithi083 bash[19864]: cluster 2024-09-20T23:00:52.389825+0000 mgr.y (mgr.14376) 174 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:54.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:54 smithi083 bash[25244]: cluster 2024-09-20T23:00:52.389825+0000 mgr.y (mgr.14376) 174 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:00:55.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:00:55 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:00:55] "GET /metrics HTTP/1.1" 200 208172 "" "Prometheus/2.33.4" 2024-09-20T23:00:56.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:56 smithi142 bash[19948]: cluster 2024-09-20T23:00:54.390460+0000 mgr.y (mgr.14376) 175 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:00:56.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:56 smithi083 bash[19864]: cluster 2024-09-20T23:00:54.390460+0000 mgr.y (mgr.14376) 175 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:00:56.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:56 smithi083 bash[25244]: cluster 2024-09-20T23:00:54.390460+0000 mgr.y (mgr.14376) 175 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:00:58.291 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:58 smithi083 bash[19864]: cluster 2024-09-20T23:00:56.391155+0000 mgr.y (mgr.14376) 176 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:00:58.291 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:58 smithi083 bash[25244]: cluster 2024-09-20T23:00:56.391155+0000 mgr.y (mgr.14376) 176 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:00:58.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:58 smithi142 bash[19948]: cluster 2024-09-20T23:00:56.391155+0000 mgr.y (mgr.14376) 176 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:00:59.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:00:59 smithi142 bash[19948]: audit 2024-09-20T23:00:57.932887+0000 mgr.y (mgr.14376) 177 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:00:59.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:00:59 smithi083 bash[19864]: audit 2024-09-20T23:00:57.932887+0000 mgr.y (mgr.14376) 177 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:00:59.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:00:59 smithi083 bash[25244]: audit 2024-09-20T23:00:57.932887+0000 mgr.y (mgr.14376) 177 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:00.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:00 smithi142 bash[19948]: cluster 2024-09-20T23:00:58.392241+0000 mgr.y (mgr.14376) 178 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:00.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:00 smithi083 bash[19864]: cluster 2024-09-20T23:00:58.392241+0000 mgr.y (mgr.14376) 178 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:00.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:00 smithi083 bash[25244]: cluster 2024-09-20T23:00:58.392241+0000 mgr.y (mgr.14376) 178 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:01.302 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:01 smithi142 bash[19948]: cluster 2024-09-20T23:01:00.393054+0000 mgr.y (mgr.14376) 179 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:01.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:01 smithi083 bash[25244]: cluster 2024-09-20T23:01:00.393054+0000 mgr.y (mgr.14376) 179 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:01.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:01 smithi083 bash[19864]: cluster 2024-09-20T23:01:00.393054+0000 mgr.y (mgr.14376) 179 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:01.323 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:01:01 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:01:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:01:02.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:02 smithi142 bash[19948]: audit 2024-09-20T23:01:01.146502+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:02.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:02 smithi142 bash[19948]: audit 2024-09-20T23:01:01.158626+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:02.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:02 smithi083 bash[25244]: audit 2024-09-20T23:01:01.146502+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:02.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:02 smithi083 bash[25244]: audit 2024-09-20T23:01:01.158626+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:02.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:02 smithi083 bash[19864]: audit 2024-09-20T23:01:01.146502+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:02.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:02 smithi083 bash[19864]: audit 2024-09-20T23:01:01.158626+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:03.821 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:01:03 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:01:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:01:03.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:03 smithi142 bash[19948]: cluster 2024-09-20T23:01:02.395127+0000 mgr.y (mgr.14376) 180 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:03.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:03 smithi083 bash[25244]: cluster 2024-09-20T23:01:02.395127+0000 mgr.y (mgr.14376) 180 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:03.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:03 smithi083 bash[19864]: cluster 2024-09-20T23:01:02.395127+0000 mgr.y (mgr.14376) 180 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:04.323 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:01:03 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:01:03] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:01:05.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:04 smithi142 bash[19948]: audit 2024-09-20T23:01:03.838940+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:05.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:04 smithi142 bash[19948]: audit 2024-09-20T23:01:03.851844+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:05.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:04 smithi083 bash[25244]: audit 2024-09-20T23:01:03.838940+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:05.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:04 smithi083 bash[25244]: audit 2024-09-20T23:01:03.851844+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:05.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:04 smithi083 bash[19864]: audit 2024-09-20T23:01:03.838940+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:05.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:04 smithi083 bash[19864]: audit 2024-09-20T23:01:03.851844+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:05.823 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:01:05 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:01:05] "GET /metrics HTTP/1.1" 200 208127 "" "Prometheus/2.33.4" 2024-09-20T23:01:06.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:05 smithi142 bash[19948]: cluster 2024-09-20T23:01:04.395843+0000 mgr.y (mgr.14376) 181 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:06.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:05 smithi083 bash[19864]: cluster 2024-09-20T23:01:04.395843+0000 mgr.y (mgr.14376) 181 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:06.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:05 smithi083 bash[25244]: cluster 2024-09-20T23:01:04.395843+0000 mgr.y (mgr.14376) 181 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:08.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:07 smithi142 bash[19948]: cluster 2024-09-20T23:01:06.396581+0000 mgr.y (mgr.14376) 182 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:08.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:07 smithi083 bash[19864]: cluster 2024-09-20T23:01:06.396581+0000 mgr.y (mgr.14376) 182 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:08.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:07 smithi083 bash[25244]: cluster 2024-09-20T23:01:06.396581+0000 mgr.y (mgr.14376) 182 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:09.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:08 smithi142 bash[19948]: audit 2024-09-20T23:01:07.943933+0000 mgr.y (mgr.14376) 183 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:09.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:08 smithi083 bash[19864]: audit 2024-09-20T23:01:07.943933+0000 mgr.y (mgr.14376) 183 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:09.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:08 smithi083 bash[25244]: audit 2024-09-20T23:01:07.943933+0000 mgr.y (mgr.14376) 183 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:10.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:09 smithi142 bash[19948]: cluster 2024-09-20T23:01:08.398395+0000 mgr.y (mgr.14376) 184 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:10.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:09 smithi083 bash[19864]: cluster 2024-09-20T23:01:08.398395+0000 mgr.y (mgr.14376) 184 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:10.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:09 smithi083 bash[25244]: cluster 2024-09-20T23:01:08.398395+0000 mgr.y (mgr.14376) 184 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:12.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:11 smithi142 bash[19948]: cluster 2024-09-20T23:01:10.399079+0000 mgr.y (mgr.14376) 185 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:12.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:11 smithi083 bash[19864]: cluster 2024-09-20T23:01:10.399079+0000 mgr.y (mgr.14376) 185 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:12.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:11 smithi083 bash[25244]: cluster 2024-09-20T23:01:10.399079+0000 mgr.y (mgr.14376) 185 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:13.821 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:01:13 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:01:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:01:14.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:13 smithi142 bash[19948]: cluster 2024-09-20T23:01:12.400751+0000 mgr.y (mgr.14376) 186 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:14.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:13 smithi083 bash[19864]: cluster 2024-09-20T23:01:12.400751+0000 mgr.y (mgr.14376) 186 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:14.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:13 smithi083 bash[25244]: cluster 2024-09-20T23:01:12.400751+0000 mgr.y (mgr.14376) 186 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:15.823 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:01:15 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:01:15] "GET /metrics HTTP/1.1" 200 208127 "" "Prometheus/2.33.4" 2024-09-20T23:01:16.275 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:15 smithi083 bash[25244]: cluster 2024-09-20T23:01:14.401459+0000 mgr.y (mgr.14376) 187 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:16.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:15 smithi083 bash[19864]: cluster 2024-09-20T23:01:14.401459+0000 mgr.y (mgr.14376) 187 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:16.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:15 smithi142 bash[19948]: cluster 2024-09-20T23:01:14.401459+0000 mgr.y (mgr.14376) 187 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:17.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:16 smithi142 bash[19948]: audit 2024-09-20T23:01:16.205750+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:01:17.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:16 smithi142 bash[19948]: audit 2024-09-20T23:01:16.206502+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:01:17.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:16 smithi142 bash[19948]: audit 2024-09-20T23:01:16.225427+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:01:17.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:16 smithi142 bash[19948]: audit 2024-09-20T23:01:16.226629+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:01:17.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:16 smithi083 bash[25244]: audit 2024-09-20T23:01:16.205750+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:01:17.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:16 smithi083 bash[25244]: audit 2024-09-20T23:01:16.206502+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:01:17.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:16 smithi083 bash[25244]: audit 2024-09-20T23:01:16.225427+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:01:17.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:16 smithi083 bash[25244]: audit 2024-09-20T23:01:16.226629+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:01:17.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:16 smithi083 bash[19864]: audit 2024-09-20T23:01:16.205750+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:01:17.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:16 smithi083 bash[19864]: audit 2024-09-20T23:01:16.206502+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:01:17.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:16 smithi083 bash[19864]: audit 2024-09-20T23:01:16.225427+0000 mon.c (mon.1) 135 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:01:17.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:16 smithi083 bash[19864]: audit 2024-09-20T23:01:16.226629+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:01:18.167 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:17 smithi083 bash[25244]: cluster 2024-09-20T23:01:16.401932+0000 mgr.y (mgr.14376) 188 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:18.167 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:17 smithi083 bash[19864]: cluster 2024-09-20T23:01:16.401932+0000 mgr.y (mgr.14376) 188 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:18.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:17 smithi142 bash[19948]: cluster 2024-09-20T23:01:16.401932+0000 mgr.y (mgr.14376) 188 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:19.296 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:18 smithi142 bash[19948]: audit 2024-09-20T23:01:17.954676+0000 mgr.y (mgr.14376) 189 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:19.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:18 smithi083 bash[25244]: audit 2024-09-20T23:01:17.954676+0000 mgr.y (mgr.14376) 189 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:19.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:18 smithi083 bash[19864]: audit 2024-09-20T23:01:17.954676+0000 mgr.y (mgr.14376) 189 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:20.173 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:19 smithi142 bash[19948]: cluster 2024-09-20T23:01:18.403550+0000 mgr.y (mgr.14376) 190 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:20.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:19 smithi083 bash[19864]: cluster 2024-09-20T23:01:18.403550+0000 mgr.y (mgr.14376) 190 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:20.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:19 smithi083 bash[25244]: cluster 2024-09-20T23:01:18.403550+0000 mgr.y (mgr.14376) 190 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:21.572 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:01:21 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:01:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:01:22.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:21 smithi142 bash[19948]: cluster 2024-09-20T23:01:20.404322+0000 mgr.y (mgr.14376) 191 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:22.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:21 smithi142 bash[19948]: audit 2024-09-20T23:01:21.307177+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:22.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:21 smithi142 bash[19948]: audit 2024-09-20T23:01:21.318880+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:22.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:21 smithi083 bash[25244]: cluster 2024-09-20T23:01:20.404322+0000 mgr.y (mgr.14376) 191 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:22.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:21 smithi083 bash[25244]: audit 2024-09-20T23:01:21.307177+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:22.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:21 smithi083 bash[25244]: audit 2024-09-20T23:01:21.318880+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:22.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:21 smithi083 bash[19864]: cluster 2024-09-20T23:01:20.404322+0000 mgr.y (mgr.14376) 191 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:22.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:21 smithi083 bash[19864]: audit 2024-09-20T23:01:21.307177+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:22.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:21 smithi083 bash[19864]: audit 2024-09-20T23:01:21.318880+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:23.821 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:01:23 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:01:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:01:23.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:23 smithi142 bash[19948]: cluster 2024-09-20T23:01:22.406152+0000 mgr.y (mgr.14376) 192 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:23.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:23 smithi142 bash[19948]: audit 2024-09-20T23:01:22.852479+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:01:23.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:23 smithi142 bash[19948]: audit 2024-09-20T23:01:22.855470+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:01:23.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:23 smithi142 bash[19948]: audit 2024-09-20T23:01:22.857392+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:01:23.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:23 smithi142 bash[19948]: audit 2024-09-20T23:01:23.119001+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:23.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:23 smithi142 bash[19948]: audit 2024-09-20T23:01:23.133210+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:23.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:23 smithi083 bash[25244]: cluster 2024-09-20T23:01:22.406152+0000 mgr.y (mgr.14376) 192 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:23.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:23 smithi083 bash[25244]: audit 2024-09-20T23:01:22.852479+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:01:23.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:23 smithi083 bash[25244]: audit 2024-09-20T23:01:22.855470+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:01:23.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:23 smithi083 bash[25244]: audit 2024-09-20T23:01:22.857392+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:01:23.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:23 smithi083 bash[25244]: audit 2024-09-20T23:01:23.119001+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:23.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:23 smithi083 bash[25244]: audit 2024-09-20T23:01:23.133210+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:23.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:23 smithi083 bash[19864]: cluster 2024-09-20T23:01:22.406152+0000 mgr.y (mgr.14376) 192 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:23.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:23 smithi083 bash[19864]: audit 2024-09-20T23:01:22.852479+0000 mon.c (mon.1) 136 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:01:23.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:23 smithi083 bash[19864]: audit 2024-09-20T23:01:22.855470+0000 mon.c (mon.1) 137 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:01:23.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:23 smithi083 bash[19864]: audit 2024-09-20T23:01:22.857392+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:01:23.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:23 smithi083 bash[19864]: audit 2024-09-20T23:01:23.119001+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:23.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:23 smithi083 bash[19864]: audit 2024-09-20T23:01:23.133210+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:24.322 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:01:24 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:01:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:01:25.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:24 smithi142 bash[19948]: audit 2024-09-20T23:01:23.999759+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:25.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:24 smithi142 bash[19948]: audit 2024-09-20T23:01:24.011869+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:25.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:24 smithi083 bash[25244]: audit 2024-09-20T23:01:23.999759+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:25.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:24 smithi083 bash[25244]: audit 2024-09-20T23:01:24.011869+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:25.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:24 smithi083 bash[19864]: audit 2024-09-20T23:01:23.999759+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:25.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:24 smithi083 bash[19864]: audit 2024-09-20T23:01:24.011869+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:25.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:01:25 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:01:25] "GET /metrics HTTP/1.1" 200 208110 "" "Prometheus/2.33.4" 2024-09-20T23:01:26.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:26 smithi142 bash[19948]: cluster 2024-09-20T23:01:24.406882+0000 mgr.y (mgr.14376) 193 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:26.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:26 smithi083 bash[25244]: cluster 2024-09-20T23:01:24.406882+0000 mgr.y (mgr.14376) 193 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:26.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:26 smithi083 bash[19864]: cluster 2024-09-20T23:01:24.406882+0000 mgr.y (mgr.14376) 193 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:28.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:28 smithi142 bash[19948]: cluster 2024-09-20T23:01:26.407570+0000 mgr.y (mgr.14376) 194 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:28.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:28 smithi083 bash[19864]: cluster 2024-09-20T23:01:26.407570+0000 mgr.y (mgr.14376) 194 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:28.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:28 smithi083 bash[25244]: cluster 2024-09-20T23:01:26.407570+0000 mgr.y (mgr.14376) 194 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:29 smithi142 bash[19948]: audit 2024-09-20T23:01:27.964905+0000 mgr.y (mgr.14376) 195 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:29.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:29 smithi083 bash[19864]: audit 2024-09-20T23:01:27.964905+0000 mgr.y (mgr.14376) 195 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:29.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:29 smithi083 bash[25244]: audit 2024-09-20T23:01:27.964905+0000 mgr.y (mgr.14376) 195 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:30.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:30 smithi142 bash[19948]: cluster 2024-09-20T23:01:28.409325+0000 mgr.y (mgr.14376) 196 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:30.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:30 smithi083 bash[19864]: cluster 2024-09-20T23:01:28.409325+0000 mgr.y (mgr.14376) 196 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:30.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:30 smithi083 bash[25244]: cluster 2024-09-20T23:01:28.409325+0000 mgr.y (mgr.14376) 196 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:31.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:31 smithi142 bash[19948]: cluster 2024-09-20T23:01:30.410000+0000 mgr.y (mgr.14376) 197 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:31.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:31 smithi083 bash[19864]: cluster 2024-09-20T23:01:30.410000+0000 mgr.y (mgr.14376) 197 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:31.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:31 smithi083 bash[25244]: cluster 2024-09-20T23:01:30.410000+0000 mgr.y (mgr.14376) 197 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:33.821 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:01:33 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:01:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:01:33.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:33 smithi142 bash[19948]: cluster 2024-09-20T23:01:32.411589+0000 mgr.y (mgr.14376) 198 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:33.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:33 smithi083 bash[19864]: cluster 2024-09-20T23:01:32.411589+0000 mgr.y (mgr.14376) 198 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:33.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:33 smithi083 bash[25244]: cluster 2024-09-20T23:01:32.411589+0000 mgr.y (mgr.14376) 198 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:35.750 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:35 smithi083 bash[19864]: cluster 2024-09-20T23:01:34.412140+0000 mgr.y (mgr.14376) 199 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:35.750 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:01:35 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:01:35] "GET /metrics HTTP/1.1" 200 208109 "" "Prometheus/2.33.4" 2024-09-20T23:01:35.750 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:35 smithi083 bash[25244]: cluster 2024-09-20T23:01:34.412140+0000 mgr.y (mgr.14376) 199 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:35.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:35 smithi142 bash[19948]: cluster 2024-09-20T23:01:34.412140+0000 mgr.y (mgr.14376) 199 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:37.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:37 smithi083 bash[19864]: cluster 2024-09-20T23:01:36.412845+0000 mgr.y (mgr.14376) 200 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:37.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:37 smithi083 bash[25244]: cluster 2024-09-20T23:01:36.412845+0000 mgr.y (mgr.14376) 200 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:37.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:37 smithi142 bash[19948]: cluster 2024-09-20T23:01:36.412845+0000 mgr.y (mgr.14376) 200 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:38 smithi142 bash[19948]: audit 2024-09-20T23:01:37.973011+0000 mgr.y (mgr.14376) 201 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:38.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:38 smithi083 bash[19864]: audit 2024-09-20T23:01:37.973011+0000 mgr.y (mgr.14376) 201 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:38.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:38 smithi083 bash[25244]: audit 2024-09-20T23:01:37.973011+0000 mgr.y (mgr.14376) 201 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:39.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:39 smithi142 bash[19948]: cluster 2024-09-20T23:01:38.413911+0000 mgr.y (mgr.14376) 202 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:39.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:39 smithi083 bash[19864]: cluster 2024-09-20T23:01:38.413911+0000 mgr.y (mgr.14376) 202 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:39.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:39 smithi083 bash[25244]: cluster 2024-09-20T23:01:38.413911+0000 mgr.y (mgr.14376) 202 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:41.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:41 smithi142 bash[19948]: cluster 2024-09-20T23:01:40.414684+0000 mgr.y (mgr.14376) 203 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:41.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:41 smithi142 bash[19948]: audit 2024-09-20T23:01:41.490391+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:41.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:01:41 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:01:41] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:01:41.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:41 smithi083 bash[25244]: cluster 2024-09-20T23:01:40.414684+0000 mgr.y (mgr.14376) 203 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:41.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:41 smithi083 bash[25244]: audit 2024-09-20T23:01:41.490391+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:41.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:41 smithi083 bash[19864]: cluster 2024-09-20T23:01:40.414684+0000 mgr.y (mgr.14376) 203 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:41.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:41 smithi083 bash[19864]: audit 2024-09-20T23:01:41.490391+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:42.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:42 smithi142 bash[19948]: audit 2024-09-20T23:01:41.501437+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:42.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:42 smithi083 bash[25244]: audit 2024-09-20T23:01:41.501437+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:42.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:42 smithi083 bash[19864]: audit 2024-09-20T23:01:41.501437+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:43.735 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:43 smithi142 bash[19948]: cluster 2024-09-20T23:01:42.416763+0000 mgr.y (mgr.14376) 204 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:43.735 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:01:43 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:01:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:01:43.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:43 smithi083 bash[25244]: cluster 2024-09-20T23:01:42.416763+0000 mgr.y (mgr.14376) 204 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:43.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:43 smithi083 bash[19864]: cluster 2024-09-20T23:01:42.416763+0000 mgr.y (mgr.14376) 204 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:44.572 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:01:44 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:01:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:01:45.502 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:45 smithi083 bash[19864]: audit 2024-09-20T23:01:44.178896+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:45.502 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:45 smithi083 bash[19864]: audit 2024-09-20T23:01:44.193089+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:45.502 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:45 smithi083 bash[19864]: cluster 2024-09-20T23:01:44.417523+0000 mgr.y (mgr.14376) 205 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:45.502 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:45 smithi083 bash[25244]: audit 2024-09-20T23:01:44.178896+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:45.502 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:45 smithi083 bash[25244]: audit 2024-09-20T23:01:44.193089+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:45.502 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:45 smithi083 bash[25244]: cluster 2024-09-20T23:01:44.417523+0000 mgr.y (mgr.14376) 205 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:45.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:45 smithi142 bash[19948]: audit 2024-09-20T23:01:44.178896+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:45.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:45 smithi142 bash[19948]: audit 2024-09-20T23:01:44.193089+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:01:45.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:45 smithi142 bash[19948]: cluster 2024-09-20T23:01:44.417523+0000 mgr.y (mgr.14376) 205 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:45.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:01:45 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:01:45] "GET /metrics HTTP/1.1" 200 208109 "" "Prometheus/2.33.4" 2024-09-20T23:01:47.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:47 smithi142 bash[19948]: cluster 2024-09-20T23:01:46.418198+0000 mgr.y (mgr.14376) 206 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:47.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:47 smithi083 bash[25244]: cluster 2024-09-20T23:01:46.418198+0000 mgr.y (mgr.14376) 206 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:47.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:47 smithi083 bash[19864]: cluster 2024-09-20T23:01:46.418198+0000 mgr.y (mgr.14376) 206 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:48.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:48 smithi142 bash[19948]: audit 2024-09-20T23:01:47.981047+0000 mgr.y (mgr.14376) 207 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:48.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:48 smithi083 bash[19864]: audit 2024-09-20T23:01:47.981047+0000 mgr.y (mgr.14376) 207 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:48.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:48 smithi083 bash[25244]: audit 2024-09-20T23:01:47.981047+0000 mgr.y (mgr.14376) 207 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:49.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:49 smithi142 bash[19948]: cluster 2024-09-20T23:01:48.419865+0000 mgr.y (mgr.14376) 208 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:49.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:49 smithi083 bash[19864]: cluster 2024-09-20T23:01:48.419865+0000 mgr.y (mgr.14376) 208 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:49.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:49 smithi083 bash[25244]: cluster 2024-09-20T23:01:48.419865+0000 mgr.y (mgr.14376) 208 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:51.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:51 smithi142 bash[19948]: cluster 2024-09-20T23:01:50.420554+0000 mgr.y (mgr.14376) 209 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:51.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:51 smithi083 bash[19864]: cluster 2024-09-20T23:01:50.420554+0000 mgr.y (mgr.14376) 209 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:51.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:51 smithi083 bash[25244]: cluster 2024-09-20T23:01:50.420554+0000 mgr.y (mgr.14376) 209 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:53.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:53 smithi142 bash[19948]: cluster 2024-09-20T23:01:52.422160+0000 mgr.y (mgr.14376) 210 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:53.821 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:01:53 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:01:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:01:53.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:53 smithi083 bash[19864]: cluster 2024-09-20T23:01:52.422160+0000 mgr.y (mgr.14376) 210 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:53.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:53 smithi083 bash[25244]: cluster 2024-09-20T23:01:52.422160+0000 mgr.y (mgr.14376) 210 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:55.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:55 smithi142 bash[19948]: cluster 2024-09-20T23:01:54.422836+0000 mgr.y (mgr.14376) 211 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:55.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:01:55 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:01:55] "GET /metrics HTTP/1.1" 200 208119 "" "Prometheus/2.33.4" 2024-09-20T23:01:55.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:55 smithi083 bash[25244]: cluster 2024-09-20T23:01:54.422836+0000 mgr.y (mgr.14376) 211 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:55.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:55 smithi083 bash[19864]: cluster 2024-09-20T23:01:54.422836+0000 mgr.y (mgr.14376) 211 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:57.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:57 smithi142 bash[19948]: cluster 2024-09-20T23:01:56.423321+0000 mgr.y (mgr.14376) 212 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:57.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:57 smithi083 bash[19864]: cluster 2024-09-20T23:01:56.423321+0000 mgr.y (mgr.14376) 212 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:57.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:57 smithi083 bash[25244]: cluster 2024-09-20T23:01:56.423321+0000 mgr.y (mgr.14376) 212 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:01:58.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:58 smithi142 bash[19948]: audit 2024-09-20T23:01:57.988876+0000 mgr.y (mgr.14376) 213 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:58.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:58 smithi083 bash[19864]: audit 2024-09-20T23:01:57.988876+0000 mgr.y (mgr.14376) 213 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:58.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:58 smithi083 bash[25244]: audit 2024-09-20T23:01:57.988876+0000 mgr.y (mgr.14376) 213 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:01:59.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:01:59 smithi142 bash[19948]: cluster 2024-09-20T23:01:58.425081+0000 mgr.y (mgr.14376) 214 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:59.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:01:59 smithi083 bash[19864]: cluster 2024-09-20T23:01:58.425081+0000 mgr.y (mgr.14376) 214 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:01:59.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:01:59 smithi083 bash[25244]: cluster 2024-09-20T23:01:58.425081+0000 mgr.y (mgr.14376) 214 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:01.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:01 smithi142 bash[19948]: cluster 2024-09-20T23:02:00.425794+0000 mgr.y (mgr.14376) 215 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:01.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:01 smithi083 bash[19864]: cluster 2024-09-20T23:02:00.425794+0000 mgr.y (mgr.14376) 215 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:01.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:02:01 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:02:01] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:02:01.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:01 smithi083 bash[25244]: cluster 2024-09-20T23:02:00.425794+0000 mgr.y (mgr.14376) 215 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:03.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:02 smithi142 bash[19948]: audit 2024-09-20T23:02:01.670921+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:03.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:02 smithi142 bash[19948]: audit 2024-09-20T23:02:01.682305+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:03.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:02 smithi083 bash[19864]: audit 2024-09-20T23:02:01.670921+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:03.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:02 smithi083 bash[19864]: audit 2024-09-20T23:02:01.682305+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:03.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:02 smithi083 bash[25244]: audit 2024-09-20T23:02:01.670921+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:03.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:02 smithi083 bash[25244]: audit 2024-09-20T23:02:01.682305+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:03.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:03 smithi142 bash[19948]: cluster 2024-09-20T23:02:02.427473+0000 mgr.y (mgr.14376) 216 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:03.821 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:02:03 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:02:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:02:04.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:03 smithi083 bash[25244]: cluster 2024-09-20T23:02:02.427473+0000 mgr.y (mgr.14376) 216 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:04.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:03 smithi083 bash[19864]: cluster 2024-09-20T23:02:02.427473+0000 mgr.y (mgr.14376) 216 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:04.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:02:04 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:02:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:02:05.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:05 smithi142 bash[19948]: audit 2024-09-20T23:02:04.333156+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:05.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:05 smithi142 bash[19948]: audit 2024-09-20T23:02:04.344829+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:05.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:05 smithi142 bash[19948]: cluster 2024-09-20T23:02:04.428230+0000 mgr.y (mgr.14376) 217 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:05.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:02:05 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:02:05] "GET /metrics HTTP/1.1" 200 208127 "" "Prometheus/2.33.4" 2024-09-20T23:02:05.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:05 smithi083 bash[19864]: audit 2024-09-20T23:02:04.333156+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:05.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:05 smithi083 bash[19864]: audit 2024-09-20T23:02:04.344829+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:05.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:05 smithi083 bash[19864]: cluster 2024-09-20T23:02:04.428230+0000 mgr.y (mgr.14376) 217 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:05.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:05 smithi083 bash[25244]: audit 2024-09-20T23:02:04.333156+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:05.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:05 smithi083 bash[25244]: audit 2024-09-20T23:02:04.344829+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:05.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:05 smithi083 bash[25244]: cluster 2024-09-20T23:02:04.428230+0000 mgr.y (mgr.14376) 217 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:07.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:07 smithi142 bash[19948]: cluster 2024-09-20T23:02:06.428940+0000 mgr.y (mgr.14376) 218 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:07.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:07 smithi083 bash[19864]: cluster 2024-09-20T23:02:06.428940+0000 mgr.y (mgr.14376) 218 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:07.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:07 smithi083 bash[25244]: cluster 2024-09-20T23:02:06.428940+0000 mgr.y (mgr.14376) 218 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:08.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:08 smithi142 bash[19948]: audit 2024-09-20T23:02:07.997038+0000 mgr.y (mgr.14376) 219 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:08.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:08 smithi083 bash[25244]: audit 2024-09-20T23:02:07.997038+0000 mgr.y (mgr.14376) 219 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:08.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:08 smithi083 bash[19864]: audit 2024-09-20T23:02:07.997038+0000 mgr.y (mgr.14376) 219 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:09.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:09 smithi142 bash[19948]: cluster 2024-09-20T23:02:08.430684+0000 mgr.y (mgr.14376) 220 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:09.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:09 smithi083 bash[25244]: cluster 2024-09-20T23:02:08.430684+0000 mgr.y (mgr.14376) 220 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:09.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:09 smithi083 bash[19864]: cluster 2024-09-20T23:02:08.430684+0000 mgr.y (mgr.14376) 220 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:11.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:11 smithi142 bash[19948]: cluster 2024-09-20T23:02:10.431374+0000 mgr.y (mgr.14376) 221 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:11.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:11 smithi083 bash[19864]: cluster 2024-09-20T23:02:10.431374+0000 mgr.y (mgr.14376) 221 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:11.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:11 smithi083 bash[25244]: cluster 2024-09-20T23:02:10.431374+0000 mgr.y (mgr.14376) 221 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:13.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:13 smithi142 bash[19948]: cluster 2024-09-20T23:02:12.433042+0000 mgr.y (mgr.14376) 222 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:13.821 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:02:13 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:02:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:02:13.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:13 smithi083 bash[25244]: cluster 2024-09-20T23:02:12.433042+0000 mgr.y (mgr.14376) 222 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:13.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:13 smithi083 bash[19864]: cluster 2024-09-20T23:02:12.433042+0000 mgr.y (mgr.14376) 222 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:15.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:15 smithi142 bash[19948]: cluster 2024-09-20T23:02:14.433705+0000 mgr.y (mgr.14376) 223 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:15.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:15 smithi083 bash[19864]: cluster 2024-09-20T23:02:14.433705+0000 mgr.y (mgr.14376) 223 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:15.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:02:15 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:02:15] "GET /metrics HTTP/1.1" 200 208127 "" "Prometheus/2.33.4" 2024-09-20T23:02:15.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:15 smithi083 bash[25244]: cluster 2024-09-20T23:02:14.433705+0000 mgr.y (mgr.14376) 223 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:16.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:16 smithi142 bash[19948]: audit 2024-09-20T23:02:16.227353+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:02:16.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:16 smithi142 bash[19948]: audit 2024-09-20T23:02:16.227765+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:02:16.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:16 smithi142 bash[19948]: audit 2024-09-20T23:02:16.234076+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:02:16.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:16 smithi142 bash[19948]: audit 2024-09-20T23:02:16.234412+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:02:16.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:16 smithi083 bash[19864]: audit 2024-09-20T23:02:16.227353+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:02:16.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:16 smithi083 bash[19864]: audit 2024-09-20T23:02:16.227765+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:02:16.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:16 smithi083 bash[19864]: audit 2024-09-20T23:02:16.234076+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:02:16.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:16 smithi083 bash[19864]: audit 2024-09-20T23:02:16.234412+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:02:16.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:16 smithi083 bash[25244]: audit 2024-09-20T23:02:16.227353+0000 mon.c (mon.1) 139 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:02:16.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:16 smithi083 bash[25244]: audit 2024-09-20T23:02:16.227765+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:02:16.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:16 smithi083 bash[25244]: audit 2024-09-20T23:02:16.234076+0000 mon.c (mon.1) 140 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:02:16.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:16 smithi083 bash[25244]: audit 2024-09-20T23:02:16.234412+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:02:17.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:17 smithi083 bash[25244]: cluster 2024-09-20T23:02:16.434467+0000 mgr.y (mgr.14376) 224 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:17.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:17 smithi083 bash[19864]: cluster 2024-09-20T23:02:16.434467+0000 mgr.y (mgr.14376) 224 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:17.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:17 smithi142 bash[19948]: cluster 2024-09-20T23:02:16.434467+0000 mgr.y (mgr.14376) 224 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:18.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:18 smithi142 bash[19948]: audit 2024-09-20T23:02:18.006747+0000 mgr.y (mgr.14376) 225 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:18.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:18 smithi083 bash[19864]: audit 2024-09-20T23:02:18.006747+0000 mgr.y (mgr.14376) 225 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:18.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:18 smithi083 bash[25244]: audit 2024-09-20T23:02:18.006747+0000 mgr.y (mgr.14376) 225 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:19.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:19 smithi142 bash[19948]: cluster 2024-09-20T23:02:18.436199+0000 mgr.y (mgr.14376) 226 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:19.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:19 smithi083 bash[19864]: cluster 2024-09-20T23:02:18.436199+0000 mgr.y (mgr.14376) 226 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:19.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:19 smithi083 bash[25244]: cluster 2024-09-20T23:02:18.436199+0000 mgr.y (mgr.14376) 226 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:21.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:21 smithi142 bash[19948]: cluster 2024-09-20T23:02:20.436806+0000 mgr.y (mgr.14376) 227 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:02:21.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:21 smithi083 bash[19864]: cluster 2024-09-20T23:02:20.436806+0000 mgr.y (mgr.14376) 227 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:02:21.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:21 smithi083 bash[25244]: cluster 2024-09-20T23:02:20.436806+0000 mgr.y (mgr.14376) 227 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:02:22.322 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:02:21 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:02:21] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:02:23.140 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:22 smithi142 bash[19948]: audit 2024-09-20T23:02:21.856667+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:23.140 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:22 smithi142 bash[19948]: audit 2024-09-20T23:02:21.868087+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:23.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:22 smithi083 bash[19864]: audit 2024-09-20T23:02:21.856667+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:23.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:22 smithi083 bash[19864]: audit 2024-09-20T23:02:21.868087+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:23.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:22 smithi083 bash[25244]: audit 2024-09-20T23:02:21.856667+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:23.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:22 smithi083 bash[25244]: audit 2024-09-20T23:02:21.868087+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:23.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:02:23 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:02:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:02:24.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:23 smithi142 bash[19948]: cluster 2024-09-20T23:02:22.438407+0000 mgr.y (mgr.14376) 228 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:24.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:23 smithi142 bash[19948]: audit 2024-09-20T23:02:23.148714+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:02:24.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:23 smithi142 bash[19948]: audit 2024-09-20T23:02:23.151626+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:02:24.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:23 smithi142 bash[19948]: audit 2024-09-20T23:02:23.153483+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:02:24.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:23 smithi142 bash[19948]: audit 2024-09-20T23:02:23.167888+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:24.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:23 smithi083 bash[19864]: cluster 2024-09-20T23:02:22.438407+0000 mgr.y (mgr.14376) 228 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:24.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:23 smithi083 bash[19864]: audit 2024-09-20T23:02:23.148714+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:02:24.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:23 smithi083 bash[19864]: audit 2024-09-20T23:02:23.151626+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:02:24.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:23 smithi083 bash[19864]: audit 2024-09-20T23:02:23.153483+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:02:24.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:23 smithi083 bash[19864]: audit 2024-09-20T23:02:23.167888+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:24.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:23 smithi083 bash[25244]: cluster 2024-09-20T23:02:22.438407+0000 mgr.y (mgr.14376) 228 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:24.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:23 smithi083 bash[25244]: audit 2024-09-20T23:02:23.148714+0000 mon.c (mon.1) 141 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:02:24.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:23 smithi083 bash[25244]: audit 2024-09-20T23:02:23.151626+0000 mon.c (mon.1) 142 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:02:24.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:23 smithi083 bash[25244]: audit 2024-09-20T23:02:23.153483+0000 mon.c (mon.1) 143 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:02:24.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:23 smithi083 bash[25244]: audit 2024-09-20T23:02:23.167888+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:24.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:02:24 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:02:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:02:25.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:25 smithi142 bash[19948]: cluster 2024-09-20T23:02:24.439149+0000 mgr.y (mgr.14376) 229 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:02:25.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:25 smithi142 bash[19948]: audit 2024-09-20T23:02:24.494839+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:25.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:25 smithi142 bash[19948]: audit 2024-09-20T23:02:24.506351+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:25.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:02:25 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:02:25] "GET /metrics HTTP/1.1" 200 208110 "" "Prometheus/2.33.4" 2024-09-20T23:02:25.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:25 smithi083 bash[19864]: cluster 2024-09-20T23:02:24.439149+0000 mgr.y (mgr.14376) 229 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:02:25.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:25 smithi083 bash[19864]: audit 2024-09-20T23:02:24.494839+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:25.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:25 smithi083 bash[19864]: audit 2024-09-20T23:02:24.506351+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:25.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:25 smithi083 bash[25244]: cluster 2024-09-20T23:02:24.439149+0000 mgr.y (mgr.14376) 229 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:02:25.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:25 smithi083 bash[25244]: audit 2024-09-20T23:02:24.494839+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:25.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:25 smithi083 bash[25244]: audit 2024-09-20T23:02:24.506351+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:27.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:27 smithi083 bash[19864]: cluster 2024-09-20T23:02:26.439834+0000 mgr.y (mgr.14376) 230 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:02:27.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:27 smithi142 bash[19948]: cluster 2024-09-20T23:02:26.439834+0000 mgr.y (mgr.14376) 230 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:02:27.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:27 smithi083 bash[25244]: cluster 2024-09-20T23:02:26.439834+0000 mgr.y (mgr.14376) 230 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:02:28.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:28 smithi142 bash[19948]: audit 2024-09-20T23:02:28.013487+0000 mgr.y (mgr.14376) 231 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:28.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:28 smithi083 bash[25244]: audit 2024-09-20T23:02:28.013487+0000 mgr.y (mgr.14376) 231 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:28.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:28 smithi083 bash[19864]: audit 2024-09-20T23:02:28.013487+0000 mgr.y (mgr.14376) 231 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:29 smithi142 bash[19948]: cluster 2024-09-20T23:02:28.441539+0000 mgr.y (mgr.14376) 232 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:29.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:29 smithi083 bash[25244]: cluster 2024-09-20T23:02:28.441539+0000 mgr.y (mgr.14376) 232 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:29.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:29 smithi083 bash[19864]: cluster 2024-09-20T23:02:28.441539+0000 mgr.y (mgr.14376) 232 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:31.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:31 smithi142 bash[19948]: cluster 2024-09-20T23:02:30.442255+0000 mgr.y (mgr.14376) 233 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:31.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:31 smithi083 bash[25244]: cluster 2024-09-20T23:02:30.442255+0000 mgr.y (mgr.14376) 233 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:31.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:31 smithi083 bash[19864]: cluster 2024-09-20T23:02:30.442255+0000 mgr.y (mgr.14376) 233 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:33.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:33 smithi142 bash[19948]: cluster 2024-09-20T23:02:32.443864+0000 mgr.y (mgr.14376) 234 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:33.821 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:02:33 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:02:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:02:33.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:33 smithi083 bash[25244]: cluster 2024-09-20T23:02:32.443864+0000 mgr.y (mgr.14376) 234 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:33.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:33 smithi083 bash[19864]: cluster 2024-09-20T23:02:32.443864+0000 mgr.y (mgr.14376) 234 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:35.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:35 smithi142 bash[19948]: cluster 2024-09-20T23:02:34.444643+0000 mgr.y (mgr.14376) 235 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:35.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:02:35 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:02:35] "GET /metrics HTTP/1.1" 200 208095 "" "Prometheus/2.33.4" 2024-09-20T23:02:35.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:35 smithi083 bash[25244]: cluster 2024-09-20T23:02:34.444643+0000 mgr.y (mgr.14376) 235 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:35.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:35 smithi083 bash[19864]: cluster 2024-09-20T23:02:34.444643+0000 mgr.y (mgr.14376) 235 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:37.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:37 smithi142 bash[19948]: cluster 2024-09-20T23:02:36.445348+0000 mgr.y (mgr.14376) 236 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:37.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:37 smithi083 bash[19864]: cluster 2024-09-20T23:02:36.445348+0000 mgr.y (mgr.14376) 236 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:37.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:37 smithi083 bash[25244]: cluster 2024-09-20T23:02:36.445348+0000 mgr.y (mgr.14376) 236 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:38.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:38 smithi083 bash[19864]: audit 2024-09-20T23:02:38.024242+0000 mgr.y (mgr.14376) 237 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:38.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:38 smithi083 bash[25244]: audit 2024-09-20T23:02:38.024242+0000 mgr.y (mgr.14376) 237 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:38 smithi142 bash[19948]: audit 2024-09-20T23:02:38.024242+0000 mgr.y (mgr.14376) 237 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:39.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:39 smithi142 bash[19948]: cluster 2024-09-20T23:02:38.446307+0000 mgr.y (mgr.14376) 238 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:39.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:39 smithi083 bash[19864]: cluster 2024-09-20T23:02:38.446307+0000 mgr.y (mgr.14376) 238 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:39.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:39 smithi083 bash[25244]: cluster 2024-09-20T23:02:38.446307+0000 mgr.y (mgr.14376) 238 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:41.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:41 smithi142 bash[19948]: cluster 2024-09-20T23:02:40.446745+0000 mgr.y (mgr.14376) 239 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:41.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:41 smithi083 bash[19864]: cluster 2024-09-20T23:02:40.446745+0000 mgr.y (mgr.14376) 239 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:41.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:41 smithi083 bash[25244]: cluster 2024-09-20T23:02:40.446745+0000 mgr.y (mgr.14376) 239 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:42.321 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:02:42 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:02:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:02:43.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:43 smithi142 bash[19948]: audit 2024-09-20T23:02:42.045963+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:43.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:43 smithi142 bash[19948]: audit 2024-09-20T23:02:42.059503+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:43.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:43 smithi083 bash[19864]: audit 2024-09-20T23:02:42.045963+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:43.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:43 smithi083 bash[19864]: audit 2024-09-20T23:02:42.059503+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:43.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:43 smithi083 bash[25244]: audit 2024-09-20T23:02:42.045963+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:43.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:43 smithi083 bash[25244]: audit 2024-09-20T23:02:42.059503+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:43.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:02:43 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:02:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:02:44.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:44 smithi142 bash[19948]: cluster 2024-09-20T23:02:42.448318+0000 mgr.y (mgr.14376) 240 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:44.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:44 smithi083 bash[19864]: cluster 2024-09-20T23:02:42.448318+0000 mgr.y (mgr.14376) 240 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:44.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:44 smithi083 bash[25244]: cluster 2024-09-20T23:02:42.448318+0000 mgr.y (mgr.14376) 240 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:45.071 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:02:44 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:02:44] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:02:45.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:02:45 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:02:45] "GET /metrics HTTP/1.1" 200 208095 "" "Prometheus/2.33.4" 2024-09-20T23:02:45.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:45 smithi083 bash[19864]: cluster 2024-09-20T23:02:44.449022+0000 mgr.y (mgr.14376) 241 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:45.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:45 smithi083 bash[19864]: audit 2024-09-20T23:02:44.639147+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:45.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:45 smithi083 bash[19864]: audit 2024-09-20T23:02:44.650695+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:45.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:45 smithi083 bash[25244]: cluster 2024-09-20T23:02:44.449022+0000 mgr.y (mgr.14376) 241 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:45.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:45 smithi083 bash[25244]: audit 2024-09-20T23:02:44.639147+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:45.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:45 smithi083 bash[25244]: audit 2024-09-20T23:02:44.650695+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:45.896 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:45 smithi142 bash[19948]: cluster 2024-09-20T23:02:44.449022+0000 mgr.y (mgr.14376) 241 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:45.897 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:45 smithi142 bash[19948]: audit 2024-09-20T23:02:44.639147+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:45.897 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:45 smithi142 bash[19948]: audit 2024-09-20T23:02:44.650695+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:02:48.030 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:47 smithi083 bash[19864]: cluster 2024-09-20T23:02:46.449697+0000 mgr.y (mgr.14376) 242 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:48.030 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:47 smithi083 bash[25244]: cluster 2024-09-20T23:02:46.449697+0000 mgr.y (mgr.14376) 242 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:48.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:47 smithi142 bash[19948]: cluster 2024-09-20T23:02:46.449697+0000 mgr.y (mgr.14376) 242 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:49.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:48 smithi142 bash[19948]: audit 2024-09-20T23:02:48.033070+0000 mgr.y (mgr.14376) 243 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:48 smithi083 bash[19864]: audit 2024-09-20T23:02:48.033070+0000 mgr.y (mgr.14376) 243 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:49.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:48 smithi083 bash[25244]: audit 2024-09-20T23:02:48.033070+0000 mgr.y (mgr.14376) 243 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:50.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:49 smithi142 bash[19948]: cluster 2024-09-20T23:02:48.451421+0000 mgr.y (mgr.14376) 244 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:50.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:49 smithi083 bash[25244]: cluster 2024-09-20T23:02:48.451421+0000 mgr.y (mgr.14376) 244 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:50.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:49 smithi083 bash[19864]: cluster 2024-09-20T23:02:48.451421+0000 mgr.y (mgr.14376) 244 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:52.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:51 smithi142 bash[19948]: cluster 2024-09-20T23:02:50.452144+0000 mgr.y (mgr.14376) 245 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:52.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:51 smithi083 bash[19864]: cluster 2024-09-20T23:02:50.452144+0000 mgr.y (mgr.14376) 245 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:52.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:51 smithi083 bash[25244]: cluster 2024-09-20T23:02:50.452144+0000 mgr.y (mgr.14376) 245 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:53.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:53 smithi142 bash[19948]: cluster 2024-09-20T23:02:52.453826+0000 mgr.y (mgr.14376) 246 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:53.821 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:02:53 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:02:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:02:54.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:53 smithi083 bash[19864]: cluster 2024-09-20T23:02:52.453826+0000 mgr.y (mgr.14376) 246 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:54.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:53 smithi083 bash[25244]: cluster 2024-09-20T23:02:52.453826+0000 mgr.y (mgr.14376) 246 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:02:55.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:55 smithi083 bash[19864]: cluster 2024-09-20T23:02:54.454574+0000 mgr.y (mgr.14376) 247 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:55.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:02:55 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:02:55] "GET /metrics HTTP/1.1" 200 208054 "" "Prometheus/2.33.4" 2024-09-20T23:02:55.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:55 smithi083 bash[25244]: cluster 2024-09-20T23:02:54.454574+0000 mgr.y (mgr.14376) 247 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:56.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:55 smithi142 bash[19948]: cluster 2024-09-20T23:02:54.454574+0000 mgr.y (mgr.14376) 247 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:57.978 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:57 smithi083 bash[19864]: cluster 2024-09-20T23:02:56.455323+0000 mgr.y (mgr.14376) 248 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:57.978 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:57 smithi083 bash[25244]: cluster 2024-09-20T23:02:56.455323+0000 mgr.y (mgr.14376) 248 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:58.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:57 smithi142 bash[19948]: cluster 2024-09-20T23:02:56.455323+0000 mgr.y (mgr.14376) 248 : cluster [DBG] pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:02:58.940 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:58 smithi083 bash[19864]: audit 2024-09-20T23:02:58.041003+0000 mgr.y (mgr.14376) 249 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:58.940 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:58 smithi083 bash[25244]: audit 2024-09-20T23:02:58.041003+0000 mgr.y (mgr.14376) 249 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:02:59.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:58 smithi142 bash[19948]: audit 2024-09-20T23:02:58.041003+0000 mgr.y (mgr.14376) 249 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:00.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:02:59 smithi142 bash[19948]: cluster 2024-09-20T23:02:58.457068+0000 mgr.y (mgr.14376) 250 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:00.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:02:59 smithi083 bash[19864]: cluster 2024-09-20T23:02:58.457068+0000 mgr.y (mgr.14376) 250 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:00.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:02:59 smithi083 bash[25244]: cluster 2024-09-20T23:02:58.457068+0000 mgr.y (mgr.14376) 250 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:01.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:01 smithi142 bash[19948]: cluster 2024-09-20T23:03:00.457788+0000 mgr.y (mgr.14376) 251 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:01.998 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:01 smithi083 bash[25244]: cluster 2024-09-20T23:03:00.457788+0000 mgr.y (mgr.14376) 251 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:01.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:01 smithi083 bash[19864]: cluster 2024-09-20T23:03:00.457788+0000 mgr.y (mgr.14376) 251 : cluster [DBG] pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:02.321 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:03:02 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:03:02] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:03:03.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:03 smithi142 bash[19948]: audit 2024-09-20T23:03:02.178876+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:03.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:03 smithi142 bash[19948]: audit 2024-09-20T23:03:02.186429+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:03.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:03 smithi142 bash[19948]: cluster 2024-09-20T23:03:02.459540+0000 mgr.y (mgr.14376) 252 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:03.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:03 smithi083 bash[19864]: audit 2024-09-20T23:03:02.178876+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:03.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:03 smithi083 bash[19864]: audit 2024-09-20T23:03:02.186429+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:03.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:03 smithi083 bash[19864]: cluster 2024-09-20T23:03:02.459540+0000 mgr.y (mgr.14376) 252 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:03.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:03 smithi083 bash[25244]: audit 2024-09-20T23:03:02.178876+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:03.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:03 smithi083 bash[25244]: audit 2024-09-20T23:03:02.186429+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:03.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:03 smithi083 bash[25244]: cluster 2024-09-20T23:03:02.459540+0000 mgr.y (mgr.14376) 252 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:03.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:03:03 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:03:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:03:05.071 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:03:04 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:03:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:03:05.782 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:03:05 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:03:05] "GET /metrics HTTP/1.1" 200 208046 "" "Prometheus/2.33.4" 2024-09-20T23:03:06.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:05 smithi142 bash[19948]: cluster 2024-09-20T23:03:04.460289+0000 mgr.y (mgr.14376) 253 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:06.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:05 smithi142 bash[19948]: audit 2024-09-20T23:03:04.788564+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:06.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:05 smithi142 bash[19948]: audit 2024-09-20T23:03:04.800558+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:06.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:05 smithi083 bash[19864]: cluster 2024-09-20T23:03:04.460289+0000 mgr.y (mgr.14376) 253 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:06.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:05 smithi083 bash[19864]: audit 2024-09-20T23:03:04.788564+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:06.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:05 smithi083 bash[19864]: audit 2024-09-20T23:03:04.800558+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:06.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:05 smithi083 bash[25244]: cluster 2024-09-20T23:03:04.460289+0000 mgr.y (mgr.14376) 253 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:06.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:05 smithi083 bash[25244]: audit 2024-09-20T23:03:04.788564+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:06.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:05 smithi083 bash[25244]: audit 2024-09-20T23:03:04.800558+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:08.045 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:07 smithi083 bash[19864]: cluster 2024-09-20T23:03:06.460981+0000 mgr.y (mgr.14376) 254 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:08.045 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:07 smithi083 bash[25244]: cluster 2024-09-20T23:03:06.460981+0000 mgr.y (mgr.14376) 254 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:08.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:07 smithi142 bash[19948]: cluster 2024-09-20T23:03:06.460981+0000 mgr.y (mgr.14376) 254 : cluster [DBG] pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:10.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:09 smithi142 bash[19948]: audit 2024-09-20T23:03:08.048964+0000 mgr.y (mgr.14376) 255 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:10.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:09 smithi142 bash[19948]: cluster 2024-09-20T23:03:08.462640+0000 mgr.y (mgr.14376) 256 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:10.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:09 smithi083 bash[19864]: audit 2024-09-20T23:03:08.048964+0000 mgr.y (mgr.14376) 255 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:10.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:09 smithi083 bash[19864]: cluster 2024-09-20T23:03:08.462640+0000 mgr.y (mgr.14376) 256 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:10.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:09 smithi083 bash[25244]: audit 2024-09-20T23:03:08.048964+0000 mgr.y (mgr.14376) 255 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:10.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:09 smithi083 bash[25244]: cluster 2024-09-20T23:03:08.462640+0000 mgr.y (mgr.14376) 256 : cluster [DBG] pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:12.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:11 smithi142 bash[19948]: cluster 2024-09-20T23:03:10.463378+0000 mgr.y (mgr.14376) 257 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:12.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:11 smithi083 bash[19864]: cluster 2024-09-20T23:03:10.463378+0000 mgr.y (mgr.14376) 257 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:12.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:11 smithi083 bash[25244]: cluster 2024-09-20T23:03:10.463378+0000 mgr.y (mgr.14376) 257 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:13.799 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:03:13 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:03:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:03:14.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:13 smithi142 bash[19948]: cluster 2024-09-20T23:03:12.465043+0000 mgr.y (mgr.14376) 258 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:14.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:13 smithi083 bash[19864]: cluster 2024-09-20T23:03:12.465043+0000 mgr.y (mgr.14376) 258 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:14.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:13 smithi083 bash[25244]: cluster 2024-09-20T23:03:12.465043+0000 mgr.y (mgr.14376) 258 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:15.803 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:03:15 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:03:15] "GET /metrics HTTP/1.1" 200 208046 "" "Prometheus/2.33.4" 2024-09-20T23:03:16.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:15 smithi142 bash[19948]: cluster 2024-09-20T23:03:14.465772+0000 mgr.y (mgr.14376) 259 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:16.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:15 smithi083 bash[25244]: cluster 2024-09-20T23:03:14.465772+0000 mgr.y (mgr.14376) 259 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:16.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:15 smithi083 bash[19864]: cluster 2024-09-20T23:03:14.465772+0000 mgr.y (mgr.14376) 259 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:16.951 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-20T23:03:17.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:16 smithi142 bash[19948]: audit 2024-09-20T23:03:16.231267+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:03:17.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:16 smithi142 bash[19948]: audit 2024-09-20T23:03:16.232302+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:03:17.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:16 smithi142 bash[19948]: audit 2024-09-20T23:03:16.237892+0000 mon.c (mon.1) 145 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:03:17.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:16 smithi142 bash[19948]: audit 2024-09-20T23:03:16.238717+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:03:17.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:16 smithi083 bash[19864]: audit 2024-09-20T23:03:16.231267+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:03:17.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:16 smithi083 bash[19864]: audit 2024-09-20T23:03:16.232302+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:03:17.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:16 smithi083 bash[19864]: audit 2024-09-20T23:03:16.237892+0000 mon.c (mon.1) 145 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:03:17.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:16 smithi083 bash[19864]: audit 2024-09-20T23:03:16.238717+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:03:17.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:16 smithi083 bash[25244]: audit 2024-09-20T23:03:16.231267+0000 mon.c (mon.1) 144 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:03:17.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:16 smithi083 bash[25244]: audit 2024-09-20T23:03:16.232302+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:03:17.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:16 smithi083 bash[25244]: audit 2024-09-20T23:03:16.237892+0000 mon.c (mon.1) 145 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:03:17.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:16 smithi083 bash[25244]: audit 2024-09-20T23:03:16.238717+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:03:18.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:17 smithi142 bash[19948]: cluster 2024-09-20T23:03:16.466535+0000 mgr.y (mgr.14376) 260 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:18.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:17 smithi083 bash[19864]: cluster 2024-09-20T23:03:16.466535+0000 mgr.y (mgr.14376) 260 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:18.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:17 smithi083 bash[25244]: cluster 2024-09-20T23:03:16.466535+0000 mgr.y (mgr.14376) 260 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:19 smithi142 bash[19948]: audit 2024-09-20T23:03:18.060155+0000 mgr.y (mgr.14376) 261 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:19 smithi142 bash[19948]: cluster 2024-09-20T23:03:18.468233+0000 mgr.y (mgr.14376) 262 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:19 smithi083 bash[19864]: audit 2024-09-20T23:03:18.060155+0000 mgr.y (mgr.14376) 261 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:19 smithi083 bash[19864]: cluster 2024-09-20T23:03:18.468233+0000 mgr.y (mgr.14376) 262 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:20.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:19 smithi083 bash[25244]: audit 2024-09-20T23:03:18.060155+0000 mgr.y (mgr.14376) 261 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:20.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:19 smithi083 bash[25244]: cluster 2024-09-20T23:03:18.468233+0000 mgr.y (mgr.14376) 262 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:22.298 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:21 smithi083 bash[19864]: cluster 2024-09-20T23:03:20.468975+0000 mgr.y (mgr.14376) 263 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:22.298 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:21 smithi083 bash[25244]: cluster 2024-09-20T23:03:20.468975+0000 mgr.y (mgr.14376) 263 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:22.299 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-20T23:03:22.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:21 smithi142 bash[19948]: cluster 2024-09-20T23:03:20.468975+0000 mgr.y (mgr.14376) 263 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:22.571 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:03:22 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:03:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:03:23.793 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[19864]: audit 2024-09-20T23:03:22.338494+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:23.793 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[19864]: audit 2024-09-20T23:03:22.346846+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:23.793 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[19864]: cluster 2024-09-20T23:03:22.470657+0000 mgr.y (mgr.14376) 264 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:23.793 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[19864]: audit 2024-09-20T23:03:23.184176+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:03:23.793 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[19864]: audit 2024-09-20T23:03:23.187151+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:03:23.793 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[19864]: audit 2024-09-20T23:03:23.189063+0000 mon.c (mon.1) 148 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:03:23.793 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[19864]: audit 2024-09-20T23:03:23.202627+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:23.793 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[25244]: audit 2024-09-20T23:03:22.338494+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:23.793 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[25244]: audit 2024-09-20T23:03:22.346846+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:23.793 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[25244]: cluster 2024-09-20T23:03:22.470657+0000 mgr.y (mgr.14376) 264 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:23.793 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[25244]: audit 2024-09-20T23:03:23.184176+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:03:23.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[25244]: audit 2024-09-20T23:03:23.187151+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:03:23.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[25244]: audit 2024-09-20T23:03:23.189063+0000 mon.c (mon.1) 148 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:03:23.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:23 smithi083 bash[25244]: audit 2024-09-20T23:03:23.202627+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:23.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:03:23 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:03:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:03:23.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:23 smithi142 bash[19948]: audit 2024-09-20T23:03:22.338494+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:23.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:23 smithi142 bash[19948]: audit 2024-09-20T23:03:22.346846+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:23.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:23 smithi142 bash[19948]: cluster 2024-09-20T23:03:22.470657+0000 mgr.y (mgr.14376) 264 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:23.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:23 smithi142 bash[19948]: audit 2024-09-20T23:03:23.184176+0000 mon.c (mon.1) 146 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:03:23.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:23 smithi142 bash[19948]: audit 2024-09-20T23:03:23.187151+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:03:23.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:23 smithi142 bash[19948]: audit 2024-09-20T23:03:23.189063+0000 mon.c (mon.1) 148 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:03:23.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:23 smithi142 bash[19948]: audit 2024-09-20T23:03:23.202627+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:25.232 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:03:24 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:03:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:03:25.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:03:25 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:03:25] "GET /metrics HTTP/1.1" 200 208055 "" "Prometheus/2.33.4" 2024-09-20T23:03:26.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:25 smithi142 bash[19948]: cluster 2024-09-20T23:03:24.471374+0000 mgr.y (mgr.14376) 265 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:26.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:25 smithi142 bash[19948]: audit 2024-09-20T23:03:24.890759+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:26.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:25 smithi142 bash[19948]: audit 2024-09-20T23:03:24.896620+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:26.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:25 smithi083 bash[25244]: cluster 2024-09-20T23:03:24.471374+0000 mgr.y (mgr.14376) 265 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:26.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:25 smithi083 bash[25244]: audit 2024-09-20T23:03:24.890759+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:26.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:25 smithi083 bash[25244]: audit 2024-09-20T23:03:24.896620+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:26.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:25 smithi083 bash[19864]: cluster 2024-09-20T23:03:24.471374+0000 mgr.y (mgr.14376) 265 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:26.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:25 smithi083 bash[19864]: audit 2024-09-20T23:03:24.890759+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:26.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:25 smithi083 bash[19864]: audit 2024-09-20T23:03:24.896620+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:27.577 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-20T23:03:28.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:27 smithi083 bash[19864]: cluster 2024-09-20T23:03:26.472122+0000 mgr.y (mgr.14376) 266 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:28.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:27 smithi083 bash[25244]: cluster 2024-09-20T23:03:26.472122+0000 mgr.y (mgr.14376) 266 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:28.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:27 smithi142 bash[19948]: cluster 2024-09-20T23:03:26.472122+0000 mgr.y (mgr.14376) 266 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:30.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:29 smithi083 bash[19864]: audit 2024-09-20T23:03:28.070964+0000 mgr.y (mgr.14376) 267 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:30.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:29 smithi083 bash[19864]: cluster 2024-09-20T23:03:28.473875+0000 mgr.y (mgr.14376) 268 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:30.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:29 smithi083 bash[25244]: audit 2024-09-20T23:03:28.070964+0000 mgr.y (mgr.14376) 267 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:30.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:29 smithi083 bash[25244]: cluster 2024-09-20T23:03:28.473875+0000 mgr.y (mgr.14376) 268 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:30.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:29 smithi142 bash[19948]: audit 2024-09-20T23:03:28.070964+0000 mgr.y (mgr.14376) 267 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:30.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:29 smithi142 bash[19948]: cluster 2024-09-20T23:03:28.473875+0000 mgr.y (mgr.14376) 268 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:31.593 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch ps' 2024-09-20T23:03:32.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:31 smithi142 bash[19948]: cluster 2024-09-20T23:03:30.474541+0000 mgr.y (mgr.14376) 269 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:32.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:31 smithi083 bash[25244]: cluster 2024-09-20T23:03:30.474541+0000 mgr.y (mgr.14376) 269 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:32.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:31 smithi083 bash[19864]: cluster 2024-09-20T23:03:30.474541+0000 mgr.y (mgr.14376) 269 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:33.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:03:33 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:03:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:03:34.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:33 smithi142 bash[19948]: cluster 2024-09-20T23:03:32.476258+0000 mgr.y (mgr.14376) 270 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:34.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:33 smithi083 bash[19864]: cluster 2024-09-20T23:03:32.476258+0000 mgr.y (mgr.14376) 270 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:34.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:33 smithi083 bash[25244]: cluster 2024-09-20T23:03:32.476258+0000 mgr.y (mgr.14376) 270 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:35.077 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:03:35.078 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 12s ago 12m - - 2024-09-20T23:03:35.078 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 10s ago 12m - - 2024-09-20T23:03:35.078 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (4m) 12s ago 5m 12.0M - ba2b418f427c 421b2a502b6b 2024-09-20T23:03:35.078 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (5m) 10s ago 5m 43.3M - 8.3.5 dad864ee21e9 ae99527f2cbe 2024-09-20T23:03:35.078 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (3m) 12s ago 3m 42.0M - 3.5 e1d6a67b021e 574e8ecaf975 2024-09-20T23:03:35.078 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443 running (12m) 10s ago 12m 400M - 17.2.0 e1d6a67b021e c803d6aec7c4 2024-09-20T23:03:35.079 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:9283 running (14m) 12s ago 14m 454M - 17.2.0 e1d6a67b021e 1a5213f0d9f1 2024-09-20T23:03:35.079 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (14m) 12s ago 14m 51.8M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:03:35.079 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (12m) 10s ago 12m 41.9M 2048M 17.2.0 e1d6a67b021e f020a95bce9d 2024-09-20T23:03:35.079 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (12m) 12s ago 12m 44.0M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:03:35.079 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (5m) 12s ago 5m 9495k - 1dbe0e931976 55c72dc75995 2024-09-20T23:03:35.080 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (5m) 10s ago 5m 9751k - 1dbe0e931976 afe9c47a17f8 2024-09-20T23:03:35.080 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (11m) 12s ago 11m 50.7M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:03:35.080 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (10m) 12s ago 10m 51.8M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:03:35.080 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (10m) 12s ago 10m 47.1M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:03:35.080 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (9m) 12s ago 9m 49.5M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:03:35.080 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (8m) 10s ago 8m 50.0M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:03:35.080 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (8m) 10s ago 8m 48.4M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:03:35.080 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (7m) 10s ago 7m 46.5M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:03:35.081 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (6m) 10s ago 6m 50.0M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:03:35.081 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (4m) 10s ago 6m 54.8M - 514e6a882f6e cc6832a314df 2024-09-20T23:03:35.081 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (3m) 12s ago 3m 82.4M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:03:35.081 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (3m) 10s ago 3m 84.6M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:03:35.715 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions' 2024-09-20T23:03:35.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:03:35 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:03:35] "GET /metrics HTTP/1.1" 200 208046 "" "Prometheus/2.33.4" 2024-09-20T23:03:35.974 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:35 smithi083 bash[25244]: cluster 2024-09-20T23:03:34.476927+0000 mgr.y (mgr.14376) 271 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:35.974 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:35 smithi083 bash[25244]: audit 2024-09-20T23:03:35.039790+0000 mgr.y (mgr.14376) 272 : audit [DBG] from='client.24838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:03:35.974 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:35 smithi083 bash[19864]: cluster 2024-09-20T23:03:34.476927+0000 mgr.y (mgr.14376) 271 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:35.975 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:35 smithi083 bash[19864]: audit 2024-09-20T23:03:35.039790+0000 mgr.y (mgr.14376) 272 : audit [DBG] from='client.24838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:03:36.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:35 smithi142 bash[19948]: cluster 2024-09-20T23:03:34.476927+0000 mgr.y (mgr.14376) 271 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:36.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:35 smithi142 bash[19948]: audit 2024-09-20T23:03:35.039790+0000 mgr.y (mgr.14376) 272 : audit [DBG] from='client.24838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:03:38.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:37 smithi083 bash[25244]: cluster 2024-09-20T23:03:36.477657+0000 mgr.y (mgr.14376) 273 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:38.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:37 smithi083 bash[19864]: cluster 2024-09-20T23:03:36.477657+0000 mgr.y (mgr.14376) 273 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:38.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:37 smithi142 bash[19948]: cluster 2024-09-20T23:03:36.477657+0000 mgr.y (mgr.14376) 273 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:38.897 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:03:38.897 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:03:38.897 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-09-20T23:03:38.897 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:03:38.897 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:03:38.898 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:03:38.898 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:03:38.898 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:03:38.898 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:03:38.898 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:03:38.898 INFO:teuthology.orchestra.run.smithi083.stdout: "mds": {}, 2024-09-20T23:03:38.898 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:03:38.898 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:03:38.898 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:03:38.899 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:03:38.899 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15 2024-09-20T23:03:38.899 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:03:38.899 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:03:39.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:38 smithi142 bash[19948]: audit 2024-09-20T23:03:38.901351+0000 mon.a (mon.0) 1076 : audit [DBG] from='client.? 172.21.15.83:0/1576223679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:03:39.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:38 smithi083 bash[19864]: audit 2024-09-20T23:03:38.901351+0000 mon.a (mon.0) 1076 : audit [DBG] from='client.? 172.21.15.83:0/1576223679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:03:39.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:38 smithi083 bash[25244]: audit 2024-09-20T23:03:38.901351+0000 mon.a (mon.0) 1076 : audit [DBG] from='client.? 172.21.15.83:0/1576223679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:03:39.644 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph -s' 2024-09-20T23:03:40.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:39 smithi142 bash[19948]: audit 2024-09-20T23:03:38.081978+0000 mgr.y (mgr.14376) 274 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:40.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:39 smithi142 bash[19948]: cluster 2024-09-20T23:03:38.478763+0000 mgr.y (mgr.14376) 275 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:40.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:39 smithi083 bash[19864]: audit 2024-09-20T23:03:38.081978+0000 mgr.y (mgr.14376) 274 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:40.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:39 smithi083 bash[19864]: cluster 2024-09-20T23:03:38.478763+0000 mgr.y (mgr.14376) 275 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:40.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:39 smithi083 bash[25244]: audit 2024-09-20T23:03:38.081978+0000 mgr.y (mgr.14376) 274 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:40.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:39 smithi083 bash[25244]: cluster 2024-09-20T23:03:38.478763+0000 mgr.y (mgr.14376) 275 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:42.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:41 smithi142 bash[19948]: cluster 2024-09-20T23:03:40.479453+0000 mgr.y (mgr.14376) 276 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:42.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:41 smithi083 bash[19864]: cluster 2024-09-20T23:03:40.479453+0000 mgr.y (mgr.14376) 276 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:42.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:41 smithi083 bash[25244]: cluster 2024-09-20T23:03:40.479453+0000 mgr.y (mgr.14376) 276 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:42.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:03:42 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:03:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:03:43.565 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:03:43 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:03:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:03:43.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:43 smithi142 bash[19948]: cluster 2024-09-20T23:03:42.481320+0000 mgr.y (mgr.14376) 277 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:43.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:43 smithi142 bash[19948]: audit 2024-09-20T23:03:42.492098+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:43.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:43 smithi142 bash[19948]: audit 2024-09-20T23:03:42.503960+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:43.796 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:43 smithi083 bash[19864]: cluster 2024-09-20T23:03:42.481320+0000 mgr.y (mgr.14376) 277 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:43.796 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:43 smithi083 bash[19864]: audit 2024-09-20T23:03:42.492098+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:43.796 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:43 smithi083 bash[19864]: audit 2024-09-20T23:03:42.503960+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:43.797 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:43 smithi083 bash[25244]: cluster 2024-09-20T23:03:42.481320+0000 mgr.y (mgr.14376) 277 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:43.797 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:43 smithi083 bash[25244]: audit 2024-09-20T23:03:42.492098+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:43.797 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:43 smithi083 bash[25244]: audit 2024-09-20T23:03:42.503960+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:43.982 INFO:teuthology.orchestra.run.smithi083.stdout: cluster: 2024-09-20T23:03:43.982 INFO:teuthology.orchestra.run.smithi083.stdout: id: 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:03:43.982 INFO:teuthology.orchestra.run.smithi083.stdout: health: HEALTH_OK 2024-09-20T23:03:43.982 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:03:43.982 INFO:teuthology.orchestra.run.smithi083.stdout: services: 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: mon: 3 daemons, quorum a,c,b (age 12m) 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: mgr: y(active, since 6m), standbys: x 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: osd: 8 osds: 8 up (since 6m), 8 in (since 7m) 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: data: 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: pools: 6 pools, 161 pgs 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: objects: 210 objects, 585 KiB 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: usage: 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: pgs: 161 active+clean 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: io: 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: client: 1.2 KiB/s rd, 1 op/s rd, 0 op/s wr 2024-09-20T23:03:43.983 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:03:44.754 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:44 smithi083 bash[25244]: audit 2024-09-20T23:03:43.986829+0000 mon.c (mon.1) 149 : audit [DBG] from='client.? 172.21.15.83:0/1557280514' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T23:03:44.754 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:44 smithi083 bash[19864]: audit 2024-09-20T23:03:43.986829+0000 mon.c (mon.1) 149 : audit [DBG] from='client.? 172.21.15.83:0/1557280514' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T23:03:44.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:44 smithi142 bash[19948]: audit 2024-09-20T23:03:43.986829+0000 mon.c (mon.1) 149 : audit [DBG] from='client.? 172.21.15.83:0/1557280514' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T23:03:45.177 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch ls' 2024-09-20T23:03:45.321 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:03:45 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:03:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:03:45.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:03:45 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:03:45] "GET /metrics HTTP/1.1" 200 208046 "" "Prometheus/2.33.4" 2024-09-20T23:03:46.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:46 smithi142 bash[19948]: cluster 2024-09-20T23:03:44.481975+0000 mgr.y (mgr.14376) 278 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:46.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:46 smithi142 bash[19948]: audit 2024-09-20T23:03:45.033048+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:46.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:46 smithi142 bash[19948]: audit 2024-09-20T23:03:45.046323+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:46.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:46 smithi083 bash[19864]: cluster 2024-09-20T23:03:44.481975+0000 mgr.y (mgr.14376) 278 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:46.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:46 smithi083 bash[19864]: audit 2024-09-20T23:03:45.033048+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:46.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:46 smithi083 bash[19864]: audit 2024-09-20T23:03:45.046323+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:46.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:46 smithi083 bash[25244]: cluster 2024-09-20T23:03:44.481975+0000 mgr.y (mgr.14376) 278 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:46.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:46 smithi083 bash[25244]: audit 2024-09-20T23:03:45.033048+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:46.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:46 smithi083 bash[25244]: audit 2024-09-20T23:03:45.046323+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:48.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:48 smithi142 bash[19948]: cluster 2024-09-20T23:03:46.482712+0000 mgr.y (mgr.14376) 279 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:48.369 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:48 smithi083 bash[25244]: cluster 2024-09-20T23:03:46.482712+0000 mgr.y (mgr.14376) 279 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:48.369 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:48 smithi083 bash[19864]: cluster 2024-09-20T23:03:46.482712+0000 mgr.y (mgr.14376) 279 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:49.465 INFO:teuthology.orchestra.run.smithi083.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-20T23:03:49.465 INFO:teuthology.orchestra.run.smithi083.stdout:agent 2/2 6s ago 6m * 2024-09-20T23:03:49.465 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager ?:9093,9094 1/1 6s ago 6m smithi083=a;count:1 2024-09-20T23:03:49.465 INFO:teuthology.orchestra.run.smithi083.stdout:grafana ?:3000 1/1 4s ago 6m smithi142=a;count:1 2024-09-20T23:03:49.465 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo 1/1 6s ago 3m count:1 2024-09-20T23:03:49.465 INFO:teuthology.orchestra.run.smithi083.stdout:mgr 2/2 6s ago 12m smithi083=y;smithi142=x;count:2 2024-09-20T23:03:49.465 INFO:teuthology.orchestra.run.smithi083.stdout:mon 3/3 6s ago 12m smithi083:172.21.15.83=a;smithi083:[v2:172.21.15.83:3301,v1:172.21.15.83:6790]=c;smithi142:172.21.15.142=b;count:3 2024-09-20T23:03:49.465 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter ?:9100 2/2 6s ago 6m smithi083=a;smithi142=b;count:2 2024-09-20T23:03:49.465 INFO:teuthology.orchestra.run.smithi083.stdout:osd 8 6s ago - 2024-09-20T23:03:49.465 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus ?:9095 1/1 4s ago 6m smithi142=a;count:1 2024-09-20T23:03:49.465 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo ?:8000 2/2 6s ago 4m count:2 2024-09-20T23:03:50.202 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-20T23:03:50.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:50 smithi142 bash[19948]: audit 2024-09-20T23:03:48.088919+0000 mgr.y (mgr.14376) 280 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:50.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:50 smithi142 bash[19948]: cluster 2024-09-20T23:03:48.484456+0000 mgr.y (mgr.14376) 281 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:50.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:50 smithi083 bash[25244]: audit 2024-09-20T23:03:48.088919+0000 mgr.y (mgr.14376) 280 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:50.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:50 smithi083 bash[25244]: cluster 2024-09-20T23:03:48.484456+0000 mgr.y (mgr.14376) 281 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:50.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:50 smithi083 bash[19864]: audit 2024-09-20T23:03:48.088919+0000 mgr.y (mgr.14376) 280 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:50.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:50 smithi083 bash[19864]: cluster 2024-09-20T23:03:48.484456+0000 mgr.y (mgr.14376) 281 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:51.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:51 smithi142 bash[19948]: audit 2024-09-20T23:03:49.453744+0000 mgr.y (mgr.14376) 282 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:03:51.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:51 smithi083 bash[19864]: audit 2024-09-20T23:03:49.453744+0000 mgr.y (mgr.14376) 282 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:03:51.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:51 smithi083 bash[25244]: audit 2024-09-20T23:03:49.453744+0000 mgr.y (mgr.14376) 282 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:03:52.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:52 smithi142 bash[19948]: cluster 2024-09-20T23:03:50.485105+0000 mgr.y (mgr.14376) 283 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:52.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:52 smithi083 bash[25244]: cluster 2024-09-20T23:03:50.485105+0000 mgr.y (mgr.14376) 283 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:52.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:52 smithi083 bash[19864]: cluster 2024-09-20T23:03:50.485105+0000 mgr.y (mgr.14376) 283 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:53.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:03:53 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:03:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:03:53.977 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled to redeploy mgr.x on host 'smithi142' 2024-09-20T23:03:54.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:54 smithi142 bash[19948]: cluster 2024-09-20T23:03:52.486813+0000 mgr.y (mgr.14376) 284 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:54.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:54 smithi142 bash[19948]: audit 2024-09-20T23:03:53.589998+0000 mon.c (mon.1) 150 : audit [DBG] from='client.? 172.21.15.83:0/1428839009' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-20T23:03:54.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:54 smithi142 bash[19948]: audit 2024-09-20T23:03:53.978229+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:54.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:54 smithi142 bash[19948]: audit 2024-09-20T23:03:54.011966+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:03:54.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:54 smithi083 bash[25244]: cluster 2024-09-20T23:03:52.486813+0000 mgr.y (mgr.14376) 284 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:54.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:54 smithi083 bash[25244]: audit 2024-09-20T23:03:53.589998+0000 mon.c (mon.1) 150 : audit [DBG] from='client.? 172.21.15.83:0/1428839009' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-20T23:03:54.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:54 smithi083 bash[25244]: audit 2024-09-20T23:03:53.978229+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:54.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:54 smithi083 bash[25244]: audit 2024-09-20T23:03:54.011966+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:03:54.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:54 smithi083 bash[19864]: cluster 2024-09-20T23:03:52.486813+0000 mgr.y (mgr.14376) 284 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:54.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:54 smithi083 bash[19864]: audit 2024-09-20T23:03:53.589998+0000 mon.c (mon.1) 150 : audit [DBG] from='client.? 172.21.15.83:0/1428839009' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-20T23:03:54.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:54 smithi083 bash[19864]: audit 2024-09-20T23:03:53.978229+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:03:54.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:54 smithi083 bash[19864]: audit 2024-09-20T23:03:54.011966+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:03:54.847 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch ps --refresh' 2024-09-20T23:03:55.100 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:55 smithi083 bash[19864]: audit 2024-09-20T23:03:53.964939+0000 mgr.y (mgr.14376) 285 : audit [DBG] from='client.14955 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:03:55.100 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:55 smithi083 bash[19864]: cephadm 2024-09-20T23:03:53.982257+0000 mgr.y (mgr.14376) 286 : cephadm [INF] Schedule redeploy daemon mgr.x 2024-09-20T23:03:55.100 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:55 smithi083 bash[19864]: cluster 2024-09-20T23:03:54.487545+0000 mgr.y (mgr.14376) 287 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:55.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:55 smithi083 bash[25244]: audit 2024-09-20T23:03:53.964939+0000 mgr.y (mgr.14376) 285 : audit [DBG] from='client.14955 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:03:55.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:55 smithi083 bash[25244]: cephadm 2024-09-20T23:03:53.982257+0000 mgr.y (mgr.14376) 286 : cephadm [INF] Schedule redeploy daemon mgr.x 2024-09-20T23:03:55.100 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:55 smithi083 bash[25244]: cluster 2024-09-20T23:03:54.487545+0000 mgr.y (mgr.14376) 287 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:55.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:55 smithi142 bash[19948]: audit 2024-09-20T23:03:53.964939+0000 mgr.y (mgr.14376) 285 : audit [DBG] from='client.14955 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:03:55.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:55 smithi142 bash[19948]: cephadm 2024-09-20T23:03:53.982257+0000 mgr.y (mgr.14376) 286 : cephadm [INF] Schedule redeploy daemon mgr.x 2024-09-20T23:03:55.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:55 smithi142 bash[19948]: cluster 2024-09-20T23:03:54.487545+0000 mgr.y (mgr.14376) 287 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:55.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:03:55 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:03:55] "GET /metrics HTTP/1.1" 200 208057 "" "Prometheus/2.33.4" 2024-09-20T23:03:57.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:57 smithi142 bash[19948]: cluster 2024-09-20T23:03:56.487991+0000 mgr.y (mgr.14376) 288 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:57.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:57 smithi083 bash[19864]: cluster 2024-09-20T23:03:56.487991+0000 mgr.y (mgr.14376) 288 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:57.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:57 smithi083 bash[25244]: cluster 2024-09-20T23:03:56.487991+0000 mgr.y (mgr.14376) 288 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:03:59.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:59 smithi142 bash[19948]: audit 2024-09-20T23:03:58.096694+0000 mgr.y (mgr.14376) 289 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:59.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:03:59 smithi142 bash[19948]: cluster 2024-09-20T23:03:58.488812+0000 mgr.y (mgr.14376) 290 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:59.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:59 smithi083 bash[25244]: audit 2024-09-20T23:03:58.096694+0000 mgr.y (mgr.14376) 289 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:59.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:03:59 smithi083 bash[25244]: cluster 2024-09-20T23:03:58.488812+0000 mgr.y (mgr.14376) 290 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:03:59.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:59 smithi083 bash[19864]: audit 2024-09-20T23:03:58.096694+0000 mgr.y (mgr.14376) 289 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:03:59.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:03:59 smithi083 bash[19864]: cluster 2024-09-20T23:03:58.488812+0000 mgr.y (mgr.14376) 290 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:01.772 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:04:01.772 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 19s ago 13m - - 2024-09-20T23:04:01.772 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 16s ago 13m - - 2024-09-20T23:04:01.772 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (5m) 19s ago 6m 12.0M - ba2b418f427c 421b2a502b6b 2024-09-20T23:04:01.772 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (5m) 16s ago 5m 43.7M - 8.3.5 dad864ee21e9 ae99527f2cbe 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (3m) 19s ago 3m 42.1M - 3.5 e1d6a67b021e 574e8ecaf975 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443 running (12m) 16s ago 12m 400M - 17.2.0 e1d6a67b021e c803d6aec7c4 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:9283 running (14m) 19s ago 14m 455M - 17.2.0 e1d6a67b021e 1a5213f0d9f1 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (14m) 19s ago 14m 52.8M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (12m) 16s ago 12m 42.2M 2048M 17.2.0 e1d6a67b021e f020a95bce9d 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (12m) 19s ago 12m 44.5M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (6m) 19s ago 6m 9979k - 1dbe0e931976 55c72dc75995 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (6m) 16s ago 6m 9243k - 1dbe0e931976 afe9c47a17f8 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (11m) 19s ago 11m 50.9M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (11m) 19s ago 11m 51.9M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (10m) 19s ago 10m 47.3M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (9m) 19s ago 9m 49.7M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (9m) 16s ago 9m 50.2M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (8m) 16s ago 8m 48.6M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (7m) 16s ago 8m 46.7M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:04:01.773 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (7m) 16s ago 7m 50.2M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:04:01.774 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (5m) 16s ago 6m 55.0M - 514e6a882f6e cc6832a314df 2024-09-20T23:04:01.774 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (4m) 19s ago 4m 82.5M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:04:01.774 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (4m) 16s ago 4m 84.7M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:04:01.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:01 smithi083 bash[19864]: cluster 2024-09-20T23:04:00.489442+0000 mgr.y (mgr.14376) 291 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:01.787 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:01 smithi083 bash[25244]: cluster 2024-09-20T23:04:00.489442+0000 mgr.y (mgr.14376) 291 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:01.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:01 smithi142 bash[19948]: cluster 2024-09-20T23:04:00.489442+0000 mgr.y (mgr.14376) 291 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:02.639 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'sleep 180' 2024-09-20T23:04:02.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:02 smithi142 bash[19948]: audit 2024-09-20T23:04:01.755742+0000 mgr.y (mgr.14376) 292 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:04:02.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:04:02 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:04:02] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:04:02.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:02 smithi083 bash[25244]: audit 2024-09-20T23:04:01.755742+0000 mgr.y (mgr.14376) 292 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:04:02.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:02 smithi083 bash[19864]: audit 2024-09-20T23:04:01.755742+0000 mgr.y (mgr.14376) 292 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:04:03.689 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:04:03 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:04:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:04:03.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:03 smithi142 bash[19948]: cluster 2024-09-20T23:04:02.491368+0000 mgr.y (mgr.14376) 293 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:03.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:03 smithi142 bash[19948]: audit 2024-09-20T23:04:02.632932+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:03.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:03 smithi142 bash[19948]: audit 2024-09-20T23:04:02.640847+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:04.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:03 smithi083 bash[25244]: cluster 2024-09-20T23:04:02.491368+0000 mgr.y (mgr.14376) 293 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:04.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:03 smithi083 bash[25244]: audit 2024-09-20T23:04:02.632932+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:04.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:03 smithi083 bash[25244]: audit 2024-09-20T23:04:02.640847+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:04.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:03 smithi083 bash[19864]: cluster 2024-09-20T23:04:02.491368+0000 mgr.y (mgr.14376) 293 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:04.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:03 smithi083 bash[19864]: audit 2024-09-20T23:04:02.632932+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:04.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:03 smithi083 bash[19864]: audit 2024-09-20T23:04:02.640847+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:05.499 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:04:05 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:04:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:04:05.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:04:05 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:04:05] "GET /metrics HTTP/1.1" 200 208047 "" "Prometheus/2.33.4" 2024-09-20T23:04:05.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:05 smithi083 bash[25244]: cluster 2024-09-20T23:04:04.492207+0000 mgr.y (mgr.14376) 294 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:05.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:05 smithi083 bash[25244]: audit 2024-09-20T23:04:05.207233+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:05.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:05 smithi083 bash[25244]: audit 2024-09-20T23:04:05.221739+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:05.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:05 smithi083 bash[19864]: cluster 2024-09-20T23:04:04.492207+0000 mgr.y (mgr.14376) 294 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:05.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:05 smithi083 bash[19864]: audit 2024-09-20T23:04:05.207233+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:05.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:05 smithi083 bash[19864]: audit 2024-09-20T23:04:05.221739+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:06.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:05 smithi142 bash[19948]: cluster 2024-09-20T23:04:04.492207+0000 mgr.y (mgr.14376) 294 : cluster [DBG] pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:06.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:05 smithi142 bash[19948]: audit 2024-09-20T23:04:05.207233+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:06.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:05 smithi142 bash[19948]: audit 2024-09-20T23:04:05.221739+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:08.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:07 smithi142 bash[19948]: cluster 2024-09-20T23:04:06.493053+0000 mgr.y (mgr.14376) 295 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:08.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:07 smithi083 bash[19864]: cluster 2024-09-20T23:04:06.493053+0000 mgr.y (mgr.14376) 295 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:08.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:07 smithi083 bash[25244]: cluster 2024-09-20T23:04:06.493053+0000 mgr.y (mgr.14376) 295 : cluster [DBG] pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:10.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:09 smithi142 bash[19948]: audit 2024-09-20T23:04:08.104986+0000 mgr.y (mgr.14376) 296 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:10.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:09 smithi142 bash[19948]: cluster 2024-09-20T23:04:08.494154+0000 mgr.y (mgr.14376) 297 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:10.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:09 smithi083 bash[25244]: audit 2024-09-20T23:04:08.104986+0000 mgr.y (mgr.14376) 296 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:10.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:09 smithi083 bash[25244]: cluster 2024-09-20T23:04:08.494154+0000 mgr.y (mgr.14376) 297 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:10.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:09 smithi083 bash[19864]: audit 2024-09-20T23:04:08.104986+0000 mgr.y (mgr.14376) 296 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:10.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:09 smithi083 bash[19864]: cluster 2024-09-20T23:04:08.494154+0000 mgr.y (mgr.14376) 297 : cluster [DBG] pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:12.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:11 smithi142 bash[19948]: cluster 2024-09-20T23:04:10.494801+0000 mgr.y (mgr.14376) 298 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:12.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:11 smithi083 bash[19864]: cluster 2024-09-20T23:04:10.494801+0000 mgr.y (mgr.14376) 298 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:12.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:11 smithi083 bash[25244]: cluster 2024-09-20T23:04:10.494801+0000 mgr.y (mgr.14376) 298 : cluster [DBG] pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:13.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:13 smithi142 bash[19948]: cluster 2024-09-20T23:04:12.496632+0000 mgr.y (mgr.14376) 299 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:13.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:04:13 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:04:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:04:14.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:13 smithi083 bash[19864]: cluster 2024-09-20T23:04:12.496632+0000 mgr.y (mgr.14376) 299 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:14.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:13 smithi083 bash[25244]: cluster 2024-09-20T23:04:12.496632+0000 mgr.y (mgr.14376) 299 : cluster [DBG] pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:15.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:04:15 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:04:15] "GET /metrics HTTP/1.1" 200 208047 "" "Prometheus/2.33.4" 2024-09-20T23:04:15.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:15 smithi083 bash[25244]: cluster 2024-09-20T23:04:14.497399+0000 mgr.y (mgr.14376) 300 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:15.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:15 smithi083 bash[19864]: cluster 2024-09-20T23:04:14.497399+0000 mgr.y (mgr.14376) 300 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:16.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:15 smithi142 bash[19948]: cluster 2024-09-20T23:04:14.497399+0000 mgr.y (mgr.14376) 300 : cluster [DBG] pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:17.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:16 smithi142 bash[19948]: audit 2024-09-20T23:04:16.244089+0000 mon.c (mon.1) 152 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:04:17.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:16 smithi142 bash[19948]: audit 2024-09-20T23:04:16.244613+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:04:17.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:16 smithi142 bash[19948]: audit 2024-09-20T23:04:16.246703+0000 mon.c (mon.1) 153 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:04:17.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:16 smithi142 bash[19948]: audit 2024-09-20T23:04:16.247046+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:04:17.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:16 smithi083 bash[19864]: audit 2024-09-20T23:04:16.244089+0000 mon.c (mon.1) 152 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:04:17.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:16 smithi083 bash[19864]: audit 2024-09-20T23:04:16.244613+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:04:17.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:16 smithi083 bash[19864]: audit 2024-09-20T23:04:16.246703+0000 mon.c (mon.1) 153 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:04:17.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:16 smithi083 bash[19864]: audit 2024-09-20T23:04:16.247046+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:04:17.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:16 smithi083 bash[25244]: audit 2024-09-20T23:04:16.244089+0000 mon.c (mon.1) 152 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:04:17.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:16 smithi083 bash[25244]: audit 2024-09-20T23:04:16.244613+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:04:17.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:16 smithi083 bash[25244]: audit 2024-09-20T23:04:16.246703+0000 mon.c (mon.1) 153 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:04:17.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:16 smithi083 bash[25244]: audit 2024-09-20T23:04:16.247046+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:04:18.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:17 smithi142 bash[19948]: cluster 2024-09-20T23:04:16.497888+0000 mgr.y (mgr.14376) 301 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:18.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:17 smithi083 bash[25244]: cluster 2024-09-20T23:04:16.497888+0000 mgr.y (mgr.14376) 301 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:18.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:17 smithi083 bash[19864]: cluster 2024-09-20T23:04:16.497888+0000 mgr.y (mgr.14376) 301 : cluster [DBG] pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:20.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:19 smithi142 bash[19948]: audit 2024-09-20T23:04:18.115026+0000 mgr.y (mgr.14376) 302 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:19 smithi142 bash[19948]: cluster 2024-09-20T23:04:18.498638+0000 mgr.y (mgr.14376) 303 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:20.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:19 smithi083 bash[25244]: audit 2024-09-20T23:04:18.115026+0000 mgr.y (mgr.14376) 302 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:20.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:19 smithi083 bash[25244]: cluster 2024-09-20T23:04:18.498638+0000 mgr.y (mgr.14376) 303 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:19 smithi083 bash[19864]: audit 2024-09-20T23:04:18.115026+0000 mgr.y (mgr.14376) 302 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:19 smithi083 bash[19864]: cluster 2024-09-20T23:04:18.498638+0000 mgr.y (mgr.14376) 303 : cluster [DBG] pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:22.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:21 smithi142 bash[19948]: cluster 2024-09-20T23:04:20.498989+0000 mgr.y (mgr.14376) 304 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:22.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:21 smithi083 bash[25244]: cluster 2024-09-20T23:04:20.498989+0000 mgr.y (mgr.14376) 304 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:22.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:21 smithi083 bash[19864]: cluster 2024-09-20T23:04:20.498989+0000 mgr.y (mgr.14376) 304 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:23.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:04:22 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:04:22] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:04:23.751 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:04:23 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:04:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:04:24.017 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:23 smithi142 bash[19948]: cluster 2024-09-20T23:04:22.499801+0000 mgr.y (mgr.14376) 305 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:24.017 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:23 smithi142 bash[19948]: audit 2024-09-20T23:04:22.756807+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:24.017 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:23 smithi142 bash[19948]: audit 2024-09-20T23:04:22.763494+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:24.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:23 smithi083 bash[19864]: cluster 2024-09-20T23:04:22.499801+0000 mgr.y (mgr.14376) 305 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:24.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:23 smithi083 bash[19864]: audit 2024-09-20T23:04:22.756807+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:24.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:23 smithi083 bash[19864]: audit 2024-09-20T23:04:22.763494+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:24.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:23 smithi083 bash[25244]: cluster 2024-09-20T23:04:22.499801+0000 mgr.y (mgr.14376) 305 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:24.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:23 smithi083 bash[25244]: audit 2024-09-20T23:04:22.756807+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:24.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:23 smithi083 bash[25244]: audit 2024-09-20T23:04:22.763494+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:25.755 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:04:25 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:04:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:04:25.755 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:04:25 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:04:25] "GET /metrics HTTP/1.1" 200 208054 "" "Prometheus/2.33.4" 2024-09-20T23:04:26.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:25 smithi142 bash[19948]: cluster 2024-09-20T23:04:24.500500+0000 mgr.y (mgr.14376) 306 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:26.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:25 smithi142 bash[19948]: audit 2024-09-20T23:04:25.382867+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:26.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:25 smithi142 bash[19948]: audit 2024-09-20T23:04:25.394855+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:26.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:25 smithi083 bash[19864]: cluster 2024-09-20T23:04:24.500500+0000 mgr.y (mgr.14376) 306 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:26.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:25 smithi083 bash[19864]: audit 2024-09-20T23:04:25.382867+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:26.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:25 smithi083 bash[19864]: audit 2024-09-20T23:04:25.394855+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:26.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:25 smithi083 bash[25244]: cluster 2024-09-20T23:04:24.500500+0000 mgr.y (mgr.14376) 306 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:26.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:25 smithi083 bash[25244]: audit 2024-09-20T23:04:25.382867+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:26.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:25 smithi083 bash[25244]: audit 2024-09-20T23:04:25.394855+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:28.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:27 smithi142 bash[19948]: cluster 2024-09-20T23:04:26.501189+0000 mgr.y (mgr.14376) 307 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:04:28.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:27 smithi083 bash[19864]: cluster 2024-09-20T23:04:26.501189+0000 mgr.y (mgr.14376) 307 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:04:28.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:27 smithi083 bash[25244]: cluster 2024-09-20T23:04:26.501189+0000 mgr.y (mgr.14376) 307 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:04:30.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:29 smithi142 bash[19948]: audit 2024-09-20T23:04:28.122466+0000 mgr.y (mgr.14376) 308 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:29 smithi142 bash[19948]: cluster 2024-09-20T23:04:28.502907+0000 mgr.y (mgr.14376) 309 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:30.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:29 smithi083 bash[19864]: audit 2024-09-20T23:04:28.122466+0000 mgr.y (mgr.14376) 308 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:30.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:29 smithi083 bash[19864]: cluster 2024-09-20T23:04:28.502907+0000 mgr.y (mgr.14376) 309 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:30.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:29 smithi083 bash[25244]: audit 2024-09-20T23:04:28.122466+0000 mgr.y (mgr.14376) 308 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:30.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:29 smithi083 bash[25244]: cluster 2024-09-20T23:04:28.502907+0000 mgr.y (mgr.14376) 309 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:32.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:31 smithi142 bash[19948]: cluster 2024-09-20T23:04:30.503594+0000 mgr.y (mgr.14376) 310 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:32.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:31 smithi083 bash[19864]: cluster 2024-09-20T23:04:30.503594+0000 mgr.y (mgr.14376) 310 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:32.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:31 smithi083 bash[25244]: cluster 2024-09-20T23:04:30.503594+0000 mgr.y (mgr.14376) 310 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:33.772 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:04:33 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:04:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:04:34.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:33 smithi142 bash[19948]: cluster 2024-09-20T23:04:32.505295+0000 mgr.y (mgr.14376) 311 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:34.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:33 smithi083 bash[19864]: cluster 2024-09-20T23:04:32.505295+0000 mgr.y (mgr.14376) 311 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:34.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:33 smithi083 bash[25244]: cluster 2024-09-20T23:04:32.505295+0000 mgr.y (mgr.14376) 311 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:35.776 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:04:35 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:04:35] "GET /metrics HTTP/1.1" 200 208048 "" "Prometheus/2.33.4" 2024-09-20T23:04:36.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:35 smithi142 bash[19948]: cluster 2024-09-20T23:04:34.506044+0000 mgr.y (mgr.14376) 312 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:36.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:35 smithi083 bash[25244]: cluster 2024-09-20T23:04:34.506044+0000 mgr.y (mgr.14376) 312 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:36.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:35 smithi083 bash[19864]: cluster 2024-09-20T23:04:34.506044+0000 mgr.y (mgr.14376) 312 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:38.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:37 smithi142 bash[19948]: cluster 2024-09-20T23:04:36.506741+0000 mgr.y (mgr.14376) 313 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:38.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:37 smithi083 bash[25244]: cluster 2024-09-20T23:04:36.506741+0000 mgr.y (mgr.14376) 313 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:38.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:37 smithi083 bash[19864]: cluster 2024-09-20T23:04:36.506741+0000 mgr.y (mgr.14376) 313 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:40.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:39 smithi142 bash[19948]: audit 2024-09-20T23:04:38.133765+0000 mgr.y (mgr.14376) 314 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:40.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:39 smithi142 bash[19948]: cluster 2024-09-20T23:04:38.508563+0000 mgr.y (mgr.14376) 315 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:40.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:39 smithi142 bash[19948]: audit 2024-09-20T23:04:38.978009+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:40.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:39 smithi142 bash[19948]: audit 2024-09-20T23:04:38.979161+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:04:40.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:39 smithi142 bash[19948]: audit 2024-09-20T23:04:38.979911+0000 mon.c (mon.1) 155 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:04:40.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:39 smithi142 bash[19948]: audit 2024-09-20T23:04:38.988367+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:40.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:39 smithi142 bash[19948]: audit 2024-09-20T23:04:38.994711+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:04:40.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:39 smithi142 bash[19948]: audit 2024-09-20T23:04:38.995102+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:04:40.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:39 smithi142 bash[19948]: audit 2024-09-20T23:04:38.996109+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:04:40.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:39 smithi142 bash[19948]: audit 2024-09-20T23:04:38.997045+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:04:40.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:39 smithi142 bash[19948]: cephadm 2024-09-20T23:04:38.998068+0000 mgr.y (mgr.14376) 316 : cephadm [INF] Deploying daemon mgr.x on smithi142 2024-09-20T23:04:40.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[19864]: audit 2024-09-20T23:04:38.133765+0000 mgr.y (mgr.14376) 314 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:40.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[19864]: cluster 2024-09-20T23:04:38.508563+0000 mgr.y (mgr.14376) 315 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:40.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[19864]: audit 2024-09-20T23:04:38.978009+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:40.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[19864]: audit 2024-09-20T23:04:38.979161+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:04:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[19864]: audit 2024-09-20T23:04:38.979911+0000 mon.c (mon.1) 155 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:04:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[19864]: audit 2024-09-20T23:04:38.988367+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[19864]: audit 2024-09-20T23:04:38.994711+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:04:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[19864]: audit 2024-09-20T23:04:38.995102+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:04:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[19864]: audit 2024-09-20T23:04:38.996109+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:04:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[19864]: audit 2024-09-20T23:04:38.997045+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:04:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[19864]: cephadm 2024-09-20T23:04:38.998068+0000 mgr.y (mgr.14376) 316 : cephadm [INF] Deploying daemon mgr.x on smithi142 2024-09-20T23:04:40.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[25244]: audit 2024-09-20T23:04:38.133765+0000 mgr.y (mgr.14376) 314 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:40.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[25244]: cluster 2024-09-20T23:04:38.508563+0000 mgr.y (mgr.14376) 315 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:40.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[25244]: audit 2024-09-20T23:04:38.978009+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:40.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[25244]: audit 2024-09-20T23:04:38.979161+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:04:40.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[25244]: audit 2024-09-20T23:04:38.979911+0000 mon.c (mon.1) 155 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:04:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[25244]: audit 2024-09-20T23:04:38.988367+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[25244]: audit 2024-09-20T23:04:38.994711+0000 mon.c (mon.1) 156 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:04:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[25244]: audit 2024-09-20T23:04:38.995102+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:04:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[25244]: audit 2024-09-20T23:04:38.996109+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:04:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[25244]: audit 2024-09-20T23:04:38.997045+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:04:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:39 smithi083 bash[25244]: cephadm 2024-09-20T23:04:38.998068+0000 mgr.y (mgr.14376) 316 : cephadm [INF] Deploying daemon mgr.x on smithi142 2024-09-20T23:04:42.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:41 smithi142 bash[19948]: cluster 2024-09-20T23:04:40.509356+0000 mgr.y (mgr.14376) 317 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:42.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:41 smithi083 bash[19864]: cluster 2024-09-20T23:04:40.509356+0000 mgr.y (mgr.14376) 317 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:42.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:41 smithi083 bash[25244]: cluster 2024-09-20T23:04:40.509356+0000 mgr.y (mgr.14376) 317 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:43.320 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:04:42 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:04:42] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:04:43.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:04:43 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:04:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:04:44.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:43 smithi142 bash[19948]: cluster 2024-09-20T23:04:42.510289+0000 mgr.y (mgr.14376) 318 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:44.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:43 smithi142 bash[19948]: audit 2024-09-20T23:04:42.926047+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:44.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:43 smithi142 bash[19948]: audit 2024-09-20T23:04:42.934847+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:44.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:43 smithi083 bash[19864]: cluster 2024-09-20T23:04:42.510289+0000 mgr.y (mgr.14376) 318 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:44.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:43 smithi083 bash[19864]: audit 2024-09-20T23:04:42.926047+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:44.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:43 smithi083 bash[19864]: audit 2024-09-20T23:04:42.934847+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:44.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:43 smithi083 bash[25244]: cluster 2024-09-20T23:04:42.510289+0000 mgr.y (mgr.14376) 318 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:44.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:43 smithi083 bash[25244]: audit 2024-09-20T23:04:42.926047+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:44.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:43 smithi083 bash[25244]: audit 2024-09-20T23:04:42.934847+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:45.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:04:45 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:04:45] "GET /metrics HTTP/1.1" 200 208048 "" "Prometheus/2.33.4" 2024-09-20T23:04:45.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:04:45 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:04:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:04:46.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:45 smithi142 bash[19948]: cluster 2024-09-20T23:04:44.510988+0000 mgr.y (mgr.14376) 319 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:46.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:45 smithi142 bash[19948]: audit 2024-09-20T23:04:45.543784+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:46.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:45 smithi142 bash[19948]: audit 2024-09-20T23:04:45.556625+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:46.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:45 smithi083 bash[19864]: cluster 2024-09-20T23:04:44.510988+0000 mgr.y (mgr.14376) 319 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:46.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:45 smithi083 bash[19864]: audit 2024-09-20T23:04:45.543784+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:46.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:45 smithi083 bash[19864]: audit 2024-09-20T23:04:45.556625+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:46.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:45 smithi083 bash[25244]: cluster 2024-09-20T23:04:44.510988+0000 mgr.y (mgr.14376) 319 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:46.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:45 smithi083 bash[25244]: audit 2024-09-20T23:04:45.543784+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:46.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:45 smithi083 bash[25244]: audit 2024-09-20T23:04:45.556625+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:04:48.244 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:47 smithi142 bash[19948]: cluster 2024-09-20T23:04:46.511714+0000 mgr.y (mgr.14376) 320 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:48.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:47 smithi083 bash[19864]: cluster 2024-09-20T23:04:46.511714+0000 mgr.y (mgr.14376) 320 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:48.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:47 smithi083 bash[25244]: cluster 2024-09-20T23:04:46.511714+0000 mgr.y (mgr.14376) 320 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:50.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:49 smithi142 bash[19948]: audit 2024-09-20T23:04:48.144418+0000 mgr.y (mgr.14376) 321 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:50.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:49 smithi142 bash[19948]: cluster 2024-09-20T23:04:48.513474+0000 mgr.y (mgr.14376) 322 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:50.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:49 smithi083 bash[19864]: audit 2024-09-20T23:04:48.144418+0000 mgr.y (mgr.14376) 321 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:50.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:49 smithi083 bash[19864]: cluster 2024-09-20T23:04:48.513474+0000 mgr.y (mgr.14376) 322 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:50.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:49 smithi083 bash[25244]: audit 2024-09-20T23:04:48.144418+0000 mgr.y (mgr.14376) 321 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:04:50.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:49 smithi083 bash[25244]: cluster 2024-09-20T23:04:48.513474+0000 mgr.y (mgr.14376) 322 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:52.215 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:51 smithi083 bash[25244]: cluster 2024-09-20T23:04:50.514186+0000 mgr.y (mgr.14376) 323 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:52.215 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:51 smithi083 bash[19864]: cluster 2024-09-20T23:04:50.514186+0000 mgr.y (mgr.14376) 323 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:52.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:51 smithi142 bash[19948]: cluster 2024-09-20T23:04:50.514186+0000 mgr.y (mgr.14376) 323 : cluster [DBG] pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:53.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:04:53 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:04:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:04:53.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:04:53 smithi083 bash[47267]: level=warn ts=2024-09-20T23:04:53.549Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:04:53.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:04:53 smithi083 bash[47267]: level=warn ts=2024-09-20T23:04:53.549Z 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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:04:54.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:53 smithi142 bash[19948]: cluster 2024-09-20T23:04:52.515923+0000 mgr.y (mgr.14376) 324 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:54.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:53 smithi083 bash[25244]: cluster 2024-09-20T23:04:52.515923+0000 mgr.y (mgr.14376) 324 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:54.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:53 smithi083 bash[19864]: cluster 2024-09-20T23:04:52.515923+0000 mgr.y (mgr.14376) 324 : cluster [DBG] pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:04:55.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:04:55 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:04:55] "GET /metrics HTTP/1.1" 200 208046 "" "Prometheus/2.33.4" 2024-09-20T23:04:56.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:55 smithi142 bash[19948]: cluster 2024-09-20T23:04:54.516657+0000 mgr.y (mgr.14376) 325 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:56.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:55 smithi083 bash[19864]: cluster 2024-09-20T23:04:54.516657+0000 mgr.y (mgr.14376) 325 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:56.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:55 smithi083 bash[25244]: cluster 2024-09-20T23:04:54.516657+0000 mgr.y (mgr.14376) 325 : cluster [DBG] pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:58.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:57 smithi142 bash[19948]: cluster 2024-09-20T23:04:56.517359+0000 mgr.y (mgr.14376) 326 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:58.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:57 smithi083 bash[19864]: cluster 2024-09-20T23:04:56.517359+0000 mgr.y (mgr.14376) 326 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:04:58.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:57 smithi083 bash[25244]: cluster 2024-09-20T23:04:56.517359+0000 mgr.y (mgr.14376) 326 : cluster [DBG] pgmap v274: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:00.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:59 smithi142 bash[19948]: audit 2024-09-20T23:04:58.155361+0000 mgr.y (mgr.14376) 327 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:00.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:04:59 smithi142 bash[19948]: cluster 2024-09-20T23:04:58.519043+0000 mgr.y (mgr.14376) 328 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:00.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:59 smithi083 bash[25244]: audit 2024-09-20T23:04:58.155361+0000 mgr.y (mgr.14376) 327 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:00.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:04:59 smithi083 bash[25244]: cluster 2024-09-20T23:04:58.519043+0000 mgr.y (mgr.14376) 328 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:00.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:59 smithi083 bash[19864]: audit 2024-09-20T23:04:58.155361+0000 mgr.y (mgr.14376) 327 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:00.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:04:59 smithi083 bash[19864]: cluster 2024-09-20T23:04:58.519043+0000 mgr.y (mgr.14376) 328 : cluster [DBG] pgmap v275: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:02.207 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:01 smithi083 bash[19864]: cluster 2024-09-20T23:05:00.519767+0000 mgr.y (mgr.14376) 329 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:02.207 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:01 smithi083 bash[25244]: cluster 2024-09-20T23:05:00.519767+0000 mgr.y (mgr.14376) 329 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:02.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:01 smithi142 bash[19948]: cluster 2024-09-20T23:05:00.519767+0000 mgr.y (mgr.14376) 329 : cluster [DBG] pgmap v276: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:03.507 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:03 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:05:03] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:05:03.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:03 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:05:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:05:03.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:03 smithi083 bash[47267]: level=error ts=2024-09-20T23:05:03.512Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:05:03.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:03 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:03.517Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:05:03.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:03 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05: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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:05:04.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:03 smithi142 bash[19948]: cluster 2024-09-20T23:05:02.521498+0000 mgr.y (mgr.14376) 330 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:04.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:03 smithi142 bash[19948]: audit 2024-09-20T23:05:03.099949+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:04.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:03 smithi142 bash[19948]: audit 2024-09-20T23:05:03.114197+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:04.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:03 smithi083 bash[19864]: cluster 2024-09-20T23:05:02.521498+0000 mgr.y (mgr.14376) 330 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:04.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:03 smithi083 bash[19864]: audit 2024-09-20T23:05:03.099949+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:04.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:03 smithi083 bash[19864]: audit 2024-09-20T23:05:03.114197+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:04.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:03 smithi083 bash[25244]: cluster 2024-09-20T23:05:02.521498+0000 mgr.y (mgr.14376) 330 : cluster [DBG] pgmap v277: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:04.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:03 smithi083 bash[25244]: audit 2024-09-20T23:05:03.099949+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:04.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:03 smithi083 bash[25244]: audit 2024-09-20T23:05:03.114197+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:05.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:05 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:05:05] "GET /metrics HTTP/1.1" 200 208049 "" "Prometheus/2.33.4" 2024-09-20T23:05:05.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:05 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:05:05] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:05:06.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:05 smithi142 bash[19948]: cluster 2024-09-20T23:05:04.522224+0000 mgr.y (mgr.14376) 331 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:06.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:05 smithi142 bash[19948]: audit 2024-09-20T23:05:05.692713+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:06.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:05 smithi142 bash[19948]: audit 2024-09-20T23:05:05.706370+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:06.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:05 smithi083 bash[19864]: cluster 2024-09-20T23:05:04.522224+0000 mgr.y (mgr.14376) 331 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:06.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:05 smithi083 bash[19864]: audit 2024-09-20T23:05:05.692713+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:06.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:05 smithi083 bash[19864]: audit 2024-09-20T23:05:05.706370+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:06.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:05 smithi083 bash[25244]: cluster 2024-09-20T23:05:04.522224+0000 mgr.y (mgr.14376) 331 : cluster [DBG] pgmap v278: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:06.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:05 smithi083 bash[25244]: audit 2024-09-20T23:05:05.692713+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:06.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:05 smithi083 bash[25244]: audit 2024-09-20T23:05:05.706370+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:08.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:07 smithi142 bash[19948]: cluster 2024-09-20T23:05:06.522961+0000 mgr.y (mgr.14376) 332 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:08.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:07 smithi083 bash[19864]: cluster 2024-09-20T23:05:06.522961+0000 mgr.y (mgr.14376) 332 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:08.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:07 smithi083 bash[25244]: cluster 2024-09-20T23:05:06.522961+0000 mgr.y (mgr.14376) 332 : cluster [DBG] pgmap v279: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:10.253 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:09 smithi083 bash[19864]: audit 2024-09-20T23:05:08.166211+0000 mgr.y (mgr.14376) 333 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:10.254 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:09 smithi083 bash[19864]: cluster 2024-09-20T23:05:08.524718+0000 mgr.y (mgr.14376) 334 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:10.254 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:09 smithi083 bash[25244]: audit 2024-09-20T23:05:08.166211+0000 mgr.y (mgr.14376) 333 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:10.254 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:09 smithi083 bash[25244]: cluster 2024-09-20T23:05:08.524718+0000 mgr.y (mgr.14376) 334 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:10.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:09 smithi142 bash[19948]: audit 2024-09-20T23:05:08.166211+0000 mgr.y (mgr.14376) 333 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:10.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:09 smithi142 bash[19948]: cluster 2024-09-20T23:05:08.524718+0000 mgr.y (mgr.14376) 334 : cluster [DBG] pgmap v280: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:12.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:11 smithi142 bash[19948]: cluster 2024-09-20T23:05:10.525450+0000 mgr.y (mgr.14376) 335 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:12.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:11 smithi083 bash[19864]: cluster 2024-09-20T23:05:10.525450+0000 mgr.y (mgr.14376) 335 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:12.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:11 smithi083 bash[25244]: cluster 2024-09-20T23:05:10.525450+0000 mgr.y (mgr.14376) 335 : cluster [DBG] pgmap v281: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:13.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:13 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:05:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:05:13.819 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:13 smithi083 bash[47267]: level=error ts=2024-09-20T23:05:13.513Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:05:13.819 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:13 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:13.517Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:05:13.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:13 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:13.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:05:14.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:13 smithi142 bash[19948]: cluster 2024-09-20T23:05:12.527122+0000 mgr.y (mgr.14376) 336 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:14.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:13 smithi083 bash[19864]: cluster 2024-09-20T23:05:12.527122+0000 mgr.y (mgr.14376) 336 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:14.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:13 smithi083 bash[25244]: cluster 2024-09-20T23:05:12.527122+0000 mgr.y (mgr.14376) 336 : cluster [DBG] pgmap v282: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:15.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:15 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:05:15] "GET /metrics HTTP/1.1" 200 208049 "" "Prometheus/2.33.4" 2024-09-20T23:05:16.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:15 smithi142 bash[19948]: cluster 2024-09-20T23:05:14.527857+0000 mgr.y (mgr.14376) 337 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:16.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:15 smithi083 bash[19864]: cluster 2024-09-20T23:05:14.527857+0000 mgr.y (mgr.14376) 337 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:16.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:15 smithi083 bash[25244]: cluster 2024-09-20T23:05:14.527857+0000 mgr.y (mgr.14376) 337 : cluster [DBG] pgmap v283: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:17.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:17 smithi142 bash[19948]: audit 2024-09-20T23:05:16.248440+0000 mon.c (mon.1) 159 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:05:17.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:17 smithi142 bash[19948]: audit 2024-09-20T23:05:16.250237+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:05:17.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:17 smithi142 bash[19948]: audit 2024-09-20T23:05:16.250840+0000 mon.c (mon.1) 160 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:05:17.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:17 smithi142 bash[19948]: audit 2024-09-20T23:05:16.251844+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:05:17.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:17 smithi083 bash[19864]: audit 2024-09-20T23:05:16.248440+0000 mon.c (mon.1) 159 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:05:17.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:17 smithi083 bash[19864]: audit 2024-09-20T23:05:16.250237+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:05:17.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:17 smithi083 bash[19864]: audit 2024-09-20T23:05:16.250840+0000 mon.c (mon.1) 160 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:05:17.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:17 smithi083 bash[19864]: audit 2024-09-20T23:05:16.251844+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:05:17.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:17 smithi083 bash[25244]: audit 2024-09-20T23:05:16.248440+0000 mon.c (mon.1) 159 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:05:17.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:17 smithi083 bash[25244]: audit 2024-09-20T23:05:16.250237+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:05:17.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:17 smithi083 bash[25244]: audit 2024-09-20T23:05:16.250840+0000 mon.c (mon.1) 160 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:05:17.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:17 smithi083 bash[25244]: audit 2024-09-20T23:05:16.251844+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:05:18.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:18 smithi142 bash[19948]: cluster 2024-09-20T23:05:16.528690+0000 mgr.y (mgr.14376) 338 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:18.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:18 smithi083 bash[25244]: cluster 2024-09-20T23:05:16.528690+0000 mgr.y (mgr.14376) 338 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:18.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:18 smithi083 bash[19864]: cluster 2024-09-20T23:05:16.528690+0000 mgr.y (mgr.14376) 338 : cluster [DBG] pgmap v284: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:20.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:20 smithi142 bash[19948]: audit 2024-09-20T23:05:18.169484+0000 mgr.y (mgr.14376) 339 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:20.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:20 smithi142 bash[19948]: cluster 2024-09-20T23:05:18.530537+0000 mgr.y (mgr.14376) 340 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:20.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:20 smithi083 bash[25244]: audit 2024-09-20T23:05:18.169484+0000 mgr.y (mgr.14376) 339 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:20.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:20 smithi083 bash[25244]: cluster 2024-09-20T23:05:18.530537+0000 mgr.y (mgr.14376) 340 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:20.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:20 smithi083 bash[19864]: audit 2024-09-20T23:05:18.169484+0000 mgr.y (mgr.14376) 339 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:20.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:20 smithi083 bash[19864]: cluster 2024-09-20T23:05:18.530537+0000 mgr.y (mgr.14376) 340 : cluster [DBG] pgmap v285: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:22.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:22 smithi142 bash[19948]: cluster 2024-09-20T23:05:20.531317+0000 mgr.y (mgr.14376) 341 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:22.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:22 smithi083 bash[25244]: cluster 2024-09-20T23:05:20.531317+0000 mgr.y (mgr.14376) 341 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:22.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:22 smithi083 bash[19864]: cluster 2024-09-20T23:05:20.531317+0000 mgr.y (mgr.14376) 341 : cluster [DBG] pgmap v286: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:23.508 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:23 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:05:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:05:23.767 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:23 smithi083 bash[47267]: level=error ts=2024-09-20T23:05:23.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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:05:23.767 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:23 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:23.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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:05:23.767 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:23 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:23.520Z 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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:05:23.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:23 smithi142 bash[21240]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:05:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:05:24.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:24 smithi142 bash[19948]: cluster 2024-09-20T23:05:22.533059+0000 mgr.y (mgr.14376) 342 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:24.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:24 smithi142 bash[19948]: audit 2024-09-20T23:05:23.261883+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:24.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:24 smithi142 bash[19948]: audit 2024-09-20T23:05:23.275672+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:24.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:24 smithi083 bash[19864]: cluster 2024-09-20T23:05:22.533059+0000 mgr.y (mgr.14376) 342 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:24.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:24 smithi083 bash[19864]: audit 2024-09-20T23:05:23.261883+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:24.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:24 smithi083 bash[19864]: audit 2024-09-20T23:05:23.275672+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:24.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:24 smithi083 bash[25244]: cluster 2024-09-20T23:05:22.533059+0000 mgr.y (mgr.14376) 342 : cluster [DBG] pgmap v287: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:24.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:24 smithi083 bash[25244]: audit 2024-09-20T23:05:23.261883+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:24.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:24 smithi083 bash[25244]: audit 2024-09-20T23:05:23.275672+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:25.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:25 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:05:25] "GET /metrics HTTP/1.1" 200 208055 "" "Prometheus/2.33.4" 2024-09-20T23:05:26.202 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:25 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:05:25] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:05:26.202 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:26 smithi083 bash[19864]: cluster 2024-09-20T23:05:24.533802+0000 mgr.y (mgr.14376) 343 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:26.202 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:26 smithi083 bash[19864]: audit 2024-09-20T23:05:25.859366+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:26.202 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:26 smithi083 bash[19864]: audit 2024-09-20T23:05:25.871869+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:26.202 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:26 smithi083 bash[25244]: cluster 2024-09-20T23:05:24.533802+0000 mgr.y (mgr.14376) 343 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:26.202 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:26 smithi083 bash[25244]: audit 2024-09-20T23:05:25.859366+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:26.202 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:26 smithi083 bash[25244]: audit 2024-09-20T23:05:25.871869+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:26.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:26 smithi142 bash[19948]: cluster 2024-09-20T23:05:24.533802+0000 mgr.y (mgr.14376) 343 : cluster [DBG] pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:26.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:26 smithi142 bash[19948]: audit 2024-09-20T23:05:25.859366+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:26.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:26 smithi142 bash[19948]: audit 2024-09-20T23:05:25.871869+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:28.166 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:28 smithi142 bash[19948]: cluster 2024-09-20T23:05:26.534504+0000 mgr.y (mgr.14376) 344 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:28.166 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:28.166 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:28.166 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:28.167 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:28.167 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:28.167 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:28.167 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:28.168 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:28.168 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:28.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:28 smithi083 bash[19864]: cluster 2024-09-20T23:05:26.534504+0000 mgr.y (mgr.14376) 344 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:28.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:28 smithi083 bash[25244]: cluster 2024-09-20T23:05:26.534504+0000 mgr.y (mgr.14376) 344 : cluster [DBG] pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:28.429 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: Stopping Ceph mgr.x for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:05:28.430 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:28 smithi142 bash[48186]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mgr.x 2024-09-20T23:05:29.052 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:28 smithi142 bash[48196]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mgr-x 2024-09-20T23:05:29.052 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:28 smithi142 bash[48230]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mgr.x 2024-09-20T23:05:29.052 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-20T23:05:29.052 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.x.service: Failed with result 'exit-code'. 2024-09-20T23:05:29.052 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:28 smithi142 systemd[1]: Stopped Ceph mgr.x for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:05:29.069 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:28 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:28.787Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.142:8443/api/prometheus_receiver\": dial tcp 172.21.15.142:8443: connect: connection refused" 2024-09-20T23:05:29.303 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:29 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:29.304 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:05:29 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:29.304 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:05:29 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:29.304 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:05:29 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:29.304 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:29 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:29.304 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:29 smithi142 systemd[1]: Started Ceph mgr.x for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:05:29.305 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:05:29 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:29.305 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:05:29 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:29.305 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:05:29 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:29.305 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:05:29 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:05:30.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:30 smithi142 bash[19948]: audit 2024-09-20T23:05:28.180754+0000 mgr.y (mgr.14376) 345 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:30.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:30 smithi142 bash[19948]: cluster 2024-09-20T23:05:28.536248+0000 mgr.y (mgr.14376) 346 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:30.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:30 smithi142 bash[19948]: audit 2024-09-20T23:05:29.225971+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:30.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:30 smithi142 bash[19948]: audit 2024-09-20T23:05:29.243154+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:30.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:30 smithi142 bash[19948]: audit 2024-09-20T23:05:29.249002+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:05:30.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:30 smithi142 bash[19948]: audit 2024-09-20T23:05:29.251782+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:05:30.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:30 smithi142 bash[19948]: audit 2024-09-20T23:05:29.253822+0000 mon.c (mon.1) 163 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:05:30.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:30 smithi142 bash[19948]: audit 2024-09-20T23:05:29.266036+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:30.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[19864]: audit 2024-09-20T23:05:28.180754+0000 mgr.y (mgr.14376) 345 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:30.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[19864]: cluster 2024-09-20T23:05:28.536248+0000 mgr.y (mgr.14376) 346 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:30.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[19864]: audit 2024-09-20T23:05:29.225971+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:30.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[19864]: audit 2024-09-20T23:05:29.243154+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:30.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[19864]: audit 2024-09-20T23:05:29.249002+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:05:30.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[19864]: audit 2024-09-20T23:05:29.251782+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:05:30.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[19864]: audit 2024-09-20T23:05:29.253822+0000 mon.c (mon.1) 163 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:05:30.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[19864]: audit 2024-09-20T23:05:29.266036+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[25244]: audit 2024-09-20T23:05:28.180754+0000 mgr.y (mgr.14376) 345 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[25244]: cluster 2024-09-20T23:05:28.536248+0000 mgr.y (mgr.14376) 346 : cluster [DBG] pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[25244]: audit 2024-09-20T23:05:29.225971+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[25244]: audit 2024-09-20T23:05:29.243154+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[25244]: audit 2024-09-20T23:05:29.249002+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:05:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[25244]: audit 2024-09-20T23:05:29.251782+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:05:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[25244]: audit 2024-09-20T23:05:29.253822+0000 mon.c (mon.1) 163 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:05:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:30 smithi083 bash[25244]: audit 2024-09-20T23:05:29.266036+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:31.069 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:30 smithi142 bash[48288]: debug 2024-09-20T23:05:30.861+0000 7fc8ead51640 1 -- 172.21.15.142:0/1659427866 <== mon.2 v2:172.21.15.142:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56308aa810e0 con 0x56308aa82800 2024-09-20T23:05:31.069 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:30 smithi142 bash[48288]: debug 2024-09-20T23:05:30.977+0000 7fc8ed5bb040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T23:05:32.301 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:32 smithi142 bash[19948]: cluster 2024-09-20T23:05:30.536935+0000 mgr.y (mgr.14376) 347 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:32.302 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:32 smithi142 bash[48288]: debug 2024-09-20T23:05:32.233+0000 7fc8ed5bb040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T23:05:32.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:32 smithi083 bash[19864]: cluster 2024-09-20T23:05:30.536935+0000 mgr.y (mgr.14376) 347 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:32.319 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:32 smithi083 bash[25244]: cluster 2024-09-20T23:05:30.536935+0000 mgr.y (mgr.14376) 347 : cluster [DBG] pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:32.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:32 smithi142 bash[48288]: debug 2024-09-20T23:05:32.301+0000 7fc8ed5bb040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T23:05:32.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:32 smithi142 bash[48288]: debug 2024-09-20T23:05:32.457+0000 7fc8ed5bb040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T23:05:33.431 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:33 smithi142 bash[48288]: debug 2024-09-20T23:05:33.109+0000 7fc8ed5bb040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T23:05:33.431 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:33 smithi142 bash[48288]: debug 2024-09-20T23:05:33.181+0000 7fc8ed5bb040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T23:05:33.431 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:33 smithi142 bash[48288]: debug 2024-09-20T23:05:33.249+0000 7fc8ed5bb040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T23:05:33.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:33 smithi142 bash[19948]: cluster 2024-09-20T23:05:32.538804+0000 mgr.y (mgr.14376) 348 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:33.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:33 smithi142 bash[48288]: debug 2024-09-20T23:05:33.433+0000 7fc8ed5bb040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-20T23:05:33.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:33 smithi142 bash[48288]: debug 2024-09-20T23:05:33.513+0000 7fc8ed5bb040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T23:05:33.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:33 smithi142 bash[48288]: debug 2024-09-20T23:05:33.581+0000 7fc8ed5bb040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T23:05:33.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:33 smithi083 bash[19864]: cluster 2024-09-20T23:05:32.538804+0000 mgr.y (mgr.14376) 348 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:33.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:33 smithi083 bash[25244]: cluster 2024-09-20T23:05:32.538804+0000 mgr.y (mgr.14376) 348 : cluster [DBG] pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:33.821 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:33 smithi083 bash[47267]: level=error ts=2024-09-20T23:05:33.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.142:8443/api/prometheus_receiver\": dial tcp 172.21.15.142:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:05:33.821 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:33 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:33.515Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.142:8443/api/prometheus_receiver\": dial tcp 172.21.15.142:8443: connect: connection refused" 2024-09-20T23:05:33.821 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:33 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:33.519Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:05:34.110 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:33 smithi142 bash[48288]: debug 2024-09-20T23:05:33.841+0000 7fc8ed5bb040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T23:05:34.110 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:33 smithi142 bash[48288]: debug 2024-09-20T23:05:33.913+0000 7fc8ed5bb040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T23:05:34.444 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:34 smithi142 bash[48288]: debug 2024-09-20T23:05:34.109+0000 7fc8ed5bb040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T23:05:34.444 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:34 smithi142 bash[48288]: debug 2024-09-20T23:05:34.189+0000 7fc8ed5bb040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T23:05:34.772 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:34 smithi142 bash[48288]: debug 2024-09-20T23:05:34.445+0000 7fc8ed5bb040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T23:05:34.773 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:34 smithi142 bash[48288]: debug 2024-09-20T23:05:34.629+0000 7fc8ed5bb040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:05:35.060 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:34 smithi142 bash[48288]: debug 2024-09-20T23:05:34.793+0000 7fc8ed5bb040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T23:05:35.060 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:34 smithi142 bash[48288]: debug 2024-09-20T23:05:34.877+0000 7fc8ed5bb040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T23:05:35.061 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:35 smithi142 bash[48288]: debug 2024-09-20T23:05:35.061+0000 7fc8ed5bb040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:05:35.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:35 smithi142 bash[19948]: cluster 2024-09-20T23:05:34.539565+0000 mgr.y (mgr.14376) 349 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:35.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:35 smithi083 bash[19864]: cluster 2024-09-20T23:05:34.539565+0000 mgr.y (mgr.14376) 349 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:35.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:35 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:05:35] "GET /metrics HTTP/1.1" 200 208047 "" "Prometheus/2.33.4" 2024-09-20T23:05:35.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:35 smithi083 bash[25244]: cluster 2024-09-20T23:05:34.539565+0000 mgr.y (mgr.14376) 349 : cluster [DBG] pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:36.206 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:35 smithi142 bash[48288]: debug 2024-09-20T23:05:35.905+0000 7fc8ed5bb040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T23:05:36.206 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:35 smithi142 bash[48288]: debug 2024-09-20T23:05:35.981+0000 7fc8ed5bb040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T23:05:36.556 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:36 smithi142 bash[48288]: debug 2024-09-20T23:05:36.209+0000 7fc8ed5bb040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T23:05:36.556 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:36 smithi142 bash[48288]: debug 2024-09-20T23:05:36.281+0000 7fc8ed5bb040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T23:05:36.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:36 smithi142 bash[48288]: debug 2024-09-20T23:05:36.685+0000 7fc8ed5bb040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T23:05:36.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:36 smithi142 bash[48288]: debug 2024-09-20T23:05:36.765+0000 7fc8ed5bb040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T23:05:36.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:36 smithi142 bash[48288]: [20/Sep/2024:23:05:36] ENGINE Bus STARTING 2024-09-20T23:05:36.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:36 smithi142 bash[48288]: CherryPy Checker: 2024-09-20T23:05:36.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:36 smithi142 bash[48288]: The Application mounted at '' has an empty config. 2024-09-20T23:05:37.319 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:36 smithi142 bash[48288]: [20/Sep/2024:23:05:36] ENGINE Serving on http://:::9283 2024-09-20T23:05:37.319 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:36 smithi142 bash[48288]: [20/Sep/2024:23:05:36] ENGINE Bus STARTED 2024-09-20T23:05:37.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:37 smithi142 bash[19948]: cluster 2024-09-20T23:05:36.540332+0000 mgr.y (mgr.14376) 350 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:37.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:37 smithi142 bash[19948]: audit 2024-09-20T23:05:36.790101+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:05:37.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:37 smithi142 bash[19948]: audit 2024-09-20T23:05:36.790702+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:05:37.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:37 smithi142 bash[19948]: cluster 2024-09-20T23:05:36.790944+0000 mon.a (mon.0) 1112 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:05:37.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:37 smithi142 bash[19948]: cluster 2024-09-20T23:05:36.791134+0000 mon.a (mon.0) 1113 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:05:37.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:37 smithi142 bash[19948]: audit 2024-09-20T23:05:36.792881+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:05:37.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:37 smithi142 bash[19948]: audit 2024-09-20T23:05:36.794158+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:05:37.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[19864]: cluster 2024-09-20T23:05:36.540332+0000 mgr.y (mgr.14376) 350 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:37.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[19864]: audit 2024-09-20T23:05:36.790101+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:05:37.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[19864]: audit 2024-09-20T23:05:36.790702+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:05:37.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[19864]: cluster 2024-09-20T23:05:36.790944+0000 mon.a (mon.0) 1112 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:05:37.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[19864]: cluster 2024-09-20T23:05:36.791134+0000 mon.a (mon.0) 1113 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:05:37.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[19864]: audit 2024-09-20T23:05:36.792881+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:05:37.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[19864]: audit 2024-09-20T23:05:36.794158+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:05:37.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[25244]: cluster 2024-09-20T23:05:36.540332+0000 mgr.y (mgr.14376) 350 : cluster [DBG] pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:37.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[25244]: audit 2024-09-20T23:05:36.790101+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:05:37.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[25244]: audit 2024-09-20T23:05:36.790702+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:05:37.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[25244]: cluster 2024-09-20T23:05:36.790944+0000 mon.a (mon.0) 1112 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:05:37.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[25244]: cluster 2024-09-20T23:05:36.791134+0000 mon.a (mon.0) 1113 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:05:37.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[25244]: audit 2024-09-20T23:05:36.792881+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:05:37.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:37 smithi083 bash[25244]: audit 2024-09-20T23:05:36.794158+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:05:38.569 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:38 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:38.277Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=5 err="Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:05:39.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:38 smithi083 bash[19864]: cluster 2024-09-20T23:05:37.581178+0000 mon.a (mon.0) 1114 : cluster [DBG] mgrmap e21: y(active, since 8m), standbys: x 2024-09-20T23:05:39.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:38 smithi142 bash[19948]: cluster 2024-09-20T23:05:37.581178+0000 mon.a (mon.0) 1114 : cluster [DBG] mgrmap e21: y(active, since 8m), standbys: x 2024-09-20T23:05:39.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:38 smithi083 bash[25244]: cluster 2024-09-20T23:05:37.581178+0000 mon.a (mon.0) 1114 : cluster [DBG] mgrmap e21: y(active, since 8m), standbys: x 2024-09-20T23:05:39.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:39 smithi142 bash[19948]: audit 2024-09-20T23:05:38.192028+0000 mgr.y (mgr.14376) 351 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:39.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:39 smithi142 bash[19948]: cluster 2024-09-20T23:05:38.542071+0000 mgr.y (mgr.14376) 352 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:40.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:39 smithi083 bash[25244]: audit 2024-09-20T23:05:38.192028+0000 mgr.y (mgr.14376) 351 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:40.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:39 smithi083 bash[25244]: cluster 2024-09-20T23:05:38.542071+0000 mgr.y (mgr.14376) 352 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:40.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:39 smithi083 bash[19864]: audit 2024-09-20T23:05:38.192028+0000 mgr.y (mgr.14376) 351 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:40.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:39 smithi083 bash[19864]: cluster 2024-09-20T23:05:38.542071+0000 mgr.y (mgr.14376) 352 : cluster [DBG] pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:41.981 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:41 smithi142 bash[19948]: cluster 2024-09-20T23:05:40.542797+0000 mgr.y (mgr.14376) 353 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:42.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:41 smithi083 bash[19864]: cluster 2024-09-20T23:05:40.542797+0000 mgr.y (mgr.14376) 353 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:42.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:41 smithi083 bash[25244]: cluster 2024-09-20T23:05:40.542797+0000 mgr.y (mgr.14376) 353 : cluster [DBG] pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:43.551 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:05:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:05:43.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:43 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:05:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:05:43.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:43 smithi083 bash[19864]: cluster 2024-09-20T23:05:42.545033+0000 mgr.y (mgr.14376) 354 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:43.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:43 smithi083 bash[19864]: audit 2024-09-20T23:05:43.439965+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:43.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:43 smithi083 bash[19864]: audit 2024-09-20T23:05:43.449707+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:43.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:43 smithi083 bash[25244]: cluster 2024-09-20T23:05:42.545033+0000 mgr.y (mgr.14376) 354 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:43.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:43 smithi083 bash[25244]: audit 2024-09-20T23:05:43.439965+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:43.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:43 smithi083 bash[25244]: audit 2024-09-20T23:05:43.449707+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:43.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:43 smithi083 bash[47267]: level=error ts=2024-09-20T23:05:43.515Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=5 err="ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:05:43.821 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:43 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:43.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:05:43.821 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:43 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:43.522Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:05:43.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:43 smithi142 bash[19948]: cluster 2024-09-20T23:05:42.545033+0000 mgr.y (mgr.14376) 354 : cluster [DBG] pgmap v297: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:43.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:43 smithi142 bash[19948]: audit 2024-09-20T23:05:43.439965+0000 mon.a (mon.0) 1115 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:43.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:43 smithi142 bash[19948]: audit 2024-09-20T23:05:43.449707+0000 mon.a (mon.0) 1116 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:45.814 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:45 smithi142 bash[19948]: cluster 2024-09-20T23:05:44.545827+0000 mgr.y (mgr.14376) 355 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:45.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:45 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:05:45] "GET /metrics HTTP/1.1" 200 208047 "" "Prometheus/2.33.4" 2024-09-20T23:05:45.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:45 smithi083 bash[25244]: cluster 2024-09-20T23:05:44.545827+0000 mgr.y (mgr.14376) 355 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:45.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:45 smithi083 bash[19864]: cluster 2024-09-20T23:05:44.545827+0000 mgr.y (mgr.14376) 355 : cluster [DBG] pgmap v298: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:46.319 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:45 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:05:45] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:05:47.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:46 smithi142 bash[19948]: audit 2024-09-20T23:05:45.976866+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:47.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:46 smithi142 bash[19948]: audit 2024-09-20T23:05:45.986844+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:47.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:46 smithi083 bash[19864]: audit 2024-09-20T23:05:45.976866+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:47.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:46 smithi083 bash[19864]: audit 2024-09-20T23:05:45.986844+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:47.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:46 smithi083 bash[25244]: audit 2024-09-20T23:05:45.976866+0000 mon.a (mon.0) 1117 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:47.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:46 smithi083 bash[25244]: audit 2024-09-20T23:05:45.986844+0000 mon.a (mon.0) 1118 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:48.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:47 smithi142 bash[19948]: cluster 2024-09-20T23:05:46.546663+0000 mgr.y (mgr.14376) 356 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:48.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:47 smithi083 bash[19864]: cluster 2024-09-20T23:05:46.546663+0000 mgr.y (mgr.14376) 356 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:48.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:47 smithi083 bash[25244]: cluster 2024-09-20T23:05:46.546663+0000 mgr.y (mgr.14376) 356 : cluster [DBG] pgmap v299: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:50.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:49 smithi142 bash[19948]: audit 2024-09-20T23:05:48.201079+0000 mgr.y (mgr.14376) 357 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:50.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:49 smithi142 bash[19948]: cluster 2024-09-20T23:05:48.548444+0000 mgr.y (mgr.14376) 358 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:50.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:49 smithi083 bash[19864]: audit 2024-09-20T23:05:48.201079+0000 mgr.y (mgr.14376) 357 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:50.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:49 smithi083 bash[19864]: cluster 2024-09-20T23:05:48.548444+0000 mgr.y (mgr.14376) 358 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:50.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:49 smithi083 bash[25244]: audit 2024-09-20T23:05:48.201079+0000 mgr.y (mgr.14376) 357 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:50.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:49 smithi083 bash[25244]: cluster 2024-09-20T23:05:48.548444+0000 mgr.y (mgr.14376) 358 : cluster [DBG] pgmap v300: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:51.069 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:50 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:05:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:05:52.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:51 smithi142 bash[19948]: cluster 2024-09-20T23:05:50.549115+0000 mgr.y (mgr.14376) 359 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:52.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:51 smithi142 bash[19948]: audit 2024-09-20T23:05:50.615086+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:52.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:51 smithi142 bash[19948]: audit 2024-09-20T23:05:50.626525+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:52.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:51 smithi083 bash[19864]: cluster 2024-09-20T23:05:50.549115+0000 mgr.y (mgr.14376) 359 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:52.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:51 smithi083 bash[19864]: audit 2024-09-20T23:05:50.615086+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:52.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:51 smithi083 bash[19864]: audit 2024-09-20T23:05:50.626525+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:52.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:51 smithi083 bash[25244]: cluster 2024-09-20T23:05:50.549115+0000 mgr.y (mgr.14376) 359 : cluster [DBG] pgmap v301: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:52.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:51 smithi083 bash[25244]: audit 2024-09-20T23:05:50.615086+0000 mon.a (mon.0) 1119 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:52.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:51 smithi083 bash[25244]: audit 2024-09-20T23:05:50.626525+0000 mon.a (mon.0) 1120 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:05:53.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:53 smithi083 bash[19864]: cluster 2024-09-20T23:05:52.551255+0000 mgr.y (mgr.14376) 360 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:53.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:53 smithi083 bash[25244]: cluster 2024-09-20T23:05:52.551255+0000 mgr.y (mgr.14376) 360 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:53.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:53 smithi083 bash[47267]: level=error ts=2024-09-20T23:05:53.516Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:05:53.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:53 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:53.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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:05:53.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:05:53 smithi083 bash[47267]: level=warn ts=2024-09-20T23:05:53.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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:05:53.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:53 smithi142 bash[19948]: cluster 2024-09-20T23:05:52.551255+0000 mgr.y (mgr.14376) 360 : cluster [DBG] pgmap v302: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:53.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:05:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:05:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:05:55.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:55 smithi142 bash[19948]: cluster 2024-09-20T23:05:54.552004+0000 mgr.y (mgr.14376) 361 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:55.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:05:55 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:05:55] "GET /metrics HTTP/1.1" 200 208053 "" "Prometheus/2.33.4" 2024-09-20T23:05:55.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:55 smithi083 bash[25244]: cluster 2024-09-20T23:05:54.552004+0000 mgr.y (mgr.14376) 361 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:55.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:55 smithi083 bash[19864]: cluster 2024-09-20T23:05:54.552004+0000 mgr.y (mgr.14376) 361 : cluster [DBG] pgmap v303: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:57.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:57 smithi142 bash[19948]: cluster 2024-09-20T23:05:56.552760+0000 mgr.y (mgr.14376) 362 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:57.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:57 smithi083 bash[25244]: cluster 2024-09-20T23:05:56.552760+0000 mgr.y (mgr.14376) 362 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:57.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:57 smithi083 bash[19864]: cluster 2024-09-20T23:05:56.552760+0000 mgr.y (mgr.14376) 362 : cluster [DBG] pgmap v304: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:05:59.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:59 smithi083 bash[19864]: audit 2024-09-20T23:05:58.207987+0000 mgr.y (mgr.14376) 363 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:59.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:05:59 smithi083 bash[19864]: cluster 2024-09-20T23:05:58.554400+0000 mgr.y (mgr.14376) 364 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:59.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:59 smithi083 bash[25244]: audit 2024-09-20T23:05:58.207987+0000 mgr.y (mgr.14376) 363 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:59.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:05:59 smithi083 bash[25244]: cluster 2024-09-20T23:05:58.554400+0000 mgr.y (mgr.14376) 364 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:05:59.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:59 smithi142 bash[19948]: audit 2024-09-20T23:05:58.207987+0000 mgr.y (mgr.14376) 363 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:05:59.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:05:59 smithi142 bash[19948]: cluster 2024-09-20T23:05:58.554400+0000 mgr.y (mgr.14376) 364 : cluster [DBG] pgmap v305: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:01.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:01 smithi083 bash[25244]: cluster 2024-09-20T23:06:00.555083+0000 mgr.y (mgr.14376) 365 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:01.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:01 smithi142 bash[19948]: cluster 2024-09-20T23:06:00.555083+0000 mgr.y (mgr.14376) 365 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:01.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:01 smithi083 bash[19864]: cluster 2024-09-20T23:06:00.555083+0000 mgr.y (mgr.14376) 365 : cluster [DBG] pgmap v306: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:03.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:03 smithi142 bash[19948]: cluster 2024-09-20T23:06:02.556804+0000 mgr.y (mgr.14376) 366 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:03.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:03 smithi083 bash[19864]: cluster 2024-09-20T23:06:02.556804+0000 mgr.y (mgr.14376) 366 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:03.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:06:03 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:06:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:06:03.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:06:03 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:06:03] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:06:03.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:03 smithi083 bash[25244]: cluster 2024-09-20T23:06:02.556804+0000 mgr.y (mgr.14376) 366 : cluster [DBG] pgmap v307: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:03.821 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:03 smithi083 bash[47267]: level=error ts=2024-09-20T23:06:03.517Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:06:03.821 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:03 smithi083 bash[47267]: level=warn ts=2024-09-20T23:06: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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:06:03.821 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:03 smithi083 bash[47267]: level=warn ts=2024-09-20T23:06:03.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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:06:04.921 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:04 smithi083 bash[19864]: audit 2024-09-20T23:06:03.588371+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:04.921 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:04 smithi083 bash[19864]: audit 2024-09-20T23:06:03.597170+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:04.922 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:04 smithi083 bash[25244]: audit 2024-09-20T23:06:03.588371+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:04.922 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:04 smithi083 bash[25244]: audit 2024-09-20T23:06:03.597170+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:05.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:04 smithi142 bash[19948]: audit 2024-09-20T23:06:03.588371+0000 mon.a (mon.0) 1121 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:05.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:04 smithi142 bash[19948]: audit 2024-09-20T23:06:03.597170+0000 mon.a (mon.0) 1122 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:05.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:05 smithi083 bash[19864]: cluster 2024-09-20T23:06:04.557485+0000 mgr.y (mgr.14376) 367 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:05.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:06:05 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:06:05] "GET /metrics HTTP/1.1" 200 208054 "" "Prometheus/2.33.4" 2024-09-20T23:06:05.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:05 smithi083 bash[25244]: cluster 2024-09-20T23:06:04.557485+0000 mgr.y (mgr.14376) 367 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:06.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:05 smithi142 bash[19948]: cluster 2024-09-20T23:06:04.557485+0000 mgr.y (mgr.14376) 367 : cluster [DBG] pgmap v308: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:07.871 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:07 smithi083 bash[19864]: cluster 2024-09-20T23:06:06.558163+0000 mgr.y (mgr.14376) 368 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:07.871 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:07 smithi083 bash[25244]: cluster 2024-09-20T23:06:06.558163+0000 mgr.y (mgr.14376) 368 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:08.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:07 smithi142 bash[19948]: cluster 2024-09-20T23:06:06.558163+0000 mgr.y (mgr.14376) 368 : cluster [DBG] pgmap v309: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:10.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:09 smithi142 bash[19948]: audit 2024-09-20T23:06:08.216929+0000 mgr.y (mgr.14376) 369 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:10.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:09 smithi142 bash[19948]: cluster 2024-09-20T23:06:08.559365+0000 mgr.y (mgr.14376) 370 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:10.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:09 smithi083 bash[19864]: audit 2024-09-20T23:06:08.216929+0000 mgr.y (mgr.14376) 369 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:10.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:09 smithi083 bash[19864]: cluster 2024-09-20T23:06:08.559365+0000 mgr.y (mgr.14376) 370 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:10.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:09 smithi083 bash[25244]: audit 2024-09-20T23:06:08.216929+0000 mgr.y (mgr.14376) 369 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:10.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:09 smithi083 bash[25244]: cluster 2024-09-20T23:06:08.559365+0000 mgr.y (mgr.14376) 370 : cluster [DBG] pgmap v310: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:10.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:06:10 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:06:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:06:11.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:11 smithi083 bash[19864]: audit 2024-09-20T23:06:10.329774+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:11.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:11 smithi083 bash[19864]: audit 2024-09-20T23:06:10.341491+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:11.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:11 smithi083 bash[19864]: cluster 2024-09-20T23:06:10.560038+0000 mgr.y (mgr.14376) 371 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:11.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:11 smithi142 bash[19948]: audit 2024-09-20T23:06:10.329774+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:11.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:11 smithi142 bash[19948]: audit 2024-09-20T23:06:10.341491+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:11.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:11 smithi142 bash[19948]: cluster 2024-09-20T23:06:10.560038+0000 mgr.y (mgr.14376) 371 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:11.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:11 smithi083 bash[25244]: audit 2024-09-20T23:06:10.329774+0000 mon.a (mon.0) 1123 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:11.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:11 smithi083 bash[25244]: audit 2024-09-20T23:06:10.341491+0000 mon.a (mon.0) 1124 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:11.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:11 smithi083 bash[25244]: cluster 2024-09-20T23:06:10.560038+0000 mgr.y (mgr.14376) 371 : cluster [DBG] pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:13.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:13 smithi142 bash[19948]: cluster 2024-09-20T23:06:12.561736+0000 mgr.y (mgr.14376) 372 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:13.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:06:13 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:06:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:06:13.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:13 smithi083 bash[19864]: cluster 2024-09-20T23:06:12.561736+0000 mgr.y (mgr.14376) 372 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:13.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:13 smithi083 bash[25244]: cluster 2024-09-20T23:06:12.561736+0000 mgr.y (mgr.14376) 372 : cluster [DBG] pgmap v312: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:13.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:13 smithi083 bash[47267]: level=error ts=2024-09-20T23:06:13.518Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:06:13.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:13 smithi083 bash[47267]: level=warn ts=2024-09-20T23:06:13.523Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:06:13.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:13 smithi083 bash[47267]: level=warn ts=2024-09-20T23:06:13.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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:06:15.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:06:15 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:06:15] "GET /metrics HTTP/1.1" 200 208054 "" "Prometheus/2.33.4" 2024-09-20T23:06:15.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:15 smithi083 bash[19864]: cluster 2024-09-20T23:06:14.562480+0000 mgr.y (mgr.14376) 373 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:15.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:15 smithi083 bash[25244]: cluster 2024-09-20T23:06:14.562480+0000 mgr.y (mgr.14376) 373 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:16.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:15 smithi142 bash[19948]: cluster 2024-09-20T23:06:14.562480+0000 mgr.y (mgr.14376) 373 : cluster [DBG] pgmap v313: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:17.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:16 smithi142 bash[19948]: audit 2024-09-20T23:06:16.258004+0000 mon.c (mon.1) 164 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:06:17.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:16 smithi142 bash[19948]: audit 2024-09-20T23:06:16.258823+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:06:17.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:16 smithi142 bash[19948]: audit 2024-09-20T23:06:16.262552+0000 mon.c (mon.1) 165 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:06:17.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:16 smithi142 bash[19948]: audit 2024-09-20T23:06:16.263261+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:06:17.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:16 smithi083 bash[25244]: audit 2024-09-20T23:06:16.258004+0000 mon.c (mon.1) 164 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:06:17.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:16 smithi083 bash[25244]: audit 2024-09-20T23:06:16.258823+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:06:17.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:16 smithi083 bash[25244]: audit 2024-09-20T23:06:16.262552+0000 mon.c (mon.1) 165 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:06:17.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:16 smithi083 bash[25244]: audit 2024-09-20T23:06:16.263261+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:06:17.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:16 smithi083 bash[19864]: audit 2024-09-20T23:06:16.258004+0000 mon.c (mon.1) 164 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:06:17.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:16 smithi083 bash[19864]: audit 2024-09-20T23:06:16.258823+0000 mon.a (mon.0) 1125 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:06:17.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:16 smithi083 bash[19864]: audit 2024-09-20T23:06:16.262552+0000 mon.c (mon.1) 165 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:06:17.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:16 smithi083 bash[19864]: audit 2024-09-20T23:06:16.263261+0000 mon.a (mon.0) 1126 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:06:18.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:17 smithi142 bash[19948]: cluster 2024-09-20T23:06:16.563192+0000 mgr.y (mgr.14376) 374 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:18.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:17 smithi083 bash[19864]: cluster 2024-09-20T23:06:16.563192+0000 mgr.y (mgr.14376) 374 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:18.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:17 smithi083 bash[25244]: cluster 2024-09-20T23:06:16.563192+0000 mgr.y (mgr.14376) 374 : cluster [DBG] pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:20.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:19 smithi083 bash[19864]: audit 2024-09-20T23:06:18.225707+0000 mgr.y (mgr.14376) 375 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:20.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:19 smithi083 bash[19864]: cluster 2024-09-20T23:06:18.564937+0000 mgr.y (mgr.14376) 376 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:19 smithi142 bash[19948]: audit 2024-09-20T23:06:18.225707+0000 mgr.y (mgr.14376) 375 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:19 smithi142 bash[19948]: cluster 2024-09-20T23:06:18.564937+0000 mgr.y (mgr.14376) 376 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:20.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:19 smithi083 bash[25244]: audit 2024-09-20T23:06:18.225707+0000 mgr.y (mgr.14376) 375 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:20.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:19 smithi083 bash[25244]: cluster 2024-09-20T23:06:18.564937+0000 mgr.y (mgr.14376) 376 : cluster [DBG] pgmap v315: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:22.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:21 smithi142 bash[19948]: cluster 2024-09-20T23:06:20.565700+0000 mgr.y (mgr.14376) 377 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:22.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:21 smithi083 bash[19864]: cluster 2024-09-20T23:06:20.565700+0000 mgr.y (mgr.14376) 377 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:22.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:21 smithi083 bash[25244]: cluster 2024-09-20T23:06:20.565700+0000 mgr.y (mgr.14376) 377 : cluster [DBG] pgmap v316: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:23.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:23 smithi142 bash[19948]: cluster 2024-09-20T23:06:22.567406+0000 mgr.y (mgr.14376) 378 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:23.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:06:23 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:06:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:06:23.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:23 smithi083 bash[19864]: cluster 2024-09-20T23:06:22.567406+0000 mgr.y (mgr.14376) 378 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:23.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:06:23 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:06:23] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:06:23.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:23 smithi083 bash[25244]: cluster 2024-09-20T23:06:22.567406+0000 mgr.y (mgr.14376) 378 : cluster [DBG] pgmap v317: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:23.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:23 smithi083 bash[47267]: level=error ts=2024-09-20T23:06:23.519Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:06:23.821 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:23 smithi083 bash[47267]: level=warn ts=2024-09-20T23:06:23.525Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:06:23.821 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:23 smithi083 bash[47267]: level=warn ts=2024-09-20T23:06:23.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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:06:25.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:24 smithi142 bash[19948]: audit 2024-09-20T23:06:23.729079+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:25.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:24 smithi142 bash[19948]: audit 2024-09-20T23:06:23.738104+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:25.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:24 smithi083 bash[19864]: audit 2024-09-20T23:06:23.729079+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:25.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:24 smithi083 bash[19864]: audit 2024-09-20T23:06:23.738104+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:25.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:24 smithi083 bash[25244]: audit 2024-09-20T23:06:23.729079+0000 mon.a (mon.0) 1127 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:25.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:24 smithi083 bash[25244]: audit 2024-09-20T23:06:23.738104+0000 mon.a (mon.0) 1128 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:25.763 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:06:25 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:06:25] "GET /metrics HTTP/1.1" 200 208054 "" "Prometheus/2.33.4" 2024-09-20T23:06:25.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:25 smithi083 bash[19864]: cluster 2024-09-20T23:06:24.568054+0000 mgr.y (mgr.14376) 379 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:25.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:25 smithi083 bash[25244]: cluster 2024-09-20T23:06:24.568054+0000 mgr.y (mgr.14376) 379 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:26.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:25 smithi142 bash[19948]: cluster 2024-09-20T23:06:24.568054+0000 mgr.y (mgr.14376) 379 : cluster [DBG] pgmap v318: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:28.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:27 smithi142 bash[19948]: cluster 2024-09-20T23:06:26.568576+0000 mgr.y (mgr.14376) 380 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:28.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:27 smithi083 bash[19864]: cluster 2024-09-20T23:06:26.568576+0000 mgr.y (mgr.14376) 380 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:28.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:27 smithi083 bash[25244]: cluster 2024-09-20T23:06:26.568576+0000 mgr.y (mgr.14376) 380 : cluster [DBG] pgmap v319: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:30.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:29 smithi142 bash[19948]: audit 2024-09-20T23:06:28.232995+0000 mgr.y (mgr.14376) 381 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:30.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:29 smithi142 bash[19948]: cluster 2024-09-20T23:06:28.569606+0000 mgr.y (mgr.14376) 382 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:30.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:29 smithi142 bash[19948]: audit 2024-09-20T23:06:29.281958+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:06:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:29 smithi142 bash[19948]: audit 2024-09-20T23:06:29.284816+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:06:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:29 smithi142 bash[19948]: audit 2024-09-20T23:06:29.286642+0000 mon.c (mon.1) 168 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:06:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:29 smithi142 bash[19948]: audit 2024-09-20T23:06:29.298085+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:30.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:29 smithi083 bash[19864]: audit 2024-09-20T23:06:28.232995+0000 mgr.y (mgr.14376) 381 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:30.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:29 smithi083 bash[19864]: cluster 2024-09-20T23:06:28.569606+0000 mgr.y (mgr.14376) 382 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:30.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:29 smithi083 bash[19864]: audit 2024-09-20T23:06:29.281958+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:06:30.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:29 smithi083 bash[19864]: audit 2024-09-20T23:06:29.284816+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:06:30.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:29 smithi083 bash[19864]: audit 2024-09-20T23:06:29.286642+0000 mon.c (mon.1) 168 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:06:30.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:29 smithi083 bash[19864]: audit 2024-09-20T23:06:29.298085+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:30.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:29 smithi083 bash[25244]: audit 2024-09-20T23:06:28.232995+0000 mgr.y (mgr.14376) 381 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:30.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:29 smithi083 bash[25244]: cluster 2024-09-20T23:06:28.569606+0000 mgr.y (mgr.14376) 382 : cluster [DBG] pgmap v320: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:30.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:29 smithi083 bash[25244]: audit 2024-09-20T23:06:29.281958+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:06:30.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:29 smithi083 bash[25244]: audit 2024-09-20T23:06:29.284816+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:06:30.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:29 smithi083 bash[25244]: audit 2024-09-20T23:06:29.286642+0000 mon.c (mon.1) 168 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:06:30.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:29 smithi083 bash[25244]: audit 2024-09-20T23:06:29.298085+0000 mon.a (mon.0) 1129 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:30.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:06:30 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:06:30] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:06:31.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:31 smithi142 bash[19948]: audit 2024-09-20T23:06:30.505024+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:31.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:31 smithi142 bash[19948]: audit 2024-09-20T23:06:30.516897+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:31.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:31 smithi142 bash[19948]: cluster 2024-09-20T23:06:30.570376+0000 mgr.y (mgr.14376) 383 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:31.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:31 smithi083 bash[19864]: audit 2024-09-20T23:06:30.505024+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:31.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:31 smithi083 bash[19864]: audit 2024-09-20T23:06:30.516897+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:31.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:31 smithi083 bash[19864]: cluster 2024-09-20T23:06:30.570376+0000 mgr.y (mgr.14376) 383 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:31.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:31 smithi083 bash[25244]: audit 2024-09-20T23:06:30.505024+0000 mon.a (mon.0) 1130 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:31.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:31 smithi083 bash[25244]: audit 2024-09-20T23:06:30.516897+0000 mon.a (mon.0) 1131 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:31.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:31 smithi083 bash[25244]: cluster 2024-09-20T23:06:30.570376+0000 mgr.y (mgr.14376) 383 : cluster [DBG] pgmap v321: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:33.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:33 smithi142 bash[19948]: cluster 2024-09-20T23:06:32.572227+0000 mgr.y (mgr.14376) 384 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:33.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:06:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:06:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:06:33.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:33 smithi083 bash[25244]: cluster 2024-09-20T23:06:32.572227+0000 mgr.y (mgr.14376) 384 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:33.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:33 smithi083 bash[19864]: cluster 2024-09-20T23:06:32.572227+0000 mgr.y (mgr.14376) 384 : cluster [DBG] pgmap v322: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:33.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:33 smithi083 bash[47267]: level=error ts=2024-09-20T23:06:33.520Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:06:33.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:33 smithi083 bash[47267]: level=warn ts=2024-09-20T23:06:33.525Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:06:33.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:33 smithi083 bash[47267]: level=warn ts=2024-09-20T23:06:33.526Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:06:35.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:35 smithi083 bash[19864]: cluster 2024-09-20T23:06:34.573048+0000 mgr.y (mgr.14376) 385 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:35.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:06:35 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:06:35] "GET /metrics HTTP/1.1" 200 208047 "" "Prometheus/2.33.4" 2024-09-20T23:06:35.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:35 smithi083 bash[25244]: cluster 2024-09-20T23:06:34.573048+0000 mgr.y (mgr.14376) 385 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:36.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:35 smithi142 bash[19948]: cluster 2024-09-20T23:06:34.573048+0000 mgr.y (mgr.14376) 385 : cluster [DBG] pgmap v323: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:38.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:37 smithi142 bash[19948]: cluster 2024-09-20T23:06:36.573923+0000 mgr.y (mgr.14376) 386 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:38.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:37 smithi083 bash[19864]: cluster 2024-09-20T23:06:36.573923+0000 mgr.y (mgr.14376) 386 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:38.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:37 smithi083 bash[25244]: cluster 2024-09-20T23:06:36.573923+0000 mgr.y (mgr.14376) 386 : cluster [DBG] pgmap v324: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:40.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:39 smithi142 bash[19948]: audit 2024-09-20T23:06:38.243683+0000 mgr.y (mgr.14376) 387 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:40.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:39 smithi142 bash[19948]: cluster 2024-09-20T23:06:38.575787+0000 mgr.y (mgr.14376) 388 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:40.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:39 smithi083 bash[25244]: audit 2024-09-20T23:06:38.243683+0000 mgr.y (mgr.14376) 387 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:40.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:39 smithi083 bash[25244]: cluster 2024-09-20T23:06:38.575787+0000 mgr.y (mgr.14376) 388 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:40.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:39 smithi083 bash[19864]: audit 2024-09-20T23:06:38.243683+0000 mgr.y (mgr.14376) 387 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:40.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:39 smithi083 bash[19864]: cluster 2024-09-20T23:06:38.575787+0000 mgr.y (mgr.14376) 388 : cluster [DBG] pgmap v325: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:42.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:41 smithi142 bash[19948]: cluster 2024-09-20T23:06:40.576686+0000 mgr.y (mgr.14376) 389 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:42.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:41 smithi083 bash[25244]: cluster 2024-09-20T23:06:40.576686+0000 mgr.y (mgr.14376) 389 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:42.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:41 smithi083 bash[19864]: cluster 2024-09-20T23:06:40.576686+0000 mgr.y (mgr.14376) 389 : cluster [DBG] pgmap v326: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:43.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:43 smithi142 bash[19948]: cluster 2024-09-20T23:06:42.578468+0000 mgr.y (mgr.14376) 390 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:43.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:43 smithi083 bash[19864]: cluster 2024-09-20T23:06:42.578468+0000 mgr.y (mgr.14376) 390 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:43.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:06:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:06:43] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:06:43.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:43 smithi083 bash[25244]: cluster 2024-09-20T23:06:42.578468+0000 mgr.y (mgr.14376) 390 : cluster [DBG] pgmap v327: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:43.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:43 smithi083 bash[47267]: level=error ts=2024-09-20T23:06:43.521Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:06:43.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:43 smithi083 bash[47267]: level=warn ts=2024-09-20T23:06:43.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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:06:43.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:43 smithi083 bash[47267]: level=warn ts=2024-09-20T23:06:43.527Z 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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:06:44.319 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:06:43 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:06:43] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:06:45.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:44 smithi142 bash[19948]: audit 2024-09-20T23:06:43.863733+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:45.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:44 smithi142 bash[19948]: audit 2024-09-20T23:06:43.870730+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:45.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:44 smithi083 bash[19864]: audit 2024-09-20T23:06:43.863733+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:45.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:44 smithi083 bash[19864]: audit 2024-09-20T23:06:43.870730+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:45.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:44 smithi083 bash[25244]: audit 2024-09-20T23:06:43.863733+0000 mon.a (mon.0) 1132 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:45.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:44 smithi083 bash[25244]: audit 2024-09-20T23:06:43.870730+0000 mon.a (mon.0) 1133 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:45.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:06:45 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:06:45] "GET /metrics HTTP/1.1" 200 208047 "" "Prometheus/2.33.4" 2024-09-20T23:06:46.184 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:45 smithi142 bash[19948]: cluster 2024-09-20T23:06:44.579350+0000 mgr.y (mgr.14376) 391 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:46.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:45 smithi083 bash[19864]: cluster 2024-09-20T23:06:44.579350+0000 mgr.y (mgr.14376) 391 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:46.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:45 smithi083 bash[25244]: cluster 2024-09-20T23:06:44.579350+0000 mgr.y (mgr.14376) 391 : cluster [DBG] pgmap v328: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:48.155 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:47 smithi083 bash[25244]: cluster 2024-09-20T23:06:46.580151+0000 mgr.y (mgr.14376) 392 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:48.155 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:47 smithi083 bash[19864]: cluster 2024-09-20T23:06:46.580151+0000 mgr.y (mgr.14376) 392 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:48.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:47 smithi142 bash[19948]: cluster 2024-09-20T23:06:46.580151+0000 mgr.y (mgr.14376) 392 : cluster [DBG] pgmap v329: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:50.168 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:49 smithi142 bash[19948]: audit 2024-09-20T23:06:48.252738+0000 mgr.y (mgr.14376) 393 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:50.168 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:49 smithi142 bash[19948]: cluster 2024-09-20T23:06:48.581284+0000 mgr.y (mgr.14376) 394 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:50.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:49 smithi083 bash[19864]: audit 2024-09-20T23:06:48.252738+0000 mgr.y (mgr.14376) 393 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:50.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:49 smithi083 bash[19864]: cluster 2024-09-20T23:06:48.581284+0000 mgr.y (mgr.14376) 394 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:50.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:49 smithi083 bash[25244]: audit 2024-09-20T23:06:48.252738+0000 mgr.y (mgr.14376) 393 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:06:50.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:49 smithi083 bash[25244]: cluster 2024-09-20T23:06:48.581284+0000 mgr.y (mgr.14376) 394 : cluster [DBG] pgmap v330: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:51.069 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:06:50 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:06:50] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:06:52.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:51 smithi142 bash[19948]: cluster 2024-09-20T23:06:50.581877+0000 mgr.y (mgr.14376) 395 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:52.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:51 smithi142 bash[19948]: audit 2024-09-20T23:06:50.662509+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:52.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:51 smithi142 bash[19948]: audit 2024-09-20T23:06:50.674621+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:52.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:51 smithi083 bash[19864]: cluster 2024-09-20T23:06:50.581877+0000 mgr.y (mgr.14376) 395 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:52.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:51 smithi083 bash[19864]: audit 2024-09-20T23:06:50.662509+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:52.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:51 smithi083 bash[19864]: audit 2024-09-20T23:06:50.674621+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:52.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:51 smithi083 bash[25244]: cluster 2024-09-20T23:06:50.581877+0000 mgr.y (mgr.14376) 395 : cluster [DBG] pgmap v331: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:52.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:51 smithi083 bash[25244]: audit 2024-09-20T23:06:50.662509+0000 mon.a (mon.0) 1134 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:52.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:51 smithi083 bash[25244]: audit 2024-09-20T23:06:50.674621+0000 mon.a (mon.0) 1135 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:06:53.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:53 smithi142 bash[19948]: cluster 2024-09-20T23:06:52.583582+0000 mgr.y (mgr.14376) 396 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:53.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:06:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:06:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:06:53.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:53 smithi083 bash[25244]: cluster 2024-09-20T23:06:52.583582+0000 mgr.y (mgr.14376) 396 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:53.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:53 smithi083 bash[19864]: cluster 2024-09-20T23:06:52.583582+0000 mgr.y (mgr.14376) 396 : cluster [DBG] pgmap v332: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:06:53.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:53 smithi083 bash[47267]: level=error ts=2024-09-20T23:06:53.521Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:06:53.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:53 smithi083 bash[47267]: level=warn ts=2024-09-20T23:06:53.527Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:06:53.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:06:53 smithi083 bash[47267]: level=warn ts=2024-09-20T23:06:53.527Z 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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:06:55.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:55 smithi083 bash[19864]: cluster 2024-09-20T23:06:54.584286+0000 mgr.y (mgr.14376) 397 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:55.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:55 smithi083 bash[25244]: cluster 2024-09-20T23:06:54.584286+0000 mgr.y (mgr.14376) 397 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:55.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:06:55 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:06:55] "GET /metrics HTTP/1.1" 200 208052 "" "Prometheus/2.33.4" 2024-09-20T23:06:56.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:55 smithi142 bash[19948]: cluster 2024-09-20T23:06:54.584286+0000 mgr.y (mgr.14376) 397 : cluster [DBG] pgmap v333: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:58.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:57 smithi142 bash[19948]: cluster 2024-09-20T23:06:56.584974+0000 mgr.y (mgr.14376) 398 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:58.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:57 smithi083 bash[19864]: cluster 2024-09-20T23:06:56.584974+0000 mgr.y (mgr.14376) 398 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:06:58.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:57 smithi083 bash[25244]: cluster 2024-09-20T23:06:56.584974+0000 mgr.y (mgr.14376) 398 : cluster [DBG] pgmap v334: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:00.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:59 smithi142 bash[19948]: audit 2024-09-20T23:06:58.263370+0000 mgr.y (mgr.14376) 399 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:00.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:06:59 smithi142 bash[19948]: cluster 2024-09-20T23:06:58.586665+0000 mgr.y (mgr.14376) 400 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:00.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:59 smithi083 bash[25244]: audit 2024-09-20T23:06:58.263370+0000 mgr.y (mgr.14376) 399 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:00.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:06:59 smithi083 bash[25244]: cluster 2024-09-20T23:06:58.586665+0000 mgr.y (mgr.14376) 400 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:00.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:59 smithi083 bash[19864]: audit 2024-09-20T23:06:58.263370+0000 mgr.y (mgr.14376) 399 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:00.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:06:59 smithi083 bash[19864]: cluster 2024-09-20T23:06:58.586665+0000 mgr.y (mgr.14376) 400 : cluster [DBG] pgmap v335: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:02.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:01 smithi142 bash[19948]: cluster 2024-09-20T23:07:00.587376+0000 mgr.y (mgr.14376) 401 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:02.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:01 smithi083 bash[19864]: cluster 2024-09-20T23:07:00.587376+0000 mgr.y (mgr.14376) 401 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:02.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:01 smithi083 bash[25244]: cluster 2024-09-20T23:07:00.587376+0000 mgr.y (mgr.14376) 401 : cluster [DBG] pgmap v336: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:03.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:03 smithi142 bash[19948]: cluster 2024-09-20T23:07:02.589054+0000 mgr.y (mgr.14376) 402 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:03.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:03 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:07:03] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:07:03.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:03 smithi083 bash[19864]: cluster 2024-09-20T23:07:02.589054+0000 mgr.y (mgr.14376) 402 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:03.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:03 smithi083 bash[25244]: cluster 2024-09-20T23:07:02.589054+0000 mgr.y (mgr.14376) 402 : cluster [DBG] pgmap v337: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:03.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:03 smithi083 bash[47267]: level=error ts=2024-09-20T23:07:03.523Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:07:03.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:03 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:03.528Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:07:03.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:03 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:03.529Z 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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:07:04.319 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:04 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:07:04] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:07:05.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:05 smithi142 bash[19948]: audit 2024-09-20T23:07:04.026466+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:05.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:05 smithi142 bash[19948]: audit 2024-09-20T23:07:04.039974+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:05.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:05 smithi083 bash[19864]: audit 2024-09-20T23:07:04.026466+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:05.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:05 smithi083 bash[19864]: audit 2024-09-20T23:07:04.039974+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:05.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:05 smithi083 bash[25244]: audit 2024-09-20T23:07:04.026466+0000 mon.a (mon.0) 1136 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:05.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:05 smithi083 bash[25244]: audit 2024-09-20T23:07:04.039974+0000 mon.a (mon.0) 1137 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:05.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:05 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:07:05] "GET /metrics HTTP/1.1" 200 208053 "" "Prometheus/2.33.4" 2024-09-20T23:07:06.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:06 smithi142 bash[19948]: cluster 2024-09-20T23:07:04.589890+0000 mgr.y (mgr.14376) 403 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:06.319 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:06 smithi083 bash[25244]: cluster 2024-09-20T23:07:04.589890+0000 mgr.y (mgr.14376) 403 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:06.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:06 smithi083 bash[19864]: cluster 2024-09-20T23:07:04.589890+0000 mgr.y (mgr.14376) 403 : cluster [DBG] pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:08.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:08 smithi142 bash[19948]: cluster 2024-09-20T23:07:06.590761+0000 mgr.y (mgr.14376) 404 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:08.319 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:08 smithi083 bash[25244]: cluster 2024-09-20T23:07:06.590761+0000 mgr.y (mgr.14376) 404 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:08.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:08 smithi083 bash[19864]: cluster 2024-09-20T23:07:06.590761+0000 mgr.y (mgr.14376) 404 : cluster [DBG] pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:09.642 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch ps' 2024-09-20T23:07:10.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:10 smithi142 bash[19948]: audit 2024-09-20T23:07:08.274578+0000 mgr.y (mgr.14376) 405 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:10.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:10 smithi142 bash[19948]: cluster 2024-09-20T23:07:08.592612+0000 mgr.y (mgr.14376) 406 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:10.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:10 smithi083 bash[19864]: audit 2024-09-20T23:07:08.274578+0000 mgr.y (mgr.14376) 405 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:10.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:10 smithi083 bash[19864]: cluster 2024-09-20T23:07:08.592612+0000 mgr.y (mgr.14376) 406 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:10.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:10 smithi083 bash[25244]: audit 2024-09-20T23:07:08.274578+0000 mgr.y (mgr.14376) 405 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:10.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:10 smithi083 bash[25244]: cluster 2024-09-20T23:07:08.592612+0000 mgr.y (mgr.14376) 406 : cluster [DBG] pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:11.069 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:10 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:07:10] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:07:12.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:11 smithi142 bash[19948]: cluster 2024-09-20T23:07:10.593468+0000 mgr.y (mgr.14376) 407 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:12.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:11 smithi142 bash[19948]: audit 2024-09-20T23:07:10.824418+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:12.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:11 smithi142 bash[19948]: audit 2024-09-20T23:07:10.837865+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:12.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:11 smithi083 bash[19864]: cluster 2024-09-20T23:07:10.593468+0000 mgr.y (mgr.14376) 407 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:12.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:11 smithi083 bash[19864]: audit 2024-09-20T23:07:10.824418+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:12.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:11 smithi083 bash[19864]: audit 2024-09-20T23:07:10.837865+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:12.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:11 smithi083 bash[25244]: cluster 2024-09-20T23:07:10.593468+0000 mgr.y (mgr.14376) 407 : cluster [DBG] pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:12.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:11 smithi083 bash[25244]: audit 2024-09-20T23:07:10.824418+0000 mon.a (mon.0) 1138 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:12.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:11 smithi083 bash[25244]: audit 2024-09-20T23:07:10.837865+0000 mon.a (mon.0) 1139 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:13.763 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:07:13.763 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 9s ago 16m - - 2024-09-20T23:07:13.763 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 2s ago 16m - - 2024-09-20T23:07:13.763 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (8m) 9s ago 9m 16.4M - ba2b418f427c 421b2a502b6b 2024-09-20T23:07:13.763 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (8m) 2s ago 9m 43.7M - 8.3.5 dad864ee21e9 ae99527f2cbe 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (6m) 9s ago 6m 42.9M - 3.5 e1d6a67b021e 574e8ecaf975 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283 running (104s) 2s ago 15m 425M - 19.1.1-367-g9e2ac70b cc9251b744a3 e229c4125bc1 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:9283 running (17m) 9s ago 17m 460M - 17.2.0 e1d6a67b021e 1a5213f0d9f1 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (17m) 9s ago 17m 55.8M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (16m) 2s ago 16m 41.7M 2048M 17.2.0 e1d6a67b021e f020a95bce9d 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (16m) 9s ago 16m 43.7M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (9m) 9s ago 9m 9.97M - 1dbe0e931976 55c72dc75995 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (9m) 2s ago 9m 9.88M - 1dbe0e931976 afe9c47a17f8 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (15m) 9s ago 15m 51.9M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (14m) 9s ago 14m 53.2M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (13m) 9s ago 13m 48.3M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (13m) 9s ago 13m 51.4M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (12m) 2s ago 12m 52.0M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:07:13.764 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (11m) 2s ago 11m 50.6M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:07:13.765 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (11m) 2s ago 11m 48.2M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:07:13.765 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (10m) 2s ago 10m 52.2M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:07:13.765 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (8m) 2s ago 9m 56.8M - 514e6a882f6e cc6832a314df 2024-09-20T23:07:13.765 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (7m) 9s ago 7m 83.6M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:07:13.765 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (7m) 2s ago 7m 85.6M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:07:13.776 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:13 smithi083 bash[25244]: cluster 2024-09-20T23:07:12.595349+0000 mgr.y (mgr.14376) 408 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:13.777 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:13 smithi083 bash[19864]: cluster 2024-09-20T23:07:12.595349+0000 mgr.y (mgr.14376) 408 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:13.777 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:13 smithi083 bash[47267]: level=error ts=2024-09-20T23:07:13.523Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:07:13.777 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:13 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:13.527Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:07:13.777 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:13 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:13.528Z 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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:07:13.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:13 smithi142 bash[19948]: cluster 2024-09-20T23:07:12.595349+0000 mgr.y (mgr.14376) 408 : cluster [DBG] pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:13.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:13 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:07:13] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:07:14.492 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions' 2024-09-20T23:07:14.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:14 smithi083 bash[19864]: audit 2024-09-20T23:07:13.728176+0000 mgr.y (mgr.14376) 409 : audit [DBG] from='client.14967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:07:14.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:14 smithi083 bash[25244]: audit 2024-09-20T23:07:13.728176+0000 mgr.y (mgr.14376) 409 : audit [DBG] from='client.14967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:07:15.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:14 smithi142 bash[19948]: audit 2024-09-20T23:07:13.728176+0000 mgr.y (mgr.14376) 409 : audit [DBG] from='client.14967 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:07:15.771 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:15 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:07:15] "GET /metrics HTTP/1.1" 200 208053 "" "Prometheus/2.33.4" 2024-09-20T23:07:15.771 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:15 smithi083 bash[19864]: cluster 2024-09-20T23:07:14.595909+0000 mgr.y (mgr.14376) 410 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:15.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:15 smithi083 bash[25244]: cluster 2024-09-20T23:07:14.595909+0000 mgr.y (mgr.14376) 410 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:16.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:15 smithi142 bash[19948]: cluster 2024-09-20T23:07:14.595909+0000 mgr.y (mgr.14376) 410 : cluster [DBG] pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:17.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:16 smithi142 bash[19948]: audit 2024-09-20T23:07:16.265071+0000 mon.c (mon.1) 169 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:07:17.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:16 smithi142 bash[19948]: audit 2024-09-20T23:07:16.265979+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:07:17.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:16 smithi142 bash[19948]: audit 2024-09-20T23:07:16.270773+0000 mon.c (mon.1) 170 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:07:17.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:16 smithi142 bash[19948]: audit 2024-09-20T23:07:16.271804+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:07:17.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:16 smithi083 bash[19864]: audit 2024-09-20T23:07:16.265071+0000 mon.c (mon.1) 169 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:07:17.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:16 smithi083 bash[19864]: audit 2024-09-20T23:07:16.265979+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:07:17.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:16 smithi083 bash[19864]: audit 2024-09-20T23:07:16.270773+0000 mon.c (mon.1) 170 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:07:17.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:16 smithi083 bash[19864]: audit 2024-09-20T23:07:16.271804+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:07:17.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:16 smithi083 bash[25244]: audit 2024-09-20T23:07:16.265071+0000 mon.c (mon.1) 169 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:07:17.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:16 smithi083 bash[25244]: audit 2024-09-20T23:07:16.265979+0000 mon.a (mon.0) 1140 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:07:17.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:16 smithi083 bash[25244]: audit 2024-09-20T23:07:16.270773+0000 mon.c (mon.1) 170 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:07:17.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:16 smithi083 bash[25244]: audit 2024-09-20T23:07:16.271804+0000 mon.a (mon.0) 1141 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:07:17.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:17 smithi083 bash[19864]: cluster 2024-09-20T23:07:16.596781+0000 mgr.y (mgr.14376) 411 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:17.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:17 smithi083 bash[25244]: cluster 2024-09-20T23:07:16.596781+0000 mgr.y (mgr.14376) 411 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:17.955 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:07:17.955 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:07:17.955 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-09-20T23:07:17.955 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:07:17.955 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:07:17.955 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-09-20T23:07:17.955 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 1 2024-09-20T23:07:17.955 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:07:17.955 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:07:17.956 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:07:17.956 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:07:17.956 INFO:teuthology.orchestra.run.smithi083.stdout: "mds": {}, 2024-09-20T23:07:17.956 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:07:17.956 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:07:17.956 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:07:17.956 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:07:17.956 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2024-09-20T23:07:17.956 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 1 2024-09-20T23:07:17.956 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:07:17.956 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:07:18.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:17 smithi142 bash[19948]: cluster 2024-09-20T23:07:16.596781+0000 mgr.y (mgr.14376) 411 : cluster [DBG] pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:18.673 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph -s' 2024-09-20T23:07:18.924 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:18 smithi083 bash[19864]: audit 2024-09-20T23:07:17.960614+0000 mon.c (mon.1) 171 : audit [DBG] from='client.? 172.21.15.83:0/3274881035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:07:18.924 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:18 smithi083 bash[25244]: audit 2024-09-20T23:07:17.960614+0000 mon.c (mon.1) 171 : audit [DBG] from='client.? 172.21.15.83:0/3274881035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:07:19.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:18 smithi142 bash[19948]: audit 2024-09-20T23:07:17.960614+0000 mon.c (mon.1) 171 : audit [DBG] from='client.? 172.21.15.83:0/3274881035' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:07:19.851 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:19 smithi083 bash[25244]: audit 2024-09-20T23:07:18.285802+0000 mgr.y (mgr.14376) 412 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:19.852 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:19 smithi083 bash[25244]: cluster 2024-09-20T23:07:18.598833+0000 mgr.y (mgr.14376) 413 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:19.852 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:19 smithi083 bash[19864]: audit 2024-09-20T23:07:18.285802+0000 mgr.y (mgr.14376) 412 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:19.852 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:19 smithi083 bash[19864]: cluster 2024-09-20T23:07:18.598833+0000 mgr.y (mgr.14376) 413 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:20.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:19 smithi142 bash[19948]: audit 2024-09-20T23:07:18.285802+0000 mgr.y (mgr.14376) 412 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:20.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:19 smithi142 bash[19948]: cluster 2024-09-20T23:07:18.598833+0000 mgr.y (mgr.14376) 413 : cluster [DBG] pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:22.039 INFO:teuthology.orchestra.run.smithi083.stdout: cluster: 2024-09-20T23:07:22.039 INFO:teuthology.orchestra.run.smithi083.stdout: id: 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:07:22.039 INFO:teuthology.orchestra.run.smithi083.stdout: health: HEALTH_OK 2024-09-20T23:07:22.039 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:07:22.039 INFO:teuthology.orchestra.run.smithi083.stdout: services: 2024-09-20T23:07:22.039 INFO:teuthology.orchestra.run.smithi083.stdout: mon: 3 daemons, quorum a,c,b (age 16m) 2024-09-20T23:07:22.039 INFO:teuthology.orchestra.run.smithi083.stdout: mgr: y(active, since 10m), standbys: x 2024-09-20T23:07:22.039 INFO:teuthology.orchestra.run.smithi083.stdout: osd: 8 osds: 8 up (since 10m), 8 in (since 10m) 2024-09-20T23:07:22.039 INFO:teuthology.orchestra.run.smithi083.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-20T23:07:22.039 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:07:22.039 INFO:teuthology.orchestra.run.smithi083.stdout: data: 2024-09-20T23:07:22.040 INFO:teuthology.orchestra.run.smithi083.stdout: pools: 6 pools, 161 pgs 2024-09-20T23:07:22.040 INFO:teuthology.orchestra.run.smithi083.stdout: objects: 210 objects, 585 KiB 2024-09-20T23:07:22.040 INFO:teuthology.orchestra.run.smithi083.stdout: usage: 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:22.040 INFO:teuthology.orchestra.run.smithi083.stdout: pgs: 161 active+clean 2024-09-20T23:07:22.040 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:07:22.040 INFO:teuthology.orchestra.run.smithi083.stdout: io: 2024-09-20T23:07:22.040 INFO:teuthology.orchestra.run.smithi083.stdout: client: 852 B/s rd, 0 op/s rd, 0 op/s wr 2024-09-20T23:07:22.040 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:07:22.052 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:21 smithi083 bash[19864]: cluster 2024-09-20T23:07:20.599527+0000 mgr.y (mgr.14376) 414 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:22.052 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:21 smithi083 bash[25244]: cluster 2024-09-20T23:07:20.599527+0000 mgr.y (mgr.14376) 414 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:22.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:21 smithi142 bash[19948]: cluster 2024-09-20T23:07:20.599527+0000 mgr.y (mgr.14376) 414 : cluster [DBG] pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:22.769 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph health detail' 2024-09-20T23:07:23.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:22 smithi083 bash[19864]: audit 2024-09-20T23:07:22.044609+0000 mon.a (mon.0) 1142 : audit [DBG] from='client.? 172.21.15.83:0/167944515' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T23:07:23.008 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:22 smithi083 bash[25244]: audit 2024-09-20T23:07:22.044609+0000 mon.a (mon.0) 1142 : audit [DBG] from='client.? 172.21.15.83:0/167944515' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T23:07:23.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:22 smithi142 bash[19948]: audit 2024-09-20T23:07:22.044609+0000 mon.a (mon.0) 1142 : audit [DBG] from='client.? 172.21.15.83:0/167944515' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T23:07:23.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:23 smithi142 bash[19948]: cluster 2024-09-20T23:07:22.601090+0000 mgr.y (mgr.14376) 415 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:23.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:23 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:07:23] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:07:23.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:23 smithi083 bash[19864]: cluster 2024-09-20T23:07:22.601090+0000 mgr.y (mgr.14376) 415 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:23.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:23 smithi083 bash[25244]: cluster 2024-09-20T23:07:22.601090+0000 mgr.y (mgr.14376) 415 : cluster [DBG] pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:23.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:23 smithi083 bash[47267]: level=error ts=2024-09-20T23:07:23.524Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:07:23.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:23 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:23.531Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:07:23.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:23 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:23.532Z 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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:07:24.319 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:24 smithi083 bash[20114]: 172.21.15.83 - - [20/Sep/2024:23:07:24] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:07:25.319 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:25 smithi083 bash[25244]: audit 2024-09-20T23:07:24.151251+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:25.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:25 smithi083 bash[25244]: audit 2024-09-20T23:07:24.156802+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:25.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:25 smithi083 bash[25244]: cluster 2024-09-20T23:07:24.601781+0000 mgr.y (mgr.14376) 416 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:25.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:25 smithi083 bash[19864]: audit 2024-09-20T23:07:24.151251+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:25.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:25 smithi083 bash[19864]: audit 2024-09-20T23:07:24.156802+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:25.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:25 smithi083 bash[19864]: cluster 2024-09-20T23:07:24.601781+0000 mgr.y (mgr.14376) 416 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:25.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:25 smithi142 bash[19948]: audit 2024-09-20T23:07:24.151251+0000 mon.a (mon.0) 1143 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:25.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:25 smithi142 bash[19948]: audit 2024-09-20T23:07:24.156802+0000 mon.a (mon.0) 1144 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:25.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:25 smithi142 bash[19948]: cluster 2024-09-20T23:07:24.601781+0000 mgr.y (mgr.14376) 416 : cluster [DBG] pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:25.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:25 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:07:25] "GET /metrics HTTP/1.1" 200 208055 "" "Prometheus/2.33.4" 2024-09-20T23:07:26.286 INFO:teuthology.orchestra.run.smithi083.stdout:HEALTH_OK 2024-09-20T23:07:26.569 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:26 smithi083 bash[25244]: audit 2024-09-20T23:07:26.291629+0000 mon.a (mon.0) 1145 : audit [DBG] from='client.? 172.21.15.83:0/3582837568' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:07:26.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:26 smithi083 bash[19864]: audit 2024-09-20T23:07:26.291629+0000 mon.a (mon.0) 1145 : audit [DBG] from='client.? 172.21.15.83:0/3582837568' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:07:26.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:26 smithi142 bash[19948]: audit 2024-09-20T23:07:26.291629+0000 mon.a (mon.0) 1145 : audit [DBG] from='client.? 172.21.15.83:0/3582837568' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:07:27.229 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 2'"'"'' 2024-09-20T23:07:27.569 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:27 smithi083 bash[25244]: cluster 2024-09-20T23:07:26.602333+0000 mgr.y (mgr.14376) 417 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:27.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:27 smithi083 bash[19864]: cluster 2024-09-20T23:07:26.602333+0000 mgr.y (mgr.14376) 417 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:27.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:27 smithi142 bash[19948]: cluster 2024-09-20T23:07:26.602333+0000 mgr.y (mgr.14376) 417 : cluster [DBG] pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:29.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:28.297005+0000 mgr.y (mgr.14376) 418 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:29.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: cluster 2024-09-20T23:07:28.603994+0000 mgr.y (mgr.14376) 419 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:29.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.316109+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:07:29.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.319006+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:07:29.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.320802+0000 mon.c (mon.1) 174 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:07:29.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.326120+0000 mon.c (mon.1) 175 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.327002+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.327041+0000 mon.c (mon.1) 176 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.328166+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.329320+0000 mon.c (mon.1) 177 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.330738+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.332268+0000 mon.c (mon.1) 178 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.332625+0000 mon.c (mon.1) 179 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.332778+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.333249+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.334327+0000 mon.c (mon.1) 180 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.334735+0000 mon.c (mon.1) 181 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.334862+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.335410+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.336770+0000 mon.c (mon.1) 182 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.337251+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:29.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.344780+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:29.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.357892+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:29.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:29 smithi142 bash[19948]: audit 2024-09-20T23:07:29.369597+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:30.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:28.297005+0000 mgr.y (mgr.14376) 418 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:30.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: cluster 2024-09-20T23:07:28.603994+0000 mgr.y (mgr.14376) 419 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:30.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.316109+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:07:30.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.319006+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:07:30.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.320802+0000 mon.c (mon.1) 174 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:07:30.015 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.326120+0000 mon.c (mon.1) 175 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.327002+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.327041+0000 mon.c (mon.1) 176 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.328166+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.329320+0000 mon.c (mon.1) 177 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.330738+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.332268+0000 mon.c (mon.1) 178 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.332625+0000 mon.c (mon.1) 179 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.332778+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.333249+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.334327+0000 mon.c (mon.1) 180 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.016 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.334735+0000 mon.c (mon.1) 181 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.017 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:28.297005+0000 mgr.y (mgr.14376) 418 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:30.017 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: cluster 2024-09-20T23:07:28.603994+0000 mgr.y (mgr.14376) 419 : cluster [DBG] pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:30.017 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.316109+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:07:30.017 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.319006+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:07:30.017 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.320802+0000 mon.c (mon.1) 174 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:07:30.017 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.326120+0000 mon.c (mon.1) 175 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.017 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.327002+0000 mon.a (mon.0) 1146 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.017 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.327041+0000 mon.c (mon.1) 176 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.017 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.328166+0000 mon.a (mon.0) 1147 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.017 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.329320+0000 mon.c (mon.1) 177 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.017 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.330738+0000 mon.a (mon.0) 1148 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.017 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.332268+0000 mon.c (mon.1) 178 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.018 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.332625+0000 mon.c (mon.1) 179 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.018 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.332778+0000 mon.a (mon.0) 1149 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.018 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.333249+0000 mon.a (mon.0) 1150 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.018 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.334327+0000 mon.c (mon.1) 180 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.018 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.334735+0000 mon.c (mon.1) 181 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.018 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.334862+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.018 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.335410+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.018 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.336770+0000 mon.c (mon.1) 182 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.018 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.337251+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.018 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.344780+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:30.018 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.357892+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:30.019 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[19864]: audit 2024-09-20T23:07:29.369597+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:30.019 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.334862+0000 mon.a (mon.0) 1151 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.019 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.335410+0000 mon.a (mon.0) 1152 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.019 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.336770+0000 mon.c (mon.1) 182 : audit [INF] from='mgr.14376 172.21.15.83:0/1067025120' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.019 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.337251+0000 mon.a (mon.0) 1153 : audit [INF] from='mgr.14376 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:30.019 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.344780+0000 mon.a (mon.0) 1154 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:30.019 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.357892+0000 mon.a (mon.0) 1155 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:30.019 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:29 smithi083 bash[25244]: audit 2024-09-20T23:07:29.369597+0000 mon.a (mon.0) 1156 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:31.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:30 smithi083 bash[19864]: cephadm 2024-09-20T23:07:29.336686+0000 mgr.y (mgr.14376) 420 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 3036M 2024-09-20T23:07:31.013 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:30 smithi083 bash[19864]: cephadm 2024-09-20T23:07:29.338640+0000 mgr.y (mgr.14376) 421 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 2780M 2024-09-20T23:07:31.014 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:30 smithi083 bash[25244]: cephadm 2024-09-20T23:07:29.336686+0000 mgr.y (mgr.14376) 420 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 3036M 2024-09-20T23:07:31.014 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:30 smithi083 bash[25244]: cephadm 2024-09-20T23:07:29.338640+0000 mgr.y (mgr.14376) 421 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 2780M 2024-09-20T23:07:31.014 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:30 smithi142 bash[19948]: cephadm 2024-09-20T23:07:29.336686+0000 mgr.y (mgr.14376) 420 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 3036M 2024-09-20T23:07:31.014 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:30 smithi142 bash[19948]: cephadm 2024-09-20T23:07:29.338640+0000 mgr.y (mgr.14376) 421 : cephadm [INF] Adjusting osd_memory_target on smithi083 to 2780M 2024-09-20T23:07:31.319 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:31 smithi083 bash[20114]: 172.21.15.142 - - [20/Sep/2024:23:07:31] "POST /data HTTP/1.1" 200 46 "" "Python-urllib/3.10" 2024-09-20T23:07:32.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:32 smithi142 bash[19948]: cluster 2024-09-20T23:07:30.604730+0000 mgr.y (mgr.14376) 422 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:32.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:32 smithi142 bash[19948]: audit 2024-09-20T23:07:31.004064+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:32.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:32 smithi142 bash[19948]: audit 2024-09-20T23:07:31.017226+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:32.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:32 smithi083 bash[19864]: cluster 2024-09-20T23:07:30.604730+0000 mgr.y (mgr.14376) 422 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:32.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:32 smithi083 bash[19864]: audit 2024-09-20T23:07:31.004064+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:32.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:32 smithi083 bash[19864]: audit 2024-09-20T23:07:31.017226+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:32.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:32 smithi083 bash[25244]: cluster 2024-09-20T23:07:30.604730+0000 mgr.y (mgr.14376) 422 : cluster [DBG] pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:32.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:32 smithi083 bash[25244]: audit 2024-09-20T23:07:31.004064+0000 mon.a (mon.0) 1157 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:32.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:32 smithi083 bash[25244]: audit 2024-09-20T23:07:31.017226+0000 mon.a (mon.0) 1158 : audit [INF] from='mgr.14376 ' entity='mgr.y' 2024-09-20T23:07:32.809 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:07:33.563 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph mgr fail' 2024-09-20T23:07:33.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:07:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:07:33.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:33 smithi142 bash[19948]: cluster 2024-09-20T23:07:32.605567+0000 mgr.y (mgr.14376) 423 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:33.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:33 smithi142 bash[19948]: audit 2024-09-20T23:07:32.802376+0000 mon.a (mon.0) 1159 : audit [DBG] from='client.? 172.21.15.83:0/881278939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:07:33.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:33 smithi083 bash[19864]: cluster 2024-09-20T23:07:32.605567+0000 mgr.y (mgr.14376) 423 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:33.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:33 smithi083 bash[19864]: audit 2024-09-20T23:07:32.802376+0000 mon.a (mon.0) 1159 : audit [DBG] from='client.? 172.21.15.83:0/881278939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:07:33.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:33 smithi083 bash[25244]: cluster 2024-09-20T23:07:32.605567+0000 mgr.y (mgr.14376) 423 : cluster [DBG] pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:07:33.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:33 smithi083 bash[25244]: audit 2024-09-20T23:07:32.802376+0000 mon.a (mon.0) 1159 : audit [DBG] from='client.? 172.21.15.83:0/881278939' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:07:33.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:33 smithi083 bash[47267]: level=error ts=2024-09-20T23:07:33.525Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:07:33.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:33 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:33.529Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:07:33.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:33 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:33.530Z 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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:07:35.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:35 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:07:35] "GET /metrics HTTP/1.1" 200 208054 "" "Prometheus/2.33.4" 2024-09-20T23:07:35.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:35 smithi083 bash[25244]: cluster 2024-09-20T23:07:34.606240+0000 mgr.y (mgr.14376) 424 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:35.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:35 smithi083 bash[19864]: cluster 2024-09-20T23:07:34.606240+0000 mgr.y (mgr.14376) 424 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:36.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:35 smithi142 bash[19948]: cluster 2024-09-20T23:07:34.606240+0000 mgr.y (mgr.14376) 424 : cluster [DBG] pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:37.952 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:37 smithi142 bash[48288]: [20/Sep/2024:23:07:37] ENGINE Bus STOPPING 2024-09-20T23:07:37.952 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:37 smithi142 bash[19948]: cluster 2024-09-20T23:07:36.606976+0000 mgr.y (mgr.14376) 425 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:37.952 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:37 smithi142 bash[19948]: audit 2024-09-20T23:07:37.375145+0000 mon.c (mon.1) 183 : audit [INF] from='client.? 172.21.15.83:0/1452709656' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:07:37.952 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:37 smithi142 bash[19948]: audit 2024-09-20T23:07:37.375831+0000 mon.a (mon.0) 1160 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:07:37.952 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:37 smithi142 bash[19948]: cluster 2024-09-20T23:07:37.385750+0000 mon.a (mon.0) 1161 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-09-20T23:07:38.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:37 smithi083 bash[19864]: cluster 2024-09-20T23:07:36.606976+0000 mgr.y (mgr.14376) 425 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:38.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:37 smithi083 bash[19864]: audit 2024-09-20T23:07:37.375145+0000 mon.c (mon.1) 183 : audit [INF] from='client.? 172.21.15.83:0/1452709656' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:07:38.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:37 smithi083 bash[19864]: audit 2024-09-20T23:07:37.375831+0000 mon.a (mon.0) 1160 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:07:38.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:37 smithi083 bash[19864]: cluster 2024-09-20T23:07:37.385750+0000 mon.a (mon.0) 1161 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-09-20T23:07:38.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:37 smithi083 bash[20114]: ignoring --setuser ceph since I am not root 2024-09-20T23:07:38.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:37 smithi083 bash[20114]: ignoring --setgroup ceph since I am not root 2024-09-20T23:07:38.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:37 smithi083 bash[20114]: debug 2024-09-20T23:07:37.731+0000 7ff841711700 1 -- 172.21.15.83:0/1877091090 <== mon.1 v2:172.21.15.83:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55cb20e2e340 con 0x55cb21baac00 2024-09-20T23:07:38.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:37 smithi083 bash[20114]: debug 2024-09-20T23:07:37.875+0000 7ff84a16d000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T23:07:38.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:37 smithi083 bash[25244]: cluster 2024-09-20T23:07:36.606976+0000 mgr.y (mgr.14376) 425 : cluster [DBG] pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:38.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:37 smithi083 bash[25244]: audit 2024-09-20T23:07:37.375145+0000 mon.c (mon.1) 183 : audit [INF] from='client.? 172.21.15.83:0/1452709656' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:07:38.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:37 smithi083 bash[25244]: audit 2024-09-20T23:07:37.375831+0000 mon.a (mon.0) 1160 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:07:38.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:37 smithi083 bash[25244]: cluster 2024-09-20T23:07:37.385750+0000 mon.a (mon.0) 1161 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2024-09-20T23:07:38.216 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:37 smithi142 bash[48288]: [20/Sep/2024:23:07:37] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-20T23:07:38.216 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:37 smithi142 bash[48288]: [20/Sep/2024:23:07:37] ENGINE Bus STOPPED 2024-09-20T23:07:38.216 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[48288]: [20/Sep/2024:23:07:38] ENGINE Bus STARTING 2024-09-20T23:07:38.362 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'sleep 180' 2024-09-20T23:07:38.514 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[48288]: [20/Sep/2024:23:07:38] ENGINE Serving on http://:::9283 2024-09-20T23:07:38.515 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[48288]: [20/Sep/2024:23:07:38] ENGINE Bus STARTED 2024-09-20T23:07:38.521 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:38.339Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=5 err="Post \"https://172.21.15.142:8443/api/prometheus_receiver\": dial tcp 172.21.15.142:8443: connect: connection refused" 2024-09-20T23:07:38.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.678652+0000 mon.a (mon.0) 1162 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-20T23:07:38.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: cluster 2024-09-20T23:07:37.678883+0000 mon.a (mon.0) 1163 : cluster [DBG] mgrmap e22: x(active, starting, since 0.301721s) 2024-09-20T23:07:38.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.680045+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:07:38.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.680473+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:07:38.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.684597+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.684906+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.685068+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.685193+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.685318+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.685441+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.685558+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.685679+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.685795+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.685920+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.686221+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.686419+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:37.689797+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: cluster 2024-09-20T23:07:37.991563+0000 mon.a (mon.0) 1164 : cluster [INF] Manager daemon x is now available 2024-09-20T23:07:38.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.042462+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.053719+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.063946+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.072087+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.074663+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.078019+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.078734+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.080405+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.081371+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.087614+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd='[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]': finished 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.095244+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd='[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]': finished 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.100391+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.101802+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:07:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.104068+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:07:38.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.113808+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:07:38.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.115968+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:07:38.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.149466+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-20T23:07:38.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:38 smithi142 bash[19948]: audit 2024-09-20T23:07:38.151601+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-20T23:07:38.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.678652+0000 mon.a (mon.0) 1162 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-20T23:07:38.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: cluster 2024-09-20T23:07:37.678883+0000 mon.a (mon.0) 1163 : cluster [DBG] mgrmap e22: x(active, starting, since 0.301721s) 2024-09-20T23:07:38.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.680045+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:07:38.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.680473+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.684597+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.684906+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.685068+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.685193+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.685318+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.685441+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.685558+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.685679+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.685795+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.685920+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.686221+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.686419+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:37.689797+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:07:38.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: cluster 2024-09-20T23:07:37.991563+0000 mon.a (mon.0) 1164 : cluster [INF] Manager daemon x is now available 2024-09-20T23:07:38.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.042462+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:38.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.053719+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:38.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.678652+0000 mon.a (mon.0) 1162 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-20T23:07:38.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: cluster 2024-09-20T23:07:37.678883+0000 mon.a (mon.0) 1163 : cluster [DBG] mgrmap e22: x(active, starting, since 0.301721s) 2024-09-20T23:07:38.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.680045+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:07:38.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.680473+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:07:38.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.684597+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:07:38.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.684906+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:07:38.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.685068+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:07:38.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.685193+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:07:38.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.685318+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.685441+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.685558+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.685679+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.685795+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.685920+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.686221+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.686419+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:37.689797+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: cluster 2024-09-20T23:07:37.991563+0000 mon.a (mon.0) 1164 : cluster [INF] Manager daemon x is now available 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.042462+0000 mon.a (mon.0) 1165 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.053719+0000 mon.a (mon.0) 1166 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.063946+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:38.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.072087+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.074663+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.078019+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.078734+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.080405+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.081371+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.087614+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd='[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]': finished 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.095244+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd='[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]': finished 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.100391+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.101802+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.104068+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.113808+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.115968+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.149466+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-20T23:07:38.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[19864]: audit 2024-09-20T23:07:38.151601+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.063946+0000 mon.a (mon.0) 1167 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.072087+0000 mon.a (mon.0) 1168 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.074663+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.078019+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.078734+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.080405+0000 mon.a (mon.0) 1169 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.081371+0000 mon.a (mon.0) 1170 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.087614+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd='[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]': finished 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.095244+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd='[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]': finished 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.100391+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.101802+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.104068+0000 mon.b (mon.2) 53 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:07:38.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.113808+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:07:38.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.115968+0000 mon.a (mon.0) 1173 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:07:38.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.149466+0000 mon.b (mon.2) 55 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-20T23:07:38.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:38 smithi083 bash[25244]: audit 2024-09-20T23:07:38.151601+0000 mon.a (mon.0) 1174 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-20T23:07:39.723 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:39.500Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.83:8443//api/prometheus_receiver\": dial tcp 172.21.15.83:8443: connect: connection refused" 2024-09-20T23:07:39.723 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[20114]: debug 2024-09-20T23:07:39.475+0000 7ff84a16d000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T23:07:39.723 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[20114]: debug 2024-09-20T23:07:39.571+0000 7ff84a16d000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T23:07:39.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: cephadm 2024-09-20T23:07:38.041586+0000 mgr.x (mgr.24530) 1 : cephadm [INF] Queued rgw.foo for migration 2024-09-20T23:07:39.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: cephadm 2024-09-20T23:07:38.042339+0000 mgr.x (mgr.24530) 2 : 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-09-20T23:07:39.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: cephadm 2024-09-20T23:07:38.054094+0000 mgr.x (mgr.24530) 3 : cephadm [INF] Migrating certs/keys for iscsi.foo spec to cert store 2024-09-20T23:07:39.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: cephadm 2024-09-20T23:07:38.054175+0000 mgr.x (mgr.24530) 4 : cephadm [INF] Migrating certs/keys for rgw.foo spec to cert store 2024-09-20T23:07:39.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: cephadm 2024-09-20T23:07:38.054429+0000 mgr.x (mgr.24530) 5 : cephadm [INF] Checking for cert/key for grafana.a 2024-09-20T23:07:39.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: cephadm 2024-09-20T23:07:38.107836+0000 mgr.x (mgr.24530) 6 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:07:39.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: cephadm 2024-09-20T23:07:38.108398+0000 mgr.x (mgr.24530) 7 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:07:39.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: cephadm 2024-09-20T23:07:38.703263+0000 mgr.x (mgr.24530) 8 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:07:39.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: cluster 2024-09-20T23:07:38.710776+0000 mon.a (mon.0) 1175 : cluster [DBG] mgrmap e23: x(active, since 1.33363s) 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:38.734437+0000 mgr.x (mgr.24530) 9 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: cluster 2024-09-20T23:07:38.737203+0000 mgr.x (mgr.24530) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: cephadm 2024-09-20T23:07:38.765200+0000 mgr.x (mgr.24530) 11 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: cephadm 2024-09-20T23:07:38.825764+0000 mgr.x (mgr.24530) 12 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.035458+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.039191+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.045149+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.051029+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.173239+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.182812+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.189382+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.195428+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.237176+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.242626+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.248613+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.254004+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.254273+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:07:39.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[19864]: audit 2024-09-20T23:07:39.256243+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:07:39.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: cephadm 2024-09-20T23:07:38.041586+0000 mgr.x (mgr.24530) 1 : cephadm [INF] Queued rgw.foo for migration 2024-09-20T23:07:39.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: cephadm 2024-09-20T23:07:38.042339+0000 mgr.x (mgr.24530) 2 : 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-09-20T23:07:39.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: cephadm 2024-09-20T23:07:38.054094+0000 mgr.x (mgr.24530) 3 : cephadm [INF] Migrating certs/keys for iscsi.foo spec to cert store 2024-09-20T23:07:39.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: cephadm 2024-09-20T23:07:38.054175+0000 mgr.x (mgr.24530) 4 : cephadm [INF] Migrating certs/keys for rgw.foo spec to cert store 2024-09-20T23:07:39.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: cephadm 2024-09-20T23:07:38.054429+0000 mgr.x (mgr.24530) 5 : cephadm [INF] Checking for cert/key for grafana.a 2024-09-20T23:07:39.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: cephadm 2024-09-20T23:07:38.107836+0000 mgr.x (mgr.24530) 6 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:07:39.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: cephadm 2024-09-20T23:07:38.108398+0000 mgr.x (mgr.24530) 7 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:07:39.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: cephadm 2024-09-20T23:07:38.703263+0000 mgr.x (mgr.24530) 8 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:07:39.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: cluster 2024-09-20T23:07:38.710776+0000 mon.a (mon.0) 1175 : cluster [DBG] mgrmap e23: x(active, since 1.33363s) 2024-09-20T23:07:39.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:38.734437+0000 mgr.x (mgr.24530) 9 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:39.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: cluster 2024-09-20T23:07:38.737203+0000 mgr.x (mgr.24530) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:39.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: cephadm 2024-09-20T23:07:38.765200+0000 mgr.x (mgr.24530) 11 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:07:39.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: cephadm 2024-09-20T23:07:38.825764+0000 mgr.x (mgr.24530) 12 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:07:39.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.035458+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.039191+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.045149+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.051029+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.173239+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.182812+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.189382+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.195428+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.237176+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.242626+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.248613+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.985 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[20114]: debug 2024-09-20T23:07:39.827+0000 7ff84a16d000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T23:07:39.985 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:39.879Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:07:39.986 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.254004+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:39.986 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.254273+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:07:39.986 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:39 smithi083 bash[25244]: audit 2024-09-20T23:07:39.256243+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:07:40.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: cephadm 2024-09-20T23:07:38.041586+0000 mgr.x (mgr.24530) 1 : cephadm [INF] Queued rgw.foo for migration 2024-09-20T23:07:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: cephadm 2024-09-20T23:07:38.042339+0000 mgr.x (mgr.24530) 2 : 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-09-20T23:07:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: cephadm 2024-09-20T23:07:38.054094+0000 mgr.x (mgr.24530) 3 : cephadm [INF] Migrating certs/keys for iscsi.foo spec to cert store 2024-09-20T23:07:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: cephadm 2024-09-20T23:07:38.054175+0000 mgr.x (mgr.24530) 4 : cephadm [INF] Migrating certs/keys for rgw.foo spec to cert store 2024-09-20T23:07:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: cephadm 2024-09-20T23:07:38.054429+0000 mgr.x (mgr.24530) 5 : cephadm [INF] Checking for cert/key for grafana.a 2024-09-20T23:07:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: cephadm 2024-09-20T23:07:38.107836+0000 mgr.x (mgr.24530) 6 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:07:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: cephadm 2024-09-20T23:07:38.108398+0000 mgr.x (mgr.24530) 7 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:07:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: cephadm 2024-09-20T23:07:38.703263+0000 mgr.x (mgr.24530) 8 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:07:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: cluster 2024-09-20T23:07:38.710776+0000 mon.a (mon.0) 1175 : cluster [DBG] mgrmap e23: x(active, since 1.33363s) 2024-09-20T23:07:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:38.734437+0000 mgr.x (mgr.24530) 9 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: cluster 2024-09-20T23:07:38.737203+0000 mgr.x (mgr.24530) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: cephadm 2024-09-20T23:07:38.765200+0000 mgr.x (mgr.24530) 11 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: cephadm 2024-09-20T23:07:38.825764+0000 mgr.x (mgr.24530) 12 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.035458+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.039191+0000 mon.a (mon.0) 1177 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.045149+0000 mon.a (mon.0) 1178 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.051029+0000 mon.a (mon.0) 1179 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.173239+0000 mon.a (mon.0) 1180 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.182812+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.189382+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.195428+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.237176+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.242626+0000 mon.a (mon.0) 1185 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.248613+0000 mon.a (mon.0) 1186 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.254004+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:40.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.254273+0000 mon.b (mon.2) 56 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:07:40.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:39 smithi142 bash[19948]: audit 2024-09-20T23:07:39.256243+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:07:40.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: debug 2024-09-20T23:07:40.263+0000 7fc845d12640 -1 log_channel(cephadm) log [ERR] : [20/Sep/2024:23:07:40] ENGINE Error in HTTPServer.serve 2024-09-20T23:07:40.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: Traceback (most recent call last): 2024-09-20T23:07:40.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: self._connections.run(self.expiration_interval) 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: self._run(expiration_interval) 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: s = self.context.wrap_socket( 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: return self.sslsocket_class._create( 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: self.do_handshake() 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:07:40.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: self._sslobj.do_handshake() 2024-09-20T23:07:40.571 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[48288]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:07:40.926 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:40 smithi083 bash[25244]: cephadm 2024-09-20T23:07:38.919730+0000 mgr.x (mgr.24530) 13 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:07:40.926 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:40 smithi083 bash[25244]: cephadm 2024-09-20T23:07:38.965098+0000 mgr.x (mgr.24530) 14 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:07:40.926 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:40 smithi083 bash[25244]: cephadm 2024-09-20T23:07:39.074860+0000 mgr.x (mgr.24530) 15 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:07:40.926 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:40 smithi083 bash[25244]: cluster 2024-09-20T23:07:39.684700+0000 mgr.x (mgr.24530) 16 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:40.926 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:40 smithi083 bash[19864]: cephadm 2024-09-20T23:07:38.919730+0000 mgr.x (mgr.24530) 13 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:07:40.926 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:40 smithi083 bash[19864]: cephadm 2024-09-20T23:07:38.965098+0000 mgr.x (mgr.24530) 14 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:07:40.927 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:40 smithi083 bash[19864]: cephadm 2024-09-20T23:07:39.074860+0000 mgr.x (mgr.24530) 15 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:07:40.927 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:40 smithi083 bash[19864]: cluster 2024-09-20T23:07:39.684700+0000 mgr.x (mgr.24530) 16 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:40.927 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:40 smithi083 bash[20114]: debug 2024-09-20T23:07:40.594+0000 7ff84a16d000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T23:07:40.927 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:40 smithi083 bash[20114]: debug 2024-09-20T23:07:40.710+0000 7ff84a16d000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T23:07:40.927 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:40 smithi083 bash[20114]: debug 2024-09-20T23:07:40.818+0000 7ff84a16d000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T23:07:41.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[19948]: cephadm 2024-09-20T23:07:38.919730+0000 mgr.x (mgr.24530) 13 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:07:41.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[19948]: cephadm 2024-09-20T23:07:38.965098+0000 mgr.x (mgr.24530) 14 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:07:41.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[19948]: cephadm 2024-09-20T23:07:39.074860+0000 mgr.x (mgr.24530) 15 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:07:41.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:40 smithi142 bash[19948]: cluster 2024-09-20T23:07:39.684700+0000 mgr.x (mgr.24530) 16 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:41.319 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:40 smithi083 bash[20114]: debug 2024-09-20T23:07:40.926+0000 7ff84a16d000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T23:07:41.319 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[20114]: debug 2024-09-20T23:07:41.142+0000 7ff84a16d000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T23:07:41.725 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[20114]: debug 2024-09-20T23:07:41.422+0000 7ff84a16d000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T23:07:41.725 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[20114]: debug 2024-09-20T23:07:41.526+0000 7ff84a16d000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T23:07:41.994 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[20114]: debug 2024-09-20T23:07:41.726+0000 7ff84a16d000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T23:07:41.995 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: cephadm 2024-09-20T23:07:40.148545+0000 mgr.x (mgr.24530) 17 : cephadm [INF] [20/Sep/2024:23:07:40] ENGINE Bus STARTING 2024-09-20T23:07:41.995 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: cephadm 2024-09-20T23:07:40.265448+0000 mgr.x (mgr.24530) 18 : cephadm [INF] [20/Sep/2024:23:07:40] ENGINE Serving on https://172.21.15.142:7150 2024-09-20T23:07:41.995 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: cephadm 2024-09-20T23:07:40.268692+0000 mgr.x (mgr.24530) 19 : cephadm [ERR] [20/Sep/2024:23:07:40] ENGINE Error in HTTPServer.serve 2024-09-20T23:07:41.995 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: Traceback (most recent call last): 2024-09-20T23:07:41.995 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:07:41.995 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: self._connections.run(self.expiration_interval) 2024-09-20T23:07:41.995 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:07:41.995 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: self._run(expiration_interval) 2024-09-20T23:07:41.995 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:07:41.995 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:07:41.995 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:07:41.996 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:07:41.996 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:07:41.996 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: s = self.context.wrap_socket( 2024-09-20T23:07:41.996 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:07:41.996 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: return self.sslsocket_class._create( 2024-09-20T23:07:41.996 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:07:41.996 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: self.do_handshake() 2024-09-20T23:07:41.996 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:07:41.996 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: self._sslobj.do_handshake() 2024-09-20T23:07:41.996 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:07:41.996 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: cephadm 2024-09-20T23:07:40.366371+0000 mgr.x (mgr.24530) 20 : cephadm [INF] [20/Sep/2024:23:07:40] ENGINE Serving on http://172.21.15.142:8765 2024-09-20T23:07:41.996 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: cephadm 2024-09-20T23:07:40.366516+0000 mgr.x (mgr.24530) 21 : cephadm [INF] [20/Sep/2024:23:07:40] ENGINE Bus STARTED 2024-09-20T23:07:41.997 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: cephadm 2024-09-20T23:07:40.377150+0000 mgr.x (mgr.24530) 22 : cephadm [INF] Reconfiguring daemon agent.smithi083 on smithi083 2024-09-20T23:07:41.997 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: cephadm 2024-09-20T23:07:40.455975+0000 mgr.x (mgr.24530) 23 : cephadm [INF] Deploying cephadm binary to smithi083 2024-09-20T23:07:41.997 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[25244]: cluster 2024-09-20T23:07:40.744504+0000 mon.a (mon.0) 1189 : cluster [DBG] mgrmap e24: x(active, since 3s) 2024-09-20T23:07:41.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: cephadm 2024-09-20T23:07:40.148545+0000 mgr.x (mgr.24530) 17 : cephadm [INF] [20/Sep/2024:23:07:40] ENGINE Bus STARTING 2024-09-20T23:07:41.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: cephadm 2024-09-20T23:07:40.265448+0000 mgr.x (mgr.24530) 18 : cephadm [INF] [20/Sep/2024:23:07:40] ENGINE Serving on https://172.21.15.142:7150 2024-09-20T23:07:41.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: cephadm 2024-09-20T23:07:40.268692+0000 mgr.x (mgr.24530) 19 : cephadm [ERR] [20/Sep/2024:23:07:40] ENGINE Error in HTTPServer.serve 2024-09-20T23:07:41.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: Traceback (most recent call last): 2024-09-20T23:07:41.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:07:41.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: self._connections.run(self.expiration_interval) 2024-09-20T23:07:41.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:07:41.997 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: self._run(expiration_interval) 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: s = self.context.wrap_socket( 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: return self.sslsocket_class._create( 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: self.do_handshake() 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: self._sslobj.do_handshake() 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:07:41.998 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: cephadm 2024-09-20T23:07:40.366371+0000 mgr.x (mgr.24530) 20 : cephadm [INF] [20/Sep/2024:23:07:40] ENGINE Serving on http://172.21.15.142:8765 2024-09-20T23:07:41.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: cephadm 2024-09-20T23:07:40.366516+0000 mgr.x (mgr.24530) 21 : cephadm [INF] [20/Sep/2024:23:07:40] ENGINE Bus STARTED 2024-09-20T23:07:41.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: cephadm 2024-09-20T23:07:40.377150+0000 mgr.x (mgr.24530) 22 : cephadm [INF] Reconfiguring daemon agent.smithi083 on smithi083 2024-09-20T23:07:41.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: cephadm 2024-09-20T23:07:40.455975+0000 mgr.x (mgr.24530) 23 : cephadm [INF] Deploying cephadm binary to smithi083 2024-09-20T23:07:41.999 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:41 smithi083 bash[19864]: cluster 2024-09-20T23:07:40.744504+0000 mon.a (mon.0) 1189 : cluster [DBG] mgrmap e24: x(active, since 3s) 2024-09-20T23:07:42.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: cephadm 2024-09-20T23:07:40.148545+0000 mgr.x (mgr.24530) 17 : cephadm [INF] [20/Sep/2024:23:07:40] ENGINE Bus STARTING 2024-09-20T23:07:42.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: cephadm 2024-09-20T23:07:40.265448+0000 mgr.x (mgr.24530) 18 : cephadm [INF] [20/Sep/2024:23:07:40] ENGINE Serving on https://172.21.15.142:7150 2024-09-20T23:07:42.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: cephadm 2024-09-20T23:07:40.268692+0000 mgr.x (mgr.24530) 19 : cephadm [ERR] [20/Sep/2024:23:07:40] ENGINE Error in HTTPServer.serve 2024-09-20T23:07:42.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: Traceback (most recent call last): 2024-09-20T23:07:42.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:07:42.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: self._connections.run(self.expiration_interval) 2024-09-20T23:07:42.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:07:42.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: self._run(expiration_interval) 2024-09-20T23:07:42.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:07:42.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:07:42.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:07:42.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: s = self.context.wrap_socket( 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: return self.sslsocket_class._create( 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: self.do_handshake() 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: self._sslobj.do_handshake() 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: cephadm 2024-09-20T23:07:40.366371+0000 mgr.x (mgr.24530) 20 : cephadm [INF] [20/Sep/2024:23:07:40] ENGINE Serving on http://172.21.15.142:8765 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: cephadm 2024-09-20T23:07:40.366516+0000 mgr.x (mgr.24530) 21 : cephadm [INF] [20/Sep/2024:23:07:40] ENGINE Bus STARTED 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: cephadm 2024-09-20T23:07:40.377150+0000 mgr.x (mgr.24530) 22 : cephadm [INF] Reconfiguring daemon agent.smithi083 on smithi083 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: cephadm 2024-09-20T23:07:40.455975+0000 mgr.x (mgr.24530) 23 : cephadm [INF] Deploying cephadm binary to smithi083 2024-09-20T23:07:42.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:41 smithi142 bash[19948]: cluster 2024-09-20T23:07:40.744504+0000 mon.a (mon.0) 1189 : cluster [DBG] mgrmap e24: x(active, since 3s) 2024-09-20T23:07:42.252 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[20114]: debug 2024-09-20T23:07:41.998+0000 7ff84a16d000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T23:07:42.569 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[20114]: debug 2024-09-20T23:07:42.294+0000 7ff84a16d000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T23:07:42.569 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[20114]: debug 2024-09-20T23:07:42.470+0000 7ff84a16d000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:07:43.006 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:07:42 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:43.007 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:07:42 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:43.007 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:07:42 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:43.007 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:42 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:43.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[19864]: cluster 2024-09-20T23:07:41.685364+0000 mgr.x (mgr.24530) 24 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:43.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[19864]: audit 2024-09-20T23:07:42.152522+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:43.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[19864]: audit 2024-09-20T23:07:42.165008+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:43.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[19864]: audit 2024-09-20T23:07:42.175821+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:43.008 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:42 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:43.008 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[20114]: debug 2024-09-20T23:07:42.714+0000 7ff84a16d000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T23:07:43.008 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[20114]: debug 2024-09-20T23:07:42.838+0000 7ff84a16d000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T23:07:43.008 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:42 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:43.008 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:42 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:43.009 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:07:42 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:43.009 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[25244]: cluster 2024-09-20T23:07:41.685364+0000 mgr.x (mgr.24530) 24 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:43.009 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[25244]: audit 2024-09-20T23:07:42.152522+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:43.009 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[25244]: audit 2024-09-20T23:07:42.165008+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:43.009 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:42 smithi083 bash[25244]: audit 2024-09-20T23:07:42.175821+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:43.009 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:42 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:43.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:42 smithi142 bash[19948]: cluster 2024-09-20T23:07:41.685364+0000 mgr.x (mgr.24530) 24 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:43.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:42 smithi142 bash[19948]: audit 2024-09-20T23:07:42.152522+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:43.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:42 smithi142 bash[19948]: audit 2024-09-20T23:07:42.165008+0000 mon.a (mon.0) 1191 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:43.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:42 smithi142 bash[19948]: audit 2024-09-20T23:07:42.175821+0000 mon.a (mon.0) 1192 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:43.319 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:43 smithi083 systemd[1]: Stopping Ceph node-exporter.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:07:43.320 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[20114]: debug 2024-09-20T23:07:43.194+0000 7ff84a16d000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:07:43.762 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[47267]: level=error ts=2024-09-20T23:07:43.526Z 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.83:8443//api/prometheus_receiver\": dial tcp 172.21.15.83:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:07:43.762 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:43.527Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.83:8443//api/prometheus_receiver\": dial tcp 172.21.15.83:8443: connect: connection refused" 2024-09-20T23:07:43.762 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:43.531Z 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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:07:43.762 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:07:43] "GET /metrics HTTP/1.1" 200 34974 "" "Prometheus/2.33.4" 2024-09-20T23:07:44.065 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[20114]: debug 2024-09-20T23:07:43.938+0000 7ff84a16d000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T23:07:44.065 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[25244]: cephadm 2024-09-20T23:07:42.178314+0000 mgr.x (mgr.24530) 25 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-09-20T23:07:44.065 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[25244]: cephadm 2024-09-20T23:07:42.178898+0000 mgr.x (mgr.24530) 26 : cephadm [INF] Deploying daemon node-exporter.a on smithi083 2024-09-20T23:07:44.065 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[25244]: cluster 2024-09-20T23:07:42.759931+0000 mon.a (mon.0) 1193 : cluster [DBG] mgrmap e25: x(active, since 5s) 2024-09-20T23:07:44.066 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[64496]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-node-exporter-a 2024-09-20T23:07:44.066 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:43 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-20T23:07:44.066 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[64561]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-node-exporter-a 2024-09-20T23:07:44.066 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:43 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-20T23:07:44.066 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:43 smithi083 systemd[1]: Stopped Ceph node-exporter.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:07:44.066 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[19864]: cephadm 2024-09-20T23:07:42.178314+0000 mgr.x (mgr.24530) 25 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-09-20T23:07:44.066 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[19864]: cephadm 2024-09-20T23:07:42.178898+0000 mgr.x (mgr.24530) 26 : cephadm [INF] Deploying daemon node-exporter.a on smithi083 2024-09-20T23:07:44.066 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:43 smithi083 bash[19864]: cluster 2024-09-20T23:07:42.759931+0000 mon.a (mon.0) 1193 : cluster [DBG] mgrmap e25: x(active, since 5s) 2024-09-20T23:07:44.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:43 smithi142 bash[19948]: cephadm 2024-09-20T23:07:42.178314+0000 mgr.x (mgr.24530) 25 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2024-09-20T23:07:44.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:43 smithi142 bash[19948]: cephadm 2024-09-20T23:07:42.178898+0000 mgr.x (mgr.24530) 26 : cephadm [INF] Deploying daemon node-exporter.a on smithi083 2024-09-20T23:07:44.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:43 smithi142 bash[19948]: cluster 2024-09-20T23:07:42.759931+0000 mon.a (mon.0) 1193 : cluster [DBG] mgrmap e25: x(active, since 5s) 2024-09-20T23:07:44.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:44 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:44.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:44 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:44.320 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:07:44 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:44.320 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:07:44 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:44.320 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[20114]: debug 2024-09-20T23:07:44.066+0000 7ff84a16d000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T23:07:44.320 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:44 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:44.320 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[20114]: debug 2024-09-20T23:07:44.306+0000 7ff84a16d000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T23:07:44.321 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:07:44 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:44.321 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:44 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:44.321 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:07:44 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:44.321 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:44 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:44.321 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:44 smithi083 systemd[1]: Started Ceph node-exporter.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:07:44.321 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[64618]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-09-20T23:07:44.904 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[20114]: debug 2024-09-20T23:07:44.642+0000 7ff84a16d000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T23:07:44.904 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[64618]: v1.5.0: Pulling from prometheus/node-exporter 2024-09-20T23:07:44.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[19864]: cluster 2024-09-20T23:07:43.686171+0000 mgr.x (mgr.24530) 27 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:44.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[19864]: audit 2024-09-20T23:07:44.281873+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:44.904 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[19864]: audit 2024-09-20T23:07:44.293945+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:44.904 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[25244]: cluster 2024-09-20T23:07:43.686171+0000 mgr.x (mgr.24530) 27 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:44.905 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[25244]: audit 2024-09-20T23:07:44.281873+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:44.905 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[25244]: audit 2024-09-20T23:07:44.293945+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:45.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:44 smithi142 bash[19948]: cluster 2024-09-20T23:07:43.686171+0000 mgr.x (mgr.24530) 27 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:07:45.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:44 smithi142 bash[19948]: audit 2024-09-20T23:07:44.281873+0000 mon.a (mon.0) 1194 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:45.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:44 smithi142 bash[19948]: audit 2024-09-20T23:07:44.293945+0000 mon.a (mon.0) 1195 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:45.170 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[20114]: debug 2024-09-20T23:07:45.042+0000 7ff84a16d000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T23:07:45.170 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[64618]: 22b70bddd3ac: Pulling fs layer 2024-09-20T23:07:45.170 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[64618]: 5c12815fee55: Pulling fs layer 2024-09-20T23:07:45.170 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:44 smithi083 bash[64618]: c0e87333d380: Pulling fs layer 2024-09-20T23:07:45.170 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[64618]: 22b70bddd3ac: Verifying Checksum 2024-09-20T23:07:45.170 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[64618]: 22b70bddd3ac: Download complete 2024-09-20T23:07:45.170 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[64618]: 5c12815fee55: Download complete 2024-09-20T23:07:45.474 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[64618]: c0e87333d380: Verifying Checksum 2024-09-20T23:07:45.475 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[64618]: c0e87333d380: Download complete 2024-09-20T23:07:45.475 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[64618]: 22b70bddd3ac: Pull complete 2024-09-20T23:07:45.475 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[20114]: debug 2024-09-20T23:07:45.170+0000 7ff84a16d000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T23:07:45.475 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[20114]: [20/Sep/2024:23:07:45] ENGINE Bus STARTING 2024-09-20T23:07:45.475 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[20114]: CherryPy Checker: 2024-09-20T23:07:45.475 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[20114]: The Application mounted at '' has an empty config. 2024-09-20T23:07:45.475 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[20114]: [20/Sep/2024:23:07:45] ENGINE Serving on http://:::9283 2024-09-20T23:07:45.475 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[20114]: [20/Sep/2024:23:07:45] ENGINE Bus STARTED 2024-09-20T23:07:45.792 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:07:45] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:07:46.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:45 smithi142 bash[19948]: cephadm 2024-09-20T23:07:44.297840+0000 mgr.x (mgr.24530) 28 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-20T23:07:46.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:45 smithi142 bash[19948]: cephadm 2024-09-20T23:07:44.310463+0000 mgr.x (mgr.24530) 29 : cephadm [INF] Deploying daemon alertmanager.a on smithi083 2024-09-20T23:07:46.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:45 smithi142 bash[19948]: cluster 2024-09-20T23:07:45.197460+0000 mon.a (mon.0) 1196 : cluster [DBG] Standby manager daemon y started 2024-09-20T23:07:46.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:45 smithi142 bash[19948]: audit 2024-09-20T23:07:45.199770+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.? 172.21.15.83:0/2776316021' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-20T23:07:46.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:45 smithi142 bash[19948]: audit 2024-09-20T23:07:45.204694+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.? 172.21.15.83:0/2776316021' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:07:46.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:45 smithi142 bash[19948]: audit 2024-09-20T23:07:45.206481+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.? 172.21.15.83:0/2776316021' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-20T23:07:46.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:45 smithi142 bash[19948]: audit 2024-09-20T23:07:45.206769+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.? 172.21.15.83:0/2776316021' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:07:46.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[25244]: cephadm 2024-09-20T23:07:44.297840+0000 mgr.x (mgr.24530) 28 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-20T23:07:46.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[25244]: cephadm 2024-09-20T23:07:44.310463+0000 mgr.x (mgr.24530) 29 : cephadm [INF] Deploying daemon alertmanager.a on smithi083 2024-09-20T23:07:46.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[25244]: cluster 2024-09-20T23:07:45.197460+0000 mon.a (mon.0) 1196 : cluster [DBG] Standby manager daemon y started 2024-09-20T23:07:46.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[25244]: audit 2024-09-20T23:07:45.199770+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.? 172.21.15.83:0/2776316021' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-20T23:07:46.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[25244]: audit 2024-09-20T23:07:45.204694+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.? 172.21.15.83:0/2776316021' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:07:46.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[25244]: audit 2024-09-20T23:07:45.206481+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.? 172.21.15.83:0/2776316021' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-20T23:07:46.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[25244]: audit 2024-09-20T23:07:45.206769+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.? 172.21.15.83:0/2776316021' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:07:46.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[19864]: cephadm 2024-09-20T23:07:44.297840+0000 mgr.x (mgr.24530) 28 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-20T23:07:46.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[19864]: cephadm 2024-09-20T23:07:44.310463+0000 mgr.x (mgr.24530) 29 : cephadm [INF] Deploying daemon alertmanager.a on smithi083 2024-09-20T23:07:46.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[19864]: cluster 2024-09-20T23:07:45.197460+0000 mon.a (mon.0) 1196 : cluster [DBG] Standby manager daemon y started 2024-09-20T23:07:46.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[19864]: audit 2024-09-20T23:07:45.199770+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.? 172.21.15.83:0/2776316021' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-20T23:07:46.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[19864]: audit 2024-09-20T23:07:45.204694+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.? 172.21.15.83:0/2776316021' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:07:46.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[19864]: audit 2024-09-20T23:07:45.206481+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.? 172.21.15.83:0/2776316021' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-20T23:07:46.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:45 smithi083 bash[19864]: audit 2024-09-20T23:07:45.206769+0000 mon.a (mon.0) 1200 : audit [DBG] from='mgr.? 172.21.15.83:0/2776316021' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:07:46.569 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:46 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:46.338Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:07:47.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:46 smithi142 bash[19948]: cluster 2024-09-20T23:07:45.687933+0000 mgr.x (mgr.24530) 30 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:07:47.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:46 smithi142 bash[19948]: cluster 2024-09-20T23:07:45.787288+0000 mon.a (mon.0) 1201 : cluster [DBG] mgrmap e26: x(active, since 8s), standbys: y 2024-09-20T23:07:47.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:46 smithi142 bash[19948]: audit 2024-09-20T23:07:45.796837+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:07:47.069 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:46 smithi083 bash[64618]: 5c12815fee55: Pull complete 2024-09-20T23:07:47.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:46 smithi083 bash[19864]: cluster 2024-09-20T23:07:45.687933+0000 mgr.x (mgr.24530) 30 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:07:47.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:46 smithi083 bash[19864]: cluster 2024-09-20T23:07:45.787288+0000 mon.a (mon.0) 1201 : cluster [DBG] mgrmap e26: x(active, since 8s), standbys: y 2024-09-20T23:07:47.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:46 smithi083 bash[19864]: audit 2024-09-20T23:07:45.796837+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:07:47.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:46 smithi083 bash[25244]: cluster 2024-09-20T23:07:45.687933+0000 mgr.x (mgr.24530) 30 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:07:47.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:46 smithi083 bash[25244]: cluster 2024-09-20T23:07:45.787288+0000 mon.a (mon.0) 1201 : cluster [DBG] mgrmap e26: x(active, since 8s), standbys: y 2024-09-20T23:07:47.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:46 smithi083 bash[25244]: audit 2024-09-20T23:07:45.796837+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:07:48.278 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:48 smithi083 bash[64618]: c0e87333d380: Pull complete 2024-09-20T23:07:48.569 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:48 smithi083 bash[64618]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-09-20T23:07:48.570 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:48 smithi083 bash[64618]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-09-20T23:07:48.818 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:48 smithi142 bash[19948]: cluster 2024-09-20T23:07:47.688676+0000 mgr.x (mgr.24530) 31 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-20T23:07:49.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:48 smithi083 bash[19864]: cluster 2024-09-20T23:07:47.688676+0000 mgr.x (mgr.24530) 31 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-20T23:07:49.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:48 smithi083 bash[25244]: cluster 2024-09-20T23:07:47.688676+0000 mgr.x (mgr.24530) 31 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-20T23:07:49.853 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:49 smithi142 bash[19948]: audit 2024-09-20T23:07:48.743429+0000 mgr.x (mgr.24530) 32 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:50.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:49 smithi083 bash[19864]: audit 2024-09-20T23:07:48.743429+0000 mgr.x (mgr.24530) 32 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:50.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:49 smithi083 bash[25244]: audit 2024-09-20T23:07:48.743429+0000 mgr.x (mgr.24530) 32 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:07:51.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:50 smithi142 bash[19948]: cluster 2024-09-20T23:07:49.690401+0000 mgr.x (mgr.24530) 33 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-20T23:07:51.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:50 smithi083 bash[19864]: cluster 2024-09-20T23:07:49.690401+0000 mgr.x (mgr.24530) 33 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-20T23:07:51.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:50 smithi083 bash[25244]: cluster 2024-09-20T23:07:49.690401+0000 mgr.x (mgr.24530) 33 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-20T23:07:51.570 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.247Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-20T23:07:51.570 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.247Z 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-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.248Z 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-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.248Z 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-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z 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-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=arp 2024-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-20T23:07:51.571 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-20T23:07:51.572 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=edac 2024-09-20T23:07:51.572 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-20T23:07:51.572 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-20T23:07:51.572 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-20T23:07:51.572 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-20T23:07:51.572 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-20T23:07:51.572 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-20T23:07:51.572 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-20T23:07:51.572 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-20T23:07:51.572 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=os 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-20T23:07:51.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=stat 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=time 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=uname 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.249Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.250Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-20T23:07:51.574 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:51 smithi083 bash[64618]: ts=2024-09-20T23:07:51.250Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-20T23:07:53.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:52 smithi142 bash[19948]: cluster 2024-09-20T23:07:51.691294+0000 mgr.x (mgr.24530) 34 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:07:53.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:52 smithi083 bash[19864]: cluster 2024-09-20T23:07:51.691294+0000 mgr.x (mgr.24530) 34 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:07:53.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:52 smithi083 bash[25244]: cluster 2024-09-20T23:07:51.691294+0000 mgr.x (mgr.24530) 34 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:07:53.751 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:07:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:07:53] "GET /metrics HTTP/1.1" 200 37968 "" "Prometheus/2.33.4" 2024-09-20T23:07:53.817 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:53 smithi083 bash[19864]: audit 2024-09-20T23:07:53.101845+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:07:53.818 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:53 smithi083 bash[25244]: audit 2024-09-20T23:07:53.101845+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:07:53.818 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:53 smithi083 bash[47267]: level=error ts=2024-09-20T23:07:53.527Z caller=dispatch.go:354 component=dispatcher msg="Notify for alerts failed" num_alerts=10 err="ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://172.21.15.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:07:53.818 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:53 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:53.532Z 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.83:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.83 because it doesn't contain any IP SANs" 2024-09-20T23:07:53.818 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:53 smithi083 bash[47267]: level=warn ts=2024-09-20T23:07:53.533Z 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.142:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.142 because it doesn't contain any IP SANs" 2024-09-20T23:07:54.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:53 smithi142 bash[19948]: audit 2024-09-20T23:07:53.101845+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:07:55.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:54 smithi142 bash[19948]: cluster 2024-09-20T23:07:53.692200+0000 mgr.x (mgr.24530) 35 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:07:55.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:54 smithi083 bash[19864]: cluster 2024-09-20T23:07:53.692200+0000 mgr.x (mgr.24530) 35 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:07:55.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:54 smithi083 bash[25244]: cluster 2024-09-20T23:07:53.692200+0000 mgr.x (mgr.24530) 35 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:07:55.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:55 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:07:55] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:07:56.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:56.756 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:07:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:56.756 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:56.757 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:07:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:56.757 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:56.757 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:56.757 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:07:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:56.757 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:56.758 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:56 smithi083 systemd[1]: Stopping Ceph alertmanager.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:07:56.758 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:07:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:57.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:56 smithi142 bash[19948]: cluster 2024-09-20T23:07:55.694026+0000 mgr.x (mgr.24530) 36 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:07:57.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:56 smithi083 bash[19864]: cluster 2024-09-20T23:07:55.694026+0000 mgr.x (mgr.24530) 36 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:07:57.070 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:56 smithi083 bash[47267]: level=info ts=2024-09-20T23:07:56.767Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2024-09-20T23:07:57.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:56 smithi083 bash[25244]: cluster 2024-09-20T23:07:55.694026+0000 mgr.x (mgr.24530) 36 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:07:57.636 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:57 smithi083 bash[65366]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-alertmanager-a 2024-09-20T23:07:57.636 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:57 smithi083 bash[65426]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-alertmanager-a 2024-09-20T23:07:57.636 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:57 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@alertmanager.a.service: Deactivated successfully. 2024-09-20T23:07:57.636 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:57 smithi083 systemd[1]: Stopped Ceph alertmanager.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:07:58.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:57 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:58.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:07:57 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:58.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:57 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:58.070 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:07:57 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:58.071 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:07:57 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:58.071 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:07:57 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:58.071 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:07:57 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:58.071 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:07:57 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:58.072 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:57 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:07:58.072 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:57 smithi083 systemd[1]: Started Ceph alertmanager.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:07:59.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:58 smithi142 bash[19948]: cluster 2024-09-20T23:07:57.694847+0000 mgr.x (mgr.24530) 37 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:59.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:58 smithi142 bash[19948]: audit 2024-09-20T23:07:57.821230+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:59.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:58 smithi142 bash[19948]: audit 2024-09-20T23:07:57.834426+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:59.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:58 smithi142 bash[19948]: cephadm 2024-09-20T23:07:57.838144+0000 mgr.x (mgr.24530) 38 : cephadm [INF] Reconfiguring iscsi.foo.smithi083.kcbpup (dependencies changed)... 2024-09-20T23:07:59.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:58 smithi142 bash[19948]: audit 2024-09-20T23:07:57.838847+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:07:59.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:58 smithi142 bash[19948]: audit 2024-09-20T23:07:57.840937+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:07:59.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:58 smithi142 bash[19948]: audit 2024-09-20T23:07:57.851748+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:07:59.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:58 smithi142 bash[19948]: cephadm 2024-09-20T23:07:57.853895+0000 mgr.x (mgr.24530) 39 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:07:59.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[19864]: cluster 2024-09-20T23:07:57.694847+0000 mgr.x (mgr.24530) 37 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:59.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[19864]: audit 2024-09-20T23:07:57.821230+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:59.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[19864]: audit 2024-09-20T23:07:57.834426+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:59.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[19864]: cephadm 2024-09-20T23:07:57.838144+0000 mgr.x (mgr.24530) 38 : cephadm [INF] Reconfiguring iscsi.foo.smithi083.kcbpup (dependencies changed)... 2024-09-20T23:07:59.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[19864]: audit 2024-09-20T23:07:57.838847+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:07:59.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[19864]: audit 2024-09-20T23:07:57.840937+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:07:59.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[19864]: audit 2024-09-20T23:07:57.851748+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:07:59.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[19864]: cephadm 2024-09-20T23:07:57.853895+0000 mgr.x (mgr.24530) 39 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:07:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[25244]: cluster 2024-09-20T23:07:57.694847+0000 mgr.x (mgr.24530) 37 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:07:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[25244]: audit 2024-09-20T23:07:57.821230+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[25244]: audit 2024-09-20T23:07:57.834426+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:07:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[25244]: cephadm 2024-09-20T23:07:57.838144+0000 mgr.x (mgr.24530) 38 : cephadm [INF] Reconfiguring iscsi.foo.smithi083.kcbpup (dependencies changed)... 2024-09-20T23:07:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[25244]: audit 2024-09-20T23:07:57.838847+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:07:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[25244]: audit 2024-09-20T23:07:57.840937+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:07:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[25244]: audit 2024-09-20T23:07:57.851748+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:07:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:58 smithi083 bash[25244]: cephadm 2024-09-20T23:07:57.853895+0000 mgr.x (mgr.24530) 39 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:07:59.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:59 smithi083 bash[65481]: ts=2024-09-20T23:07:59.570Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-20T23:07:59.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:59 smithi083 bash[65481]: ts=2024-09-20T23:07:59.570Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-20T23:07:59.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:59 smithi083 bash[65481]: ts=2024-09-20T23:07:59.572Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.83 port=9094 2024-09-20T23:07:59.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:59 smithi083 bash[65481]: ts=2024-09-20T23:07:59.573Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-20T23:07:59.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:59 smithi083 bash[65481]: ts=2024-09-20T23:07:59.607Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-20T23:07:59.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:59 smithi083 bash[65481]: ts=2024-09-20T23:07:59.607Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-20T23:07:59.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:59 smithi083 bash[65481]: ts=2024-09-20T23:07:59.610Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-20T23:07:59.820 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:07:59 smithi083 bash[65481]: ts=2024-09-20T23:07:59.610Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-20T23:08:00.202 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:07:59 smithi083 bash[25244]: audit 2024-09-20T23:07:58.754860+0000 mgr.x (mgr.24530) 40 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:00.202 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:07:59 smithi083 bash[19864]: audit 2024-09-20T23:07:58.754860+0000 mgr.x (mgr.24530) 40 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:00.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:07:59 smithi142 bash[19948]: audit 2024-09-20T23:07:58.754860+0000 mgr.x (mgr.24530) 40 : audit [DBG] from='client.24709 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:01.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:00 smithi142 bash[19948]: cluster 2024-09-20T23:07:59.696512+0000 mgr.x (mgr.24530) 41 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:01.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:00 smithi083 bash[19864]: cluster 2024-09-20T23:07:59.696512+0000 mgr.x (mgr.24530) 41 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:01.319 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:00 smithi083 bash[25244]: cluster 2024-09-20T23:07:59.696512+0000 mgr.x (mgr.24530) 41 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:01.819 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:08:01 smithi083 bash[65481]: ts=2024-09-20T23:08:01.574Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000965675s 2024-09-20T23:08:02.569 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:02 smithi142 bash[41364]: ts=2024-09-20T23:08:02.314Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.83:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.142:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:08:03.000 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:02 smithi083 bash[19864]: cluster 2024-09-20T23:08:01.697260+0000 mgr.x (mgr.24530) 42 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:03.000 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:02 smithi083 bash[25244]: cluster 2024-09-20T23:08:01.697260+0000 mgr.x (mgr.24530) 42 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:03.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:02 smithi142 bash[19948]: cluster 2024-09-20T23:08:01.697260+0000 mgr.x (mgr.24530) 42 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:03.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:03 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:08:03] "GET /metrics HTTP/1.1" 200 37968 "" "Prometheus/2.33.4" 2024-09-20T23:08:05.103 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:04 smithi083 bash[25244]: cluster 2024-09-20T23:08:03.698137+0000 mgr.x (mgr.24530) 43 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:05.104 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:04 smithi083 bash[25244]: audit 2024-09-20T23:08:04.742774+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:05.104 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:04 smithi083 bash[25244]: audit 2024-09-20T23:08:04.756244+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:05.104 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:04 smithi083 bash[25244]: audit 2024-09-20T23:08:04.760360+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:08:05.104 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:04 smithi083 bash[25244]: audit 2024-09-20T23:08:04.762573+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:08:05.104 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:04 smithi083 bash[19864]: cluster 2024-09-20T23:08:03.698137+0000 mgr.x (mgr.24530) 43 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:05.104 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:04 smithi083 bash[19864]: audit 2024-09-20T23:08:04.742774+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:05.104 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:04 smithi083 bash[19864]: audit 2024-09-20T23:08:04.756244+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:05.104 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:04 smithi083 bash[19864]: audit 2024-09-20T23:08:04.760360+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:08:05.104 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:04 smithi083 bash[19864]: audit 2024-09-20T23:08:04.762573+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:08:05.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:04 smithi142 bash[19948]: cluster 2024-09-20T23:08:03.698137+0000 mgr.x (mgr.24530) 43 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:05.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:04 smithi142 bash[19948]: audit 2024-09-20T23:08:04.742774+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:05.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:04 smithi142 bash[19948]: audit 2024-09-20T23:08:04.756244+0000 mon.a (mon.0) 1206 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:05.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:04 smithi142 bash[19948]: audit 2024-09-20T23:08:04.760360+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:08:05.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:04 smithi142 bash[19948]: audit 2024-09-20T23:08:04.762573+0000 mon.a (mon.0) 1207 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:08:05.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:08:05 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:08:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:08:07.143 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:06 smithi142 bash[19948]: cephadm 2024-09-20T23:08:05.225663+0000 mgr.x (mgr.24530) 44 : cephadm [INF] Reconfiguring daemon agent.smithi142 on smithi142 2024-09-20T23:08:07.143 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:06 smithi142 bash[19948]: cephadm 2024-09-20T23:08:05.315643+0000 mgr.x (mgr.24530) 45 : cephadm [INF] Deploying cephadm binary to smithi142 2024-09-20T23:08:07.144 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:06 smithi142 bash[19948]: cluster 2024-09-20T23:08:05.699879+0000 mgr.x (mgr.24530) 46 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:07.144 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:06 smithi083 bash[25244]: cephadm 2024-09-20T23:08:05.225663+0000 mgr.x (mgr.24530) 44 : cephadm [INF] Reconfiguring daemon agent.smithi142 on smithi142 2024-09-20T23:08:07.144 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:06 smithi083 bash[25244]: cephadm 2024-09-20T23:08:05.315643+0000 mgr.x (mgr.24530) 45 : cephadm [INF] Deploying cephadm binary to smithi142 2024-09-20T23:08:07.144 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:06 smithi083 bash[25244]: cluster 2024-09-20T23:08:05.699879+0000 mgr.x (mgr.24530) 46 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:07.144 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:06 smithi083 bash[19864]: cephadm 2024-09-20T23:08:05.225663+0000 mgr.x (mgr.24530) 44 : cephadm [INF] Reconfiguring daemon agent.smithi142 on smithi142 2024-09-20T23:08:07.144 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:06 smithi083 bash[19864]: cephadm 2024-09-20T23:08:05.315643+0000 mgr.x (mgr.24530) 45 : cephadm [INF] Deploying cephadm binary to smithi142 2024-09-20T23:08:07.144 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:06 smithi083 bash[19864]: cluster 2024-09-20T23:08:05.699879+0000 mgr.x (mgr.24530) 46 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:08.279 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:08 smithi083 bash[19864]: audit 2024-09-20T23:08:07.044185+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:08.279 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:08 smithi083 bash[19864]: audit 2024-09-20T23:08:07.056824+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:08.279 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:08 smithi083 bash[19864]: audit 2024-09-20T23:08:07.065251+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:08.279 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:08 smithi083 bash[19864]: cephadm 2024-09-20T23:08:07.065851+0000 mgr.x (mgr.24530) 47 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T23:08:08.280 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:08 smithi083 bash[19864]: cephadm 2024-09-20T23:08:07.307919+0000 mgr.x (mgr.24530) 48 : cephadm [INF] Deploying daemon prometheus.a on smithi142 2024-09-20T23:08:08.280 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:08 smithi083 bash[19864]: cluster 2024-09-20T23:08:07.700363+0000 mgr.x (mgr.24530) 49 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:08.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:08 smithi083 bash[25244]: audit 2024-09-20T23:08:07.044185+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:08.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:08 smithi083 bash[25244]: audit 2024-09-20T23:08:07.056824+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:08.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:08 smithi083 bash[25244]: audit 2024-09-20T23:08:07.065251+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:08.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:08 smithi083 bash[25244]: cephadm 2024-09-20T23:08:07.065851+0000 mgr.x (mgr.24530) 47 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T23:08:08.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:08 smithi083 bash[25244]: cephadm 2024-09-20T23:08:07.307919+0000 mgr.x (mgr.24530) 48 : cephadm [INF] Deploying daemon prometheus.a on smithi142 2024-09-20T23:08:08.280 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:08 smithi083 bash[25244]: cluster 2024-09-20T23:08:07.700363+0000 mgr.x (mgr.24530) 49 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:08.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:08 smithi142 bash[19948]: audit 2024-09-20T23:08:07.044185+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:08.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:08 smithi142 bash[19948]: audit 2024-09-20T23:08:07.056824+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:08.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:08 smithi142 bash[19948]: audit 2024-09-20T23:08:07.065251+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:08.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:08 smithi142 bash[19948]: cephadm 2024-09-20T23:08:07.065851+0000 mgr.x (mgr.24530) 47 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T23:08:08.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:08 smithi142 bash[19948]: cephadm 2024-09-20T23:08:07.307919+0000 mgr.x (mgr.24530) 48 : cephadm [INF] Deploying daemon prometheus.a on smithi142 2024-09-20T23:08:08.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:08 smithi142 bash[19948]: cluster 2024-09-20T23:08:07.700363+0000 mgr.x (mgr.24530) 49 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:09.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:09 smithi142 bash[19948]: audit 2024-09-20T23:08:08.101954+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:08:09.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:09 smithi142 bash[19948]: audit 2024-09-20T23:08:08.630688+0000 mon.c (mon.1) 184 : audit [DBG] from='client.? 172.21.15.83:0/966805166' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:08:09.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:09 smithi142 bash[19948]: audit 2024-09-20T23:08:08.983273+0000 mon.a (mon.0) 1211 : audit [INF] from='client.? 172.21.15.83:0/1137675408' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/752934329"}]: dispatch 2024-09-20T23:08:09.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:09 smithi083 bash[19864]: audit 2024-09-20T23:08:08.101954+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:08:09.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:09 smithi083 bash[19864]: audit 2024-09-20T23:08:08.630688+0000 mon.c (mon.1) 184 : audit [DBG] from='client.? 172.21.15.83:0/966805166' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:08:09.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:09 smithi083 bash[19864]: audit 2024-09-20T23:08:08.983273+0000 mon.a (mon.0) 1211 : audit [INF] from='client.? 172.21.15.83:0/1137675408' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/752934329"}]: dispatch 2024-09-20T23:08:09.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:09 smithi083 bash[25244]: audit 2024-09-20T23:08:08.101954+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:08:09.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:09 smithi083 bash[25244]: audit 2024-09-20T23:08:08.630688+0000 mon.c (mon.1) 184 : audit [DBG] from='client.? 172.21.15.83:0/966805166' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:08:09.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:09 smithi083 bash[25244]: audit 2024-09-20T23:08:08.983273+0000 mon.a (mon.0) 1211 : audit [INF] from='client.? 172.21.15.83:0/1137675408' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/752934329"}]: dispatch 2024-09-20T23:08:09.848 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:08:09 smithi083 bash[65481]: ts=2024-09-20T23:08:09.575Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002218621s 2024-09-20T23:08:10.848 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:10 smithi142 bash[19948]: audit 2024-09-20T23:08:09.597066+0000 mon.a (mon.0) 1212 : audit [INF] from='client.? 172.21.15.83:0/1137675408' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/752934329"}]': finished 2024-09-20T23:08:10.849 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:10 smithi142 bash[19948]: cluster 2024-09-20T23:08:09.597318+0000 mon.a (mon.0) 1213 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-09-20T23:08:10.849 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:10 smithi142 bash[19948]: cluster 2024-09-20T23:08:09.700986+0000 mgr.x (mgr.24530) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2024-09-20T23:08:10.849 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:10 smithi142 bash[19948]: audit 2024-09-20T23:08:09.960910+0000 mon.c (mon.1) 185 : audit [INF] from='client.? 172.21.15.83:0/599244683' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/752934329"}]: dispatch 2024-09-20T23:08:10.849 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:10 smithi142 bash[19948]: audit 2024-09-20T23:08:09.961785+0000 mon.a (mon.0) 1214 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/752934329"}]: dispatch 2024-09-20T23:08:11.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:10 smithi083 bash[25244]: audit 2024-09-20T23:08:09.597066+0000 mon.a (mon.0) 1212 : audit [INF] from='client.? 172.21.15.83:0/1137675408' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/752934329"}]': finished 2024-09-20T23:08:11.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:10 smithi083 bash[25244]: cluster 2024-09-20T23:08:09.597318+0000 mon.a (mon.0) 1213 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-09-20T23:08:11.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:10 smithi083 bash[25244]: cluster 2024-09-20T23:08:09.700986+0000 mgr.x (mgr.24530) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2024-09-20T23:08:11.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:10 smithi083 bash[25244]: audit 2024-09-20T23:08:09.960910+0000 mon.c (mon.1) 185 : audit [INF] from='client.? 172.21.15.83:0/599244683' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/752934329"}]: dispatch 2024-09-20T23:08:11.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:10 smithi083 bash[25244]: audit 2024-09-20T23:08:09.961785+0000 mon.a (mon.0) 1214 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/752934329"}]: dispatch 2024-09-20T23:08:11.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:10 smithi083 bash[19864]: audit 2024-09-20T23:08:09.597066+0000 mon.a (mon.0) 1212 : audit [INF] from='client.? 172.21.15.83:0/1137675408' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/752934329"}]': finished 2024-09-20T23:08:11.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:10 smithi083 bash[19864]: cluster 2024-09-20T23:08:09.597318+0000 mon.a (mon.0) 1213 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2024-09-20T23:08:11.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:10 smithi083 bash[19864]: cluster 2024-09-20T23:08:09.700986+0000 mgr.x (mgr.24530) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2024-09-20T23:08:11.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:10 smithi083 bash[19864]: audit 2024-09-20T23:08:09.960910+0000 mon.c (mon.1) 185 : audit [INF] from='client.? 172.21.15.83:0/599244683' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/752934329"}]: dispatch 2024-09-20T23:08:11.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:10 smithi083 bash[19864]: audit 2024-09-20T23:08:09.961785+0000 mon.a (mon.0) 1214 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/752934329"}]: dispatch 2024-09-20T23:08:11.933 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:11 smithi083 bash[25244]: audit 2024-09-20T23:08:10.609629+0000 mon.a (mon.0) 1215 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/752934329"}]': finished 2024-09-20T23:08:11.933 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:11 smithi083 bash[25244]: cluster 2024-09-20T23:08:10.609995+0000 mon.a (mon.0) 1216 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-09-20T23:08:11.933 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:11 smithi083 bash[25244]: audit 2024-09-20T23:08:10.967467+0000 mon.c (mon.1) 186 : audit [INF] from='client.? 172.21.15.83:0/69650402' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2551452286"}]: dispatch 2024-09-20T23:08:11.933 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:11 smithi083 bash[25244]: audit 2024-09-20T23:08:10.968197+0000 mon.a (mon.0) 1217 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2551452286"}]: dispatch 2024-09-20T23:08:11.933 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:11 smithi083 bash[19864]: audit 2024-09-20T23:08:10.609629+0000 mon.a (mon.0) 1215 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/752934329"}]': finished 2024-09-20T23:08:11.933 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:11 smithi083 bash[19864]: cluster 2024-09-20T23:08:10.609995+0000 mon.a (mon.0) 1216 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-09-20T23:08:11.933 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:11 smithi083 bash[19864]: audit 2024-09-20T23:08:10.967467+0000 mon.c (mon.1) 186 : audit [INF] from='client.? 172.21.15.83:0/69650402' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2551452286"}]: dispatch 2024-09-20T23:08:11.934 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:11 smithi083 bash[19864]: audit 2024-09-20T23:08:10.968197+0000 mon.a (mon.0) 1217 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2551452286"}]: dispatch 2024-09-20T23:08:12.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:11 smithi142 bash[19948]: audit 2024-09-20T23:08:10.609629+0000 mon.a (mon.0) 1215 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/752934329"}]': finished 2024-09-20T23:08:12.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:11 smithi142 bash[19948]: cluster 2024-09-20T23:08:10.609995+0000 mon.a (mon.0) 1216 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2024-09-20T23:08:12.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:11 smithi142 bash[19948]: audit 2024-09-20T23:08:10.967467+0000 mon.c (mon.1) 186 : audit [INF] from='client.? 172.21.15.83:0/69650402' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2551452286"}]: dispatch 2024-09-20T23:08:12.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:11 smithi142 bash[19948]: audit 2024-09-20T23:08:10.968197+0000 mon.a (mon.0) 1217 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2551452286"}]: dispatch 2024-09-20T23:08:12.568 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:12 smithi142 bash[41364]: ts=2024-09-20T23:08: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.83:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.142:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:08:12.874 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:12 smithi142 bash[19948]: audit 2024-09-20T23:08:11.605783+0000 mon.a (mon.0) 1218 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2551452286"}]': finished 2024-09-20T23:08:12.875 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:12 smithi142 bash[19948]: cluster 2024-09-20T23:08:11.605869+0000 mon.a (mon.0) 1219 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-09-20T23:08:12.875 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:12 smithi142 bash[19948]: cluster 2024-09-20T23:08:11.701681+0000 mgr.x (mgr.24530) 51 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-20T23:08:12.875 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:12 smithi142 bash[19948]: audit 2024-09-20T23:08:11.980223+0000 mon.a (mon.0) 1220 : audit [INF] from='client.? 172.21.15.83:0/836069653' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3965832823"}]: dispatch 2024-09-20T23:08:13.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:12 smithi083 bash[19864]: audit 2024-09-20T23:08:11.605783+0000 mon.a (mon.0) 1218 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2551452286"}]': finished 2024-09-20T23:08:13.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:12 smithi083 bash[19864]: cluster 2024-09-20T23:08:11.605869+0000 mon.a (mon.0) 1219 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-09-20T23:08:13.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:12 smithi083 bash[19864]: cluster 2024-09-20T23:08:11.701681+0000 mgr.x (mgr.24530) 51 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-20T23:08:13.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:12 smithi083 bash[19864]: audit 2024-09-20T23:08:11.980223+0000 mon.a (mon.0) 1220 : audit [INF] from='client.? 172.21.15.83:0/836069653' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3965832823"}]: dispatch 2024-09-20T23:08:13.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:12 smithi083 bash[25244]: audit 2024-09-20T23:08:11.605783+0000 mon.a (mon.0) 1218 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2551452286"}]': finished 2024-09-20T23:08:13.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:12 smithi083 bash[25244]: cluster 2024-09-20T23:08:11.605869+0000 mon.a (mon.0) 1219 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2024-09-20T23:08:13.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:12 smithi083 bash[25244]: cluster 2024-09-20T23:08:11.701681+0000 mgr.x (mgr.24530) 51 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-20T23:08:13.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:12 smithi083 bash[25244]: audit 2024-09-20T23:08:11.980223+0000 mon.a (mon.0) 1220 : audit [INF] from='client.? 172.21.15.83:0/836069653' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3965832823"}]: dispatch 2024-09-20T23:08:13.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:13 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:08:13] "GET /metrics HTTP/1.1" 200 37970 "" "Prometheus/2.33.4" 2024-09-20T23:08:13.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:13 smithi142 bash[19948]: audit 2024-09-20T23:08:12.621893+0000 mon.a (mon.0) 1221 : audit [INF] from='client.? 172.21.15.83:0/836069653' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3965832823"}]': finished 2024-09-20T23:08:13.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:13 smithi142 bash[19948]: cluster 2024-09-20T23:08:12.622071+0000 mon.a (mon.0) 1222 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-09-20T23:08:13.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:13 smithi142 bash[19948]: audit 2024-09-20T23:08:13.004126+0000 mon.a (mon.0) 1223 : audit [INF] from='client.? 172.21.15.83:0/2443164357' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2099588313"}]: dispatch 2024-09-20T23:08:14.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:13 smithi083 bash[19864]: audit 2024-09-20T23:08:12.621893+0000 mon.a (mon.0) 1221 : audit [INF] from='client.? 172.21.15.83:0/836069653' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3965832823"}]': finished 2024-09-20T23:08:14.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:13 smithi083 bash[19864]: cluster 2024-09-20T23:08:12.622071+0000 mon.a (mon.0) 1222 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-09-20T23:08:14.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:13 smithi083 bash[19864]: audit 2024-09-20T23:08:13.004126+0000 mon.a (mon.0) 1223 : audit [INF] from='client.? 172.21.15.83:0/2443164357' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2099588313"}]: dispatch 2024-09-20T23:08:14.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:13 smithi083 bash[25244]: audit 2024-09-20T23:08:12.621893+0000 mon.a (mon.0) 1221 : audit [INF] from='client.? 172.21.15.83:0/836069653' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3965832823"}]': finished 2024-09-20T23:08:14.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:13 smithi083 bash[25244]: cluster 2024-09-20T23:08:12.622071+0000 mon.a (mon.0) 1222 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2024-09-20T23:08:14.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:13 smithi083 bash[25244]: audit 2024-09-20T23:08:13.004126+0000 mon.a (mon.0) 1223 : audit [INF] from='client.? 172.21.15.83:0/2443164357' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2099588313"}]: dispatch 2024-09-20T23:08:15.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:14 smithi142 bash[19948]: audit 2024-09-20T23:08:13.632835+0000 mon.a (mon.0) 1224 : audit [INF] from='client.? 172.21.15.83:0/2443164357' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2099588313"}]': finished 2024-09-20T23:08:15.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:14 smithi142 bash[19948]: cluster 2024-09-20T23:08:13.632996+0000 mon.a (mon.0) 1225 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-09-20T23:08:15.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:14 smithi142 bash[19948]: cluster 2024-09-20T23:08:13.702431+0000 mgr.x (mgr.24530) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:08:15.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:14 smithi142 bash[19948]: audit 2024-09-20T23:08:14.012631+0000 mon.c (mon.1) 187 : audit [INF] from='client.? 172.21.15.83:0/1140058224' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2964463721"}]: dispatch 2024-09-20T23:08:15.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:14 smithi142 bash[19948]: audit 2024-09-20T23:08:14.013496+0000 mon.a (mon.0) 1226 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2964463721"}]: dispatch 2024-09-20T23:08:15.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:14 smithi083 bash[19864]: audit 2024-09-20T23:08:13.632835+0000 mon.a (mon.0) 1224 : audit [INF] from='client.? 172.21.15.83:0/2443164357' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2099588313"}]': finished 2024-09-20T23:08:15.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:14 smithi083 bash[19864]: cluster 2024-09-20T23:08:13.632996+0000 mon.a (mon.0) 1225 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-09-20T23:08:15.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:14 smithi083 bash[19864]: cluster 2024-09-20T23:08:13.702431+0000 mgr.x (mgr.24530) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:08:15.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:14 smithi083 bash[19864]: audit 2024-09-20T23:08:14.012631+0000 mon.c (mon.1) 187 : audit [INF] from='client.? 172.21.15.83:0/1140058224' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2964463721"}]: dispatch 2024-09-20T23:08:15.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:14 smithi083 bash[19864]: audit 2024-09-20T23:08:14.013496+0000 mon.a (mon.0) 1226 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2964463721"}]: dispatch 2024-09-20T23:08:15.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:14 smithi083 bash[25244]: audit 2024-09-20T23:08:13.632835+0000 mon.a (mon.0) 1224 : audit [INF] from='client.? 172.21.15.83:0/2443164357' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2099588313"}]': finished 2024-09-20T23:08:15.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:14 smithi083 bash[25244]: cluster 2024-09-20T23:08:13.632996+0000 mon.a (mon.0) 1225 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2024-09-20T23:08:15.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:14 smithi083 bash[25244]: cluster 2024-09-20T23:08:13.702431+0000 mgr.x (mgr.24530) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 72 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:08:15.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:14 smithi083 bash[25244]: audit 2024-09-20T23:08:14.012631+0000 mon.c (mon.1) 187 : audit [INF] from='client.? 172.21.15.83:0/1140058224' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2964463721"}]: dispatch 2024-09-20T23:08:15.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:14 smithi083 bash[25244]: audit 2024-09-20T23:08:14.013496+0000 mon.a (mon.0) 1226 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2964463721"}]: dispatch 2024-09-20T23:08:15.819 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:08:15 smithi083 bash[20114]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:08:15] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2024-09-20T23:08:15.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:15 smithi083 bash[19864]: audit 2024-09-20T23:08:14.650968+0000 mon.a (mon.0) 1227 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2964463721"}]': finished 2024-09-20T23:08:15.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:15 smithi083 bash[19864]: cluster 2024-09-20T23:08:14.651184+0000 mon.a (mon.0) 1228 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-09-20T23:08:15.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:15 smithi083 bash[19864]: audit 2024-09-20T23:08:15.029465+0000 mon.c (mon.1) 188 : audit [INF] from='client.? 172.21.15.83:0/4130337089' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3419707688"}]: dispatch 2024-09-20T23:08:15.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:15 smithi083 bash[19864]: audit 2024-09-20T23:08:15.030220+0000 mon.a (mon.0) 1229 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3419707688"}]: dispatch 2024-09-20T23:08:15.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:15 smithi083 bash[25244]: audit 2024-09-20T23:08:14.650968+0000 mon.a (mon.0) 1227 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2964463721"}]': finished 2024-09-20T23:08:15.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:15 smithi083 bash[25244]: cluster 2024-09-20T23:08:14.651184+0000 mon.a (mon.0) 1228 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-09-20T23:08:15.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:15 smithi083 bash[25244]: audit 2024-09-20T23:08:15.029465+0000 mon.c (mon.1) 188 : audit [INF] from='client.? 172.21.15.83:0/4130337089' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3419707688"}]: dispatch 2024-09-20T23:08:15.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:15 smithi083 bash[25244]: audit 2024-09-20T23:08:15.030220+0000 mon.a (mon.0) 1229 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3419707688"}]: dispatch 2024-09-20T23:08:16.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:15 smithi142 bash[19948]: audit 2024-09-20T23:08:14.650968+0000 mon.a (mon.0) 1227 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2964463721"}]': finished 2024-09-20T23:08:16.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:15 smithi142 bash[19948]: cluster 2024-09-20T23:08:14.651184+0000 mon.a (mon.0) 1228 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2024-09-20T23:08:16.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:15 smithi142 bash[19948]: audit 2024-09-20T23:08:15.029465+0000 mon.c (mon.1) 188 : audit [INF] from='client.? 172.21.15.83:0/4130337089' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3419707688"}]: dispatch 2024-09-20T23:08:16.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:15 smithi142 bash[19948]: audit 2024-09-20T23:08:15.030220+0000 mon.a (mon.0) 1229 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3419707688"}]: dispatch 2024-09-20T23:08:17.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:16 smithi142 bash[19948]: audit 2024-09-20T23:08:15.675346+0000 mon.a (mon.0) 1230 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3419707688"}]': finished 2024-09-20T23:08:17.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:16 smithi142 bash[19948]: cluster 2024-09-20T23:08:15.675614+0000 mon.a (mon.0) 1231 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-09-20T23:08:17.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:16 smithi142 bash[19948]: cluster 2024-09-20T23:08:15.702954+0000 mgr.x (mgr.24530) 53 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:17.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:16 smithi083 bash[25244]: audit 2024-09-20T23:08:15.675346+0000 mon.a (mon.0) 1230 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3419707688"}]': finished 2024-09-20T23:08:17.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:16 smithi083 bash[25244]: cluster 2024-09-20T23:08:15.675614+0000 mon.a (mon.0) 1231 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-09-20T23:08:17.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:16 smithi083 bash[25244]: cluster 2024-09-20T23:08:15.702954+0000 mgr.x (mgr.24530) 53 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:17.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:16 smithi083 bash[19864]: audit 2024-09-20T23:08:15.675346+0000 mon.a (mon.0) 1230 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/3419707688"}]': finished 2024-09-20T23:08:17.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:16 smithi083 bash[19864]: cluster 2024-09-20T23:08:15.675614+0000 mon.a (mon.0) 1231 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2024-09-20T23:08:17.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:16 smithi083 bash[19864]: cluster 2024-09-20T23:08:15.702954+0000 mgr.x (mgr.24530) 53 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:18.885 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:18 smithi083 bash[19864]: cluster 2024-09-20T23:08:17.703710+0000 mgr.x (mgr.24530) 54 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-09-20T23:08:18.886 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:18 smithi083 bash[25244]: cluster 2024-09-20T23:08:17.703710+0000 mgr.x (mgr.24530) 54 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-09-20T23:08:19.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:18 smithi142 bash[19948]: cluster 2024-09-20T23:08:17.703710+0000 mgr.x (mgr.24530) 54 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-09-20T23:08:19.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:19 smithi083 bash[19864]: audit 2024-09-20T23:08:18.303841+0000 mgr.x (mgr.24530) 55 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:19.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:19 smithi083 bash[25244]: audit 2024-09-20T23:08:18.303841+0000 mgr.x (mgr.24530) 55 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:20.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:19 smithi142 bash[19948]: audit 2024-09-20T23:08:18.303841+0000 mgr.x (mgr.24530) 55 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:20.344 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:20 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:20.344 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:20 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:20.345 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:08:20 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:20.345 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:08:20 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:20.345 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:20.346 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:08:20 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:20.346 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:08:20 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:20.346 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:20 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:20.347 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:20 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:20.608 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 systemd[1]: Stopping Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:08:20.608 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[41364]: ts=2024-09-20T23:08:20.443Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-20T23:08:20.608 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[41364]: ts=2024-09-20T23:08:20.443Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2024-09-20T23:08:20.608 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[41364]: ts=2024-09-20T23:08:20.443Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2024-09-20T23:08:20.608 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[41364]: ts=2024-09-20T23:08:20.443Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2024-09-20T23:08:20.608 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[41364]: ts=2024-09-20T23:08:20.443Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2024-09-20T23:08:20.609 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[41364]: ts=2024-09-20T23:08:20.443Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2024-09-20T23:08:20.609 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[41364]: ts=2024-09-20T23:08:20.444Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-20T23:08:20.609 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[41364]: ts=2024-09-20T23:08:20.444Z caller=main.go:828 level=info msg="Scrape manager stopped" 2024-09-20T23:08:20.609 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[41364]: ts=2024-09-20T23:08:20.444Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2024-09-20T23:08:20.609 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[41364]: ts=2024-09-20T23:08:20.444Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2024-09-20T23:08:20.609 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[41364]: ts=2024-09-20T23:08:20.444Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2024-09-20T23:08:20.609 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[41364]: ts=2024-09-20T23:08:20.444Z caller=main.go:1066 level=info msg="See you next time!" 2024-09-20T23:08:20.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:20 smithi083 bash[25244]: cluster 2024-09-20T23:08:19.705347+0000 mgr.x (mgr.24530) 56 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-09-20T23:08:20.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:20 smithi083 bash[19864]: cluster 2024-09-20T23:08:19.705347+0000 mgr.x (mgr.24530) 56 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-09-20T23:08:20.976 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[19948]: cluster 2024-09-20T23:08:19.705347+0000 mgr.x (mgr.24530) 56 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-09-20T23:08:21.312 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:20 smithi142 bash[52142]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-prometheus-a 2024-09-20T23:08:21.312 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:21 smithi142 bash[52202]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-prometheus-a 2024-09-20T23:08:21.312 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:21 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@prometheus.a.service: Deactivated successfully. 2024-09-20T23:08:21.312 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:21 smithi142 systemd[1]: Stopped Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:08:21.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:21 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:21.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:21 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:21.569 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:08:21 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:21.569 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:08:21 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:21.570 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:08:21 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:21.570 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:21 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:21.570 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:21 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:21.571 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:08:21 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:21.571 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:21 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:21.571 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:21 smithi142 systemd[1]: Started Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:08:22.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:22 smithi142 bash[19948]: audit 2024-09-20T23:08:21.489427+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:22.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:22 smithi142 bash[19948]: audit 2024-09-20T23:08:21.502420+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:22.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:22 smithi142 bash[19948]: cephadm 2024-09-20T23:08:21.502892+0000 mgr.x (mgr.24530) 57 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-09-20T23:08:22.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:22 smithi142 bash[19948]: cephadm 2024-09-20T23:08:21.503259+0000 mgr.x (mgr.24530) 58 : cephadm [INF] Deploying daemon node-exporter.b on smithi142 2024-09-20T23:08:22.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:22 smithi142 bash[19948]: cluster 2024-09-20T23:08:21.706167+0000 mgr.x (mgr.24530) 59 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:22.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:22 smithi083 bash[25244]: audit 2024-09-20T23:08:21.489427+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:22.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:22 smithi083 bash[25244]: audit 2024-09-20T23:08:21.502420+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:22.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:22 smithi083 bash[25244]: cephadm 2024-09-20T23:08:21.502892+0000 mgr.x (mgr.24530) 57 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-09-20T23:08:22.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:22 smithi083 bash[25244]: cephadm 2024-09-20T23:08:21.503259+0000 mgr.x (mgr.24530) 58 : cephadm [INF] Deploying daemon node-exporter.b on smithi142 2024-09-20T23:08:22.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:22 smithi083 bash[25244]: cluster 2024-09-20T23:08:21.706167+0000 mgr.x (mgr.24530) 59 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:22.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:22 smithi083 bash[19864]: audit 2024-09-20T23:08:21.489427+0000 mon.a (mon.0) 1232 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:22.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:22 smithi083 bash[19864]: audit 2024-09-20T23:08:21.502420+0000 mon.a (mon.0) 1233 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:22.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:22 smithi083 bash[19864]: cephadm 2024-09-20T23:08:21.502892+0000 mgr.x (mgr.24530) 57 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2024-09-20T23:08:22.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:22 smithi083 bash[19864]: cephadm 2024-09-20T23:08:21.503259+0000 mgr.x (mgr.24530) 58 : cephadm [INF] Deploying daemon node-exporter.b on smithi142 2024-09-20T23:08:22.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:22 smithi083 bash[19864]: cluster 2024-09-20T23:08:21.706167+0000 mgr.x (mgr.24530) 59 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:23.569 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.273Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-20T23:08:23.569 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.274Z 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-09-20T23:08:23.569 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.274Z caller=main.go:570 level=info host_details="(Linux 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64 smithi142 (none))" 2024-09-20T23:08:23.569 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.274Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-20T23:08:23.569 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.274Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-20T23:08:23.569 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.275Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-20T23:08:23.570 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.276Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-20T23:08:23.570 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.277Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-20T23:08:23.570 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.277Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-20T23:08:23.570 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.280Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-20T23:08:23.570 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.280Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.027µs 2024-09-20T23:08:23.570 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.280Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-20T23:08:23.570 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.280Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-20T23:08:23.570 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.307Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-20T23:08:23.570 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.307Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-20T23:08:23.570 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.307Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=33.739µs wal_replay_duration=27.123185ms wbl_replay_duration=118ns total_replay_duration=27.184985ms 2024-09-20T23:08:23.570 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.310Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-20T23:08:23.570 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.310Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-20T23:08:23.571 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.310Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-20T23:08:23.571 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.338Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=27.875324ms db_storage=919ns remote_storage=1.209µs web_handler=452ns query_engine=675ns scrape=274.201µs scrape_sd=117.392µs notify=17.803µs notify_sd=19.436µs rules=27.050484ms tracing=6.195µs 2024-09-20T23:08:23.571 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.338Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-20T23:08:23.571 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[52260]: ts=2024-09-20T23:08:23.338Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-20T23:08:24.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:23 smithi142 bash[19948]: audit 2024-09-20T23:08:23.102636+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:08:24.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:23 smithi083 bash[25244]: audit 2024-09-20T23:08:23.102636+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:08:24.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:23 smithi083 bash[19864]: audit 2024-09-20T23:08:23.102636+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:08:25.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:24 smithi142 bash[19948]: cluster 2024-09-20T23:08:23.706764+0000 mgr.x (mgr.24530) 60 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 565 B/s rd, 0 op/s 2024-09-20T23:08:25.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:24 smithi083 bash[19864]: cluster 2024-09-20T23:08:23.706764+0000 mgr.x (mgr.24530) 60 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 565 B/s rd, 0 op/s 2024-09-20T23:08:25.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:24 smithi083 bash[25244]: cluster 2024-09-20T23:08:23.706764+0000 mgr.x (mgr.24530) 60 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 565 B/s rd, 0 op/s 2024-09-20T23:08:25.736 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:25 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:25.736 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:08:25 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:25.737 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:08:25 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:25.737 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:08:25 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:25.737 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:25 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:25.737 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:25 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:25.738 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:25 smithi142 systemd[1]: Stopping Ceph node-exporter.b for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:08:25.738 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:25 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:25.738 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:08:25 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:25.738 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:25 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:26.536 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:26 smithi142 bash[52506]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-node-exporter-b 2024-09-20T23:08:26.537 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:26 smithi142 bash[52567]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-node-exporter-b 2024-09-20T23:08:26.537 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-20T23:08:26.537 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-20T23:08:26.537 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: Stopped Ceph node-exporter.b for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:08:26.818 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:26.819 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:26.819 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:26.819 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:26.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:26.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:26 smithi142 bash[19948]: cluster 2024-09-20T23:08:25.707564+0000 mgr.x (mgr.24530) 61 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s 2024-09-20T23:08:26.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:26 smithi142 bash[19948]: audit 2024-09-20T23:08:26.713867+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:26.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:26 smithi142 bash[19948]: audit 2024-09-20T23:08:26.724278+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:26.820 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:26.821 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:26.821 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: Started Ceph node-exporter.b for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:08:26.821 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:26 smithi142 bash[52622]: Unable to find image 'quay.io/prometheus/node-exporter:v1.5.0' locally 2024-09-20T23:08:26.821 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:26.821 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:26 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:27.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:26 smithi083 bash[19864]: cluster 2024-09-20T23:08:25.707564+0000 mgr.x (mgr.24530) 61 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s 2024-09-20T23:08:27.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:26 smithi083 bash[19864]: audit 2024-09-20T23:08:26.713867+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:27.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:26 smithi083 bash[19864]: audit 2024-09-20T23:08:26.724278+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:27.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:26 smithi083 bash[25244]: cluster 2024-09-20T23:08:25.707564+0000 mgr.x (mgr.24530) 61 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1020 B/s rd, 0 op/s 2024-09-20T23:08:27.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:26 smithi083 bash[25244]: audit 2024-09-20T23:08:26.713867+0000 mon.a (mon.0) 1234 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:27.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:26 smithi083 bash[25244]: audit 2024-09-20T23:08:26.724278+0000 mon.a (mon.0) 1235 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:27.568 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[52622]: v1.5.0: Pulling from prometheus/node-exporter 2024-09-20T23:08:27.877 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[19948]: cephadm 2024-09-20T23:08:26.725007+0000 mgr.x (mgr.24530) 62 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-09-20T23:08:27.877 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[19948]: cephadm 2024-09-20T23:08:26.734554+0000 mgr.x (mgr.24530) 63 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-20T23:08:27.877 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[19948]: audit 2024-09-20T23:08:26.791795+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:27.878 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[19948]: audit 2024-09-20T23:08:26.798881+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:27.878 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[19948]: audit 2024-09-20T23:08:26.800881+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-20T23:08:27.878 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[19948]: audit 2024-09-20T23:08:26.801424+0000 mgr.x (mgr.24530) 64 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-20T23:08:27.878 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[19948]: cephadm 2024-09-20T23:08:26.805196+0000 mgr.x (mgr.24530) 65 : cephadm [INF] Reconfiguring daemon grafana.a on smithi142 2024-09-20T23:08:27.878 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[52622]: 22b70bddd3ac: Pulling fs layer 2024-09-20T23:08:27.878 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[52622]: 5c12815fee55: Pulling fs layer 2024-09-20T23:08:27.878 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[52622]: c0e87333d380: Pulling fs layer 2024-09-20T23:08:27.878 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[52622]: 22b70bddd3ac: Verifying Checksum 2024-09-20T23:08:27.878 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[52622]: 22b70bddd3ac: Download complete 2024-09-20T23:08:27.878 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[52622]: 5c12815fee55: Download complete 2024-09-20T23:08:28.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[19864]: cephadm 2024-09-20T23:08:26.725007+0000 mgr.x (mgr.24530) 62 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-09-20T23:08:28.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[19864]: cephadm 2024-09-20T23:08:26.734554+0000 mgr.x (mgr.24530) 63 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-20T23:08:28.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[19864]: audit 2024-09-20T23:08:26.791795+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:28.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[19864]: audit 2024-09-20T23:08:26.798881+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:28.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[19864]: audit 2024-09-20T23:08:26.800881+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-20T23:08:28.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[19864]: audit 2024-09-20T23:08:26.801424+0000 mgr.x (mgr.24530) 64 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-20T23:08:28.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[19864]: cephadm 2024-09-20T23:08:26.805196+0000 mgr.x (mgr.24530) 65 : cephadm [INF] Reconfiguring daemon grafana.a on smithi142 2024-09-20T23:08:28.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[25244]: cephadm 2024-09-20T23:08:26.725007+0000 mgr.x (mgr.24530) 62 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2024-09-20T23:08:28.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[25244]: cephadm 2024-09-20T23:08:26.734554+0000 mgr.x (mgr.24530) 63 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-20T23:08:28.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[25244]: audit 2024-09-20T23:08:26.791795+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:28.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[25244]: audit 2024-09-20T23:08:26.798881+0000 mon.a (mon.0) 1237 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:28.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[25244]: audit 2024-09-20T23:08:26.800881+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-20T23:08:28.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[25244]: audit 2024-09-20T23:08:26.801424+0000 mgr.x (mgr.24530) 64 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-20T23:08:28.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:27 smithi083 bash[25244]: cephadm 2024-09-20T23:08:26.805196+0000 mgr.x (mgr.24530) 65 : cephadm [INF] Reconfiguring daemon grafana.a on smithi142 2024-09-20T23:08:28.318 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[52622]: c0e87333d380: Verifying Checksum 2024-09-20T23:08:28.319 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:27 smithi142 bash[52622]: c0e87333d380: Download complete 2024-09-20T23:08:29.069 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:28 smithi142 bash[52622]: 22b70bddd3ac: Pull complete 2024-09-20T23:08:29.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:28 smithi142 bash[19948]: cluster 2024-09-20T23:08:27.708212+0000 mgr.x (mgr.24530) 66 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:29.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:28 smithi083 bash[19864]: cluster 2024-09-20T23:08:27.708212+0000 mgr.x (mgr.24530) 66 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:29.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:28 smithi083 bash[25244]: cluster 2024-09-20T23:08:27.708212+0000 mgr.x (mgr.24530) 66 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:29.970 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:29 smithi142 bash[19948]: audit 2024-09-20T23:08:28.310333+0000 mgr.x (mgr.24530) 67 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:30.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:29 smithi083 bash[19864]: audit 2024-09-20T23:08:28.310333+0000 mgr.x (mgr.24530) 67 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:30.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:29 smithi083 bash[25244]: audit 2024-09-20T23:08:28.310333+0000 mgr.x (mgr.24530) 67 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:30.318 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:30 smithi142 bash[52622]: 5c12815fee55: Pull complete 2024-09-20T23:08:31.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:30 smithi142 bash[19948]: cluster 2024-09-20T23:08:29.709272+0000 mgr.x (mgr.24530) 68 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:31.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:30 smithi083 bash[19864]: cluster 2024-09-20T23:08:29.709272+0000 mgr.x (mgr.24530) 68 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:31.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:30 smithi083 bash[25244]: cluster 2024-09-20T23:08:29.709272+0000 mgr.x (mgr.24530) 68 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:31.770 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:31 smithi142 bash[52622]: c0e87333d380: Pull complete 2024-09-20T23:08:32.069 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:31 smithi142 bash[52622]: Digest: sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c 2024-09-20T23:08:32.401 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:32 smithi142 bash[52622]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.5.0 2024-09-20T23:08:33.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:32 smithi142 bash[19948]: cluster 2024-09-20T23:08:31.710000+0000 mgr.x (mgr.24530) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:33.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:32 smithi083 bash[19864]: cluster 2024-09-20T23:08:31.710000+0000 mgr.x (mgr.24530) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:33.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:32 smithi083 bash[25244]: cluster 2024-09-20T23:08:31.710000+0000 mgr.x (mgr.24530) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:33.864 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:08:33] "GET /metrics HTTP/1.1" 200 37968 "" "Prometheus/2.43.0" 2024-09-20T23:08:34.319 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.908Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-20T23:08:34.319 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.908Z 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-09-20T23:08:34.319 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.909Z 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-09-20T23:08:34.319 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.909Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.909Z 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-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.909Z 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-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=arp 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=edac 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-20T23:08:34.320 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-20T23:08:34.321 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-20T23:08:34.321 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-20T23:08:34.321 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-20T23:08:34.321 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-20T23:08:34.321 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-20T23:08:34.321 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-20T23:08:34.321 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-20T23:08:34.321 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-20T23:08:34.321 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-20T23:08:34.321 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=os 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-20T23:08:34.322 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=stat 2024-09-20T23:08:34.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-20T23:08:34.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-20T23:08:34.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-20T23:08:34.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=time 2024-09-20T23:08:34.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-20T23:08:34.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=uname 2024-09-20T23:08:34.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-20T23:08:34.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-20T23:08:34.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-20T23:08:34.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-20T23:08:34.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:33 smithi142 bash[52622]: ts=2024-09-20T23:08:33.910Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-20T23:08:34.818 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:34 smithi142 bash[19948]: cluster 2024-09-20T23:08:33.710400+0000 mgr.x (mgr.24530) 70 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:08:34.819 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:34 smithi142 systemd[1]: Stopping Ceph grafana.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:08:34.819 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:34 smithi142 bash[40095]: t=2024-09-20T23:08:34+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-09-20T23:08:35.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:34 smithi083 bash[25244]: cluster 2024-09-20T23:08:33.710400+0000 mgr.x (mgr.24530) 70 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:08:35.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:34 smithi083 bash[19864]: cluster 2024-09-20T23:08:33.710400+0000 mgr.x (mgr.24530) 70 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:08:35.420 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:35 smithi142 bash[53390]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-grafana-a 2024-09-20T23:08:35.420 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:35 smithi142 bash[53424]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-grafana.a 2024-09-20T23:08:35.420 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:35 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@grafana.a.service: Deactivated successfully. 2024-09-20T23:08:35.420 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:35 smithi142 systemd[1]: Stopped Ceph grafana.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:08:35.420 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:35 smithi142 systemd[1]: Started Ceph grafana.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:08:35.722 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:35 smithi142 bash[48288]: [20/Sep/2024:23:08:35] ENGINE Bus STOPPING 2024-09-20T23:08:35.722 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:35 smithi142 bash[48288]: [20/Sep/2024:23:08:35] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-20T23:08:36.068 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:35 smithi142 bash[48288]: [20/Sep/2024:23:08:35] ENGINE Bus STOPPED 2024-09-20T23:08:36.069 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:35 smithi142 bash[48288]: [20/Sep/2024:23:08:35] ENGINE Bus STARTING 2024-09-20T23:08:36.069 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:35 smithi142 bash[48288]: [20/Sep/2024:23:08:35] ENGINE Serving on http://:::9283 2024-09-20T23:08:36.069 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:35 smithi142 bash[48288]: [20/Sep/2024:23:08:35] ENGINE Bus STARTED 2024-09-20T23:08:36.069 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:35 smithi142 bash[48288]: [20/Sep/2024:23:08:35] ENGINE Bus STOPPING 2024-09-20T23:08:36.568 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[48288]: [20/Sep/2024:23:08:36] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-20T23:08:36.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[48288]: [20/Sep/2024:23:08:36] ENGINE Bus STOPPED 2024-09-20T23:08:36.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[48288]: [20/Sep/2024:23:08:36] ENGINE Bus STARTING 2024-09-20T23:08:36.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[48288]: [20/Sep/2024:23:08:36] ENGINE Serving on http://:::9283 2024-09-20T23:08:36.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[48288]: [20/Sep/2024:23:08:36] ENGINE Bus STARTED 2024-09-20T23:08:36.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[48288]: [20/Sep/2024:23:08:36] ENGINE Bus STOPPING 2024-09-20T23:08:36.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.401494+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.408846+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.412330+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.412815+0000 mgr.x (mgr.24530) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.413748+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi083.front.sepia.ceph.com:9093"}]: dispatch 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.414076+0000 mgr.x (mgr.24530) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi083.front.sepia.ceph.com:9093"}]: dispatch 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.421000+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.427642+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.428192+0000 mgr.x (mgr.24530) 73 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: cephadm 2024-09-20T23:08:35.446192+0000 mgr.x (mgr.24530) 74 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.83:5000 to Dashboard 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.446218+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.446425+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.446853+0000 mgr.x (mgr.24530) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.448727+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:08:36.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.449184+0000 mgr.x (mgr.24530) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.456277+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.458940+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.459369+0000 mgr.x (mgr.24530) 77 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.460210+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi142.front.sepia.ceph.com:9095"}]: dispatch 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.460563+0000 mgr.x (mgr.24530) 78 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi142.front.sepia.ceph.com:9095"}]: dispatch 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.470403+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.476543+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.476991+0000 mgr.x (mgr.24530) 79 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.479208+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi142.front.sepia.ceph.com:3000"}]: dispatch 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.479571+0000 mgr.x (mgr.24530) 80 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi142.front.sepia.ceph.com:3000"}]: dispatch 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.489638+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.536473+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.539943+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.540373+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:08:36.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.541876+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:08:36.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: audit 2024-09-20T23:08:35.542312+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:08:36.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[19948]: cluster 2024-09-20T23:08:35.711908+0000 mgr.x (mgr.24530) 81 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:36.707 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.401494+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.408846+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.412330+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-20T23:08:36.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.412815+0000 mgr.x (mgr.24530) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-20T23:08:36.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.413748+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi083.front.sepia.ceph.com:9093"}]: dispatch 2024-09-20T23:08:36.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.414076+0000 mgr.x (mgr.24530) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi083.front.sepia.ceph.com:9093"}]: dispatch 2024-09-20T23:08:36.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.421000+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.427642+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:08:36.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.428192+0000 mgr.x (mgr.24530) 73 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:08:36.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: cephadm 2024-09-20T23:08:35.446192+0000 mgr.x (mgr.24530) 74 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.83:5000 to Dashboard 2024-09-20T23:08:36.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.446218+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.446425+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:08:36.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.446853+0000 mgr.x (mgr.24530) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:08:36.709 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.448727+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:08:36.709 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.449184+0000 mgr.x (mgr.24530) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:08:36.709 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.456277+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.709 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.458940+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:08:36.709 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.459369+0000 mgr.x (mgr.24530) 77 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:08:36.709 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.460210+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi142.front.sepia.ceph.com:9095"}]: dispatch 2024-09-20T23:08:36.709 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.401494+0000 mon.a (mon.0) 1238 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.709 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.408846+0000 mon.a (mon.0) 1239 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.709 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.412330+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-20T23:08:36.709 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.412815+0000 mgr.x (mgr.24530) 71 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-20T23:08:36.709 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.413748+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi083.front.sepia.ceph.com:9093"}]: dispatch 2024-09-20T23:08:36.710 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.414076+0000 mgr.x (mgr.24530) 72 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi083.front.sepia.ceph.com:9093"}]: dispatch 2024-09-20T23:08:36.710 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.421000+0000 mon.a (mon.0) 1240 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.710 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.427642+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:08:36.710 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.428192+0000 mgr.x (mgr.24530) 73 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:08:36.710 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: cephadm 2024-09-20T23:08:35.446192+0000 mgr.x (mgr.24530) 74 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.83:5000 to Dashboard 2024-09-20T23:08:36.710 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.446218+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.710 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.446425+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:08:36.710 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.446853+0000 mgr.x (mgr.24530) 75 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:08:36.710 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.448727+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:08:36.710 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.449184+0000 mgr.x (mgr.24530) 76 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:08:36.710 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.456277+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.711 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.458940+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:08:36.711 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.459369+0000 mgr.x (mgr.24530) 77 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:08:36.711 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.460210+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi142.front.sepia.ceph.com:9095"}]: dispatch 2024-09-20T23:08:36.711 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.460563+0000 mgr.x (mgr.24530) 78 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi142.front.sepia.ceph.com:9095"}]: dispatch 2024-09-20T23:08:36.712 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.470403+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.712 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.476543+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:08:36.712 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.476991+0000 mgr.x (mgr.24530) 79 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:08:36.712 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.479208+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi142.front.sepia.ceph.com:3000"}]: dispatch 2024-09-20T23:08:36.712 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.479571+0000 mgr.x (mgr.24530) 80 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi142.front.sepia.ceph.com:3000"}]: dispatch 2024-09-20T23:08:36.712 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.489638+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.713 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.536473+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:08:36.713 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.539943+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:08:36.713 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.540373+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:08:36.713 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.541876+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:08:36.713 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: audit 2024-09-20T23:08:35.542312+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:08:36.713 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[19864]: cluster 2024-09-20T23:08:35.711908+0000 mgr.x (mgr.24530) 81 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:36.713 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.460563+0000 mgr.x (mgr.24530) 78 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi142.front.sepia.ceph.com:9095"}]: dispatch 2024-09-20T23:08:36.713 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.470403+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.713 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.476543+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:08:36.713 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.476991+0000 mgr.x (mgr.24530) 79 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:08:36.713 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.479208+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi142.front.sepia.ceph.com:3000"}]: dispatch 2024-09-20T23:08:36.714 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.479571+0000 mgr.x (mgr.24530) 80 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi142.front.sepia.ceph.com:3000"}]: dispatch 2024-09-20T23:08:36.714 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.489638+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:36.714 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.536473+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:08:36.714 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.539943+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:08:36.714 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.540373+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:08:36.714 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.541876+0000 mon.a (mon.0) 1245 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:08:36.714 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: audit 2024-09-20T23:08:35.542312+0000 mon.a (mon.0) 1246 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:08:36.714 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 bash[25244]: cluster 2024-09-20T23:08:35.711908+0000 mgr.x (mgr.24530) 81 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:36.958 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.958 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.959 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.959 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.959 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.959 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.960 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.960 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.960 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.961 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.961 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.961 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.962 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.962 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.962 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.962 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:36.962 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:37.168 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[48288]: [20/Sep/2024:23:08:36] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-20T23:08:37.168 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[48288]: [20/Sep/2024:23:08:36] ENGINE Bus STOPPED 2024-09-20T23:08:37.168 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[48288]: [20/Sep/2024:23:08:36] ENGINE Bus STARTING 2024-09-20T23:08:37.168 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[48288]: [20/Sep/2024:23:08:36] ENGINE Serving on http://:::9283 2024-09-20T23:08:37.169 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:36 smithi142 bash[48288]: [20/Sep/2024:23:08:36] ENGINE Bus STARTED 2024-09-20T23:08:37.319 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:08:36 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:37.481 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+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-09-20T23:08:37.481 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+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-09-20T23:08:37.481 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-09-20T23:08:37.481 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-09-20T23:08:37.481 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="App mode production" logger=settings 2024-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+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-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Starting DB migrations" logger=migrator 2024-09-20T23:08:37.482 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="migrations completed" logger=migrator performed=0 skipped=377 duration=645.685µs 2024-09-20T23:08:37.483 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Created default organization" logger=sqlstore 2024-09-20T23:08:37.483 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2024-09-20T23:08:37.483 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2024-09-20T23:08:37.483 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2024-09-20T23:08:37.483 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2024-09-20T23:08:37.483 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2024-09-20T23:08:37.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[19948]: cephadm 2024-09-20T23:08:36.056274+0000 mgr.x (mgr.24530) 82 : cephadm [INF] Deploying daemon agent.smithi083 on smithi083 2024-09-20T23:08:37.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[19948]: cephadm 2024-09-20T23:08:36.096243+0000 mgr.x (mgr.24530) 83 : cephadm [INF] Deploying daemon agent.smithi142 on smithi142 2024-09-20T23:08:37.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[19948]: audit 2024-09-20T23:08:37.111068+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:37.819 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="deleted datasource based on configuration" logger=provisioning.datasources name=Dashboard1 2024-09-20T23:08:37.819 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-20T23:08:37.819 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Loki uid=P8E80F9AEF21F6940 2024-09-20T23:08:37.819 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="warming cache for startup" logger=ngalert 2024-09-20T23:08:37.819 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2024-09-20T23:08:37.819 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:37 smithi142 bash[53454]: t=2024-09-20T23:08:37+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2024-09-20T23:08:37.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:37 smithi083 bash[19864]: cephadm 2024-09-20T23:08:36.056274+0000 mgr.x (mgr.24530) 82 : cephadm [INF] Deploying daemon agent.smithi083 on smithi083 2024-09-20T23:08:37.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:37 smithi083 bash[19864]: cephadm 2024-09-20T23:08:36.096243+0000 mgr.x (mgr.24530) 83 : cephadm [INF] Deploying daemon agent.smithi142 on smithi142 2024-09-20T23:08:37.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:37 smithi083 bash[19864]: audit 2024-09-20T23:08:37.111068+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:37.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:37 smithi083 bash[25244]: cephadm 2024-09-20T23:08:36.056274+0000 mgr.x (mgr.24530) 82 : cephadm [INF] Deploying daemon agent.smithi083 on smithi083 2024-09-20T23:08:37.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:37 smithi083 bash[25244]: cephadm 2024-09-20T23:08:36.096243+0000 mgr.x (mgr.24530) 83 : cephadm [INF] Deploying daemon agent.smithi142 on smithi142 2024-09-20T23:08:37.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:37 smithi083 bash[25244]: audit 2024-09-20T23:08:37.111068+0000 mon.a (mon.0) 1247 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:38.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:38 smithi142 bash[19948]: audit 2024-09-20T23:08:37.608636+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:38.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:38 smithi142 bash[19948]: cluster 2024-09-20T23:08:37.712559+0000 mgr.x (mgr.24530) 84 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:38.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:38 smithi142 bash[19948]: audit 2024-09-20T23:08:38.103521+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:08:38.821 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:38 smithi142 bash[52260]: ts=2024-09-20T23:08:38.662Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:08:39.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:38 smithi083 bash[19864]: audit 2024-09-20T23:08:37.608636+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:39.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:38 smithi083 bash[19864]: cluster 2024-09-20T23:08:37.712559+0000 mgr.x (mgr.24530) 84 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:39.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:38 smithi083 bash[19864]: audit 2024-09-20T23:08:38.103521+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:08:39.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:38 smithi083 bash[25244]: audit 2024-09-20T23:08:37.608636+0000 mon.a (mon.0) 1248 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:39.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:38 smithi083 bash[25244]: cluster 2024-09-20T23:08:37.712559+0000 mgr.x (mgr.24530) 84 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:39.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:38 smithi083 bash[25244]: audit 2024-09-20T23:08:38.103521+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:08:39.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:39.569 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:39.569 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:39.569 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:39.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:39.570 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:39.570 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:39.570 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:39.571 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:40.068 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:40.069 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:40.069 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:40.069 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:40.070 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:40.070 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:39 smithi142 bash[19948]: audit 2024-09-20T23:08:38.319820+0000 mgr.x (mgr.24530) 85 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:40.071 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:40.071 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:08:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:08:40.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:39 smithi083 bash[19864]: audit 2024-09-20T23:08:38.319820+0000 mgr.x (mgr.24530) 85 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:40.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:39 smithi083 bash[25244]: audit 2024-09-20T23:08:38.319820+0000 mgr.x (mgr.24530) 85 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:41.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:40 smithi142 bash[19948]: cluster 2024-09-20T23:08:39.713425+0000 mgr.x (mgr.24530) 86 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:41.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:40 smithi142 bash[19948]: audit 2024-09-20T23:08:39.890476+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:41.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:40 smithi142 bash[19948]: audit 2024-09-20T23:08:39.891189+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:08:41.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:40 smithi142 bash[19948]: audit 2024-09-20T23:08:39.892620+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:08:41.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:40 smithi142 bash[19948]: audit 2024-09-20T23:08:39.903829+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:41.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:40 smithi142 bash[19948]: audit 2024-09-20T23:08:40.009614+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:08:41.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:40 smithi142 bash[19948]: audit 2024-09-20T23:08:40.013537+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:08:41.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:40 smithi142 bash[19948]: audit 2024-09-20T23:08:40.014864+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:08:41.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:40 smithi142 bash[19948]: audit 2024-09-20T23:08:40.025994+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:41.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:40 smithi142 bash[19948]: audit 2024-09-20T23:08:40.420749+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:41.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[19864]: cluster 2024-09-20T23:08:39.713425+0000 mgr.x (mgr.24530) 86 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:41.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[19864]: audit 2024-09-20T23:08:39.890476+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:41.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[19864]: audit 2024-09-20T23:08:39.891189+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:08:41.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[19864]: audit 2024-09-20T23:08:39.892620+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:08:41.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[19864]: audit 2024-09-20T23:08:39.903829+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:41.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[19864]: audit 2024-09-20T23:08:40.009614+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:08:41.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[19864]: audit 2024-09-20T23:08:40.013537+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:08:41.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[19864]: audit 2024-09-20T23:08:40.014864+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:08:41.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[19864]: audit 2024-09-20T23:08:40.025994+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:41.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[19864]: audit 2024-09-20T23:08:40.420749+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:41.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[25244]: cluster 2024-09-20T23:08:39.713425+0000 mgr.x (mgr.24530) 86 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:41.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[25244]: audit 2024-09-20T23:08:39.890476+0000 mon.a (mon.0) 1249 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:41.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[25244]: audit 2024-09-20T23:08:39.891189+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:08:41.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[25244]: audit 2024-09-20T23:08:39.892620+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:08:41.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[25244]: audit 2024-09-20T23:08:39.903829+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:41.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[25244]: audit 2024-09-20T23:08:40.009614+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:08:41.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[25244]: audit 2024-09-20T23:08:40.013537+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:08:41.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[25244]: audit 2024-09-20T23:08:40.014864+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:08:41.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[25244]: audit 2024-09-20T23:08:40.025994+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:41.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:40 smithi083 bash[25244]: audit 2024-09-20T23:08:40.420749+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:43.318 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:42 smithi142 bash[19948]: cluster 2024-09-20T23:08:41.714227+0000 mgr.x (mgr.24530) 87 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:43.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:42 smithi083 bash[19864]: cluster 2024-09-20T23:08:41.714227+0000 mgr.x (mgr.24530) 87 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:43.319 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:42 smithi083 bash[25244]: cluster 2024-09-20T23:08:41.714227+0000 mgr.x (mgr.24530) 87 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:43.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:08:43] "GET /metrics HTTP/1.1" 200 37962 "" "Prometheus/2.43.0" 2024-09-20T23:08:43.819 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:43 smithi142 bash[52260]: ts=2024-09-20T23:08:43.509Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:08:44.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:44 smithi142 bash[19948]: audit 2024-09-20T23:08:43.098810+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:44.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:44 smithi142 bash[19948]: audit 2024-09-20T23:08:43.114062+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:44.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:44 smithi142 bash[19948]: audit 2024-09-20T23:08:43.126262+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:44.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:44 smithi142 bash[19948]: cluster 2024-09-20T23:08:43.715430+0000 mgr.x (mgr.24530) 88 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:44.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:44 smithi083 bash[19864]: audit 2024-09-20T23:08:43.098810+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:44.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:44 smithi083 bash[19864]: audit 2024-09-20T23:08:43.114062+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:44.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:44 smithi083 bash[19864]: audit 2024-09-20T23:08:43.126262+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:44.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:44 smithi083 bash[19864]: cluster 2024-09-20T23:08:43.715430+0000 mgr.x (mgr.24530) 88 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:44.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:44 smithi083 bash[25244]: audit 2024-09-20T23:08:43.098810+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:44.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:44 smithi083 bash[25244]: audit 2024-09-20T23:08:43.114062+0000 mon.a (mon.0) 1254 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:44.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:44 smithi083 bash[25244]: audit 2024-09-20T23:08:43.126262+0000 mon.a (mon.0) 1255 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:44.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:44 smithi083 bash[25244]: cluster 2024-09-20T23:08:43.715430+0000 mgr.x (mgr.24530) 88 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:47.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:46 smithi142 bash[19948]: cluster 2024-09-20T23:08:45.716119+0000 mgr.x (mgr.24530) 89 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:47.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:46 smithi142 bash[19948]: audit 2024-09-20T23:08:45.873405+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:47.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:46 smithi142 bash[19948]: audit 2024-09-20T23:08:45.887277+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:47.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:46 smithi142 bash[19948]: audit 2024-09-20T23:08:45.901385+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:47.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:46 smithi083 bash[19864]: cluster 2024-09-20T23:08:45.716119+0000 mgr.x (mgr.24530) 89 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:47.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:46 smithi083 bash[19864]: audit 2024-09-20T23:08:45.873405+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:47.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:46 smithi083 bash[19864]: audit 2024-09-20T23:08:45.887277+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:47.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:46 smithi083 bash[19864]: audit 2024-09-20T23:08:45.901385+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:47.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:46 smithi083 bash[25244]: cluster 2024-09-20T23:08:45.716119+0000 mgr.x (mgr.24530) 89 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:47.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:46 smithi083 bash[25244]: audit 2024-09-20T23:08:45.873405+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:47.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:46 smithi083 bash[25244]: audit 2024-09-20T23:08:45.887277+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:47.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:46 smithi083 bash[25244]: audit 2024-09-20T23:08:45.901385+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:49.019 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:48 smithi142 bash[19948]: cluster 2024-09-20T23:08:47.716783+0000 mgr.x (mgr.24530) 90 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:49.020 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:48 smithi142 bash[52260]: ts=2024-09-20T23:08:48.662Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:08:49.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:48 smithi083 bash[19864]: cluster 2024-09-20T23:08:47.716783+0000 mgr.x (mgr.24530) 90 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:49.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:48 smithi083 bash[25244]: cluster 2024-09-20T23:08:47.716783+0000 mgr.x (mgr.24530) 90 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:49.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:49 smithi083 bash[19864]: audit 2024-09-20T23:08:48.327780+0000 mgr.x (mgr.24530) 91 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:49.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:49 smithi083 bash[25244]: audit 2024-09-20T23:08:48.327780+0000 mgr.x (mgr.24530) 91 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:50.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:49 smithi142 bash[19948]: audit 2024-09-20T23:08:48.327780+0000 mgr.x (mgr.24530) 91 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:50.818 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:50 smithi142 bash[19948]: cluster 2024-09-20T23:08:49.718470+0000 mgr.x (mgr.24530) 92 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:50.981 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:50 smithi083 bash[19864]: cluster 2024-09-20T23:08:49.718470+0000 mgr.x (mgr.24530) 92 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:50.981 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:50 smithi083 bash[25244]: cluster 2024-09-20T23:08:49.718470+0000 mgr.x (mgr.24530) 92 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:53.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:52 smithi142 bash[19948]: audit 2024-09-20T23:08:51.643426+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:53.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:52 smithi142 bash[19948]: audit 2024-09-20T23:08:51.657013+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:53.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:52 smithi142 bash[19948]: audit 2024-09-20T23:08:51.670793+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:53.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:52 smithi142 bash[19948]: cluster 2024-09-20T23:08:51.719192+0000 mgr.x (mgr.24530) 93 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:53.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:52 smithi083 bash[19864]: audit 2024-09-20T23:08:51.643426+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:53.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:52 smithi083 bash[19864]: audit 2024-09-20T23:08:51.657013+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:53.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:52 smithi083 bash[19864]: audit 2024-09-20T23:08:51.670793+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:53.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:52 smithi083 bash[19864]: cluster 2024-09-20T23:08:51.719192+0000 mgr.x (mgr.24530) 93 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:53.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:52 smithi083 bash[25244]: audit 2024-09-20T23:08:51.643426+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:53.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:52 smithi083 bash[25244]: audit 2024-09-20T23:08:51.657013+0000 mon.a (mon.0) 1260 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:53.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:52 smithi083 bash[25244]: audit 2024-09-20T23:08:51.670793+0000 mon.a (mon.0) 1261 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:53.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:52 smithi083 bash[25244]: cluster 2024-09-20T23:08:51.719192+0000 mgr.x (mgr.24530) 93 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:53.818 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:53 smithi142 bash[19948]: audit 2024-09-20T23:08:53.104319+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:08:53.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:08:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:08:53] "GET /metrics HTTP/1.1" 200 37965 "" "Prometheus/2.43.0" 2024-09-20T23:08:53.819 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:53 smithi142 bash[52260]: ts=2024-09-20T23:08:53.510Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:08:54.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:53 smithi083 bash[19864]: audit 2024-09-20T23:08:53.104319+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:08:54.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:53 smithi083 bash[25244]: audit 2024-09-20T23:08:53.104319+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:08:55.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:54 smithi142 bash[19948]: cluster 2024-09-20T23:08:53.720247+0000 mgr.x (mgr.24530) 94 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:55.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:54 smithi142 bash[19948]: audit 2024-09-20T23:08:53.931294+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:55.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:54 smithi142 bash[19948]: audit 2024-09-20T23:08:53.944265+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:55.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:54 smithi142 bash[19948]: audit 2024-09-20T23:08:53.955936+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:55.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:54 smithi083 bash[19864]: cluster 2024-09-20T23:08:53.720247+0000 mgr.x (mgr.24530) 94 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:55.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:54 smithi083 bash[19864]: audit 2024-09-20T23:08:53.931294+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:55.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:54 smithi083 bash[19864]: audit 2024-09-20T23:08:53.944265+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:55.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:54 smithi083 bash[19864]: audit 2024-09-20T23:08:53.955936+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:55.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:54 smithi083 bash[25244]: cluster 2024-09-20T23:08:53.720247+0000 mgr.x (mgr.24530) 94 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:55.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:54 smithi083 bash[25244]: audit 2024-09-20T23:08:53.931294+0000 mon.a (mon.0) 1262 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:55.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:54 smithi083 bash[25244]: audit 2024-09-20T23:08:53.944265+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:55.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:54 smithi083 bash[25244]: audit 2024-09-20T23:08:53.955936+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:08:57.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:56 smithi142 bash[19948]: cluster 2024-09-20T23:08:55.721577+0000 mgr.x (mgr.24530) 95 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:57.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:56 smithi083 bash[19864]: cluster 2024-09-20T23:08:55.721577+0000 mgr.x (mgr.24530) 95 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:57.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:56 smithi083 bash[25244]: cluster 2024-09-20T23:08:55.721577+0000 mgr.x (mgr.24530) 95 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:08:59.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:58 smithi142 bash[19948]: cluster 2024-09-20T23:08:57.722296+0000 mgr.x (mgr.24530) 96 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:59.069 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:08:58 smithi142 bash[52260]: ts=2024-09-20T23:08:58.662Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:08:59.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:58 smithi083 bash[19864]: cluster 2024-09-20T23:08:57.722296+0000 mgr.x (mgr.24530) 96 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:59.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:58 smithi083 bash[25244]: cluster 2024-09-20T23:08:57.722296+0000 mgr.x (mgr.24530) 96 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:08:59.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:08:59 smithi083 bash[19864]: audit 2024-09-20T23:08:58.338008+0000 mgr.x (mgr.24530) 97 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:08:59.963 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:08:59 smithi083 bash[25244]: audit 2024-09-20T23:08:58.338008+0000 mgr.x (mgr.24530) 97 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:00.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:08:59 smithi142 bash[19948]: audit 2024-09-20T23:08:58.338008+0000 mgr.x (mgr.24530) 97 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:00.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:00 smithi083 bash[19864]: cluster 2024-09-20T23:08:59.723918+0000 mgr.x (mgr.24530) 98 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:00.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:00 smithi083 bash[25244]: cluster 2024-09-20T23:08:59.723918+0000 mgr.x (mgr.24530) 98 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:00.883 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:00 smithi142 bash[19948]: cluster 2024-09-20T23:08:59.723918+0000 mgr.x (mgr.24530) 98 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:02.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:02 smithi142 bash[19948]: audit 2024-09-20T23:09:01.160558+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:02.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:02 smithi142 bash[19948]: audit 2024-09-20T23:09:01.173545+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:02.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:02 smithi142 bash[19948]: audit 2024-09-20T23:09:01.192455+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:02.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:02 smithi142 bash[19948]: cluster 2024-09-20T23:09:01.724649+0000 mgr.x (mgr.24530) 99 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:02.569 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:02 smithi083 bash[25244]: audit 2024-09-20T23:09:01.160558+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:02.569 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:02 smithi083 bash[25244]: audit 2024-09-20T23:09:01.173545+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:02.569 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:02 smithi083 bash[25244]: audit 2024-09-20T23:09:01.192455+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:02.569 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:02 smithi083 bash[25244]: cluster 2024-09-20T23:09:01.724649+0000 mgr.x (mgr.24530) 99 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:02.569 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:02 smithi083 bash[19864]: audit 2024-09-20T23:09:01.160558+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:02.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:02 smithi083 bash[19864]: audit 2024-09-20T23:09:01.173545+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:02.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:02 smithi083 bash[19864]: audit 2024-09-20T23:09:01.192455+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:02.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:02 smithi083 bash[19864]: cluster 2024-09-20T23:09:01.724649+0000 mgr.x (mgr.24530) 99 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:03.602 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:09:03 smithi142 bash[52260]: ts=2024-09-20T23:09:03.506Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:09:04.068 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:09:03 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:09:03] "GET /metrics HTTP/1.1" 200 37965 "" "Prometheus/2.43.0" 2024-09-20T23:09:04.799 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:04 smithi142 bash[19948]: audit 2024-09-20T23:09:03.552684+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:04.799 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:04 smithi142 bash[19948]: audit 2024-09-20T23:09:03.563324+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:04.799 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:04 smithi142 bash[19948]: audit 2024-09-20T23:09:03.572913+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:04.799 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:04 smithi142 bash[19948]: cluster 2024-09-20T23:09:03.725784+0000 mgr.x (mgr.24530) 100 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:04.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:04 smithi083 bash[19864]: audit 2024-09-20T23:09:03.552684+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:04.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:04 smithi083 bash[19864]: audit 2024-09-20T23:09:03.563324+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:04.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:04 smithi083 bash[19864]: audit 2024-09-20T23:09:03.572913+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:04.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:04 smithi083 bash[19864]: cluster 2024-09-20T23:09:03.725784+0000 mgr.x (mgr.24530) 100 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:04.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:04 smithi083 bash[25244]: audit 2024-09-20T23:09:03.552684+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:04.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:04 smithi083 bash[25244]: audit 2024-09-20T23:09:03.563324+0000 mon.a (mon.0) 1269 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:04.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:04 smithi083 bash[25244]: audit 2024-09-20T23:09:03.572913+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:04.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:04 smithi083 bash[25244]: cluster 2024-09-20T23:09:03.725784+0000 mgr.x (mgr.24530) 100 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:07.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:06 smithi142 bash[19948]: cluster 2024-09-20T23:09:05.727181+0000 mgr.x (mgr.24530) 101 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:07.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:06 smithi083 bash[19864]: cluster 2024-09-20T23:09:05.727181+0000 mgr.x (mgr.24530) 101 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:07.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:06 smithi083 bash[25244]: cluster 2024-09-20T23:09:05.727181+0000 mgr.x (mgr.24530) 101 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:09.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:08 smithi142 bash[19948]: cluster 2024-09-20T23:09:07.727890+0000 mgr.x (mgr.24530) 102 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:09.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:08 smithi142 bash[19948]: audit 2024-09-20T23:09:08.104488+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:09:09.069 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:09:08 smithi142 bash[52260]: ts=2024-09-20T23:09:08.662Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:09:09.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:08 smithi083 bash[25244]: cluster 2024-09-20T23:09:07.727890+0000 mgr.x (mgr.24530) 102 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:09.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:08 smithi083 bash[25244]: audit 2024-09-20T23:09:08.104488+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:09:09.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:08 smithi083 bash[19864]: cluster 2024-09-20T23:09:07.727890+0000 mgr.x (mgr.24530) 102 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:09.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:08 smithi083 bash[19864]: audit 2024-09-20T23:09:08.104488+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:09:10.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:09 smithi142 bash[19948]: audit 2024-09-20T23:09:08.347953+0000 mgr.x (mgr.24530) 103 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:10.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:09 smithi083 bash[19864]: audit 2024-09-20T23:09:08.347953+0000 mgr.x (mgr.24530) 103 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:10.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:09 smithi083 bash[25244]: audit 2024-09-20T23:09:08.347953+0000 mgr.x (mgr.24530) 103 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:11.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:10 smithi142 bash[19948]: cluster 2024-09-20T23:09:09.729535+0000 mgr.x (mgr.24530) 104 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:11.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:10 smithi083 bash[19864]: cluster 2024-09-20T23:09:09.729535+0000 mgr.x (mgr.24530) 104 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:11.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:10 smithi083 bash[25244]: cluster 2024-09-20T23:09:09.729535+0000 mgr.x (mgr.24530) 104 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:13.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:12 smithi142 bash[19948]: cluster 2024-09-20T23:09:11.730207+0000 mgr.x (mgr.24530) 105 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:13.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:12 smithi083 bash[25244]: cluster 2024-09-20T23:09:11.730207+0000 mgr.x (mgr.24530) 105 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:13.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:12 smithi083 bash[19864]: cluster 2024-09-20T23:09:11.730207+0000 mgr.x (mgr.24530) 105 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:13.818 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:09:13 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:09:13] "GET /metrics HTTP/1.1" 200 37964 "" "Prometheus/2.43.0" 2024-09-20T23:09:13.819 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:09:13 smithi142 bash[52260]: ts=2024-09-20T23:09:13.510Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:09:15.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:14 smithi142 bash[19948]: cluster 2024-09-20T23:09:13.731215+0000 mgr.x (mgr.24530) 106 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:15.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:14 smithi083 bash[19864]: cluster 2024-09-20T23:09:13.731215+0000 mgr.x (mgr.24530) 106 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:15.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:14 smithi083 bash[25244]: cluster 2024-09-20T23:09:13.731215+0000 mgr.x (mgr.24530) 106 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:17.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:16 smithi142 bash[19948]: cluster 2024-09-20T23:09:15.732589+0000 mgr.x (mgr.24530) 107 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:17.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:16 smithi083 bash[19864]: cluster 2024-09-20T23:09:15.732589+0000 mgr.x (mgr.24530) 107 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:17.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:16 smithi083 bash[25244]: cluster 2024-09-20T23:09:15.732589+0000 mgr.x (mgr.24530) 107 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:18.953 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:18 smithi083 bash[25244]: cluster 2024-09-20T23:09:17.733066+0000 mgr.x (mgr.24530) 108 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:18.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:18 smithi083 bash[19864]: cluster 2024-09-20T23:09:17.733066+0000 mgr.x (mgr.24530) 108 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:19.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:18 smithi142 bash[19948]: cluster 2024-09-20T23:09:17.733066+0000 mgr.x (mgr.24530) 108 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:19.069 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:09:18 smithi142 bash[52260]: ts=2024-09-20T23:09:18.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:09:19.970 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:19 smithi083 bash[19864]: audit 2024-09-20T23:09:18.355950+0000 mgr.x (mgr.24530) 109 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:19.970 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:19 smithi083 bash[25244]: audit 2024-09-20T23:09:18.355950+0000 mgr.x (mgr.24530) 109 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:20.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:19 smithi142 bash[19948]: audit 2024-09-20T23:09:18.355950+0000 mgr.x (mgr.24530) 109 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:20.818 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:20 smithi142 bash[19948]: cluster 2024-09-20T23:09:19.734638+0000 mgr.x (mgr.24530) 110 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:21.069 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:20 smithi083 bash[25244]: cluster 2024-09-20T23:09:19.734638+0000 mgr.x (mgr.24530) 110 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:21.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:20 smithi083 bash[19864]: cluster 2024-09-20T23:09:19.734638+0000 mgr.x (mgr.24530) 110 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:22.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:22 smithi142 bash[19948]: audit 2024-09-20T23:09:21.403375+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:22.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:22 smithi142 bash[19948]: audit 2024-09-20T23:09:21.418667+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:22.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:22 smithi142 bash[19948]: audit 2024-09-20T23:09:21.430677+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:22.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:22 smithi142 bash[19948]: cluster 2024-09-20T23:09:21.735355+0000 mgr.x (mgr.24530) 111 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:22.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:22 smithi083 bash[25244]: audit 2024-09-20T23:09:21.403375+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:22.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:22 smithi083 bash[25244]: audit 2024-09-20T23:09:21.418667+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:22.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:22 smithi083 bash[25244]: audit 2024-09-20T23:09:21.430677+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:22.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:22 smithi083 bash[25244]: cluster 2024-09-20T23:09:21.735355+0000 mgr.x (mgr.24530) 111 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:22.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:22 smithi083 bash[19864]: audit 2024-09-20T23:09:21.403375+0000 mon.a (mon.0) 1271 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:22.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:22 smithi083 bash[19864]: audit 2024-09-20T23:09:21.418667+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:22.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:22 smithi083 bash[19864]: audit 2024-09-20T23:09:21.430677+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:22.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:22 smithi083 bash[19864]: cluster 2024-09-20T23:09:21.735355+0000 mgr.x (mgr.24530) 111 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:23.781 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:23 smithi142 bash[19948]: audit 2024-09-20T23:09:23.104925+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:09:23.782 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:09:23 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:09:23] "GET /metrics HTTP/1.1" 200 37964 "" "Prometheus/2.43.0" 2024-09-20T23:09:23.782 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:09:23 smithi142 bash[52260]: ts=2024-09-20T23:09:23.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:09:24.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:23 smithi083 bash[19864]: audit 2024-09-20T23:09:23.104925+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:09:24.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:23 smithi083 bash[25244]: audit 2024-09-20T23:09:23.104925+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:09:25.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:24 smithi142 bash[19948]: cluster 2024-09-20T23:09:23.736392+0000 mgr.x (mgr.24530) 112 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:25.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:24 smithi142 bash[19948]: audit 2024-09-20T23:09:23.757922+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:25.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:24 smithi142 bash[19948]: audit 2024-09-20T23:09:23.769760+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:25.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:24 smithi142 bash[19948]: audit 2024-09-20T23:09:23.784079+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:25.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:24 smithi083 bash[19864]: cluster 2024-09-20T23:09:23.736392+0000 mgr.x (mgr.24530) 112 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:25.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:24 smithi083 bash[19864]: audit 2024-09-20T23:09:23.757922+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:25.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:24 smithi083 bash[19864]: audit 2024-09-20T23:09:23.769760+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:25.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:24 smithi083 bash[19864]: audit 2024-09-20T23:09:23.784079+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:25.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:24 smithi083 bash[25244]: cluster 2024-09-20T23:09:23.736392+0000 mgr.x (mgr.24530) 112 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:25.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:24 smithi083 bash[25244]: audit 2024-09-20T23:09:23.757922+0000 mon.a (mon.0) 1274 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:25.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:24 smithi083 bash[25244]: audit 2024-09-20T23:09:23.769760+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:25.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:24 smithi083 bash[25244]: audit 2024-09-20T23:09:23.784079+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:27.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:26 smithi142 bash[19948]: cluster 2024-09-20T23:09:25.737830+0000 mgr.x (mgr.24530) 113 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:27.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:26 smithi083 bash[19864]: cluster 2024-09-20T23:09:25.737830+0000 mgr.x (mgr.24530) 113 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:27.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:26 smithi083 bash[25244]: cluster 2024-09-20T23:09:25.737830+0000 mgr.x (mgr.24530) 113 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:29.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:28 smithi142 bash[19948]: cluster 2024-09-20T23:09:27.738671+0000 mgr.x (mgr.24530) 114 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:29.069 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:09:28 smithi142 bash[52260]: ts=2024-09-20T23:09:28.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:09:29.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:28 smithi083 bash[19864]: cluster 2024-09-20T23:09:27.738671+0000 mgr.x (mgr.24530) 114 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:29.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:28 smithi083 bash[25244]: cluster 2024-09-20T23:09:27.738671+0000 mgr.x (mgr.24530) 114 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:30.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:29 smithi142 bash[19948]: audit 2024-09-20T23:09:28.367555+0000 mgr.x (mgr.24530) 115 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:30.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:29 smithi083 bash[19864]: audit 2024-09-20T23:09:28.367555+0000 mgr.x (mgr.24530) 115 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:30.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:29 smithi083 bash[25244]: audit 2024-09-20T23:09:28.367555+0000 mgr.x (mgr.24530) 115 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:31.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:30 smithi142 bash[19948]: cluster 2024-09-20T23:09:29.740369+0000 mgr.x (mgr.24530) 116 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:31.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:30 smithi083 bash[19864]: cluster 2024-09-20T23:09:29.740369+0000 mgr.x (mgr.24530) 116 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:31.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:30 smithi083 bash[25244]: cluster 2024-09-20T23:09:29.740369+0000 mgr.x (mgr.24530) 116 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:33.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:32 smithi142 bash[19948]: cluster 2024-09-20T23:09:31.741078+0000 mgr.x (mgr.24530) 117 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:33.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:32 smithi083 bash[19864]: cluster 2024-09-20T23:09:31.741078+0000 mgr.x (mgr.24530) 117 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:33.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:32 smithi083 bash[25244]: cluster 2024-09-20T23:09:31.741078+0000 mgr.x (mgr.24530) 117 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:33.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:09:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:09:33] "GET /metrics HTTP/1.1" 200 37964 "" "Prometheus/2.43.0" 2024-09-20T23:09:33.819 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:09:33 smithi142 bash[52260]: ts=2024-09-20T23:09:33.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:09:35.068 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:34 smithi142 bash[19948]: cluster 2024-09-20T23:09:33.742217+0000 mgr.x (mgr.24530) 118 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:35.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:34 smithi083 bash[19864]: cluster 2024-09-20T23:09:33.742217+0000 mgr.x (mgr.24530) 118 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:35.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:34 smithi083 bash[25244]: cluster 2024-09-20T23:09:33.742217+0000 mgr.x (mgr.24530) 118 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:37.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:36 smithi142 bash[19948]: cluster 2024-09-20T23:09:35.743509+0000 mgr.x (mgr.24530) 119 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:37.069 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:36 smithi083 bash[19864]: cluster 2024-09-20T23:09:35.743509+0000 mgr.x (mgr.24530) 119 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:37.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:36 smithi083 bash[25244]: cluster 2024-09-20T23:09:35.743509+0000 mgr.x (mgr.24530) 119 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:39.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:38 smithi142 bash[19948]: cluster 2024-09-20T23:09:37.744159+0000 mgr.x (mgr.24530) 120 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:39.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:38 smithi142 bash[19948]: audit 2024-09-20T23:09:38.105474+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:09:39.069 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:09:38 smithi142 bash[52260]: ts=2024-09-20T23:09:38.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:09:39.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:38 smithi083 bash[19864]: cluster 2024-09-20T23:09:37.744159+0000 mgr.x (mgr.24530) 120 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:39.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:38 smithi083 bash[19864]: audit 2024-09-20T23:09:38.105474+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:09:39.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:38 smithi083 bash[25244]: cluster 2024-09-20T23:09:37.744159+0000 mgr.x (mgr.24530) 120 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:39.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:38 smithi083 bash[25244]: audit 2024-09-20T23:09:38.105474+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:09:40.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:39 smithi142 bash[19948]: audit 2024-09-20T23:09:38.376502+0000 mgr.x (mgr.24530) 121 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:40.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:39 smithi083 bash[25244]: audit 2024-09-20T23:09:38.376502+0000 mgr.x (mgr.24530) 121 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:40.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:39 smithi083 bash[19864]: audit 2024-09-20T23:09:38.376502+0000 mgr.x (mgr.24530) 121 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:41.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:40 smithi142 bash[19948]: cluster 2024-09-20T23:09:39.745752+0000 mgr.x (mgr.24530) 122 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:41.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:40 smithi142 bash[19948]: audit 2024-09-20T23:09:40.149994+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:09:41.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:40 smithi142 bash[19948]: audit 2024-09-20T23:09:40.153951+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:09:41.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:40 smithi142 bash[19948]: audit 2024-09-20T23:09:40.155469+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:09:41.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:40 smithi142 bash[19948]: audit 2024-09-20T23:09:40.167463+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:41.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:40 smithi083 bash[25244]: cluster 2024-09-20T23:09:39.745752+0000 mgr.x (mgr.24530) 122 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:41.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:40 smithi083 bash[25244]: audit 2024-09-20T23:09:40.149994+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:09:41.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:40 smithi083 bash[25244]: audit 2024-09-20T23:09:40.153951+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:09:41.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:40 smithi083 bash[25244]: audit 2024-09-20T23:09:40.155469+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:09:41.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:40 smithi083 bash[25244]: audit 2024-09-20T23:09:40.167463+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:40 smithi083 bash[19864]: cluster 2024-09-20T23:09:39.745752+0000 mgr.x (mgr.24530) 122 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:40 smithi083 bash[19864]: audit 2024-09-20T23:09:40.149994+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:09:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:40 smithi083 bash[19864]: audit 2024-09-20T23:09:40.153951+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:09:41.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:40 smithi083 bash[19864]: audit 2024-09-20T23:09:40.155469+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:09:41.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:40 smithi083 bash[19864]: audit 2024-09-20T23:09:40.167463+0000 mon.a (mon.0) 1277 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:43.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:42 smithi142 bash[19948]: audit 2024-09-20T23:09:41.645123+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:43.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:42 smithi142 bash[19948]: audit 2024-09-20T23:09:41.661057+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:43.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:42 smithi142 bash[19948]: audit 2024-09-20T23:09:41.673788+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:43.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:42 smithi142 bash[19948]: cluster 2024-09-20T23:09:41.746284+0000 mgr.x (mgr.24530) 123 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:43.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:42 smithi083 bash[25244]: audit 2024-09-20T23:09:41.645123+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:43.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:42 smithi083 bash[25244]: audit 2024-09-20T23:09:41.661057+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:43.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:42 smithi083 bash[25244]: audit 2024-09-20T23:09:41.673788+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:43.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:42 smithi083 bash[25244]: cluster 2024-09-20T23:09:41.746284+0000 mgr.x (mgr.24530) 123 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:43.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:42 smithi083 bash[19864]: audit 2024-09-20T23:09:41.645123+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:43.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:42 smithi083 bash[19864]: audit 2024-09-20T23:09:41.661057+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:43.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:42 smithi083 bash[19864]: audit 2024-09-20T23:09:41.673788+0000 mon.a (mon.0) 1280 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:43.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:42 smithi083 bash[19864]: cluster 2024-09-20T23:09:41.746284+0000 mgr.x (mgr.24530) 123 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:43.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:09:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:09:43] "GET /metrics HTTP/1.1" 200 37960 "" "Prometheus/2.43.0" 2024-09-20T23:09:43.819 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:09:43 smithi142 bash[52260]: ts=2024-09-20T23:09:43.509Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:09:45.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:44 smithi142 bash[19948]: cluster 2024-09-20T23:09:43.747468+0000 mgr.x (mgr.24530) 124 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:45.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:44 smithi142 bash[19948]: audit 2024-09-20T23:09:43.968932+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:45.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:44 smithi142 bash[19948]: audit 2024-09-20T23:09:43.983239+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:45.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:44 smithi142 bash[19948]: audit 2024-09-20T23:09:43.995029+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:45.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:44 smithi083 bash[25244]: cluster 2024-09-20T23:09:43.747468+0000 mgr.x (mgr.24530) 124 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:45.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:44 smithi083 bash[25244]: audit 2024-09-20T23:09:43.968932+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:45.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:44 smithi083 bash[25244]: audit 2024-09-20T23:09:43.983239+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:45.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:44 smithi083 bash[25244]: audit 2024-09-20T23:09:43.995029+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:45.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:44 smithi083 bash[19864]: cluster 2024-09-20T23:09:43.747468+0000 mgr.x (mgr.24530) 124 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:45.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:44 smithi083 bash[19864]: audit 2024-09-20T23:09:43.968932+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:45.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:44 smithi083 bash[19864]: audit 2024-09-20T23:09:43.983239+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:45.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:44 smithi083 bash[19864]: audit 2024-09-20T23:09:43.995029+0000 mon.a (mon.0) 1283 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:09:47.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:46 smithi142 bash[19948]: cluster 2024-09-20T23:09:45.748821+0000 mgr.x (mgr.24530) 125 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:47.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:46 smithi083 bash[19864]: cluster 2024-09-20T23:09:45.748821+0000 mgr.x (mgr.24530) 125 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:47.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:46 smithi083 bash[25244]: cluster 2024-09-20T23:09:45.748821+0000 mgr.x (mgr.24530) 125 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:48.635 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:48 smithi083 bash[19864]: cluster 2024-09-20T23:09:47.749518+0000 mgr.x (mgr.24530) 126 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:49.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:48 smithi142 bash[19948]: cluster 2024-09-20T23:09:47.749518+0000 mgr.x (mgr.24530) 126 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:49.069 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:09:48 smithi142 bash[52260]: ts=2024-09-20T23:09:48.662Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:09:49.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:48 smithi083 bash[25244]: cluster 2024-09-20T23:09:47.749518+0000 mgr.x (mgr.24530) 126 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:50.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:49 smithi142 bash[19948]: audit 2024-09-20T23:09:48.387990+0000 mgr.x (mgr.24530) 127 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:50.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:49 smithi083 bash[19864]: audit 2024-09-20T23:09:48.387990+0000 mgr.x (mgr.24530) 127 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:50.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:49 smithi083 bash[25244]: audit 2024-09-20T23:09:48.387990+0000 mgr.x (mgr.24530) 127 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:09:51.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:50 smithi142 bash[19948]: cluster 2024-09-20T23:09:49.751222+0000 mgr.x (mgr.24530) 128 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:51.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:50 smithi083 bash[19864]: cluster 2024-09-20T23:09:49.751222+0000 mgr.x (mgr.24530) 128 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:51.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:50 smithi083 bash[25244]: cluster 2024-09-20T23:09:49.751222+0000 mgr.x (mgr.24530) 128 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:53.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:52 smithi142 bash[19948]: cluster 2024-09-20T23:09:51.751936+0000 mgr.x (mgr.24530) 129 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:53.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:52 smithi083 bash[25244]: cluster 2024-09-20T23:09:51.751936+0000 mgr.x (mgr.24530) 129 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:53.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:52 smithi083 bash[19864]: cluster 2024-09-20T23:09:51.751936+0000 mgr.x (mgr.24530) 129 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:53.814 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:09:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:09:53] "GET /metrics HTTP/1.1" 200 37975 "" "Prometheus/2.43.0" 2024-09-20T23:09:53.814 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:09:53 smithi142 bash[52260]: ts=2024-09-20T23:09:53.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:09:54.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:53 smithi142 bash[19948]: audit 2024-09-20T23:09:53.106073+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:09:54.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:53 smithi083 bash[19864]: audit 2024-09-20T23:09:53.106073+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:09:54.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:53 smithi083 bash[25244]: audit 2024-09-20T23:09:53.106073+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:09:55.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:54 smithi142 bash[19948]: cluster 2024-09-20T23:09:53.753496+0000 mgr.x (mgr.24530) 130 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:55.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:54 smithi083 bash[19864]: cluster 2024-09-20T23:09:53.753496+0000 mgr.x (mgr.24530) 130 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:55.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:54 smithi083 bash[25244]: cluster 2024-09-20T23:09:53.753496+0000 mgr.x (mgr.24530) 130 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:57.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:56 smithi083 bash[19864]: cluster 2024-09-20T23:09:55.753946+0000 mgr.x (mgr.24530) 131 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:57.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:56 smithi083 bash[25244]: cluster 2024-09-20T23:09:55.753946+0000 mgr.x (mgr.24530) 131 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:57.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:56 smithi142 bash[19948]: cluster 2024-09-20T23:09:55.753946+0000 mgr.x (mgr.24530) 131 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:09:58.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:58 smithi083 bash[19864]: cluster 2024-09-20T23:09:57.754389+0000 mgr.x (mgr.24530) 132 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:58.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:58 smithi083 bash[25244]: cluster 2024-09-20T23:09:57.754389+0000 mgr.x (mgr.24530) 132 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:58.969 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:58 smithi142 bash[19948]: cluster 2024-09-20T23:09:57.754389+0000 mgr.x (mgr.24530) 132 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 73 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:09:58.969 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:09:58 smithi142 bash[52260]: ts=2024-09-20T23:09:58.660Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:00.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:09:59 smithi142 bash[19948]: audit 2024-09-20T23:09:58.395350+0000 mgr.x (mgr.24530) 133 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:00.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:09:59 smithi083 bash[19864]: audit 2024-09-20T23:09:58.395350+0000 mgr.x (mgr.24530) 133 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:00.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:09:59 smithi083 bash[25244]: audit 2024-09-20T23:09:58.395350+0000 mgr.x (mgr.24530) 133 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:00.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:00 smithi083 bash[19864]: cluster 2024-09-20T23:09:59.756088+0000 mgr.x (mgr.24530) 134 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:10:00.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:00 smithi083 bash[19864]: cluster 2024-09-20T23:10:00.000148+0000 mon.a (mon.0) 1284 : cluster [INF] overall HEALTH_OK 2024-09-20T23:10:00.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:00 smithi083 bash[25244]: cluster 2024-09-20T23:09:59.756088+0000 mgr.x (mgr.24530) 134 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:10:00.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:00 smithi083 bash[25244]: cluster 2024-09-20T23:10:00.000148+0000 mon.a (mon.0) 1284 : cluster [INF] overall HEALTH_OK 2024-09-20T23:10:01.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:00 smithi142 bash[19948]: cluster 2024-09-20T23:09:59.756088+0000 mgr.x (mgr.24530) 134 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:10:01.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:00 smithi142 bash[19948]: cluster 2024-09-20T23:10:00.000148+0000 mon.a (mon.0) 1284 : cluster [INF] overall HEALTH_OK 2024-09-20T23:10:03.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:02 smithi142 bash[19948]: cluster 2024-09-20T23:10:01.756953+0000 mgr.x (mgr.24530) 135 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:10:03.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:02 smithi142 bash[19948]: audit 2024-09-20T23:10:01.866111+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:03.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:02 smithi142 bash[19948]: audit 2024-09-20T23:10:01.882513+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:03.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:02 smithi142 bash[19948]: audit 2024-09-20T23:10:01.895668+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:03.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:02 smithi083 bash[19864]: cluster 2024-09-20T23:10:01.756953+0000 mgr.x (mgr.24530) 135 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:10:03.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:02 smithi083 bash[19864]: audit 2024-09-20T23:10:01.866111+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:03.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:02 smithi083 bash[19864]: audit 2024-09-20T23:10:01.882513+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:03.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:02 smithi083 bash[19864]: audit 2024-09-20T23:10:01.895668+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:03.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:02 smithi083 bash[25244]: cluster 2024-09-20T23:10:01.756953+0000 mgr.x (mgr.24530) 135 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:10:03.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:02 smithi083 bash[25244]: audit 2024-09-20T23:10:01.866111+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:03.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:02 smithi083 bash[25244]: audit 2024-09-20T23:10:01.882513+0000 mon.a (mon.0) 1286 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:03.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:02 smithi083 bash[25244]: audit 2024-09-20T23:10:01.895668+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:03.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:10:03 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:10:03] "GET /metrics HTTP/1.1" 200 37975 "" "Prometheus/2.43.0" 2024-09-20T23:10:03.846 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:10:03 smithi142 bash[52260]: ts=2024-09-20T23:10:03.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:05.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:04 smithi142 bash[19948]: cluster 2024-09-20T23:10:03.758582+0000 mgr.x (mgr.24530) 136 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:10:05.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:04 smithi142 bash[19948]: audit 2024-09-20T23:10:04.196955+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:05.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:04 smithi142 bash[19948]: audit 2024-09-20T23:10:04.208240+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:05.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:04 smithi142 bash[19948]: audit 2024-09-20T23:10:04.220733+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:05.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:04 smithi083 bash[19864]: cluster 2024-09-20T23:10:03.758582+0000 mgr.x (mgr.24530) 136 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:10:05.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:04 smithi083 bash[19864]: audit 2024-09-20T23:10:04.196955+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:05.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:04 smithi083 bash[19864]: audit 2024-09-20T23:10:04.208240+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:05.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:04 smithi083 bash[19864]: audit 2024-09-20T23:10:04.220733+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:05.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:04 smithi083 bash[25244]: cluster 2024-09-20T23:10:03.758582+0000 mgr.x (mgr.24530) 136 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:10:05.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:04 smithi083 bash[25244]: audit 2024-09-20T23:10:04.196955+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:05.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:04 smithi083 bash[25244]: audit 2024-09-20T23:10:04.208240+0000 mon.a (mon.0) 1289 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:05.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:04 smithi083 bash[25244]: audit 2024-09-20T23:10:04.220733+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:07.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:06 smithi142 bash[19948]: cluster 2024-09-20T23:10:05.759278+0000 mgr.x (mgr.24530) 137 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:10:07.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:06 smithi083 bash[19864]: cluster 2024-09-20T23:10:05.759278+0000 mgr.x (mgr.24530) 137 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:10:07.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:06 smithi083 bash[25244]: cluster 2024-09-20T23:10:05.759278+0000 mgr.x (mgr.24530) 137 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:10:08.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:08 smithi083 bash[19864]: cluster 2024-09-20T23:10:07.759978+0000 mgr.x (mgr.24530) 138 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:10:08.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:08 smithi083 bash[19864]: audit 2024-09-20T23:10:08.106278+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:10:08.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:08 smithi083 bash[25244]: cluster 2024-09-20T23:10:07.759978+0000 mgr.x (mgr.24530) 138 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:10:08.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:08 smithi083 bash[25244]: audit 2024-09-20T23:10:08.106278+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:10:09.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:08 smithi142 bash[19948]: cluster 2024-09-20T23:10:07.759978+0000 mgr.x (mgr.24530) 138 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:10:09.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:08 smithi142 bash[19948]: audit 2024-09-20T23:10:08.106278+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:10:09.069 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:10:08 smithi142 bash[52260]: ts=2024-09-20T23:10:08.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:10.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:09 smithi142 bash[19948]: audit 2024-09-20T23:10:08.404128+0000 mgr.x (mgr.24530) 139 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:10.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:09 smithi083 bash[19864]: audit 2024-09-20T23:10:08.404128+0000 mgr.x (mgr.24530) 139 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:10.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:09 smithi083 bash[25244]: audit 2024-09-20T23:10:08.404128+0000 mgr.x (mgr.24530) 139 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:11.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:10 smithi142 bash[19948]: cluster 2024-09-20T23:10:09.761634+0000 mgr.x (mgr.24530) 140 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:10:11.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:10 smithi083 bash[19864]: cluster 2024-09-20T23:10:09.761634+0000 mgr.x (mgr.24530) 140 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:10:11.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:10 smithi083 bash[25244]: cluster 2024-09-20T23:10:09.761634+0000 mgr.x (mgr.24530) 140 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:10:13.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:12 smithi142 bash[19948]: cluster 2024-09-20T23:10:11.762330+0000 mgr.x (mgr.24530) 141 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:13.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:12 smithi083 bash[19864]: cluster 2024-09-20T23:10:11.762330+0000 mgr.x (mgr.24530) 141 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:13.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:12 smithi083 bash[25244]: cluster 2024-09-20T23:10:11.762330+0000 mgr.x (mgr.24530) 141 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:13.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:10:13 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:10:13] "GET /metrics HTTP/1.1" 200 37972 "" "Prometheus/2.43.0" 2024-09-20T23:10:13.819 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:10:13 smithi142 bash[52260]: ts=2024-09-20T23:10:13.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:15.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:14 smithi083 bash[19864]: cluster 2024-09-20T23:10:13.763855+0000 mgr.x (mgr.24530) 142 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:15.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:14 smithi083 bash[25244]: cluster 2024-09-20T23:10:13.763855+0000 mgr.x (mgr.24530) 142 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:15.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:14 smithi142 bash[19948]: cluster 2024-09-20T23:10:13.763855+0000 mgr.x (mgr.24530) 142 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:17.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:16 smithi142 bash[19948]: cluster 2024-09-20T23:10:15.764440+0000 mgr.x (mgr.24530) 143 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:17.218 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:16 smithi083 bash[19864]: cluster 2024-09-20T23:10:15.764440+0000 mgr.x (mgr.24530) 143 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:17.218 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:16 smithi083 bash[25244]: cluster 2024-09-20T23:10:15.764440+0000 mgr.x (mgr.24530) 143 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:18.710 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:18 smithi083 bash[19864]: cluster 2024-09-20T23:10:17.765117+0000 mgr.x (mgr.24530) 144 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:18.711 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:18 smithi083 bash[25244]: cluster 2024-09-20T23:10:17.765117+0000 mgr.x (mgr.24530) 144 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:19.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:18 smithi142 bash[19948]: cluster 2024-09-20T23:10:17.765117+0000 mgr.x (mgr.24530) 144 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:19.069 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:10:18 smithi142 bash[52260]: ts=2024-09-20T23:10:18.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:19.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:19 smithi142 bash[19948]: audit 2024-09-20T23:10:18.411925+0000 mgr.x (mgr.24530) 145 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:20.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:19 smithi083 bash[19864]: audit 2024-09-20T23:10:18.411925+0000 mgr.x (mgr.24530) 145 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:20.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:19 smithi083 bash[25244]: audit 2024-09-20T23:10:18.411925+0000 mgr.x (mgr.24530) 145 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:21.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:20 smithi142 bash[19948]: cluster 2024-09-20T23:10:19.766805+0000 mgr.x (mgr.24530) 146 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:21.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:20 smithi083 bash[19864]: cluster 2024-09-20T23:10:19.766805+0000 mgr.x (mgr.24530) 146 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:21.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:20 smithi083 bash[25244]: cluster 2024-09-20T23:10:19.766805+0000 mgr.x (mgr.24530) 146 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:23.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:22 smithi142 bash[19948]: cluster 2024-09-20T23:10:21.767521+0000 mgr.x (mgr.24530) 147 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:23.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:22 smithi142 bash[19948]: audit 2024-09-20T23:10:22.062301+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:23.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:22 smithi142 bash[19948]: audit 2024-09-20T23:10:22.079102+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:23.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:22 smithi142 bash[19948]: audit 2024-09-20T23:10:22.091923+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:23.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:22 smithi083 bash[19864]: cluster 2024-09-20T23:10:21.767521+0000 mgr.x (mgr.24530) 147 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:23.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:22 smithi083 bash[19864]: audit 2024-09-20T23:10:22.062301+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:23.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:22 smithi083 bash[19864]: audit 2024-09-20T23:10:22.079102+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:23.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:22 smithi083 bash[19864]: audit 2024-09-20T23:10:22.091923+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:23.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:22 smithi083 bash[25244]: cluster 2024-09-20T23:10:21.767521+0000 mgr.x (mgr.24530) 147 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:23.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:22 smithi083 bash[25244]: audit 2024-09-20T23:10:22.062301+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:23.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:22 smithi083 bash[25244]: audit 2024-09-20T23:10:22.079102+0000 mon.a (mon.0) 1292 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:23.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:22 smithi083 bash[25244]: audit 2024-09-20T23:10:22.091923+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:23.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:10:23 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:10:23] "GET /metrics HTTP/1.1" 200 37975 "" "Prometheus/2.43.0" 2024-09-20T23:10:23.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:10:23 smithi142 bash[52260]: ts=2024-09-20T23:10:23.509Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:24.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:23 smithi142 bash[19948]: audit 2024-09-20T23:10:23.106167+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:10:24.394 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:23 smithi083 bash[19864]: audit 2024-09-20T23:10:23.106167+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:10:24.394 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:23 smithi083 bash[25244]: audit 2024-09-20T23:10:23.106167+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:10:25.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:24 smithi142 bash[19948]: cluster 2024-09-20T23:10:23.769067+0000 mgr.x (mgr.24530) 148 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:25.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:24 smithi142 bash[19948]: audit 2024-09-20T23:10:24.377605+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:25.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:24 smithi142 bash[19948]: audit 2024-09-20T23:10:24.388179+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:25.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:24 smithi142 bash[19948]: audit 2024-09-20T23:10:24.400114+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:25.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:24 smithi083 bash[19864]: cluster 2024-09-20T23:10:23.769067+0000 mgr.x (mgr.24530) 148 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:25.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:24 smithi083 bash[19864]: audit 2024-09-20T23:10:24.377605+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:25.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:24 smithi083 bash[19864]: audit 2024-09-20T23:10:24.388179+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:25.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:24 smithi083 bash[19864]: audit 2024-09-20T23:10:24.400114+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:25.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:24 smithi083 bash[25244]: cluster 2024-09-20T23:10:23.769067+0000 mgr.x (mgr.24530) 148 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:25.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:24 smithi083 bash[25244]: audit 2024-09-20T23:10:24.377605+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:25.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:24 smithi083 bash[25244]: audit 2024-09-20T23:10:24.388179+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:25.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:24 smithi083 bash[25244]: audit 2024-09-20T23:10:24.400114+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:27.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:26 smithi142 bash[19948]: cluster 2024-09-20T23:10:25.769778+0000 mgr.x (mgr.24530) 149 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:27.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:26 smithi083 bash[19864]: cluster 2024-09-20T23:10:25.769778+0000 mgr.x (mgr.24530) 149 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:27.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:26 smithi083 bash[25244]: cluster 2024-09-20T23:10:25.769778+0000 mgr.x (mgr.24530) 149 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:28.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:28 smithi083 bash[19864]: cluster 2024-09-20T23:10:27.770516+0000 mgr.x (mgr.24530) 150 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:28.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:28 smithi083 bash[25244]: cluster 2024-09-20T23:10:27.770516+0000 mgr.x (mgr.24530) 150 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:29.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:28 smithi142 bash[19948]: cluster 2024-09-20T23:10:27.770516+0000 mgr.x (mgr.24530) 150 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:29.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:10:28 smithi142 bash[52260]: ts=2024-09-20T23:10:28.662Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:30.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:29 smithi142 bash[19948]: audit 2024-09-20T23:10:28.420149+0000 mgr.x (mgr.24530) 151 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:30.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:29 smithi083 bash[19864]: audit 2024-09-20T23:10:28.420149+0000 mgr.x (mgr.24530) 151 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:30.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:29 smithi083 bash[25244]: audit 2024-09-20T23:10:28.420149+0000 mgr.x (mgr.24530) 151 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:31.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:30 smithi142 bash[19948]: cluster 2024-09-20T23:10:29.772226+0000 mgr.x (mgr.24530) 152 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:31.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:30 smithi083 bash[19864]: cluster 2024-09-20T23:10:29.772226+0000 mgr.x (mgr.24530) 152 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:31.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:30 smithi083 bash[25244]: cluster 2024-09-20T23:10:29.772226+0000 mgr.x (mgr.24530) 152 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:33.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:32 smithi142 bash[19948]: cluster 2024-09-20T23:10:31.772949+0000 mgr.x (mgr.24530) 153 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:33.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:32 smithi083 bash[19864]: cluster 2024-09-20T23:10:31.772949+0000 mgr.x (mgr.24530) 153 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:33.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:32 smithi083 bash[25244]: cluster 2024-09-20T23:10:31.772949+0000 mgr.x (mgr.24530) 153 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:33.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:10:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:10:33] "GET /metrics HTTP/1.1" 200 37975 "" "Prometheus/2.43.0" 2024-09-20T23:10:33.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:10:33 smithi142 bash[52260]: ts=2024-09-20T23:10:33.509Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:35.259 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:34 smithi083 bash[19864]: cluster 2024-09-20T23:10:33.774626+0000 mgr.x (mgr.24530) 154 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:35.259 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:34 smithi083 bash[25244]: cluster 2024-09-20T23:10:33.774626+0000 mgr.x (mgr.24530) 154 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:35.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:34 smithi142 bash[19948]: cluster 2024-09-20T23:10:33.774626+0000 mgr.x (mgr.24530) 154 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:37.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:36 smithi142 bash[19948]: cluster 2024-09-20T23:10:35.775358+0000 mgr.x (mgr.24530) 155 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:37.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:36 smithi083 bash[19864]: cluster 2024-09-20T23:10:35.775358+0000 mgr.x (mgr.24530) 155 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:37.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:36 smithi083 bash[25244]: cluster 2024-09-20T23:10:35.775358+0000 mgr.x (mgr.24530) 155 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:38.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:38 smithi083 bash[19864]: cluster 2024-09-20T23:10:37.775906+0000 mgr.x (mgr.24530) 156 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:38.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:38 smithi083 bash[19864]: audit 2024-09-20T23:10:38.106719+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:10:38.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:38 smithi083 bash[25244]: cluster 2024-09-20T23:10:37.775906+0000 mgr.x (mgr.24530) 156 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:38.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:38 smithi083 bash[25244]: audit 2024-09-20T23:10:38.106719+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:10:39.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:38 smithi142 bash[19948]: cluster 2024-09-20T23:10:37.775906+0000 mgr.x (mgr.24530) 156 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:39.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:38 smithi142 bash[19948]: audit 2024-09-20T23:10:38.106719+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:10:39.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:10:38 smithi142 bash[52260]: ts=2024-09-20T23:10:38.663Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:40.041 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:39 smithi142 bash[19948]: audit 2024-09-20T23:10:38.427946+0000 mgr.x (mgr.24530) 157 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:40.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:39 smithi083 bash[19864]: audit 2024-09-20T23:10:38.427946+0000 mgr.x (mgr.24530) 157 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:40.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:39 smithi083 bash[25244]: audit 2024-09-20T23:10:38.427946+0000 mgr.x (mgr.24530) 157 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:41.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:40 smithi142 bash[19948]: cluster 2024-09-20T23:10:39.776990+0000 mgr.x (mgr.24530) 158 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:41.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:40 smithi142 bash[19948]: audit 2024-09-20T23:10:40.276360+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:10:41.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:40 smithi083 bash[19864]: cluster 2024-09-20T23:10:39.776990+0000 mgr.x (mgr.24530) 158 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:41.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:40 smithi083 bash[19864]: audit 2024-09-20T23:10:40.276360+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:10:41.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:40 smithi083 bash[25244]: cluster 2024-09-20T23:10:39.776990+0000 mgr.x (mgr.24530) 158 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:41.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:40 smithi083 bash[25244]: audit 2024-09-20T23:10:40.276360+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:10:42.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:41 smithi083 bash[19864]: audit 2024-09-20T23:10:40.845116+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:42.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:41 smithi083 bash[19864]: audit 2024-09-20T23:10:40.856904+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:42.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:41 smithi083 bash[19864]: audit 2024-09-20T23:10:40.859614+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:10:42.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:41 smithi083 bash[19864]: audit 2024-09-20T23:10:40.861252+0000 mon.b (mon.2) 96 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:10:42.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:41 smithi083 bash[19864]: audit 2024-09-20T23:10:40.869650+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:42.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:41 smithi083 bash[25244]: audit 2024-09-20T23:10:40.845116+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:42.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:41 smithi083 bash[25244]: audit 2024-09-20T23:10:40.856904+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:42.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:41 smithi083 bash[25244]: audit 2024-09-20T23:10:40.859614+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:10:42.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:41 smithi083 bash[25244]: audit 2024-09-20T23:10:40.861252+0000 mon.b (mon.2) 96 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:10:42.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:41 smithi083 bash[25244]: audit 2024-09-20T23:10:40.869650+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:42.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:41 smithi142 bash[19948]: audit 2024-09-20T23:10:40.845116+0000 mon.a (mon.0) 1297 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:42.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:41 smithi142 bash[19948]: audit 2024-09-20T23:10:40.856904+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:42.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:41 smithi142 bash[19948]: audit 2024-09-20T23:10:40.859614+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:10:42.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:41 smithi142 bash[19948]: audit 2024-09-20T23:10:40.861252+0000 mon.b (mon.2) 96 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:10:42.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:41 smithi142 bash[19948]: audit 2024-09-20T23:10:40.869650+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:42.493 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-20T23:10:43.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:42 smithi083 bash[19864]: cluster 2024-09-20T23:10:41.777640+0000 mgr.x (mgr.24530) 159 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:43.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:42 smithi083 bash[19864]: audit 2024-09-20T23:10:42.265647+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:43.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:42 smithi083 bash[19864]: audit 2024-09-20T23:10:42.280206+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:43.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:42 smithi083 bash[19864]: audit 2024-09-20T23:10:42.292878+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:43.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:42 smithi083 bash[25244]: cluster 2024-09-20T23:10:41.777640+0000 mgr.x (mgr.24530) 159 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:43.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:42 smithi083 bash[25244]: audit 2024-09-20T23:10:42.265647+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:43.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:42 smithi083 bash[25244]: audit 2024-09-20T23:10:42.280206+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:43.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:42 smithi083 bash[25244]: audit 2024-09-20T23:10:42.292878+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:43.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:42 smithi142 bash[19948]: cluster 2024-09-20T23:10:41.777640+0000 mgr.x (mgr.24530) 159 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:43.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:42 smithi142 bash[19948]: audit 2024-09-20T23:10:42.265647+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:43.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:42 smithi142 bash[19948]: audit 2024-09-20T23:10:42.280206+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:43.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:42 smithi142 bash[19948]: audit 2024-09-20T23:10:42.292878+0000 mon.a (mon.0) 1302 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:43.777 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:10:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:10:43] "GET /metrics HTTP/1.1" 200 37973 "" "Prometheus/2.43.0" 2024-09-20T23:10:43.777 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:10:43 smithi142 bash[52260]: ts=2024-09-20T23:10:43.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:45.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:44 smithi083 bash[19864]: cluster 2024-09-20T23:10:43.778617+0000 mgr.x (mgr.24530) 160 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:45.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:44 smithi083 bash[19864]: audit 2024-09-20T23:10:44.558206+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:45.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:44 smithi083 bash[19864]: audit 2024-09-20T23:10:44.568946+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:45.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:44 smithi083 bash[19864]: audit 2024-09-20T23:10:44.582200+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:45.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:44 smithi083 bash[25244]: cluster 2024-09-20T23:10:43.778617+0000 mgr.x (mgr.24530) 160 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:45.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:44 smithi083 bash[25244]: audit 2024-09-20T23:10:44.558206+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:45.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:44 smithi083 bash[25244]: audit 2024-09-20T23:10:44.568946+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:45.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:44 smithi083 bash[25244]: audit 2024-09-20T23:10:44.582200+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:45.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:44 smithi142 bash[19948]: cluster 2024-09-20T23:10:43.778617+0000 mgr.x (mgr.24530) 160 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:45.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:44 smithi142 bash[19948]: audit 2024-09-20T23:10:44.558206+0000 mon.a (mon.0) 1303 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:45.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:44 smithi142 bash[19948]: audit 2024-09-20T23:10:44.568946+0000 mon.a (mon.0) 1304 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:45.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:44 smithi142 bash[19948]: audit 2024-09-20T23:10:44.582200+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:46.518 INFO:teuthology.orchestra.run.smithi083.stdout:Scheduled to redeploy mgr.y on host 'smithi083' 2024-09-20T23:10:47.287 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:46 smithi083 bash[25244]: cluster 2024-09-20T23:10:45.779284+0000 mgr.x (mgr.24530) 161 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:47.287 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:46 smithi083 bash[25244]: audit 2024-09-20T23:10:46.109983+0000 mon.c (mon.1) 189 : audit [DBG] from='client.? 172.21.15.83:0/3450717535' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-20T23:10:47.287 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:46 smithi083 bash[25244]: audit 2024-09-20T23:10:46.483329+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:47.287 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:46 smithi083 bash[25244]: audit 2024-09-20T23:10:46.502915+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:47.287 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:46 smithi083 bash[25244]: audit 2024-09-20T23:10:46.519484+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:47.287 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:46 smithi083 bash[25244]: audit 2024-09-20T23:10:46.522025+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:10:47.288 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:46 smithi083 bash[19864]: cluster 2024-09-20T23:10:45.779284+0000 mgr.x (mgr.24530) 161 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:47.288 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:46 smithi083 bash[19864]: audit 2024-09-20T23:10:46.109983+0000 mon.c (mon.1) 189 : audit [DBG] from='client.? 172.21.15.83:0/3450717535' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-20T23:10:47.288 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:46 smithi083 bash[19864]: audit 2024-09-20T23:10:46.483329+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:47.288 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:46 smithi083 bash[19864]: audit 2024-09-20T23:10:46.502915+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:47.288 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:46 smithi083 bash[19864]: audit 2024-09-20T23:10:46.519484+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:47.288 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:46 smithi083 bash[19864]: audit 2024-09-20T23:10:46.522025+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:10:47.289 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch ps --refresh' 2024-09-20T23:10:47.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:46 smithi142 bash[19948]: cluster 2024-09-20T23:10:45.779284+0000 mgr.x (mgr.24530) 161 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:46 smithi142 bash[19948]: audit 2024-09-20T23:10:46.109983+0000 mon.c (mon.1) 189 : audit [DBG] from='client.? 172.21.15.83:0/3450717535' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-20T23:10:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:46 smithi142 bash[19948]: audit 2024-09-20T23:10:46.483329+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:46 smithi142 bash[19948]: audit 2024-09-20T23:10:46.502915+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:46 smithi142 bash[19948]: audit 2024-09-20T23:10:46.519484+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:46 smithi142 bash[19948]: audit 2024-09-20T23:10:46.522025+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:10:48.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:47 smithi142 bash[19948]: audit 2024-09-20T23:10:46.474522+0000 mgr.x (mgr.24530) 162 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:10:48.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:47 smithi142 bash[19948]: cephadm 2024-09-20T23:10:46.489699+0000 mgr.x (mgr.24530) 163 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-20T23:10:48.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:47 smithi083 bash[25244]: audit 2024-09-20T23:10:46.474522+0000 mgr.x (mgr.24530) 162 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:10:48.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:47 smithi083 bash[25244]: cephadm 2024-09-20T23:10:46.489699+0000 mgr.x (mgr.24530) 163 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-20T23:10:48.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:47 smithi083 bash[19864]: audit 2024-09-20T23:10:46.474522+0000 mgr.x (mgr.24530) 162 : audit [DBG] from='client.25015 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:10:48.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:47 smithi083 bash[19864]: cephadm 2024-09-20T23:10:46.489699+0000 mgr.x (mgr.24530) 163 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-20T23:10:49.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:48 smithi142 bash[19948]: cluster 2024-09-20T23:10:47.779970+0000 mgr.x (mgr.24530) 164 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:10:49.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:10:48 smithi142 bash[52260]: ts=2024-09-20T23:10:48.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:49.246 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:48 smithi083 bash[19864]: cluster 2024-09-20T23:10:47.779970+0000 mgr.x (mgr.24530) 164 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:10:49.246 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:48 smithi083 bash[25244]: cluster 2024-09-20T23:10:47.779970+0000 mgr.x (mgr.24530) 164 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:10:50.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:49 smithi142 bash[19948]: audit 2024-09-20T23:10:48.436141+0000 mgr.x (mgr.24530) 165 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:50.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:49 smithi083 bash[19864]: audit 2024-09-20T23:10:48.436141+0000 mgr.x (mgr.24530) 165 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:50.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:49 smithi083 bash[25244]: audit 2024-09-20T23:10:48.436141+0000 mgr.x (mgr.24530) 165 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:10:51.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[25244]: cluster 2024-09-20T23:10:49.781620+0000 mgr.x (mgr.24530) 166 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:51.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[25244]: audit 2024-09-20T23:10:50.705417+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:51.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[25244]: audit 2024-09-20T23:10:50.711630+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:10:51.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[25244]: audit 2024-09-20T23:10:50.713310+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:10:51.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[25244]: audit 2024-09-20T23:10:50.723021+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:51.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[25244]: audit 2024-09-20T23:10:50.789655+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:10:51.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[25244]: audit 2024-09-20T23:10:50.791633+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:10:51.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[25244]: audit 2024-09-20T23:10:50.793047+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:10:51.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[25244]: audit 2024-09-20T23:10:50.795009+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:10:51.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[19864]: cluster 2024-09-20T23:10:49.781620+0000 mgr.x (mgr.24530) 166 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:51.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[19864]: audit 2024-09-20T23:10:50.705417+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:51.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[19864]: audit 2024-09-20T23:10:50.711630+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:10:51.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[19864]: audit 2024-09-20T23:10:50.713310+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:10:51.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[19864]: audit 2024-09-20T23:10:50.723021+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:51.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[19864]: audit 2024-09-20T23:10:50.789655+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:10:51.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[19864]: audit 2024-09-20T23:10:50.791633+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:10:51.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[19864]: audit 2024-09-20T23:10:50.793047+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:10:51.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:50 smithi083 bash[19864]: audit 2024-09-20T23:10:50.795009+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:10:51.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:50 smithi142 bash[19948]: cluster 2024-09-20T23:10:49.781620+0000 mgr.x (mgr.24530) 166 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:51.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:50 smithi142 bash[19948]: audit 2024-09-20T23:10:50.705417+0000 mon.a (mon.0) 1309 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:51.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:50 smithi142 bash[19948]: audit 2024-09-20T23:10:50.711630+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:10:51.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:50 smithi142 bash[19948]: audit 2024-09-20T23:10:50.713310+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:10:51.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:50 smithi142 bash[19948]: audit 2024-09-20T23:10:50.723021+0000 mon.a (mon.0) 1310 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:51.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:50 smithi142 bash[19948]: audit 2024-09-20T23:10:50.789655+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:10:51.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:50 smithi142 bash[19948]: audit 2024-09-20T23:10:50.791633+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.24530 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:10:51.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:50 smithi142 bash[19948]: audit 2024-09-20T23:10:50.793047+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:10:51.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:50 smithi142 bash[19948]: audit 2024-09-20T23:10:50.795009+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:10:52.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:51 smithi142 bash[19948]: cephadm 2024-09-20T23:10:50.796968+0000 mgr.x (mgr.24530) 167 : cephadm [INF] Deploying daemon mgr.y on smithi083 2024-09-20T23:10:52.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:51 smithi083 bash[19864]: cephadm 2024-09-20T23:10:50.796968+0000 mgr.x (mgr.24530) 167 : cephadm [INF] Deploying daemon mgr.y on smithi083 2024-09-20T23:10:52.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:51 smithi083 bash[25244]: cephadm 2024-09-20T23:10:50.796968+0000 mgr.x (mgr.24530) 167 : cephadm [INF] Deploying daemon mgr.y on smithi083 2024-09-20T23:10:53.000 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:10:53.001 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 10s ago 20m - - 2024-09-20T23:10:53.001 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 8s ago 20m - - 2024-09-20T23:10:53.001 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (2m) 10s ago 12m 14.2M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:10:53.001 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (2m) 8s ago 12m 40.3M - dad864ee21e9 70e2c31eee0c 2024-09-20T23:10:53.001 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (2m) 10s ago 10m 42.0M - 3.5 e1d6a67b021e 944ea2b86762 2024-09-20T23:10:53.001 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283 running (5m) 8s ago 19m 499M - 19.1.1-367-g9e2ac70b cc9251b744a3 e229c4125bc1 2024-09-20T23:10:53.001 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:9283 running (21m) 10s ago 21m 400M - 17.2.0 e1d6a67b021e 1a5213f0d9f1 2024-09-20T23:10:53.001 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (21m) 10s ago 21m 60.5M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:10:53.001 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (19m) 8s ago 19m 46.6M 2048M 17.2.0 e1d6a67b021e f020a95bce9d 2024-09-20T23:10:53.001 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (19m) 10s ago 19m 46.4M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:10:53.001 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (3m) 10s ago 13m 8376k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:10:53.002 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (2m) 8s ago 13m 8116k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:10:53.002 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (18m) 10s ago 18m 53.9M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:10:53.002 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (18m) 10s ago 18m 55.2M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:10:53.002 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (17m) 10s ago 17m 50.7M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:10:53.002 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (16m) 10s ago 16m 52.8M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:10:53.002 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (16m) 8s ago 16m 53.9M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:10:53.002 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (15m) 8s ago 15m 52.5M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:10:53.002 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (14m) 8s ago 14m 51.0M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:10:53.002 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (14m) 8s ago 14m 54.3M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:10:53.002 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (2m) 8s ago 13m 52.2M - 2.43.0 a07b618ecd1d f348d56e9492 2024-09-20T23:10:53.002 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (11m) 10s ago 11m 84.8M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:10:53.002 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (10m) 8s ago 10m 87.1M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:10:53.147 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:52 smithi083 bash[25244]: cluster 2024-09-20T23:10:51.782354+0000 mgr.x (mgr.24530) 168 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:53.148 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:52 smithi083 bash[19864]: cluster 2024-09-20T23:10:51.782354+0000 mgr.x (mgr.24530) 168 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:53.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:52 smithi142 bash[19948]: cluster 2024-09-20T23:10:51.782354+0000 mgr.x (mgr.24530) 168 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:53.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:10:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:10:53] "GET /metrics HTTP/1.1" 200 37968 "" "Prometheus/2.43.0" 2024-09-20T23:10:53.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:10:53 smithi142 bash[52260]: ts=2024-09-20T23:10:53.509Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:54.043 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:53 smithi083 bash[25244]: audit 2024-09-20T23:10:53.107361+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:10:54.044 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:53 smithi083 bash[19864]: audit 2024-09-20T23:10:53.107361+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:10:54.057 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'sleep 180' 2024-09-20T23:10:54.309 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:10:54 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:54.309 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:10:54 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:54.310 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:10:54 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:54.310 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:10:54 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:54.310 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:54 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:54.310 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:10:54 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:54.311 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:10:54 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:54.311 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:10:54 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:54.311 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:54 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:54.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:53 smithi142 bash[19948]: audit 2024-09-20T23:10:53.107361+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:10:54.571 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:10:54 smithi083 systemd[1]: Stopping Ceph mgr.y for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:10:55.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:54 smithi142 bash[19948]: audit 2024-09-20T23:10:52.963264+0000 mgr.x (mgr.24530) 169 : audit [DBG] from='client.15111 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:10:55.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:54 smithi142 bash[19948]: cluster 2024-09-20T23:10:53.783903+0000 mgr.x (mgr.24530) 170 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:55.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:54 smithi083 bash[19864]: audit 2024-09-20T23:10:52.963264+0000 mgr.x (mgr.24530) 169 : audit [DBG] from='client.15111 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:10:55.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:54 smithi083 bash[19864]: cluster 2024-09-20T23:10:53.783903+0000 mgr.x (mgr.24530) 170 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:55.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:54 smithi083 bash[25244]: audit 2024-09-20T23:10:52.963264+0000 mgr.x (mgr.24530) 169 : audit [DBG] from='client.15111 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:10:55.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:54 smithi083 bash[25244]: cluster 2024-09-20T23:10:53.783903+0000 mgr.x (mgr.24530) 170 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:10:56.198 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:10:55 smithi083 bash[70288]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mgr-y 2024-09-20T23:10:56.469 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:56.469 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:56.470 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:56.470 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:56.470 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:56.470 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:56.471 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:56.471 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:56.471 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-09-20T23:10:56.471 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[70357]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mgr-y 2024-09-20T23:10:56.471 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.y.service: Failed with result 'exit-code'. 2024-09-20T23:10:56.471 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: Stopped Ceph mgr.y for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:10:56.472 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:10:56.472 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:10:56 smithi083 systemd[1]: Started Ceph mgr.y for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:10:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[19864]: cluster 2024-09-20T23:10:55.784616+0000 mgr.x (mgr.24530) 171 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[19864]: audit 2024-09-20T23:10:56.530225+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[19864]: audit 2024-09-20T23:10:56.541970+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[19864]: audit 2024-09-20T23:10:56.553269+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[19864]: audit 2024-09-20T23:10:56.564209+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[19864]: audit 2024-09-20T23:10:56.644409+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:10:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[19864]: audit 2024-09-20T23:10:56.647309+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:10:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[19864]: audit 2024-09-20T23:10:56.648260+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:10:57.007 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[19864]: audit 2024-09-20T23:10:56.655034+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.008 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[25244]: cluster 2024-09-20T23:10:55.784616+0000 mgr.x (mgr.24530) 171 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:57.008 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[25244]: audit 2024-09-20T23:10:56.530225+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.008 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[25244]: audit 2024-09-20T23:10:56.541970+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.008 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[25244]: audit 2024-09-20T23:10:56.553269+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.008 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[25244]: audit 2024-09-20T23:10:56.564209+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.008 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[25244]: audit 2024-09-20T23:10:56.644409+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:10:57.008 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[25244]: audit 2024-09-20T23:10:56.647309+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:10:57.008 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[25244]: audit 2024-09-20T23:10:56.648260+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:10:57.008 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:56 smithi083 bash[25244]: audit 2024-09-20T23:10:56.655034+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:56 smithi142 bash[19948]: cluster 2024-09-20T23:10:55.784616+0000 mgr.x (mgr.24530) 171 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:57.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:56 smithi142 bash[19948]: audit 2024-09-20T23:10:56.530225+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:56 smithi142 bash[19948]: audit 2024-09-20T23:10:56.541970+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:56 smithi142 bash[19948]: audit 2024-09-20T23:10:56.553269+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:56 smithi142 bash[19948]: audit 2024-09-20T23:10:56.564209+0000 mon.a (mon.0) 1315 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:57.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:56 smithi142 bash[19948]: audit 2024-09-20T23:10:56.644409+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:10:57.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:56 smithi142 bash[19948]: audit 2024-09-20T23:10:56.647309+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:10:57.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:56 smithi142 bash[19948]: audit 2024-09-20T23:10:56.648260+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:10:57.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:56 smithi142 bash[19948]: audit 2024-09-20T23:10:56.655034+0000 mon.a (mon.0) 1316 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:10:58.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:58 smithi142 bash[19948]: cluster 2024-09-20T23:10:57.785166+0000 mgr.x (mgr.24530) 172 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:58.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:10:58 smithi142 bash[52260]: ts=2024-09-20T23:10:58.662Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:10:58.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:58 smithi083 bash[19864]: cluster 2024-09-20T23:10:57.785166+0000 mgr.x (mgr.24530) 172 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:58.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:58 smithi083 bash[25244]: cluster 2024-09-20T23:10:57.785166+0000 mgr.x (mgr.24530) 172 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:10:59.658 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:10:59 smithi083 bash[70411]: debug 2024-09-20T23:10:59.589+0000 7f518a6df640 1 -- 172.21.15.83:0/2079593536 <== mon.1 v2:172.21.15.83:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x560225b990e0 con 0x560225b9b400 2024-09-20T23:10:59.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:10:59 smithi142 bash[19948]: audit 2024-09-20T23:10:58.444147+0000 mgr.x (mgr.24530) 173 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:00.110 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:10:59 smithi083 bash[19864]: audit 2024-09-20T23:10:58.444147+0000 mgr.x (mgr.24530) 173 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:00.110 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:10:59 smithi083 bash[25244]: audit 2024-09-20T23:10:58.444147+0000 mgr.x (mgr.24530) 173 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:00.110 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:10:59 smithi083 bash[70411]: debug 2024-09-20T23:10:59.705+0000 7f518cf49040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T23:11:00.918 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:00 smithi142 bash[19948]: cluster 2024-09-20T23:10:59.786778+0000 mgr.x (mgr.24530) 174 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:00.939 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:00 smithi083 bash[19864]: cluster 2024-09-20T23:10:59.786778+0000 mgr.x (mgr.24530) 174 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:00.940 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:00 smithi083 bash[25244]: cluster 2024-09-20T23:10:59.786778+0000 mgr.x (mgr.24530) 174 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:01.321 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:00 smithi083 bash[70411]: debug 2024-09-20T23:11:00.937+0000 7f518cf49040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T23:11:01.321 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:01 smithi083 bash[70411]: debug 2024-09-20T23:11:01.009+0000 7f518cf49040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T23:11:01.321 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:01 smithi083 bash[70411]: debug 2024-09-20T23:11:01.157+0000 7f518cf49040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T23:11:02.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:01 smithi083 bash[70411]: debug 2024-09-20T23:11:01.816+0000 7f518cf49040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T23:11:02.071 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:01 smithi083 bash[70411]: debug 2024-09-20T23:11:01.888+0000 7f518cf49040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T23:11:02.071 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:01 smithi083 bash[70411]: debug 2024-09-20T23:11:01.960+0000 7f518cf49040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T23:11:02.468 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[70411]: debug 2024-09-20T23:11:02.160+0000 7f518cf49040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-20T23:11:02.468 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[70411]: debug 2024-09-20T23:11:02.236+0000 7f518cf49040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T23:11:02.468 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[70411]: debug 2024-09-20T23:11:02.312+0000 7f518cf49040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T23:11:02.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[70411]: debug 2024-09-20T23:11:02.576+0000 7f518cf49040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T23:11:02.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[70411]: debug 2024-09-20T23:11:02.648+0000 7f518cf49040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T23:11:03.184 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[70411]: debug 2024-09-20T23:11:02.848+0000 7f518cf49040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T23:11:03.184 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[70411]: debug 2024-09-20T23:11:02.924+0000 7f518cf49040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T23:11:03.185 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[19864]: cluster 2024-09-20T23:11:01.787495+0000 mgr.x (mgr.24530) 175 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:03.185 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[19864]: audit 2024-09-20T23:11:02.440147+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:03.185 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[19864]: audit 2024-09-20T23:11:02.455488+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:03.185 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[19864]: audit 2024-09-20T23:11:02.468718+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:03.185 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[25244]: cluster 2024-09-20T23:11:01.787495+0000 mgr.x (mgr.24530) 175 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:03.185 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[25244]: audit 2024-09-20T23:11:02.440147+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:03.185 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[25244]: audit 2024-09-20T23:11:02.455488+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:03.185 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:02 smithi083 bash[25244]: audit 2024-09-20T23:11:02.468718+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:03.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:02 smithi142 bash[19948]: cluster 2024-09-20T23:11:01.787495+0000 mgr.x (mgr.24530) 175 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:03.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:02 smithi142 bash[19948]: audit 2024-09-20T23:11:02.440147+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:03.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:02 smithi142 bash[19948]: audit 2024-09-20T23:11:02.455488+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:03.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:02 smithi142 bash[19948]: audit 2024-09-20T23:11:02.468718+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:03.488 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:03 smithi083 bash[70411]: debug 2024-09-20T23:11:03.184+0000 7f518cf49040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T23:11:03.488 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:03 smithi083 bash[70411]: debug 2024-09-20T23:11:03.368+0000 7f518cf49040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:11:03.796 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:03 smithi083 bash[70411]: debug 2024-09-20T23:11:03.536+0000 7f518cf49040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T23:11:03.796 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:03 smithi083 bash[70411]: debug 2024-09-20T23:11:03.612+0000 7f518cf49040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T23:11:03.796 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:03 smithi083 bash[70411]: debug 2024-09-20T23:11:03.796+0000 7f518cf49040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:11:03.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:11:03 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:11:03] "GET /metrics HTTP/1.1" 200 37968 "" "Prometheus/2.43.0" 2024-09-20T23:11:03.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:11:03 smithi142 bash[52260]: ts=2024-09-20T23:11:03.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:11:04.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:04 smithi083 bash[70411]: debug 2024-09-20T23:11:04.652+0000 7f518cf49040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T23:11:04.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:04 smithi083 bash[70411]: debug 2024-09-20T23:11:04.728+0000 7f518cf49040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T23:11:05.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:04 smithi142 bash[19948]: cluster 2024-09-20T23:11:03.789150+0000 mgr.x (mgr.24530) 176 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:05.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:04 smithi142 bash[19948]: audit 2024-09-20T23:11:04.731099+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:05.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:04 smithi142 bash[19948]: audit 2024-09-20T23:11:04.742187+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:05.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:04 smithi142 bash[19948]: audit 2024-09-20T23:11:04.751995+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:05.321 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:04 smithi083 bash[70411]: debug 2024-09-20T23:11:04.956+0000 7f518cf49040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T23:11:05.321 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[70411]: debug 2024-09-20T23:11:05.028+0000 7f518cf49040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T23:11:05.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:04 smithi083 bash[19864]: cluster 2024-09-20T23:11:03.789150+0000 mgr.x (mgr.24530) 176 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:05.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:04 smithi083 bash[19864]: audit 2024-09-20T23:11:04.731099+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:05.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:04 smithi083 bash[19864]: audit 2024-09-20T23:11:04.742187+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:05.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:04 smithi083 bash[19864]: audit 2024-09-20T23:11:04.751995+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:05.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:04 smithi083 bash[25244]: cluster 2024-09-20T23:11:03.789150+0000 mgr.x (mgr.24530) 176 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:05.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:04 smithi083 bash[25244]: audit 2024-09-20T23:11:04.731099+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:05.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:04 smithi083 bash[25244]: audit 2024-09-20T23:11:04.742187+0000 mon.a (mon.0) 1321 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:05.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:04 smithi083 bash[25244]: audit 2024-09-20T23:11:04.751995+0000 mon.a (mon.0) 1322 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:05.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[70411]: debug 2024-09-20T23:11:05.416+0000 7f518cf49040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T23:11:05.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[70411]: debug 2024-09-20T23:11:05.496+0000 7f518cf49040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T23:11:05.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[70411]: [20/Sep/2024:23:11:05] ENGINE Bus STARTING 2024-09-20T23:11:05.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[70411]: CherryPy Checker: 2024-09-20T23:11:05.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[70411]: The Application mounted at '' has an empty config. 2024-09-20T23:11:05.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[70411]: [20/Sep/2024:23:11:05] ENGINE Serving on http://:::9283 2024-09-20T23:11:05.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[70411]: [20/Sep/2024:23:11:05] ENGINE Bus STARTED 2024-09-20T23:11:06.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:05 smithi142 bash[19948]: cluster 2024-09-20T23:11:05.523952+0000 mon.a (mon.0) 1323 : cluster [DBG] Standby manager daemon y restarted 2024-09-20T23:11:06.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:05 smithi142 bash[19948]: cluster 2024-09-20T23:11:05.524146+0000 mon.a (mon.0) 1324 : cluster [DBG] Standby manager daemon y started 2024-09-20T23:11:06.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:05 smithi142 bash[19948]: audit 2024-09-20T23:11:05.528516+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.? 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-20T23:11:06.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:05 smithi142 bash[19948]: audit 2024-09-20T23:11:05.530166+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.? 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:11:06.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:05 smithi142 bash[19948]: audit 2024-09-20T23:11:05.534869+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.? 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-20T23:11:06.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:05 smithi142 bash[19948]: audit 2024-09-20T23:11:05.535602+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.? 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:11:06.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[25244]: cluster 2024-09-20T23:11:05.523952+0000 mon.a (mon.0) 1323 : cluster [DBG] Standby manager daemon y restarted 2024-09-20T23:11:06.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[25244]: cluster 2024-09-20T23:11:05.524146+0000 mon.a (mon.0) 1324 : cluster [DBG] Standby manager daemon y started 2024-09-20T23:11:06.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[25244]: audit 2024-09-20T23:11:05.528516+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.? 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-20T23:11:06.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[25244]: audit 2024-09-20T23:11:05.530166+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.? 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:11:06.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[25244]: audit 2024-09-20T23:11:05.534869+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.? 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-20T23:11:06.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[25244]: audit 2024-09-20T23:11:05.535602+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.? 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:11:06.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[19864]: cluster 2024-09-20T23:11:05.523952+0000 mon.a (mon.0) 1323 : cluster [DBG] Standby manager daemon y restarted 2024-09-20T23:11:06.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[19864]: cluster 2024-09-20T23:11:05.524146+0000 mon.a (mon.0) 1324 : cluster [DBG] Standby manager daemon y started 2024-09-20T23:11:06.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[19864]: audit 2024-09-20T23:11:05.528516+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.? 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-20T23:11:06.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[19864]: audit 2024-09-20T23:11:05.530166+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.? 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:11:06.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[19864]: audit 2024-09-20T23:11:05.534869+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.? 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-20T23:11:06.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:05 smithi083 bash[19864]: audit 2024-09-20T23:11:05.535602+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.? 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:11:07.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:06 smithi142 bash[19948]: cluster 2024-09-20T23:11:05.789958+0000 mgr.x (mgr.24530) 177 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:07.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:06 smithi142 bash[19948]: cluster 2024-09-20T23:11:05.875049+0000 mon.a (mon.0) 1325 : cluster [DBG] mgrmap e27: x(active, since 3m), standbys: y 2024-09-20T23:11:07.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:06 smithi083 bash[25244]: cluster 2024-09-20T23:11:05.789958+0000 mgr.x (mgr.24530) 177 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:07.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:06 smithi083 bash[25244]: cluster 2024-09-20T23:11:05.875049+0000 mon.a (mon.0) 1325 : cluster [DBG] mgrmap e27: x(active, since 3m), standbys: y 2024-09-20T23:11:07.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:06 smithi083 bash[19864]: cluster 2024-09-20T23:11:05.789958+0000 mgr.x (mgr.24530) 177 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:07.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:06 smithi083 bash[19864]: cluster 2024-09-20T23:11:05.875049+0000 mon.a (mon.0) 1325 : cluster [DBG] mgrmap e27: x(active, since 3m), standbys: y 2024-09-20T23:11:08.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:08 smithi083 bash[25244]: cluster 2024-09-20T23:11:07.790720+0000 mgr.x (mgr.24530) 178 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:08.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:08 smithi083 bash[25244]: audit 2024-09-20T23:11:08.107761+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:11:08.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:08 smithi083 bash[19864]: cluster 2024-09-20T23:11:07.790720+0000 mgr.x (mgr.24530) 178 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:08.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:08 smithi083 bash[19864]: audit 2024-09-20T23:11:08.107761+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:11:09.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:08 smithi142 bash[19948]: cluster 2024-09-20T23:11:07.790720+0000 mgr.x (mgr.24530) 178 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:09.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:08 smithi142 bash[19948]: audit 2024-09-20T23:11:08.107761+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:11:09.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:11:08 smithi142 bash[52260]: ts=2024-09-20T23:11:08.662Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:11:10.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:09 smithi142 bash[19948]: audit 2024-09-20T23:11:08.452174+0000 mgr.x (mgr.24530) 179 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:10.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:09 smithi083 bash[19864]: audit 2024-09-20T23:11:08.452174+0000 mgr.x (mgr.24530) 179 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:10.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:09 smithi083 bash[25244]: audit 2024-09-20T23:11:08.452174+0000 mgr.x (mgr.24530) 179 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:11.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:10 smithi142 bash[19948]: cluster 2024-09-20T23:11:09.792371+0000 mgr.x (mgr.24530) 180 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:11.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:10 smithi142 bash[19948]: audit 2024-09-20T23:11:10.314064+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:11.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:10 smithi142 bash[19948]: audit 2024-09-20T23:11:10.330154+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:11.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:10 smithi142 bash[19948]: audit 2024-09-20T23:11:10.343410+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:11.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:10 smithi083 bash[19864]: cluster 2024-09-20T23:11:09.792371+0000 mgr.x (mgr.24530) 180 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:11.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:10 smithi083 bash[19864]: audit 2024-09-20T23:11:10.314064+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:11.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:10 smithi083 bash[19864]: audit 2024-09-20T23:11:10.330154+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:11.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:10 smithi083 bash[19864]: audit 2024-09-20T23:11:10.343410+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:11.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:10 smithi083 bash[25244]: cluster 2024-09-20T23:11:09.792371+0000 mgr.x (mgr.24530) 180 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:11.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:10 smithi083 bash[25244]: audit 2024-09-20T23:11:10.314064+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:11.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:10 smithi083 bash[25244]: audit 2024-09-20T23:11:10.330154+0000 mon.a (mon.0) 1327 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:11.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:10 smithi083 bash[25244]: audit 2024-09-20T23:11:10.343410+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:13.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:12 smithi142 bash[19948]: cluster 2024-09-20T23:11:11.793075+0000 mgr.x (mgr.24530) 181 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:13.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:12 smithi083 bash[19864]: cluster 2024-09-20T23:11:11.793075+0000 mgr.x (mgr.24530) 181 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:13.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:12 smithi083 bash[25244]: cluster 2024-09-20T23:11:11.793075+0000 mgr.x (mgr.24530) 181 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:13.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:11:13 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:11:13] "GET /metrics HTTP/1.1" 200 37975 "" "Prometheus/2.43.0" 2024-09-20T23:11:13.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:11:13 smithi142 bash[52260]: ts=2024-09-20T23:11:13.509Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:11:15.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:14 smithi142 bash[19948]: cluster 2024-09-20T23:11:13.794702+0000 mgr.x (mgr.24530) 182 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:15.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:14 smithi083 bash[19864]: cluster 2024-09-20T23:11:13.794702+0000 mgr.x (mgr.24530) 182 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:15.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:14 smithi083 bash[25244]: cluster 2024-09-20T23:11:13.794702+0000 mgr.x (mgr.24530) 182 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:17.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:16 smithi142 bash[19948]: cluster 2024-09-20T23:11:15.795378+0000 mgr.x (mgr.24530) 183 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:17.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:16 smithi083 bash[19864]: cluster 2024-09-20T23:11:15.795378+0000 mgr.x (mgr.24530) 183 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:17.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:16 smithi083 bash[25244]: cluster 2024-09-20T23:11:15.795378+0000 mgr.x (mgr.24530) 183 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:18.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:18 smithi083 bash[19864]: cluster 2024-09-20T23:11:17.796007+0000 mgr.x (mgr.24530) 184 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:18.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:18 smithi083 bash[25244]: cluster 2024-09-20T23:11:17.796007+0000 mgr.x (mgr.24530) 184 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:19.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:18 smithi142 bash[19948]: cluster 2024-09-20T23:11:17.796007+0000 mgr.x (mgr.24530) 184 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:19.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:11:18 smithi142 bash[52260]: ts=2024-09-20T23:11:18.662Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:11:20.000 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:19 smithi142 bash[19948]: audit 2024-09-20T23:11:18.460091+0000 mgr.x (mgr.24530) 185 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:20.018 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:19 smithi083 bash[19864]: audit 2024-09-20T23:11:18.460091+0000 mgr.x (mgr.24530) 185 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:20.018 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:19 smithi083 bash[25244]: audit 2024-09-20T23:11:18.460091+0000 mgr.x (mgr.24530) 185 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:20.994 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:20 smithi083 bash[25244]: cluster 2024-09-20T23:11:19.797674+0000 mgr.x (mgr.24530) 186 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:20.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:20 smithi083 bash[19864]: cluster 2024-09-20T23:11:19.797674+0000 mgr.x (mgr.24530) 186 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:21.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:20 smithi142 bash[19948]: cluster 2024-09-20T23:11:19.797674+0000 mgr.x (mgr.24530) 186 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:23.198 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:22 smithi083 bash[25244]: cluster 2024-09-20T23:11:21.798344+0000 mgr.x (mgr.24530) 187 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:23.198 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:22 smithi083 bash[19864]: cluster 2024-09-20T23:11:21.798344+0000 mgr.x (mgr.24530) 187 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:23.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:22 smithi142 bash[19948]: cluster 2024-09-20T23:11:21.798344+0000 mgr.x (mgr.24530) 187 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:23.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:11:23 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:11:23] "GET /metrics HTTP/1.1" 200 37973 "" "Prometheus/2.43.0" 2024-09-20T23:11:23.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:11:23 smithi142 bash[52260]: ts=2024-09-20T23:11:23.510Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:11:24.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:23 smithi142 bash[19948]: audit 2024-09-20T23:11:23.108204+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:11:24.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:23 smithi083 bash[19864]: audit 2024-09-20T23:11:23.108204+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:11:24.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:23 smithi083 bash[25244]: audit 2024-09-20T23:11:23.108204+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:11:25.157 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:24 smithi142 bash[19948]: cluster 2024-09-20T23:11:23.799812+0000 mgr.x (mgr.24530) 188 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:25.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:24 smithi083 bash[19864]: cluster 2024-09-20T23:11:23.799812+0000 mgr.x (mgr.24530) 188 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:25.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:24 smithi083 bash[25244]: cluster 2024-09-20T23:11:23.799812+0000 mgr.x (mgr.24530) 188 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:26.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:25 smithi142 bash[19948]: audit 2024-09-20T23:11:24.960442+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:26.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:25 smithi142 bash[19948]: audit 2024-09-20T23:11:24.974408+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:26.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:25 smithi142 bash[19948]: audit 2024-09-20T23:11:24.986520+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:26.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:25 smithi142 bash[19948]: cluster 2024-09-20T23:11:25.800501+0000 mgr.x (mgr.24530) 189 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:26.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:25 smithi083 bash[19864]: audit 2024-09-20T23:11:24.960442+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:26.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:25 smithi083 bash[19864]: audit 2024-09-20T23:11:24.974408+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:26.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:25 smithi083 bash[19864]: audit 2024-09-20T23:11:24.986520+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:26.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:25 smithi083 bash[19864]: cluster 2024-09-20T23:11:25.800501+0000 mgr.x (mgr.24530) 189 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:26.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:25 smithi083 bash[25244]: audit 2024-09-20T23:11:24.960442+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:26.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:25 smithi083 bash[25244]: audit 2024-09-20T23:11:24.974408+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:26.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:25 smithi083 bash[25244]: audit 2024-09-20T23:11:24.986520+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:26.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:25 smithi083 bash[25244]: cluster 2024-09-20T23:11:25.800501+0000 mgr.x (mgr.24530) 189 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:28.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:28 smithi083 bash[19864]: cluster 2024-09-20T23:11:27.801188+0000 mgr.x (mgr.24530) 190 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:28.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:28 smithi083 bash[19864]: audit 2024-09-20T23:11:28.041281+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:28.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:28 smithi083 bash[19864]: audit 2024-09-20T23:11:28.053421+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:28.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:28 smithi083 bash[19864]: audit 2024-09-20T23:11:28.065549+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:28.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:28 smithi083 bash[25244]: cluster 2024-09-20T23:11:27.801188+0000 mgr.x (mgr.24530) 190 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:28.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:28 smithi083 bash[25244]: audit 2024-09-20T23:11:28.041281+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:28.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:28 smithi083 bash[25244]: audit 2024-09-20T23:11:28.053421+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:28.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:28 smithi083 bash[25244]: audit 2024-09-20T23:11:28.065549+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:29.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:28 smithi142 bash[19948]: cluster 2024-09-20T23:11:27.801188+0000 mgr.x (mgr.24530) 190 : cluster [DBG] pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:29.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:28 smithi142 bash[19948]: audit 2024-09-20T23:11:28.041281+0000 mon.a (mon.0) 1332 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:29.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:28 smithi142 bash[19948]: audit 2024-09-20T23:11:28.053421+0000 mon.a (mon.0) 1333 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:29.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:28 smithi142 bash[19948]: audit 2024-09-20T23:11:28.065549+0000 mon.a (mon.0) 1334 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:29.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:11:28 smithi142 bash[52260]: ts=2024-09-20T23:11:28.662Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:11:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:29 smithi142 bash[19948]: audit 2024-09-20T23:11:28.470444+0000 mgr.x (mgr.24530) 191 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:30.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:29 smithi083 bash[19864]: audit 2024-09-20T23:11:28.470444+0000 mgr.x (mgr.24530) 191 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:30.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:29 smithi083 bash[25244]: audit 2024-09-20T23:11:28.470444+0000 mgr.x (mgr.24530) 191 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:31.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:30 smithi142 bash[19948]: cluster 2024-09-20T23:11:29.802804+0000 mgr.x (mgr.24530) 192 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:31.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:30 smithi083 bash[19864]: cluster 2024-09-20T23:11:29.802804+0000 mgr.x (mgr.24530) 192 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:31.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:30 smithi083 bash[25244]: cluster 2024-09-20T23:11:29.802804+0000 mgr.x (mgr.24530) 192 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:33.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:32 smithi142 bash[19948]: cluster 2024-09-20T23:11:31.803520+0000 mgr.x (mgr.24530) 193 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:33.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:32 smithi083 bash[19864]: cluster 2024-09-20T23:11:31.803520+0000 mgr.x (mgr.24530) 193 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:33.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:32 smithi083 bash[25244]: cluster 2024-09-20T23:11:31.803520+0000 mgr.x (mgr.24530) 193 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:33.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:11:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:11:33] "GET /metrics HTTP/1.1" 200 37973 "" "Prometheus/2.43.0" 2024-09-20T23:11:33.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:11:33 smithi142 bash[52260]: ts=2024-09-20T23:11:33.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:11:35.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:34 smithi142 bash[19948]: cluster 2024-09-20T23:11:33.805051+0000 mgr.x (mgr.24530) 194 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:35.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:34 smithi083 bash[19864]: cluster 2024-09-20T23:11:33.805051+0000 mgr.x (mgr.24530) 194 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:35.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:34 smithi083 bash[25244]: cluster 2024-09-20T23:11:33.805051+0000 mgr.x (mgr.24530) 194 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:37.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:36 smithi142 bash[19948]: cluster 2024-09-20T23:11:35.805722+0000 mgr.x (mgr.24530) 195 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:37.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:36 smithi083 bash[19864]: cluster 2024-09-20T23:11:35.805722+0000 mgr.x (mgr.24530) 195 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:37.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:36 smithi083 bash[25244]: cluster 2024-09-20T23:11:35.805722+0000 mgr.x (mgr.24530) 195 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:38.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:38 smithi083 bash[25244]: cluster 2024-09-20T23:11:37.806439+0000 mgr.x (mgr.24530) 196 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:38.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:38 smithi083 bash[25244]: audit 2024-09-20T23:11:38.108431+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:11:38.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:38 smithi083 bash[19864]: cluster 2024-09-20T23:11:37.806439+0000 mgr.x (mgr.24530) 196 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:38.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:38 smithi083 bash[19864]: audit 2024-09-20T23:11:38.108431+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:11:38.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:38 smithi142 bash[19948]: cluster 2024-09-20T23:11:37.806439+0000 mgr.x (mgr.24530) 196 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:38.974 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:38 smithi142 bash[19948]: audit 2024-09-20T23:11:38.108431+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:11:38.975 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:11:38 smithi142 bash[52260]: ts=2024-09-20T23:11:38.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:11:40.047 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:39 smithi083 bash[19864]: audit 2024-09-20T23:11:38.482070+0000 mgr.x (mgr.24530) 197 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:40.047 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:39 smithi083 bash[25244]: audit 2024-09-20T23:11:38.482070+0000 mgr.x (mgr.24530) 197 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:40.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:39 smithi142 bash[19948]: audit 2024-09-20T23:11:38.482070+0000 mgr.x (mgr.24530) 197 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:40.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:40 smithi142 bash[19948]: cluster 2024-09-20T23:11:39.808078+0000 mgr.x (mgr.24530) 198 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:41.056 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:40 smithi083 bash[19864]: cluster 2024-09-20T23:11:39.808078+0000 mgr.x (mgr.24530) 198 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:41.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:40 smithi083 bash[25244]: cluster 2024-09-20T23:11:39.808078+0000 mgr.x (mgr.24530) 198 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:43.310 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:42 smithi083 bash[25244]: cluster 2024-09-20T23:11:41.808819+0000 mgr.x (mgr.24530) 199 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:43.310 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:42 smithi083 bash[19864]: cluster 2024-09-20T23:11:41.808819+0000 mgr.x (mgr.24530) 199 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:43.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:42 smithi142 bash[19948]: cluster 2024-09-20T23:11:41.808819+0000 mgr.x (mgr.24530) 199 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:43.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:11:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:11:43] "GET /metrics HTTP/1.1" 200 37970 "" "Prometheus/2.43.0" 2024-09-20T23:11:43.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:11:43 smithi142 bash[52260]: ts=2024-09-20T23:11:43.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:11:45.217 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:44 smithi142 bash[19948]: cluster 2024-09-20T23:11:43.810402+0000 mgr.x (mgr.24530) 200 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:45.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:44 smithi083 bash[25244]: cluster 2024-09-20T23:11:43.810402+0000 mgr.x (mgr.24530) 200 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:45.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:44 smithi083 bash[19864]: cluster 2024-09-20T23:11:43.810402+0000 mgr.x (mgr.24530) 200 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:46.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:46 smithi142 bash[19948]: audit 2024-09-20T23:11:45.191813+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:46.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:46 smithi142 bash[19948]: audit 2024-09-20T23:11:45.205305+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:46.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:46 smithi142 bash[19948]: audit 2024-09-20T23:11:45.217806+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:46.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:46 smithi142 bash[19948]: cluster 2024-09-20T23:11:45.811118+0000 mgr.x (mgr.24530) 201 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:46.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:46 smithi083 bash[25244]: audit 2024-09-20T23:11:45.191813+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:46.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:46 smithi083 bash[25244]: audit 2024-09-20T23:11:45.205305+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:46.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:46 smithi083 bash[25244]: audit 2024-09-20T23:11:45.217806+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:46.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:46 smithi083 bash[25244]: cluster 2024-09-20T23:11:45.811118+0000 mgr.x (mgr.24530) 201 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:46.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:46 smithi083 bash[19864]: audit 2024-09-20T23:11:45.191813+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:46.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:46 smithi083 bash[19864]: audit 2024-09-20T23:11:45.205305+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:46.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:46 smithi083 bash[19864]: audit 2024-09-20T23:11:45.217806+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:46.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:46 smithi083 bash[19864]: cluster 2024-09-20T23:11:45.811118+0000 mgr.x (mgr.24530) 201 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:49.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:48 smithi142 bash[19948]: cluster 2024-09-20T23:11:47.811810+0000 mgr.x (mgr.24530) 202 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:49.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:48 smithi142 bash[19948]: audit 2024-09-20T23:11:48.275223+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:49.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:48 smithi142 bash[19948]: audit 2024-09-20T23:11:48.289079+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:49.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:48 smithi142 bash[19948]: audit 2024-09-20T23:11:48.301249+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:49.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:11:48 smithi142 bash[52260]: ts=2024-09-20T23:11:48.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:11:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:48 smithi083 bash[19864]: cluster 2024-09-20T23:11:47.811810+0000 mgr.x (mgr.24530) 202 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:48 smithi083 bash[19864]: audit 2024-09-20T23:11:48.275223+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:48 smithi083 bash[19864]: audit 2024-09-20T23:11:48.289079+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:48 smithi083 bash[19864]: audit 2024-09-20T23:11:48.301249+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:49.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:48 smithi083 bash[25244]: cluster 2024-09-20T23:11:47.811810+0000 mgr.x (mgr.24530) 202 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:49.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:48 smithi083 bash[25244]: audit 2024-09-20T23:11:48.275223+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:49.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:48 smithi083 bash[25244]: audit 2024-09-20T23:11:48.289079+0000 mon.a (mon.0) 1339 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:49.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:48 smithi083 bash[25244]: audit 2024-09-20T23:11:48.301249+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:50.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:49 smithi142 bash[19948]: audit 2024-09-20T23:11:48.493590+0000 mgr.x (mgr.24530) 203 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:50.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:49 smithi083 bash[19864]: audit 2024-09-20T23:11:48.493590+0000 mgr.x (mgr.24530) 203 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:50.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:49 smithi083 bash[25244]: audit 2024-09-20T23:11:48.493590+0000 mgr.x (mgr.24530) 203 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:51.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:50 smithi142 bash[19948]: cluster 2024-09-20T23:11:49.813466+0000 mgr.x (mgr.24530) 204 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:51.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:50 smithi083 bash[25244]: cluster 2024-09-20T23:11:49.813466+0000 mgr.x (mgr.24530) 204 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:51.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:50 smithi083 bash[19864]: cluster 2024-09-20T23:11:49.813466+0000 mgr.x (mgr.24530) 204 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:53.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:52 smithi142 bash[19948]: cluster 2024-09-20T23:11:51.814190+0000 mgr.x (mgr.24530) 205 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:53.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:52 smithi083 bash[25244]: cluster 2024-09-20T23:11:51.814190+0000 mgr.x (mgr.24530) 205 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:53.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:52 smithi083 bash[19864]: cluster 2024-09-20T23:11:51.814190+0000 mgr.x (mgr.24530) 205 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:53.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:11:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:11:53] "GET /metrics HTTP/1.1" 200 37973 "" "Prometheus/2.43.0" 2024-09-20T23:11:53.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:11:53 smithi142 bash[52260]: ts=2024-09-20T23:11:53.509Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:11:54.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:53 smithi142 bash[19948]: audit 2024-09-20T23:11:53.108813+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:11:54.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:53 smithi083 bash[25244]: audit 2024-09-20T23:11:53.108813+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:11:54.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:53 smithi083 bash[19864]: audit 2024-09-20T23:11:53.108813+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:11:55.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:54 smithi142 bash[19948]: cluster 2024-09-20T23:11:53.815803+0000 mgr.x (mgr.24530) 206 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:55.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:54 smithi083 bash[19864]: cluster 2024-09-20T23:11:53.815803+0000 mgr.x (mgr.24530) 206 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:55.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:54 smithi083 bash[25244]: cluster 2024-09-20T23:11:53.815803+0000 mgr.x (mgr.24530) 206 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:11:57.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:56 smithi142 bash[19948]: cluster 2024-09-20T23:11:55.816509+0000 mgr.x (mgr.24530) 207 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:57.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:56 smithi142 bash[19948]: audit 2024-09-20T23:11:56.737412+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:11:57.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:56 smithi083 bash[19864]: cluster 2024-09-20T23:11:55.816509+0000 mgr.x (mgr.24530) 207 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:57.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:56 smithi083 bash[19864]: audit 2024-09-20T23:11:56.737412+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:11:57.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:56 smithi083 bash[25244]: cluster 2024-09-20T23:11:55.816509+0000 mgr.x (mgr.24530) 207 : cluster [DBG] pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:57.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:56 smithi083 bash[25244]: audit 2024-09-20T23:11:56.737412+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:11:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:58 smithi083 bash[19864]: audit 2024-09-20T23:11:57.283620+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:58 smithi083 bash[19864]: audit 2024-09-20T23:11:57.296060+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:58 smithi083 bash[19864]: audit 2024-09-20T23:11:57.297744+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:11:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:58 smithi083 bash[19864]: audit 2024-09-20T23:11:57.298465+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:11:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:58 smithi083 bash[19864]: audit 2024-09-20T23:11:57.308865+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:58.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:58 smithi083 bash[19864]: cluster 2024-09-20T23:11:57.817234+0000 mgr.x (mgr.24530) 208 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:58.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:58 smithi083 bash[25244]: audit 2024-09-20T23:11:57.283620+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:58.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:58 smithi083 bash[25244]: audit 2024-09-20T23:11:57.296060+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:58.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:58 smithi083 bash[25244]: audit 2024-09-20T23:11:57.297744+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:11:58.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:58 smithi083 bash[25244]: audit 2024-09-20T23:11:57.298465+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:11:58.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:58 smithi083 bash[25244]: audit 2024-09-20T23:11:57.308865+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:58.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:58 smithi083 bash[25244]: cluster 2024-09-20T23:11:57.817234+0000 mgr.x (mgr.24530) 208 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:58.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:58 smithi142 bash[19948]: audit 2024-09-20T23:11:57.283620+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:58.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:58 smithi142 bash[19948]: audit 2024-09-20T23:11:57.296060+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:58.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:58 smithi142 bash[19948]: audit 2024-09-20T23:11:57.297744+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:11:58.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:58 smithi142 bash[19948]: audit 2024-09-20T23:11:57.298465+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:11:58.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:58 smithi142 bash[19948]: audit 2024-09-20T23:11:57.308865+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:11:58.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:58 smithi142 bash[19948]: cluster 2024-09-20T23:11:57.817234+0000 mgr.x (mgr.24530) 208 : cluster [DBG] pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:11:59.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:11:58 smithi142 bash[52260]: ts=2024-09-20T23:11:58.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:11:59.766 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:11:59 smithi142 bash[19948]: audit 2024-09-20T23:11:58.504675+0000 mgr.x (mgr.24530) 209 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:59.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:11:59 smithi083 bash[19864]: audit 2024-09-20T23:11:58.504675+0000 mgr.x (mgr.24530) 209 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:11:59.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:11:59 smithi083 bash[25244]: audit 2024-09-20T23:11:58.504675+0000 mgr.x (mgr.24530) 209 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:01.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:00 smithi142 bash[19948]: cluster 2024-09-20T23:11:59.818153+0000 mgr.x (mgr.24530) 210 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:01.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:00 smithi083 bash[19864]: cluster 2024-09-20T23:11:59.818153+0000 mgr.x (mgr.24530) 210 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:01.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:00 smithi083 bash[25244]: cluster 2024-09-20T23:11:59.818153+0000 mgr.x (mgr.24530) 210 : cluster [DBG] pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:03.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:02 smithi142 bash[19948]: cluster 2024-09-20T23:12:01.818592+0000 mgr.x (mgr.24530) 211 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:03.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:02 smithi083 bash[19864]: cluster 2024-09-20T23:12:01.818592+0000 mgr.x (mgr.24530) 211 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:03.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:02 smithi083 bash[25244]: cluster 2024-09-20T23:12:01.818592+0000 mgr.x (mgr.24530) 211 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:03.819 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:12:03 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:12:03] "GET /metrics HTTP/1.1" 200 37973 "" "Prometheus/2.43.0" 2024-09-20T23:12:03.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:12:03 smithi142 bash[52260]: ts=2024-09-20T23:12:03.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:12:05.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:04 smithi142 bash[19948]: cluster 2024-09-20T23:12:03.820132+0000 mgr.x (mgr.24530) 212 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:05.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:04 smithi083 bash[19864]: cluster 2024-09-20T23:12:03.820132+0000 mgr.x (mgr.24530) 212 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:05.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:04 smithi083 bash[25244]: cluster 2024-09-20T23:12:03.820132+0000 mgr.x (mgr.24530) 212 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:06.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:06 smithi142 bash[19948]: audit 2024-09-20T23:12:05.415986+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:06.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:06 smithi142 bash[19948]: audit 2024-09-20T23:12:05.428949+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:06.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:06 smithi142 bash[19948]: audit 2024-09-20T23:12:05.441269+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:06.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:06 smithi142 bash[19948]: cluster 2024-09-20T23:12:05.820871+0000 mgr.x (mgr.24530) 213 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:06.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:06 smithi083 bash[19864]: audit 2024-09-20T23:12:05.415986+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:06.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:06 smithi083 bash[19864]: audit 2024-09-20T23:12:05.428949+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:06.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:06 smithi083 bash[19864]: audit 2024-09-20T23:12:05.441269+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:06.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:06 smithi083 bash[19864]: cluster 2024-09-20T23:12:05.820871+0000 mgr.x (mgr.24530) 213 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:06 smithi083 bash[25244]: audit 2024-09-20T23:12:05.415986+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:06 smithi083 bash[25244]: audit 2024-09-20T23:12:05.428949+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:06 smithi083 bash[25244]: audit 2024-09-20T23:12:05.441269+0000 mon.a (mon.0) 1346 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:06.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:06 smithi083 bash[25244]: cluster 2024-09-20T23:12:05.820871+0000 mgr.x (mgr.24530) 213 : cluster [DBG] pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:08.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:08 smithi083 bash[25244]: cluster 2024-09-20T23:12:07.821589+0000 mgr.x (mgr.24530) 214 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:08.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:08 smithi083 bash[25244]: audit 2024-09-20T23:12:08.109261+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:12:08.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:08 smithi083 bash[25244]: audit 2024-09-20T23:12:08.485004+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:08.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:08 smithi083 bash[25244]: audit 2024-09-20T23:12:08.500858+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:08.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:08 smithi083 bash[25244]: audit 2024-09-20T23:12:08.515100+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:08.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:08 smithi083 bash[19864]: cluster 2024-09-20T23:12:07.821589+0000 mgr.x (mgr.24530) 214 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:08.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:08 smithi083 bash[19864]: audit 2024-09-20T23:12:08.109261+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:12:08.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:08 smithi083 bash[19864]: audit 2024-09-20T23:12:08.485004+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:08.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:08 smithi083 bash[19864]: audit 2024-09-20T23:12:08.500858+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:08.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:08 smithi083 bash[19864]: audit 2024-09-20T23:12:08.515100+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:09.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:12:08 smithi142 bash[52260]: ts=2024-09-20T23:12:08.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:12:09.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:08 smithi142 bash[19948]: cluster 2024-09-20T23:12:07.821589+0000 mgr.x (mgr.24530) 214 : cluster [DBG] pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:09.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:08 smithi142 bash[19948]: audit 2024-09-20T23:12:08.109261+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:12:09.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:08 smithi142 bash[19948]: audit 2024-09-20T23:12:08.485004+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:09.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:08 smithi142 bash[19948]: audit 2024-09-20T23:12:08.500858+0000 mon.a (mon.0) 1348 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:09.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:08 smithi142 bash[19948]: audit 2024-09-20T23:12:08.515100+0000 mon.a (mon.0) 1349 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:10.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:09 smithi142 bash[19948]: audit 2024-09-20T23:12:08.512224+0000 mgr.x (mgr.24530) 215 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:10.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:09 smithi083 bash[19864]: audit 2024-09-20T23:12:08.512224+0000 mgr.x (mgr.24530) 215 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:10.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:09 smithi083 bash[25244]: audit 2024-09-20T23:12:08.512224+0000 mgr.x (mgr.24530) 215 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:11.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:10 smithi142 bash[19948]: cluster 2024-09-20T23:12:09.823346+0000 mgr.x (mgr.24530) 216 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:11.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:10 smithi083 bash[19864]: cluster 2024-09-20T23:12:09.823346+0000 mgr.x (mgr.24530) 216 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:11.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:10 smithi083 bash[25244]: cluster 2024-09-20T23:12:09.823346+0000 mgr.x (mgr.24530) 216 : cluster [DBG] pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:13.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:12 smithi142 bash[19948]: cluster 2024-09-20T23:12:11.824178+0000 mgr.x (mgr.24530) 217 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:12:13.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:12 smithi083 bash[19864]: cluster 2024-09-20T23:12:11.824178+0000 mgr.x (mgr.24530) 217 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:12:13.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:12 smithi083 bash[25244]: cluster 2024-09-20T23:12:11.824178+0000 mgr.x (mgr.24530) 217 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:12:13.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:12:13 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:12:13] "GET /metrics HTTP/1.1" 200 37972 "" "Prometheus/2.43.0" 2024-09-20T23:12:13.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:12:13 smithi142 bash[52260]: ts=2024-09-20T23:12:13.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:12:15.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:14 smithi142 bash[19948]: cluster 2024-09-20T23:12:13.825820+0000 mgr.x (mgr.24530) 218 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:15.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:14 smithi083 bash[25244]: cluster 2024-09-20T23:12:13.825820+0000 mgr.x (mgr.24530) 218 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:15.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:14 smithi083 bash[19864]: cluster 2024-09-20T23:12:13.825820+0000 mgr.x (mgr.24530) 218 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:17.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:16 smithi142 bash[19948]: cluster 2024-09-20T23:12:15.826653+0000 mgr.x (mgr.24530) 219 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:12:17.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:16 smithi083 bash[19864]: cluster 2024-09-20T23:12:15.826653+0000 mgr.x (mgr.24530) 219 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:12:17.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:16 smithi083 bash[25244]: cluster 2024-09-20T23:12:15.826653+0000 mgr.x (mgr.24530) 219 : cluster [DBG] pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:12:18.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:18 smithi083 bash[19864]: cluster 2024-09-20T23:12:17.827485+0000 mgr.x (mgr.24530) 220 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:12:18.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:18 smithi083 bash[25244]: cluster 2024-09-20T23:12:17.827485+0000 mgr.x (mgr.24530) 220 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:12:19.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:18 smithi142 bash[19948]: cluster 2024-09-20T23:12:17.827485+0000 mgr.x (mgr.24530) 220 : cluster [DBG] pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:12:19.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:12:18 smithi142 bash[52260]: ts=2024-09-20T23:12:18.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:12:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:19 smithi142 bash[19948]: audit 2024-09-20T23:12:18.516267+0000 mgr.x (mgr.24530) 221 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:20.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:19 smithi083 bash[25244]: audit 2024-09-20T23:12:18.516267+0000 mgr.x (mgr.24530) 221 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:19 smithi083 bash[19864]: audit 2024-09-20T23:12:18.516267+0000 mgr.x (mgr.24530) 221 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:21.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:20 smithi142 bash[19948]: cluster 2024-09-20T23:12:19.828703+0000 mgr.x (mgr.24530) 222 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:21.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:20 smithi083 bash[19864]: cluster 2024-09-20T23:12:19.828703+0000 mgr.x (mgr.24530) 222 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:21.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:20 smithi083 bash[25244]: cluster 2024-09-20T23:12:19.828703+0000 mgr.x (mgr.24530) 222 : cluster [DBG] pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:23.140 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:22 smithi142 bash[19948]: cluster 2024-09-20T23:12:21.829215+0000 mgr.x (mgr.24530) 223 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:23.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:22 smithi083 bash[19864]: cluster 2024-09-20T23:12:21.829215+0000 mgr.x (mgr.24530) 223 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:23.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:22 smithi083 bash[25244]: cluster 2024-09-20T23:12:21.829215+0000 mgr.x (mgr.24530) 223 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:23.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:12:23 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:12:23] "GET /metrics HTTP/1.1" 200 37972 "" "Prometheus/2.43.0" 2024-09-20T23:12:23.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:12:23 smithi142 bash[52260]: ts=2024-09-20T23:12:23.509Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:12:24.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:23 smithi142 bash[19948]: audit 2024-09-20T23:12:23.110150+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:12:24.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:23 smithi083 bash[19864]: audit 2024-09-20T23:12:23.110150+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:12:24.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:23 smithi083 bash[25244]: audit 2024-09-20T23:12:23.110150+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:12:25.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:24 smithi083 bash[19864]: cluster 2024-09-20T23:12:23.830770+0000 mgr.x (mgr.24530) 224 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:25.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:24 smithi083 bash[25244]: cluster 2024-09-20T23:12:23.830770+0000 mgr.x (mgr.24530) 224 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:25.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:24 smithi142 bash[19948]: cluster 2024-09-20T23:12:23.830770+0000 mgr.x (mgr.24530) 224 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:27.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:26 smithi142 bash[19948]: audit 2024-09-20T23:12:25.646132+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:27.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:26 smithi142 bash[19948]: audit 2024-09-20T23:12:25.660047+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:27.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:26 smithi142 bash[19948]: audit 2024-09-20T23:12:25.673926+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:27.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:26 smithi142 bash[19948]: cluster 2024-09-20T23:12:25.831473+0000 mgr.x (mgr.24530) 225 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:27.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:26 smithi083 bash[19864]: audit 2024-09-20T23:12:25.646132+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:27.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:26 smithi083 bash[19864]: audit 2024-09-20T23:12:25.660047+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:27.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:26 smithi083 bash[19864]: audit 2024-09-20T23:12:25.673926+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:27.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:26 smithi083 bash[19864]: cluster 2024-09-20T23:12:25.831473+0000 mgr.x (mgr.24530) 225 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:27.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:26 smithi083 bash[25244]: audit 2024-09-20T23:12:25.646132+0000 mon.a (mon.0) 1350 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:27.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:26 smithi083 bash[25244]: audit 2024-09-20T23:12:25.660047+0000 mon.a (mon.0) 1351 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:27.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:26 smithi083 bash[25244]: audit 2024-09-20T23:12:25.673926+0000 mon.a (mon.0) 1352 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:27.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:26 smithi083 bash[25244]: cluster 2024-09-20T23:12:25.831473+0000 mgr.x (mgr.24530) 225 : cluster [DBG] pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:28.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:28 smithi083 bash[19864]: cluster 2024-09-20T23:12:27.832169+0000 mgr.x (mgr.24530) 226 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:28.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:28 smithi083 bash[25244]: cluster 2024-09-20T23:12:27.832169+0000 mgr.x (mgr.24530) 226 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:29.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:28 smithi142 bash[19948]: cluster 2024-09-20T23:12:27.832169+0000 mgr.x (mgr.24530) 226 : cluster [DBG] pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:29.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:12:28 smithi142 bash[52260]: ts=2024-09-20T23:12:28.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:12:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:29 smithi142 bash[19948]: audit 2024-09-20T23:12:28.524236+0000 mgr.x (mgr.24530) 227 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:29 smithi142 bash[19948]: audit 2024-09-20T23:12:28.715669+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:29 smithi142 bash[19948]: audit 2024-09-20T23:12:28.729463+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:29 smithi142 bash[19948]: audit 2024-09-20T23:12:28.743669+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:30.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:29 smithi083 bash[19864]: audit 2024-09-20T23:12:28.524236+0000 mgr.x (mgr.24530) 227 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:30.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:29 smithi083 bash[19864]: audit 2024-09-20T23:12:28.715669+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:30.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:29 smithi083 bash[19864]: audit 2024-09-20T23:12:28.729463+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:30.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:29 smithi083 bash[19864]: audit 2024-09-20T23:12:28.743669+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:30.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:29 smithi083 bash[25244]: audit 2024-09-20T23:12:28.524236+0000 mgr.x (mgr.24530) 227 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:30.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:29 smithi083 bash[25244]: audit 2024-09-20T23:12:28.715669+0000 mon.a (mon.0) 1353 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:30.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:29 smithi083 bash[25244]: audit 2024-09-20T23:12:28.729463+0000 mon.a (mon.0) 1354 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:30.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:29 smithi083 bash[25244]: audit 2024-09-20T23:12:28.743669+0000 mon.a (mon.0) 1355 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:31.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:30 smithi142 bash[19948]: cluster 2024-09-20T23:12:29.833786+0000 mgr.x (mgr.24530) 228 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:31.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:30 smithi083 bash[19864]: cluster 2024-09-20T23:12:29.833786+0000 mgr.x (mgr.24530) 228 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:31.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:30 smithi083 bash[25244]: cluster 2024-09-20T23:12:29.833786+0000 mgr.x (mgr.24530) 228 : cluster [DBG] pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:33.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:32 smithi142 bash[19948]: cluster 2024-09-20T23:12:31.834526+0000 mgr.x (mgr.24530) 229 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:33.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:32 smithi083 bash[19864]: cluster 2024-09-20T23:12:31.834526+0000 mgr.x (mgr.24530) 229 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:33.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:32 smithi083 bash[25244]: cluster 2024-09-20T23:12:31.834526+0000 mgr.x (mgr.24530) 229 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:33.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:12:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:12:33] "GET /metrics HTTP/1.1" 200 37972 "" "Prometheus/2.43.0" 2024-09-20T23:12:33.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:12:33 smithi142 bash[52260]: ts=2024-09-20T23:12:33.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:12:35.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:34 smithi142 bash[19948]: cluster 2024-09-20T23:12:33.836086+0000 mgr.x (mgr.24530) 230 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:35.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:34 smithi083 bash[19864]: cluster 2024-09-20T23:12:33.836086+0000 mgr.x (mgr.24530) 230 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:35.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:34 smithi083 bash[25244]: cluster 2024-09-20T23:12:33.836086+0000 mgr.x (mgr.24530) 230 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:37.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:36 smithi142 bash[19948]: cluster 2024-09-20T23:12:35.836780+0000 mgr.x (mgr.24530) 231 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:37.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:36 smithi083 bash[19864]: cluster 2024-09-20T23:12:35.836780+0000 mgr.x (mgr.24530) 231 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:37.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:36 smithi083 bash[25244]: cluster 2024-09-20T23:12:35.836780+0000 mgr.x (mgr.24530) 231 : cluster [DBG] pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:38.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:38 smithi083 bash[19864]: cluster 2024-09-20T23:12:37.837481+0000 mgr.x (mgr.24530) 232 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:38.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:38 smithi083 bash[19864]: audit 2024-09-20T23:12:38.110205+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:12:38.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:38 smithi083 bash[25244]: cluster 2024-09-20T23:12:37.837481+0000 mgr.x (mgr.24530) 232 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:38.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:38 smithi083 bash[25244]: audit 2024-09-20T23:12:38.110205+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:12:39.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:38 smithi142 bash[19948]: cluster 2024-09-20T23:12:37.837481+0000 mgr.x (mgr.24530) 232 : cluster [DBG] pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:39.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:38 smithi142 bash[19948]: audit 2024-09-20T23:12:38.110205+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:12:39.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:12:38 smithi142 bash[52260]: ts=2024-09-20T23:12:38.662Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:12:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:39 smithi142 bash[19948]: audit 2024-09-20T23:12:38.532513+0000 mgr.x (mgr.24530) 233 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:40.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:39 smithi083 bash[19864]: audit 2024-09-20T23:12:38.532513+0000 mgr.x (mgr.24530) 233 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:40.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:39 smithi083 bash[25244]: audit 2024-09-20T23:12:38.532513+0000 mgr.x (mgr.24530) 233 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:40.984 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:40 smithi142 bash[19948]: cluster 2024-09-20T23:12:39.839173+0000 mgr.x (mgr.24530) 234 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:41.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:40 smithi083 bash[19864]: cluster 2024-09-20T23:12:39.839173+0000 mgr.x (mgr.24530) 234 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:41.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:40 smithi083 bash[25244]: cluster 2024-09-20T23:12:39.839173+0000 mgr.x (mgr.24530) 234 : cluster [DBG] pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:43.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:42 smithi142 bash[19948]: cluster 2024-09-20T23:12:41.839892+0000 mgr.x (mgr.24530) 235 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:43.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:42 smithi083 bash[19864]: cluster 2024-09-20T23:12:41.839892+0000 mgr.x (mgr.24530) 235 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:43.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:42 smithi083 bash[25244]: cluster 2024-09-20T23:12:41.839892+0000 mgr.x (mgr.24530) 235 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:43.808 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:12:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:12:43] "GET /metrics HTTP/1.1" 200 37968 "" "Prometheus/2.43.0" 2024-09-20T23:12:43.809 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:12:43 smithi142 bash[52260]: ts=2024-09-20T23:12:43.507Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:12:45.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:44 smithi142 bash[19948]: cluster 2024-09-20T23:12:43.841502+0000 mgr.x (mgr.24530) 236 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:45.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:44 smithi083 bash[25244]: cluster 2024-09-20T23:12:43.841502+0000 mgr.x (mgr.24530) 236 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:45.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:44 smithi083 bash[19864]: cluster 2024-09-20T23:12:43.841502+0000 mgr.x (mgr.24530) 236 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:46 smithi142 bash[19948]: cluster 2024-09-20T23:12:45.842315+0000 mgr.x (mgr.24530) 237 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:46 smithi142 bash[19948]: audit 2024-09-20T23:12:45.875426+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:46 smithi142 bash[19948]: audit 2024-09-20T23:12:45.890268+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:46 smithi142 bash[19948]: audit 2024-09-20T23:12:45.906859+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:47.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:46 smithi083 bash[25244]: cluster 2024-09-20T23:12:45.842315+0000 mgr.x (mgr.24530) 237 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:47.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:46 smithi083 bash[25244]: audit 2024-09-20T23:12:45.875426+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:47.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:46 smithi083 bash[25244]: audit 2024-09-20T23:12:45.890268+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:47.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:46 smithi083 bash[25244]: audit 2024-09-20T23:12:45.906859+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:47.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:46 smithi083 bash[19864]: cluster 2024-09-20T23:12:45.842315+0000 mgr.x (mgr.24530) 237 : cluster [DBG] pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:47.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:46 smithi083 bash[19864]: audit 2024-09-20T23:12:45.875426+0000 mon.a (mon.0) 1356 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:47.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:46 smithi083 bash[19864]: audit 2024-09-20T23:12:45.890268+0000 mon.a (mon.0) 1357 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:47.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:46 smithi083 bash[19864]: audit 2024-09-20T23:12:45.906859+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:48.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:48 smithi083 bash[25244]: cluster 2024-09-20T23:12:47.842996+0000 mgr.x (mgr.24530) 238 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:48.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:48 smithi083 bash[19864]: cluster 2024-09-20T23:12:47.842996+0000 mgr.x (mgr.24530) 238 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:49.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:48 smithi142 bash[19948]: cluster 2024-09-20T23:12:47.842996+0000 mgr.x (mgr.24530) 238 : cluster [DBG] pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:49.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:12:48 smithi142 bash[52260]: ts=2024-09-20T23:12:48.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:12:50.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:49 smithi142 bash[19948]: audit 2024-09-20T23:12:48.534830+0000 mgr.x (mgr.24530) 239 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:50.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:49 smithi142 bash[19948]: audit 2024-09-20T23:12:48.930060+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:50.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:49 smithi142 bash[19948]: audit 2024-09-20T23:12:48.944016+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:50.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:49 smithi142 bash[19948]: audit 2024-09-20T23:12:48.956947+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:50.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:49 smithi083 bash[19864]: audit 2024-09-20T23:12:48.534830+0000 mgr.x (mgr.24530) 239 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:50.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:49 smithi083 bash[19864]: audit 2024-09-20T23:12:48.930060+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:50.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:49 smithi083 bash[19864]: audit 2024-09-20T23:12:48.944016+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:50.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:49 smithi083 bash[19864]: audit 2024-09-20T23:12:48.956947+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:50.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:49 smithi083 bash[25244]: audit 2024-09-20T23:12:48.534830+0000 mgr.x (mgr.24530) 239 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:50.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:49 smithi083 bash[25244]: audit 2024-09-20T23:12:48.930060+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:50.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:49 smithi083 bash[25244]: audit 2024-09-20T23:12:48.944016+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:50.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:49 smithi083 bash[25244]: audit 2024-09-20T23:12:48.956947+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:51.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:50 smithi142 bash[19948]: cluster 2024-09-20T23:12:49.844648+0000 mgr.x (mgr.24530) 240 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:51.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:50 smithi083 bash[19864]: cluster 2024-09-20T23:12:49.844648+0000 mgr.x (mgr.24530) 240 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:51.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:50 smithi083 bash[25244]: cluster 2024-09-20T23:12:49.844648+0000 mgr.x (mgr.24530) 240 : cluster [DBG] pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:53.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:52 smithi142 bash[19948]: cluster 2024-09-20T23:12:51.845342+0000 mgr.x (mgr.24530) 241 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:53.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:52 smithi083 bash[19864]: cluster 2024-09-20T23:12:51.845342+0000 mgr.x (mgr.24530) 241 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:53.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:52 smithi083 bash[25244]: cluster 2024-09-20T23:12:51.845342+0000 mgr.x (mgr.24530) 241 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:53.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:12:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:12:53] "GET /metrics HTTP/1.1" 200 37973 "" "Prometheus/2.43.0" 2024-09-20T23:12:53.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:12:53 smithi142 bash[52260]: ts=2024-09-20T23:12:53.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:12:54.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:53 smithi142 bash[19948]: audit 2024-09-20T23:12:53.110566+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:12:54.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:53 smithi083 bash[19864]: audit 2024-09-20T23:12:53.110566+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:12:54.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:53 smithi083 bash[25244]: audit 2024-09-20T23:12:53.110566+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:12:55.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:54 smithi142 bash[19948]: cluster 2024-09-20T23:12:53.847142+0000 mgr.x (mgr.24530) 242 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:55.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:54 smithi083 bash[19864]: cluster 2024-09-20T23:12:53.847142+0000 mgr.x (mgr.24530) 242 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:55.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:54 smithi083 bash[25244]: cluster 2024-09-20T23:12:53.847142+0000 mgr.x (mgr.24530) 242 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:12:57.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:56 smithi142 bash[19948]: cluster 2024-09-20T23:12:55.847845+0000 mgr.x (mgr.24530) 243 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:57.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:56 smithi083 bash[19864]: cluster 2024-09-20T23:12:55.847845+0000 mgr.x (mgr.24530) 243 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:57.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:56 smithi083 bash[25244]: cluster 2024-09-20T23:12:55.847845+0000 mgr.x (mgr.24530) 243 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:58.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:57 smithi142 bash[19948]: audit 2024-09-20T23:12:57.385106+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:12:58.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:57 smithi142 bash[19948]: audit 2024-09-20T23:12:57.389777+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:12:58.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:57 smithi142 bash[19948]: audit 2024-09-20T23:12:57.391593+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:12:58.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:57 smithi142 bash[19948]: audit 2024-09-20T23:12:57.403489+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:57 smithi083 bash[19864]: audit 2024-09-20T23:12:57.385106+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:12:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:57 smithi083 bash[19864]: audit 2024-09-20T23:12:57.389777+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:12:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:57 smithi083 bash[19864]: audit 2024-09-20T23:12:57.391593+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:12:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:57 smithi083 bash[19864]: audit 2024-09-20T23:12:57.403489+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:58.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:57 smithi083 bash[25244]: audit 2024-09-20T23:12:57.385106+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:12:58.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:57 smithi083 bash[25244]: audit 2024-09-20T23:12:57.389777+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:12:58.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:57 smithi083 bash[25244]: audit 2024-09-20T23:12:57.391593+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:12:58.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:57 smithi083 bash[25244]: audit 2024-09-20T23:12:57.403489+0000 mon.a (mon.0) 1362 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:12:58.950 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:12:58 smithi142 bash[52260]: ts=2024-09-20T23:12:58.661Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:12:59.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:58 smithi142 bash[19948]: cluster 2024-09-20T23:12:57.848654+0000 mgr.x (mgr.24530) 244 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:59.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:58 smithi142 bash[19948]: audit 2024-09-20T23:12:58.540313+0000 mgr.x (mgr.24530) 245 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:59.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:58 smithi083 bash[19864]: cluster 2024-09-20T23:12:57.848654+0000 mgr.x (mgr.24530) 244 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:59.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:58 smithi083 bash[19864]: audit 2024-09-20T23:12:58.540313+0000 mgr.x (mgr.24530) 245 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:12:59.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:58 smithi083 bash[25244]: cluster 2024-09-20T23:12:57.848654+0000 mgr.x (mgr.24530) 244 : cluster [DBG] pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:12:59.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:58 smithi083 bash[25244]: audit 2024-09-20T23:12:58.540313+0000 mgr.x (mgr.24530) 245 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:00.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:12:59 smithi142 bash[19948]: cluster 2024-09-20T23:12:59.850350+0000 mgr.x (mgr.24530) 246 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:00.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:12:59 smithi083 bash[19864]: cluster 2024-09-20T23:12:59.850350+0000 mgr.x (mgr.24530) 246 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:00.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:12:59 smithi083 bash[25244]: cluster 2024-09-20T23:12:59.850350+0000 mgr.x (mgr.24530) 246 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:03.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:02 smithi083 bash[25244]: cluster 2024-09-20T23:13:01.851022+0000 mgr.x (mgr.24530) 247 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:03.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:02 smithi083 bash[19864]: cluster 2024-09-20T23:13:01.851022+0000 mgr.x (mgr.24530) 247 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:03.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:02 smithi142 bash[19948]: cluster 2024-09-20T23:13:01.851022+0000 mgr.x (mgr.24530) 247 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:03.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:13:03 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:13:03] "GET /metrics HTTP/1.1" 200 37973 "" "Prometheus/2.43.0" 2024-09-20T23:13:03.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:13:03 smithi142 bash[52260]: ts=2024-09-20T23:13:03.506Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:13:05.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:04 smithi142 bash[19948]: cluster 2024-09-20T23:13:03.852688+0000 mgr.x (mgr.24530) 248 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:05.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:04 smithi083 bash[19864]: cluster 2024-09-20T23:13:03.852688+0000 mgr.x (mgr.24530) 248 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:05.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:04 smithi083 bash[25244]: cluster 2024-09-20T23:13:03.852688+0000 mgr.x (mgr.24530) 248 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:07.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:06 smithi142 bash[19948]: cluster 2024-09-20T23:13:05.853392+0000 mgr.x (mgr.24530) 249 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:07.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:06 smithi142 bash[19948]: audit 2024-09-20T23:13:06.067544+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:07.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:06 smithi142 bash[19948]: audit 2024-09-20T23:13:06.075120+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:07.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:06 smithi142 bash[19948]: audit 2024-09-20T23:13:06.081480+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:07.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:06 smithi083 bash[19864]: cluster 2024-09-20T23:13:05.853392+0000 mgr.x (mgr.24530) 249 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:07.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:06 smithi083 bash[19864]: audit 2024-09-20T23:13:06.067544+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:07.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:06 smithi083 bash[19864]: audit 2024-09-20T23:13:06.075120+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:07.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:06 smithi083 bash[19864]: audit 2024-09-20T23:13:06.081480+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:07.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:06 smithi083 bash[25244]: cluster 2024-09-20T23:13:05.853392+0000 mgr.x (mgr.24530) 249 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:07.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:06 smithi083 bash[25244]: audit 2024-09-20T23:13:06.067544+0000 mon.a (mon.0) 1363 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:07.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:06 smithi083 bash[25244]: audit 2024-09-20T23:13:06.075120+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:07.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:06 smithi083 bash[25244]: audit 2024-09-20T23:13:06.081480+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:08.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:08 smithi083 bash[25244]: cluster 2024-09-20T23:13:07.854117+0000 mgr.x (mgr.24530) 250 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:08.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:08 smithi083 bash[25244]: audit 2024-09-20T23:13:08.111368+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:13:08.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:08 smithi083 bash[19864]: cluster 2024-09-20T23:13:07.854117+0000 mgr.x (mgr.24530) 250 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:08.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:08 smithi083 bash[19864]: audit 2024-09-20T23:13:08.111368+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:13:09.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:08 smithi142 bash[19948]: cluster 2024-09-20T23:13:07.854117+0000 mgr.x (mgr.24530) 250 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:09.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:08 smithi142 bash[19948]: audit 2024-09-20T23:13:08.111368+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:13:09.070 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:13:08 smithi142 bash[52260]: ts=2024-09-20T23:13:08.659Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=osd name=CephOSDFlapping index=13 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.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"172.21.15.142:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", cluster_addr=\"172.21.15.83\", device_class=\"ssd\", hostname=\"smithi083\", instance=\"ceph_cluster\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.83\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:13:10.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:09 smithi142 bash[19948]: audit 2024-09-20T23:13:08.546137+0000 mgr.x (mgr.24530) 251 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:10.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:09 smithi142 bash[19948]: audit 2024-09-20T23:13:09.160629+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:10.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:09 smithi142 bash[19948]: audit 2024-09-20T23:13:09.176830+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:10.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:09 smithi142 bash[19948]: audit 2024-09-20T23:13:09.192944+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:10.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:09 smithi083 bash[19864]: audit 2024-09-20T23:13:08.546137+0000 mgr.x (mgr.24530) 251 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:10.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:09 smithi083 bash[19864]: audit 2024-09-20T23:13:09.160629+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:10.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:09 smithi083 bash[19864]: audit 2024-09-20T23:13:09.176830+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:10.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:09 smithi083 bash[19864]: audit 2024-09-20T23:13:09.192944+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:10.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:09 smithi083 bash[25244]: audit 2024-09-20T23:13:08.546137+0000 mgr.x (mgr.24530) 251 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:10.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:09 smithi083 bash[25244]: audit 2024-09-20T23:13:09.160629+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:10.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:09 smithi083 bash[25244]: audit 2024-09-20T23:13:09.176830+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:10.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:09 smithi083 bash[25244]: audit 2024-09-20T23:13:09.192944+0000 mon.a (mon.0) 1368 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:11.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:10 smithi142 bash[19948]: cluster 2024-09-20T23:13:09.855688+0000 mgr.x (mgr.24530) 252 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:11.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:10 smithi083 bash[25244]: cluster 2024-09-20T23:13:09.855688+0000 mgr.x (mgr.24530) 252 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:11.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:10 smithi083 bash[19864]: cluster 2024-09-20T23:13:09.855688+0000 mgr.x (mgr.24530) 252 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:13.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:12 smithi142 bash[19948]: cluster 2024-09-20T23:13:11.856354+0000 mgr.x (mgr.24530) 253 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:13.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:12 smithi083 bash[25244]: cluster 2024-09-20T23:13:11.856354+0000 mgr.x (mgr.24530) 253 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:13.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:12 smithi083 bash[19864]: cluster 2024-09-20T23:13:11.856354+0000 mgr.x (mgr.24530) 253 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:13.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:13:13 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:13:13] "GET /metrics HTTP/1.1" 200 37972 "" "Prometheus/2.43.0" 2024-09-20T23:13:13.820 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:13:13 smithi142 bash[52260]: ts=2024-09-20T23:13:13.508Z caller=manager.go:640 level=warn component="rule manager" file=/etc/prometheus/alerting/ceph_alerts.yml group=nodes name=CephNodeDiskspaceWarning index=4 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=\"smithi083\"} on the right hand-side of the operation: [{__name__=\"node_uname_info\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}, {__name__=\"node_uname_info\", cluster=\"703a1c38-77a2-11ef-baf5-efdc52797490\", domainname=\"(none)\", instance=\"smithi083\", job=\"node\", machine=\"x86_64\", nodename=\"smithi083\", release=\"5.15.0-122-generic\", sysname=\"Linux\", version=\"#132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2024-09-20T23:13:15.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:14 smithi142 bash[19948]: cluster 2024-09-20T23:13:13.857891+0000 mgr.x (mgr.24530) 254 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:15.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:14 smithi083 bash[19864]: cluster 2024-09-20T23:13:13.857891+0000 mgr.x (mgr.24530) 254 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:15.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:14 smithi083 bash[25244]: cluster 2024-09-20T23:13:13.857891+0000 mgr.x (mgr.24530) 254 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:17.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:16 smithi142 bash[19948]: cluster 2024-09-20T23:13:15.858606+0000 mgr.x (mgr.24530) 255 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:17.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:16 smithi083 bash[19864]: cluster 2024-09-20T23:13:15.858606+0000 mgr.x (mgr.24530) 255 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:17.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:16 smithi083 bash[25244]: cluster 2024-09-20T23:13:15.858606+0000 mgr.x (mgr.24530) 255 : cluster [DBG] pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:18.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:18 smithi083 bash[19864]: cluster 2024-09-20T23:13:17.859301+0000 mgr.x (mgr.24530) 256 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:18.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:18 smithi083 bash[25244]: cluster 2024-09-20T23:13:17.859301+0000 mgr.x (mgr.24530) 256 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:19.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:18 smithi142 bash[19948]: cluster 2024-09-20T23:13:17.859301+0000 mgr.x (mgr.24530) 256 : cluster [DBG] pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:19.919 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:19 smithi083 bash[25244]: audit 2024-09-20T23:13:18.551948+0000 mgr.x (mgr.24530) 257 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:19.919 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:19 smithi083 bash[19864]: audit 2024-09-20T23:13:18.551948+0000 mgr.x (mgr.24530) 257 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:19 smithi142 bash[19948]: audit 2024-09-20T23:13:18.551948+0000 mgr.x (mgr.24530) 257 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:20.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:20 smithi083 bash[19864]: cluster 2024-09-20T23:13:19.861008+0000 mgr.x (mgr.24530) 258 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:20.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:20 smithi083 bash[25244]: cluster 2024-09-20T23:13:19.861008+0000 mgr.x (mgr.24530) 258 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:21.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:20 smithi142 bash[19948]: cluster 2024-09-20T23:13:19.861008+0000 mgr.x (mgr.24530) 258 : cluster [DBG] pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:23.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:22 smithi083 bash[19864]: cluster 2024-09-20T23:13:21.861502+0000 mgr.x (mgr.24530) 259 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:23.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:22 smithi083 bash[25244]: cluster 2024-09-20T23:13:21.861502+0000 mgr.x (mgr.24530) 259 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:23.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:22 smithi142 bash[19948]: cluster 2024-09-20T23:13:21.861502+0000 mgr.x (mgr.24530) 259 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:23.820 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:13:23 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:13:23] "GET /metrics HTTP/1.1" 200 37973 "" "Prometheus/2.43.0" 2024-09-20T23:13:24.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:23 smithi142 bash[19948]: audit 2024-09-20T23:13:23.111413+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:13:24.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:23 smithi083 bash[19864]: audit 2024-09-20T23:13:23.111413+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:13:24.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:23 smithi083 bash[25244]: audit 2024-09-20T23:13:23.111413+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:13:25.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:24 smithi142 bash[19948]: cluster 2024-09-20T23:13:23.863172+0000 mgr.x (mgr.24530) 260 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:25.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:24 smithi083 bash[19864]: cluster 2024-09-20T23:13:23.863172+0000 mgr.x (mgr.24530) 260 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:25.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:24 smithi083 bash[25244]: cluster 2024-09-20T23:13:23.863172+0000 mgr.x (mgr.24530) 260 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:27.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:26 smithi083 bash[25244]: cluster 2024-09-20T23:13:25.863893+0000 mgr.x (mgr.24530) 261 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:27.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:26 smithi083 bash[25244]: audit 2024-09-20T23:13:26.290933+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:27.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:26 smithi083 bash[25244]: audit 2024-09-20T23:13:26.306583+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:27.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:26 smithi083 bash[25244]: audit 2024-09-20T23:13:26.319377+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:27.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:26 smithi083 bash[19864]: cluster 2024-09-20T23:13:25.863893+0000 mgr.x (mgr.24530) 261 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:27.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:26 smithi083 bash[19864]: audit 2024-09-20T23:13:26.290933+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:27.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:26 smithi083 bash[19864]: audit 2024-09-20T23:13:26.306583+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:27.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:26 smithi083 bash[19864]: audit 2024-09-20T23:13:26.319377+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:27.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:26 smithi142 bash[19948]: cluster 2024-09-20T23:13:25.863893+0000 mgr.x (mgr.24530) 261 : cluster [DBG] pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:27.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:26 smithi142 bash[19948]: audit 2024-09-20T23:13:26.290933+0000 mon.a (mon.0) 1369 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:27.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:26 smithi142 bash[19948]: audit 2024-09-20T23:13:26.306583+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:27.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:26 smithi142 bash[19948]: audit 2024-09-20T23:13:26.319377+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:28.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:28 smithi083 bash[25244]: cluster 2024-09-20T23:13:27.864613+0000 mgr.x (mgr.24530) 262 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:28.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:28 smithi083 bash[19864]: cluster 2024-09-20T23:13:27.864613+0000 mgr.x (mgr.24530) 262 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:29.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:28 smithi142 bash[19948]: cluster 2024-09-20T23:13:27.864613+0000 mgr.x (mgr.24530) 262 : cluster [DBG] pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:29 smithi142 bash[19948]: audit 2024-09-20T23:13:28.557395+0000 mgr.x (mgr.24530) 263 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:29 smithi142 bash[19948]: audit 2024-09-20T23:13:29.390617+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:29 smithi142 bash[19948]: audit 2024-09-20T23:13:29.402864+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:30.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:29 smithi142 bash[19948]: audit 2024-09-20T23:13:29.413068+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:30.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:29 smithi083 bash[19864]: audit 2024-09-20T23:13:28.557395+0000 mgr.x (mgr.24530) 263 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:30.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:29 smithi083 bash[19864]: audit 2024-09-20T23:13:29.390617+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:30.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:29 smithi083 bash[19864]: audit 2024-09-20T23:13:29.402864+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:30.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:29 smithi083 bash[19864]: audit 2024-09-20T23:13:29.413068+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:30.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:29 smithi083 bash[25244]: audit 2024-09-20T23:13:28.557395+0000 mgr.x (mgr.24530) 263 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:30.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:29 smithi083 bash[25244]: audit 2024-09-20T23:13:29.390617+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:30.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:29 smithi083 bash[25244]: audit 2024-09-20T23:13:29.402864+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:30.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:29 smithi083 bash[25244]: audit 2024-09-20T23:13:29.413068+0000 mon.a (mon.0) 1374 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:31.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:30 smithi142 bash[19948]: cluster 2024-09-20T23:13:29.866271+0000 mgr.x (mgr.24530) 264 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:31.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:30 smithi083 bash[19864]: cluster 2024-09-20T23:13:29.866271+0000 mgr.x (mgr.24530) 264 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:31.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:30 smithi083 bash[25244]: cluster 2024-09-20T23:13:29.866271+0000 mgr.x (mgr.24530) 264 : cluster [DBG] pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:33.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:32 smithi142 bash[19948]: cluster 2024-09-20T23:13:31.866935+0000 mgr.x (mgr.24530) 265 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:33.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:32 smithi083 bash[19864]: cluster 2024-09-20T23:13:31.866935+0000 mgr.x (mgr.24530) 265 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:33.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:32 smithi083 bash[25244]: cluster 2024-09-20T23:13:31.866935+0000 mgr.x (mgr.24530) 265 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:34.070 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:13:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:13:33] "GET /metrics HTTP/1.1" 200 37973 "" "Prometheus/2.43.0" 2024-09-20T23:13:35.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:34 smithi142 bash[19948]: cluster 2024-09-20T23:13:33.868480+0000 mgr.x (mgr.24530) 266 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:35.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:34 smithi083 bash[25244]: cluster 2024-09-20T23:13:33.868480+0000 mgr.x (mgr.24530) 266 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:35.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:34 smithi083 bash[19864]: cluster 2024-09-20T23:13:33.868480+0000 mgr.x (mgr.24530) 266 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:37.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:36 smithi142 bash[19948]: cluster 2024-09-20T23:13:35.869225+0000 mgr.x (mgr.24530) 267 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:37.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:36 smithi083 bash[25244]: cluster 2024-09-20T23:13:35.869225+0000 mgr.x (mgr.24530) 267 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:37.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:36 smithi083 bash[19864]: cluster 2024-09-20T23:13:35.869225+0000 mgr.x (mgr.24530) 267 : cluster [DBG] pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:38.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:38 smithi083 bash[25244]: cluster 2024-09-20T23:13:37.869950+0000 mgr.x (mgr.24530) 268 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:38.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:38 smithi083 bash[25244]: audit 2024-09-20T23:13:38.130160+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:13:38.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:38 smithi083 bash[19864]: cluster 2024-09-20T23:13:37.869950+0000 mgr.x (mgr.24530) 268 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:38.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:38 smithi083 bash[19864]: audit 2024-09-20T23:13:38.130160+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:13:39.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:38 smithi142 bash[19948]: cluster 2024-09-20T23:13:37.869950+0000 mgr.x (mgr.24530) 268 : cluster [DBG] pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:39.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:38 smithi142 bash[19948]: audit 2024-09-20T23:13:38.130160+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:13:40.049 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:39 smithi083 bash[19864]: audit 2024-09-20T23:13:38.568247+0000 mgr.x (mgr.24530) 269 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:40.050 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:39 smithi083 bash[25244]: audit 2024-09-20T23:13:38.568247+0000 mgr.x (mgr.24530) 269 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:39 smithi142 bash[19948]: audit 2024-09-20T23:13:38.568247+0000 mgr.x (mgr.24530) 269 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:41.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:40 smithi142 bash[19948]: cluster 2024-09-20T23:13:39.871555+0000 mgr.x (mgr.24530) 270 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:41.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:40 smithi083 bash[25244]: cluster 2024-09-20T23:13:39.871555+0000 mgr.x (mgr.24530) 270 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:41.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:40 smithi083 bash[19864]: cluster 2024-09-20T23:13:39.871555+0000 mgr.x (mgr.24530) 270 : cluster [DBG] pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:43.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:42 smithi142 bash[19948]: cluster 2024-09-20T23:13:41.872276+0000 mgr.x (mgr.24530) 271 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:43.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:42 smithi083 bash[19864]: cluster 2024-09-20T23:13:41.872276+0000 mgr.x (mgr.24530) 271 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:43.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:42 smithi083 bash[25244]: cluster 2024-09-20T23:13:41.872276+0000 mgr.x (mgr.24530) 271 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:44.010 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:13:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:13:43] "GET /metrics HTTP/1.1" 200 37971 "" "Prometheus/2.43.0" 2024-09-20T23:13:45.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:44 smithi142 bash[19948]: cluster 2024-09-20T23:13:43.873835+0000 mgr.x (mgr.24530) 272 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:45.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:44 smithi083 bash[19864]: cluster 2024-09-20T23:13:43.873835+0000 mgr.x (mgr.24530) 272 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:45.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:44 smithi083 bash[25244]: cluster 2024-09-20T23:13:43.873835+0000 mgr.x (mgr.24530) 272 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:46 smithi142 bash[19948]: cluster 2024-09-20T23:13:45.874558+0000 mgr.x (mgr.24530) 273 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:46 smithi142 bash[19948]: audit 2024-09-20T23:13:46.501535+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:46 smithi142 bash[19948]: audit 2024-09-20T23:13:46.514382+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:47.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:46 smithi142 bash[19948]: audit 2024-09-20T23:13:46.526648+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:47.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:46 smithi083 bash[19864]: cluster 2024-09-20T23:13:45.874558+0000 mgr.x (mgr.24530) 273 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:47.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:46 smithi083 bash[19864]: audit 2024-09-20T23:13:46.501535+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:47.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:46 smithi083 bash[19864]: audit 2024-09-20T23:13:46.514382+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:47.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:46 smithi083 bash[19864]: audit 2024-09-20T23:13:46.526648+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:47.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:46 smithi083 bash[25244]: cluster 2024-09-20T23:13:45.874558+0000 mgr.x (mgr.24530) 273 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:47.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:46 smithi083 bash[25244]: audit 2024-09-20T23:13:46.501535+0000 mon.a (mon.0) 1375 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:47.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:46 smithi083 bash[25244]: audit 2024-09-20T23:13:46.514382+0000 mon.a (mon.0) 1376 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:47.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:46 smithi083 bash[25244]: audit 2024-09-20T23:13:46.526648+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:49.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:48 smithi142 bash[19948]: cluster 2024-09-20T23:13:47.875254+0000 mgr.x (mgr.24530) 274 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:48 smithi083 bash[19864]: cluster 2024-09-20T23:13:47.875254+0000 mgr.x (mgr.24530) 274 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:49.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:48 smithi083 bash[25244]: cluster 2024-09-20T23:13:47.875254+0000 mgr.x (mgr.24530) 274 : cluster [DBG] pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:50.016 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:49 smithi142 bash[19948]: audit 2024-09-20T23:13:48.576184+0000 mgr.x (mgr.24530) 275 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:50.016 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:49 smithi142 bash[19948]: audit 2024-09-20T23:13:49.620265+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:50.017 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:49 smithi142 bash[19948]: audit 2024-09-20T23:13:49.635144+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:50.017 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:49 smithi142 bash[19948]: audit 2024-09-20T23:13:49.647499+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:50.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:49 smithi083 bash[25244]: audit 2024-09-20T23:13:48.576184+0000 mgr.x (mgr.24530) 275 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:50.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:49 smithi083 bash[25244]: audit 2024-09-20T23:13:49.620265+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:50.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:49 smithi083 bash[25244]: audit 2024-09-20T23:13:49.635144+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:50.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:49 smithi083 bash[25244]: audit 2024-09-20T23:13:49.647499+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:50.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:49 smithi083 bash[19864]: audit 2024-09-20T23:13:48.576184+0000 mgr.x (mgr.24530) 275 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:13:50.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:49 smithi083 bash[19864]: audit 2024-09-20T23:13:49.620265+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:50.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:49 smithi083 bash[19864]: audit 2024-09-20T23:13:49.635144+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:50.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:49 smithi083 bash[19864]: audit 2024-09-20T23:13:49.647499+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:51.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:50 smithi142 bash[19948]: cluster 2024-09-20T23:13:49.876880+0000 mgr.x (mgr.24530) 276 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:51.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:50 smithi083 bash[19864]: cluster 2024-09-20T23:13:49.876880+0000 mgr.x (mgr.24530) 276 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:51.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:50 smithi083 bash[25244]: cluster 2024-09-20T23:13:49.876880+0000 mgr.x (mgr.24530) 276 : cluster [DBG] pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:53.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:52 smithi142 bash[19948]: cluster 2024-09-20T23:13:51.877572+0000 mgr.x (mgr.24530) 277 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:53.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:52 smithi083 bash[19864]: cluster 2024-09-20T23:13:51.877572+0000 mgr.x (mgr.24530) 277 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:53.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:52 smithi083 bash[25244]: cluster 2024-09-20T23:13:51.877572+0000 mgr.x (mgr.24530) 277 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:53.942 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:13:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:13:53] "GET /metrics HTTP/1.1" 200 37972 "" "Prometheus/2.43.0" 2024-09-20T23:13:54.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:53 smithi142 bash[19948]: audit 2024-09-20T23:13:53.130564+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:13:54.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:53 smithi083 bash[19864]: audit 2024-09-20T23:13:53.130564+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:13:54.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:53 smithi083 bash[25244]: audit 2024-09-20T23:13:53.130564+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:13:55.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:54 smithi142 bash[19948]: cluster 2024-09-20T23:13:53.879117+0000 mgr.x (mgr.24530) 278 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:55.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:54 smithi083 bash[19864]: cluster 2024-09-20T23:13:53.879117+0000 mgr.x (mgr.24530) 278 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:55.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:54 smithi083 bash[25244]: cluster 2024-09-20T23:13:53.879117+0000 mgr.x (mgr.24530) 278 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:13:57.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:56 smithi142 bash[19948]: cluster 2024-09-20T23:13:55.879834+0000 mgr.x (mgr.24530) 279 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:57.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:56 smithi083 bash[19864]: cluster 2024-09-20T23:13:55.879834+0000 mgr.x (mgr.24530) 279 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:57.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:56 smithi083 bash[25244]: cluster 2024-09-20T23:13:55.879834+0000 mgr.x (mgr.24530) 279 : cluster [DBG] pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:58.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:57 smithi142 bash[19948]: audit 2024-09-20T23:13:57.545336+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:13:58.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:57 smithi142 bash[19948]: audit 2024-09-20T23:13:57.550090+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:13:58.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:57 smithi142 bash[19948]: audit 2024-09-20T23:13:57.552130+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:13:58.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:57 smithi142 bash[19948]: audit 2024-09-20T23:13:57.564372+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:57 smithi083 bash[19864]: audit 2024-09-20T23:13:57.545336+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:13:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:57 smithi083 bash[19864]: audit 2024-09-20T23:13:57.550090+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:13:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:57 smithi083 bash[19864]: audit 2024-09-20T23:13:57.552130+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:13:58.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:57 smithi083 bash[19864]: audit 2024-09-20T23:13:57.564372+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:58.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:57 smithi083 bash[25244]: audit 2024-09-20T23:13:57.545336+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:13:58.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:57 smithi083 bash[25244]: audit 2024-09-20T23:13:57.550090+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:13:58.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:57 smithi083 bash[25244]: audit 2024-09-20T23:13:57.552130+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:13:58.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:57 smithi083 bash[25244]: audit 2024-09-20T23:13:57.564372+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:13:59.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:58 smithi142 bash[19948]: cluster 2024-09-20T23:13:57.880540+0000 mgr.x (mgr.24530) 280 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:59.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:58 smithi083 bash[19864]: cluster 2024-09-20T23:13:57.880540+0000 mgr.x (mgr.24530) 280 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:13:59.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:58 smithi083 bash[25244]: cluster 2024-09-20T23:13:57.880540+0000 mgr.x (mgr.24530) 280 : cluster [DBG] pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:00.189 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:13:59 smithi083 bash[19864]: audit 2024-09-20T23:13:58.584233+0000 mgr.x (mgr.24530) 281 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:00.189 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:13:59 smithi083 bash[25244]: audit 2024-09-20T23:13:58.584233+0000 mgr.x (mgr.24530) 281 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:00.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:13:59 smithi142 bash[19948]: audit 2024-09-20T23:13:58.584233+0000 mgr.x (mgr.24530) 281 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:01.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:00 smithi142 bash[19948]: cluster 2024-09-20T23:13:59.882244+0000 mgr.x (mgr.24530) 282 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:01.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:00 smithi083 bash[19864]: cluster 2024-09-20T23:13:59.882244+0000 mgr.x (mgr.24530) 282 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:01.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:00 smithi083 bash[25244]: cluster 2024-09-20T23:13:59.882244+0000 mgr.x (mgr.24530) 282 : cluster [DBG] pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:01.942 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch ps' 2024-09-20T23:14:02.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:01 smithi142 bash[19948]: cluster 2024-09-20T23:14:01.882959+0000 mgr.x (mgr.24530) 283 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:02.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:01 smithi083 bash[19864]: cluster 2024-09-20T23:14:01.882959+0000 mgr.x (mgr.24530) 283 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:02.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:01 smithi083 bash[25244]: cluster 2024-09-20T23:14:01.882959+0000 mgr.x (mgr.24530) 283 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:04.070 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:03 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:14:03] "GET /metrics HTTP/1.1" 200 37972 "" "Prometheus/2.43.0" 2024-09-20T23:14:05.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:04 smithi142 bash[19948]: cluster 2024-09-20T23:14:03.884555+0000 mgr.x (mgr.24530) 284 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:05.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:04 smithi083 bash[19864]: cluster 2024-09-20T23:14:03.884555+0000 mgr.x (mgr.24530) 284 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:05.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:04 smithi083 bash[25244]: cluster 2024-09-20T23:14:03.884555+0000 mgr.x (mgr.24530) 284 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:05.905 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:14:05.905 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 16s ago 23m - - 2024-09-20T23:14:05.905 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 19s ago 23m - - 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (6m) 16s ago 16m 14.8M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (5m) 19s ago 15m 41.2M - dad864ee21e9 70e2c31eee0c 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (6m) 16s ago 13m 42.9M - 3.5 e1d6a67b021e 944ea2b86762 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283 running (8m) 19s ago 22m 507M - 19.1.1-367-g9e2ac70b cc9251b744a3 e229c4125bc1 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (3m) 16s ago 24m 426M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (24m) 16s ago 24m 67.9M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (22m) 19s ago 22m 51.2M 2048M 17.2.0 e1d6a67b021e f020a95bce9d 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (23m) 16s ago 23m 51.7M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (6m) 16s ago 16m 8292k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (5m) 19s ago 16m 8187k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (21m) 16s ago 21m 54.5M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (21m) 16s ago 21m 55.6M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (20m) 16s ago 20m 51.1M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (19m) 16s ago 19m 53.4M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:14:05.906 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (19m) 19s ago 19m 54.7M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:14:05.907 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (18m) 19s ago 18m 53.1M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:14:05.907 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (18m) 19s ago 18m 51.5M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:14:05.907 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (17m) 19s ago 17m 55.0M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:14:05.907 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (5m) 19s ago 16m 55.7M - 2.43.0 a07b618ecd1d f348d56e9492 2024-09-20T23:14:05.907 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (14m) 16s ago 14m 85.7M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:14:05.907 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (14m) 19s ago 14m 88.0M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:14:06.593 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions' 2024-09-20T23:14:07.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:06 smithi142 bash[19948]: cluster 2024-09-20T23:14:05.885266+0000 mgr.x (mgr.24530) 285 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:07.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:06 smithi142 bash[19948]: audit 2024-09-20T23:14:05.889305+0000 mgr.x (mgr.24530) 286 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:14:07.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:06 smithi142 bash[19948]: audit 2024-09-20T23:14:06.707378+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:07.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:06 smithi142 bash[19948]: audit 2024-09-20T23:14:06.721878+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:07.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:06 smithi142 bash[19948]: audit 2024-09-20T23:14:06.733560+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:07.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:06 smithi083 bash[19864]: cluster 2024-09-20T23:14:05.885266+0000 mgr.x (mgr.24530) 285 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:07.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:06 smithi083 bash[19864]: audit 2024-09-20T23:14:05.889305+0000 mgr.x (mgr.24530) 286 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:14:07.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:06 smithi083 bash[19864]: audit 2024-09-20T23:14:06.707378+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:07.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:06 smithi083 bash[19864]: audit 2024-09-20T23:14:06.721878+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:07.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:06 smithi083 bash[19864]: audit 2024-09-20T23:14:06.733560+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:07.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:06 smithi083 bash[25244]: cluster 2024-09-20T23:14:05.885266+0000 mgr.x (mgr.24530) 285 : cluster [DBG] pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:07.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:06 smithi083 bash[25244]: audit 2024-09-20T23:14:05.889305+0000 mgr.x (mgr.24530) 286 : audit [DBG] from='client.15123 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:14:07.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:06 smithi083 bash[25244]: audit 2024-09-20T23:14:06.707378+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:07.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:06 smithi083 bash[25244]: audit 2024-09-20T23:14:06.721878+0000 mon.a (mon.0) 1383 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:07.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:06 smithi083 bash[25244]: audit 2024-09-20T23:14:06.733560+0000 mon.a (mon.0) 1384 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:08.870 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:08 smithi083 bash[19864]: cluster 2024-09-20T23:14:07.886013+0000 mgr.x (mgr.24530) 287 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:08.871 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:08 smithi083 bash[19864]: audit 2024-09-20T23:14:08.130287+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:08.871 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:08 smithi083 bash[25244]: cluster 2024-09-20T23:14:07.886013+0000 mgr.x (mgr.24530) 287 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:08.871 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:08 smithi083 bash[25244]: audit 2024-09-20T23:14:08.130287+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:09.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:08 smithi142 bash[19948]: cluster 2024-09-20T23:14:07.886013+0000 mgr.x (mgr.24530) 287 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:09.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:08 smithi142 bash[19948]: audit 2024-09-20T23:14:08.130287+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:10.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:09 smithi142 bash[19948]: audit 2024-09-20T23:14:08.592245+0000 mgr.x (mgr.24530) 288 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:10.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:09 smithi083 bash[25244]: audit 2024-09-20T23:14:08.592245+0000 mgr.x (mgr.24530) 288 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:10.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:09 smithi083 bash[19864]: audit 2024-09-20T23:14:08.592245+0000 mgr.x (mgr.24530) 288 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:10.307 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:14:10.308 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:14:10.308 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-09-20T23:14:10.308 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:14:10.308 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:14:10.308 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:14:10.308 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:14:10.308 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:14:10.308 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:14:10.308 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:14:10.308 INFO:teuthology.orchestra.run.smithi083.stdout: "mds": {}, 2024-09-20T23:14:10.308 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:14:10.308 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:14:10.309 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:14:10.309 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:14:10.309 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-09-20T23:14:10.309 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:14:10.309 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:14:10.309 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:14:11.058 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph health detail' 2024-09-20T23:14:11.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:10 smithi142 bash[19948]: audit 2024-09-20T23:14:09.856581+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:11.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:10 smithi142 bash[19948]: audit 2024-09-20T23:14:09.869942+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:11.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:10 smithi142 bash[19948]: audit 2024-09-20T23:14:09.881884+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:11.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:10 smithi142 bash[19948]: cluster 2024-09-20T23:14:09.887582+0000 mgr.x (mgr.24530) 289 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:11.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:10 smithi142 bash[19948]: audit 2024-09-20T23:14:10.311629+0000 mon.c (mon.1) 194 : audit [DBG] from='client.? 172.21.15.83:0/3863499280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:14:11.309 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:10 smithi083 bash[25244]: audit 2024-09-20T23:14:09.856581+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:11.309 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:10 smithi083 bash[25244]: audit 2024-09-20T23:14:09.869942+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:11.309 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:10 smithi083 bash[25244]: audit 2024-09-20T23:14:09.881884+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:11.309 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:10 smithi083 bash[25244]: cluster 2024-09-20T23:14:09.887582+0000 mgr.x (mgr.24530) 289 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:11.309 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:10 smithi083 bash[25244]: audit 2024-09-20T23:14:10.311629+0000 mon.c (mon.1) 194 : audit [DBG] from='client.? 172.21.15.83:0/3863499280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:14:11.309 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:10 smithi083 bash[19864]: audit 2024-09-20T23:14:09.856581+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:11.309 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:10 smithi083 bash[19864]: audit 2024-09-20T23:14:09.869942+0000 mon.a (mon.0) 1386 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:11.310 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:10 smithi083 bash[19864]: audit 2024-09-20T23:14:09.881884+0000 mon.a (mon.0) 1387 : audit [INF] from='mgr.24530 ' entity='mgr.x' 2024-09-20T23:14:11.310 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:10 smithi083 bash[19864]: cluster 2024-09-20T23:14:09.887582+0000 mgr.x (mgr.24530) 289 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:11.310 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:10 smithi083 bash[19864]: audit 2024-09-20T23:14:10.311629+0000 mon.c (mon.1) 194 : audit [DBG] from='client.? 172.21.15.83:0/3863499280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:14:13.115 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:12 smithi083 bash[19864]: cluster 2024-09-20T23:14:11.888234+0000 mgr.x (mgr.24530) 290 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:13.115 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:12 smithi083 bash[25244]: cluster 2024-09-20T23:14:11.888234+0000 mgr.x (mgr.24530) 290 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:13.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:12 smithi142 bash[19948]: cluster 2024-09-20T23:14:11.888234+0000 mgr.x (mgr.24530) 290 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:14.070 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:13 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:14:13] "GET /metrics HTTP/1.1" 200 37972 "" "Prometheus/2.43.0" 2024-09-20T23:14:14.618 INFO:teuthology.orchestra.run.smithi083.stdout:HEALTH_OK 2024-09-20T23:14:15.318 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:14 smithi083 bash[19864]: cluster 2024-09-20T23:14:13.889811+0000 mgr.x (mgr.24530) 291 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:15.319 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:14 smithi083 bash[19864]: audit 2024-09-20T23:14:14.622559+0000 mon.a (mon.0) 1388 : audit [DBG] from='client.? 172.21.15.83:0/2633996348' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:14:15.319 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:14 smithi083 bash[25244]: cluster 2024-09-20T23:14:13.889811+0000 mgr.x (mgr.24530) 291 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:15.319 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:14 smithi083 bash[25244]: audit 2024-09-20T23:14:14.622559+0000 mon.a (mon.0) 1388 : audit [DBG] from='client.? 172.21.15.83:0/2633996348' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:14:15.320 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph -s' 2024-09-20T23:14:15.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:14 smithi142 bash[19948]: cluster 2024-09-20T23:14:13.889811+0000 mgr.x (mgr.24530) 291 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:15.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:14 smithi142 bash[19948]: audit 2024-09-20T23:14:14.622559+0000 mon.a (mon.0) 1388 : audit [DBG] from='client.? 172.21.15.83:0/2633996348' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:14:17.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:16 smithi142 bash[19948]: cluster 2024-09-20T23:14:15.890495+0000 mgr.x (mgr.24530) 292 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:17.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:16 smithi083 bash[19864]: cluster 2024-09-20T23:14:15.890495+0000 mgr.x (mgr.24530) 292 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:17.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:16 smithi083 bash[25244]: cluster 2024-09-20T23:14:15.890495+0000 mgr.x (mgr.24530) 292 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:18.927 INFO:teuthology.orchestra.run.smithi083.stdout: cluster: 2024-09-20T23:14:18.927 INFO:teuthology.orchestra.run.smithi083.stdout: id: 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:14:18.927 INFO:teuthology.orchestra.run.smithi083.stdout: health: HEALTH_OK 2024-09-20T23:14:18.927 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:14:18.927 INFO:teuthology.orchestra.run.smithi083.stdout: services: 2024-09-20T23:14:18.927 INFO:teuthology.orchestra.run.smithi083.stdout: mon: 3 daemons, quorum a,c,b (age 23m) 2024-09-20T23:14:18.927 INFO:teuthology.orchestra.run.smithi083.stdout: mgr: x(active, since 6m), standbys: y 2024-09-20T23:14:18.927 INFO:teuthology.orchestra.run.smithi083.stdout: osd: 8 osds: 8 up (since 17m), 8 in (since 17m) 2024-09-20T23:14:18.927 INFO:teuthology.orchestra.run.smithi083.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-20T23:14:18.928 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:14:18.928 INFO:teuthology.orchestra.run.smithi083.stdout: data: 2024-09-20T23:14:18.928 INFO:teuthology.orchestra.run.smithi083.stdout: pools: 6 pools, 161 pgs 2024-09-20T23:14:18.928 INFO:teuthology.orchestra.run.smithi083.stdout: objects: 210 objects, 585 KiB 2024-09-20T23:14:18.928 INFO:teuthology.orchestra.run.smithi083.stdout: usage: 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:14:18.928 INFO:teuthology.orchestra.run.smithi083.stdout: pgs: 161 active+clean 2024-09-20T23:14:18.928 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:14:18.928 INFO:teuthology.orchestra.run.smithi083.stdout: io: 2024-09-20T23:14:18.928 INFO:teuthology.orchestra.run.smithi083.stdout: client: 852 B/s rd, 0 op/s rd, 0 op/s wr 2024-09-20T23:14:18.928 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:14:19.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:18 smithi142 bash[19948]: cluster 2024-09-20T23:14:17.891208+0000 mgr.x (mgr.24530) 293 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:19.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:18 smithi083 bash[19864]: cluster 2024-09-20T23:14:17.891208+0000 mgr.x (mgr.24530) 293 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:19.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:18 smithi083 bash[25244]: cluster 2024-09-20T23:14:17.891208+0000 mgr.x (mgr.24530) 293 : cluster [DBG] pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:19.645 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph mgr fail' 2024-09-20T23:14:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:19 smithi142 bash[19948]: audit 2024-09-20T23:14:18.603639+0000 mgr.x (mgr.24530) 294 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:19 smithi142 bash[19948]: audit 2024-09-20T23:14:18.931237+0000 mon.a (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.83:0/2591455653' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T23:14:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:19 smithi083 bash[19864]: audit 2024-09-20T23:14:18.603639+0000 mgr.x (mgr.24530) 294 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:19 smithi083 bash[19864]: audit 2024-09-20T23:14:18.931237+0000 mon.a (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.83:0/2591455653' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T23:14:20.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:19 smithi083 bash[25244]: audit 2024-09-20T23:14:18.603639+0000 mgr.x (mgr.24530) 294 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:20.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:19 smithi083 bash[25244]: audit 2024-09-20T23:14:18.931237+0000 mon.a (mon.0) 1389 : audit [DBG] from='client.? 172.21.15.83:0/2591455653' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T23:14:21.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:20 smithi142 bash[19948]: cluster 2024-09-20T23:14:19.892843+0000 mgr.x (mgr.24530) 295 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:21.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:20 smithi083 bash[19864]: cluster 2024-09-20T23:14:19.892843+0000 mgr.x (mgr.24530) 295 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:21.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:20 smithi083 bash[25244]: cluster 2024-09-20T23:14:19.892843+0000 mgr.x (mgr.24530) 295 : cluster [DBG] pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:23.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:22 smithi142 bash[19948]: cluster 2024-09-20T23:14:21.893573+0000 mgr.x (mgr.24530) 296 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:23.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:22 smithi083 bash[19864]: cluster 2024-09-20T23:14:21.893573+0000 mgr.x (mgr.24530) 296 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:23.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:22 smithi083 bash[25244]: cluster 2024-09-20T23:14:21.893573+0000 mgr.x (mgr.24530) 296 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:23.884 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:23 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:14:23] "GET /metrics HTTP/1.1" 200 37967 "" "Prometheus/2.43.0" 2024-09-20T23:14:24.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:23 smithi142 bash[19948]: audit 2024-09-20T23:14:23.130989+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:24.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:23 smithi083 bash[19864]: audit 2024-09-20T23:14:23.130989+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:24.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:23 smithi083 bash[25244]: audit 2024-09-20T23:14:23.130989+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.24530 172.21.15.142:0/548230286' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:25.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:24 smithi142 bash[19948]: cluster 2024-09-20T23:14:23.894460+0000 mgr.x (mgr.24530) 297 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:25.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:24 smithi083 bash[19864]: cluster 2024-09-20T23:14:23.894460+0000 mgr.x (mgr.24530) 297 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:25.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:24 smithi083 bash[25244]: cluster 2024-09-20T23:14:23.894460+0000 mgr.x (mgr.24530) 297 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:26.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:25 smithi142 bash[48288]: debug 2024-09-20T23:14:25.974+0000 7fc8e854c640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-20T23:14:26.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[48288]: ignoring --setuser ceph since I am not root 2024-09-20T23:14:26.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[48288]: ignoring --setgroup ceph since I am not root 2024-09-20T23:14:26.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[48288]: debug 2024-09-20T23:14:26.034+0000 7fba97a64640 1 -- 172.21.15.142:0/498944889 <== mon.2 v2:172.21.15.142:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56339e1a50e0 con 0x56339e1a6800 2024-09-20T23:14:26.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[48288]: debug 2024-09-20T23:14:26.150+0000 7fba9a2c0040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T23:14:26.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:25 smithi142 bash[19948]: audit 2024-09-20T23:14:25.028419+0000 mon.c (mon.1) 195 : audit [INF] from='client.? 172.21.15.83:0/2842930984' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:14:26.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:25 smithi142 bash[19948]: audit 2024-09-20T23:14:25.028846+0000 mon.a (mon.0) 1390 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:14:26.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:25 smithi142 bash[19948]: cluster 2024-09-20T23:14:25.034127+0000 mon.a (mon.0) 1391 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-09-20T23:14:26.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:25 smithi142 bash[19948]: cluster 2024-09-20T23:14:25.295205+0000 mon.a (mon.0) 1392 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:14:26.321 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:25 smithi083 bash[70411]: [20/Sep/2024:23:14:25] ENGINE Bus STOPPING 2024-09-20T23:14:26.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:25 smithi083 bash[19864]: audit 2024-09-20T23:14:25.028419+0000 mon.c (mon.1) 195 : audit [INF] from='client.? 172.21.15.83:0/2842930984' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:14:26.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:25 smithi083 bash[19864]: audit 2024-09-20T23:14:25.028846+0000 mon.a (mon.0) 1390 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:14:26.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:25 smithi083 bash[19864]: cluster 2024-09-20T23:14:25.034127+0000 mon.a (mon.0) 1391 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-09-20T23:14:26.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:25 smithi083 bash[19864]: cluster 2024-09-20T23:14:25.295205+0000 mon.a (mon.0) 1392 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:14:26.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:25 smithi083 bash[25244]: audit 2024-09-20T23:14:25.028419+0000 mon.c (mon.1) 195 : audit [INF] from='client.? 172.21.15.83:0/2842930984' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:14:26.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:25 smithi083 bash[25244]: audit 2024-09-20T23:14:25.028846+0000 mon.a (mon.0) 1390 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:14:26.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:25 smithi083 bash[25244]: cluster 2024-09-20T23:14:25.034127+0000 mon.a (mon.0) 1391 : cluster [DBG] osdmap e105: 8 total, 8 up, 8 in 2024-09-20T23:14:26.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:25 smithi083 bash[25244]: cluster 2024-09-20T23:14:25.295205+0000 mon.a (mon.0) 1392 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:14:26.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[70411]: [20/Sep/2024:23:14:26] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-20T23:14:26.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[70411]: [20/Sep/2024:23:14:26] ENGINE Bus STOPPED 2024-09-20T23:14:26.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[70411]: [20/Sep/2024:23:14:26] ENGINE Bus STARTING 2024-09-20T23:14:26.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[70411]: [20/Sep/2024:23:14:26] ENGINE Serving on http://:::9283 2024-09-20T23:14:26.821 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[70411]: [20/Sep/2024:23:14:26] ENGINE Bus STARTED 2024-09-20T23:14:27.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: cluster 2024-09-20T23:14:25.894997+0000 mgr.x (mgr.24530) 298 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-20T23:14:27.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.975616+0000 mon.a (mon.0) 1393 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-20T23:14:27.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: cluster 2024-09-20T23:14:25.975724+0000 mon.a (mon.0) 1394 : cluster [DBG] mgrmap e28: y(active, starting, since 0.946095s), standbys: x 2024-09-20T23:14:27.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.980937+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:14:27.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.981129+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:14:27.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.981313+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:14:27.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.982970+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:14:27.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.983311+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:14:27.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.983560+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:14:27.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.983879+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:14:27.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.984171+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:14:27.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.984493+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:14:27.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.984824+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:14:27.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.985132+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:14:27.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.985439+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:14:27.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.985779+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:14:27.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.986145+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:14:27.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.986367+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:14:27.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:25.987173+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:14:27.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: cluster 2024-09-20T23:14:26.412620+0000 mon.a (mon.0) 1411 : cluster [INF] Manager daemon y is now available 2024-09-20T23:14:27.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:26.451683+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:27.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:26.455382+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:14:27.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:26.458360+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:14:27.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:26.459847+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:14:27.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:26.483649+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:27.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:26.498932+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:14:27.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:26 smithi142 bash[19948]: audit 2024-09-20T23:14:26.546513+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:14:27.175 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'sleep 180' 2024-09-20T23:14:27.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: cluster 2024-09-20T23:14:25.894997+0000 mgr.x (mgr.24530) 298 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-20T23:14:27.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.975616+0000 mon.a (mon.0) 1393 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-20T23:14:27.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: cluster 2024-09-20T23:14:25.975724+0000 mon.a (mon.0) 1394 : cluster [DBG] mgrmap e28: y(active, starting, since 0.946095s), standbys: x 2024-09-20T23:14:27.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.980937+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:14:27.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.981129+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:14:27.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.981313+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:14:27.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.982970+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:14:27.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.983311+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:14:27.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.983560+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:14:27.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.983879+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:14:27.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.984171+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:14:27.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.984493+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:14:27.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.984824+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:14:27.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.985132+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:14:27.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.985439+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:14:27.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.985779+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:14:27.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.986145+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:14:27.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.986367+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:14:27.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: cluster 2024-09-20T23:14:25.894997+0000 mgr.x (mgr.24530) 298 : cluster [DBG] pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-20T23:14:27.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.975616+0000 mon.a (mon.0) 1393 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-20T23:14:27.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: cluster 2024-09-20T23:14:25.975724+0000 mon.a (mon.0) 1394 : cluster [DBG] mgrmap e28: y(active, starting, since 0.946095s), standbys: x 2024-09-20T23:14:27.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.980937+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:14:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.981129+0000 mon.a (mon.0) 1396 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:14:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.981313+0000 mon.a (mon.0) 1397 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:14:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.982970+0000 mon.a (mon.0) 1398 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:14:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.983311+0000 mon.a (mon.0) 1399 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:14:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.983560+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:14:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.983879+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:14:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.984171+0000 mon.a (mon.0) 1402 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:14:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.984493+0000 mon.a (mon.0) 1403 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:14:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.984824+0000 mon.a (mon.0) 1404 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:14:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.985132+0000 mon.a (mon.0) 1405 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:14:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.985439+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:14:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.985779+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:14:27.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.986145+0000 mon.a (mon.0) 1408 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:14:27.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.986367+0000 mon.a (mon.0) 1409 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:14:27.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:25.987173+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:14:27.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: cluster 2024-09-20T23:14:26.412620+0000 mon.a (mon.0) 1411 : cluster [INF] Manager daemon y is now available 2024-09-20T23:14:27.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:26.451683+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:26.455382+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:14:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:26.458360+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:14:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:26.459847+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:14:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:26.483649+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:26.498932+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:14:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[19864]: audit 2024-09-20T23:14:26.546513+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:14:27.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:25.987173+0000 mon.a (mon.0) 1410 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:14:27.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: cluster 2024-09-20T23:14:26.412620+0000 mon.a (mon.0) 1411 : cluster [INF] Manager daemon y is now available 2024-09-20T23:14:27.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:26.451683+0000 mon.a (mon.0) 1412 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:27.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:26.455382+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:14:27.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:26.458360+0000 mon.a (mon.0) 1414 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:14:27.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:26.459847+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:14:27.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:26.483649+0000 mon.a (mon.0) 1416 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:27.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:26.498932+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:14:27.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:26 smithi083 bash[25244]: audit 2024-09-20T23:14:26.546513+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:14:27.817 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:27 smithi142 bash[48288]: debug 2024-09-20T23:14:27.386+0000 7fba9a2c0040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T23:14:27.817 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:27 smithi142 bash[48288]: debug 2024-09-20T23:14:27.450+0000 7fba9a2c0040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T23:14:27.817 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:27 smithi142 bash[48288]: debug 2024-09-20T23:14:27.602+0000 7fba9a2c0040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T23:14:28.069 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[19948]: cluster 2024-09-20T23:14:27.056849+0000 mon.a (mon.0) 1419 : cluster [DBG] mgrmap e29: y(active, since 2s), standbys: x 2024-09-20T23:14:28.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[19948]: audit 2024-09-20T23:14:27.351056+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:14:28.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[19948]: audit 2024-09-20T23:14:27.558441+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:14:28.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[19948]: audit 2024-09-20T23:14:27.559429+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:14:28.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[19948]: audit 2024-09-20T23:14:27.560243+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:14:28.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[19948]: cephadm 2024-09-20T23:14:27.561592+0000 mgr.y (mgr.25027) 2 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:14:28.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[19948]: cephadm 2024-09-20T23:14:27.561815+0000 mgr.y (mgr.25027) 3 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:14:28.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[19948]: cephadm 2024-09-20T23:14:27.584170+0000 mgr.y (mgr.25027) 4 : cephadm [INF] [20/Sep/2024:23:14:27] ENGINE Bus STARTING 2024-09-20T23:14:28.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[19864]: cluster 2024-09-20T23:14:27.056849+0000 mon.a (mon.0) 1419 : cluster [DBG] mgrmap e29: y(active, since 2s), standbys: x 2024-09-20T23:14:28.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[19864]: audit 2024-09-20T23:14:27.351056+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:14:28.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[19864]: audit 2024-09-20T23:14:27.558441+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:14:28.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[19864]: audit 2024-09-20T23:14:27.559429+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:14:28.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[19864]: audit 2024-09-20T23:14:27.560243+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:14:28.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[19864]: cephadm 2024-09-20T23:14:27.561592+0000 mgr.y (mgr.25027) 2 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:14:28.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[19864]: cephadm 2024-09-20T23:14:27.561815+0000 mgr.y (mgr.25027) 3 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:14:28.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[19864]: cephadm 2024-09-20T23:14:27.584170+0000 mgr.y (mgr.25027) 4 : cephadm [INF] [20/Sep/2024:23:14:27] ENGINE Bus STARTING 2024-09-20T23:14:28.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[25244]: cluster 2024-09-20T23:14:27.056849+0000 mon.a (mon.0) 1419 : cluster [DBG] mgrmap e29: y(active, since 2s), standbys: x 2024-09-20T23:14:28.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[25244]: audit 2024-09-20T23:14:27.351056+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:14:28.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[25244]: audit 2024-09-20T23:14:27.558441+0000 mon.a (mon.0) 1421 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:14:28.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[25244]: audit 2024-09-20T23:14:27.559429+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:14:28.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[25244]: audit 2024-09-20T23:14:27.560243+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:14:28.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[25244]: cephadm 2024-09-20T23:14:27.561592+0000 mgr.y (mgr.25027) 2 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:14:28.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[25244]: cephadm 2024-09-20T23:14:27.561815+0000 mgr.y (mgr.25027) 3 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:14:28.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:28 smithi083 bash[25244]: cephadm 2024-09-20T23:14:27.584170+0000 mgr.y (mgr.25027) 4 : cephadm [INF] [20/Sep/2024:23:14:27] ENGINE Bus STARTING 2024-09-20T23:14:28.072 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: debug 2024-09-20T23:14:27.799+0000 7f50e2f1b640 -1 log_channel(cephadm) log [ERR] : [20/Sep/2024:23:14:27] ENGINE Error in HTTPServer.serve 2024-09-20T23:14:28.072 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: Traceback (most recent call last): 2024-09-20T23:14:28.072 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:14:28.072 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: self._connections.run(self.expiration_interval) 2024-09-20T23:14:28.072 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: self._run(expiration_interval) 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: s = self.context.wrap_socket( 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: return self.sslsocket_class._create( 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: self.do_handshake() 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: self._sslobj.do_handshake() 2024-09-20T23:14:28.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:27 smithi083 bash[70411]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:14:28.443 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[48288]: debug 2024-09-20T23:14:28.290+0000 7fba9a2c0040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T23:14:28.443 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[48288]: debug 2024-09-20T23:14:28.366+0000 7fba9a2c0040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T23:14:28.725 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[48288]: debug 2024-09-20T23:14:28.442+0000 7fba9a2c0040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T23:14:28.726 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[48288]: debug 2024-09-20T23:14:28.642+0000 7fba9a2c0040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-20T23:14:29.044 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[48288]: debug 2024-09-20T23:14:28.722+0000 7fba9a2c0040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T23:14:29.045 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:28 smithi142 bash[48288]: debug 2024-09-20T23:14:28.794+0000 7fba9a2c0040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T23:14:29.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[48288]: debug 2024-09-20T23:14:29.058+0000 7fba9a2c0040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T23:14:29.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[48288]: debug 2024-09-20T23:14:29.130+0000 7fba9a2c0040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T23:14:29.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cephadm 2024-09-20T23:14:27.685822+0000 mgr.y (mgr.25027) 5 : cephadm [INF] [20/Sep/2024:23:14:27] ENGINE Serving on http://172.21.15.83:8765 2024-09-20T23:14:29.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cephadm 2024-09-20T23:14:27.802383+0000 mgr.y (mgr.25027) 6 : cephadm [INF] [20/Sep/2024:23:14:27] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T23:14:29.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cephadm 2024-09-20T23:14:27.802508+0000 mgr.y (mgr.25027) 7 : cephadm [INF] [20/Sep/2024:23:14:27] ENGINE Bus STARTED 2024-09-20T23:14:29.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cephadm 2024-09-20T23:14:27.804079+0000 mgr.y (mgr.25027) 8 : cephadm [ERR] [20/Sep/2024:23:14:27] ENGINE Error in HTTPServer.serve 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: Traceback (most recent call last): 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: self._connections.run(self.expiration_interval) 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: self._run(expiration_interval) 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: s = self.context.wrap_socket( 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:14:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: return self.sslsocket_class._create( 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: self.do_handshake() 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: self._sslobj.do_handshake() 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cluster 2024-09-20T23:14:27.984532+0000 mgr.y (mgr.25027) 9 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cluster 2024-09-20T23:14:28.061461+0000 mon.a (mon.0) 1424 : cluster [DBG] mgrmap e30: y(active, since 3s), standbys: x 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cephadm 2024-09-20T23:14:28.063713+0000 mgr.y (mgr.25027) 10 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cephadm 2024-09-20T23:14:28.095244+0000 mgr.y (mgr.25027) 11 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.165913+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cephadm 2024-09-20T23:14:28.207217+0000 mgr.y (mgr.25027) 12 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cephadm 2024-09-20T23:14:28.220607+0000 mgr.y (mgr.25027) 13 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:14:29.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.294272+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cephadm 2024-09-20T23:14:28.346148+0000 mgr.y (mgr.25027) 14 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.394758+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.443512+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.447796+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cephadm 2024-09-20T23:14:28.489097+0000 mgr.y (mgr.25027) 15 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.588911+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.593966+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.598588+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: cephadm 2024-09-20T23:14:28.599044+0000 mgr.y (mgr.25027) 16 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.602816+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.612687+0000 mgr.y (mgr.25027) 17 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.631799+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:14:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.788606+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.846025+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[19948]: audit 2024-09-20T23:14:28.954353+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cephadm 2024-09-20T23:14:27.685822+0000 mgr.y (mgr.25027) 5 : cephadm [INF] [20/Sep/2024:23:14:27] ENGINE Serving on http://172.21.15.83:8765 2024-09-20T23:14:29.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cephadm 2024-09-20T23:14:27.802383+0000 mgr.y (mgr.25027) 6 : cephadm [INF] [20/Sep/2024:23:14:27] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T23:14:29.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cephadm 2024-09-20T23:14:27.802508+0000 mgr.y (mgr.25027) 7 : cephadm [INF] [20/Sep/2024:23:14:27] ENGINE Bus STARTED 2024-09-20T23:14:29.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cephadm 2024-09-20T23:14:27.804079+0000 mgr.y (mgr.25027) 8 : cephadm [ERR] [20/Sep/2024:23:14:27] ENGINE Error in HTTPServer.serve 2024-09-20T23:14:29.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: Traceback (most recent call last): 2024-09-20T23:14:29.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: self._connections.run(self.expiration_interval) 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: self._run(expiration_interval) 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: s = self.context.wrap_socket( 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: return self.sslsocket_class._create( 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: self.do_handshake() 2024-09-20T23:14:29.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:14:29.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: self._sslobj.do_handshake() 2024-09-20T23:14:29.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:14:29.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cluster 2024-09-20T23:14:27.984532+0000 mgr.y (mgr.25027) 9 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:14:29.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cluster 2024-09-20T23:14:28.061461+0000 mon.a (mon.0) 1424 : cluster [DBG] mgrmap e30: y(active, since 3s), standbys: x 2024-09-20T23:14:29.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cephadm 2024-09-20T23:14:28.063713+0000 mgr.y (mgr.25027) 10 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:14:29.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cephadm 2024-09-20T23:14:28.095244+0000 mgr.y (mgr.25027) 11 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:14:29.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.165913+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cephadm 2024-09-20T23:14:28.207217+0000 mgr.y (mgr.25027) 12 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:14:29.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cephadm 2024-09-20T23:14:28.220607+0000 mgr.y (mgr.25027) 13 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:14:29.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.294272+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cephadm 2024-09-20T23:14:28.346148+0000 mgr.y (mgr.25027) 14 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cephadm 2024-09-20T23:14:27.685822+0000 mgr.y (mgr.25027) 5 : cephadm [INF] [20/Sep/2024:23:14:27] ENGINE Serving on http://172.21.15.83:8765 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cephadm 2024-09-20T23:14:27.802383+0000 mgr.y (mgr.25027) 6 : cephadm [INF] [20/Sep/2024:23:14:27] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cephadm 2024-09-20T23:14:27.802508+0000 mgr.y (mgr.25027) 7 : cephadm [INF] [20/Sep/2024:23:14:27] ENGINE Bus STARTED 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cephadm 2024-09-20T23:14:27.804079+0000 mgr.y (mgr.25027) 8 : cephadm [ERR] [20/Sep/2024:23:14:27] ENGINE Error in HTTPServer.serve 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: Traceback (most recent call last): 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: self._connections.run(self.expiration_interval) 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: self._run(expiration_interval) 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:14:29.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:14:29.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:14:29.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: s = self.context.wrap_socket( 2024-09-20T23:14:29.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:14:29.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: return self.sslsocket_class._create( 2024-09-20T23:14:29.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:14:29.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: self.do_handshake() 2024-09-20T23:14:29.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:14:29.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: self._sslobj.do_handshake() 2024-09-20T23:14:29.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:14:29.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cluster 2024-09-20T23:14:27.984532+0000 mgr.y (mgr.25027) 9 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:14:29.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cluster 2024-09-20T23:14:28.061461+0000 mon.a (mon.0) 1424 : cluster [DBG] mgrmap e30: y(active, since 3s), standbys: x 2024-09-20T23:14:29.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cephadm 2024-09-20T23:14:28.063713+0000 mgr.y (mgr.25027) 10 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:14:29.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cephadm 2024-09-20T23:14:28.095244+0000 mgr.y (mgr.25027) 11 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:14:29.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.165913+0000 mon.a (mon.0) 1425 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cephadm 2024-09-20T23:14:28.207217+0000 mgr.y (mgr.25027) 12 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:14:29.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cephadm 2024-09-20T23:14:28.220607+0000 mgr.y (mgr.25027) 13 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:14:29.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.294272+0000 mon.a (mon.0) 1426 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cephadm 2024-09-20T23:14:28.346148+0000 mgr.y (mgr.25027) 14 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:14:29.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.394758+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.443512+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.447796+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cephadm 2024-09-20T23:14:28.489097+0000 mgr.y (mgr.25027) 15 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:14:29.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.588911+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.593966+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.598588+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: cephadm 2024-09-20T23:14:28.599044+0000 mgr.y (mgr.25027) 16 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:14:29.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.602816+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.612687+0000 mgr.y (mgr.25027) 17 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:29.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.631799+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:14:29.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.788606+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.846025+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[19864]: audit 2024-09-20T23:14:28.954353+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.394758+0000 mon.a (mon.0) 1427 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.443512+0000 mon.a (mon.0) 1428 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.447796+0000 mon.a (mon.0) 1429 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cephadm 2024-09-20T23:14:28.489097+0000 mgr.y (mgr.25027) 15 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:14:29.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.588911+0000 mon.a (mon.0) 1430 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.593966+0000 mon.a (mon.0) 1431 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.598588+0000 mon.a (mon.0) 1432 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: cephadm 2024-09-20T23:14:28.599044+0000 mgr.y (mgr.25027) 16 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:14:29.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.602816+0000 mon.a (mon.0) 1433 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.612687+0000 mgr.y (mgr.25027) 17 : audit [DBG] from='client.15042 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:29.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.631799+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:14:29.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.788606+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.846025+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:29 smithi083 bash[25244]: audit 2024-09-20T23:14:28.954353+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:29.675 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[48288]: debug 2024-09-20T23:14:29.334+0000 7fba9a2c0040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T23:14:29.675 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[48288]: debug 2024-09-20T23:14:29.414+0000 7fba9a2c0040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T23:14:30.039 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[48288]: debug 2024-09-20T23:14:29.694+0000 7fba9a2c0040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T23:14:30.039 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:29 smithi142 bash[48288]: debug 2024-09-20T23:14:29.870+0000 7fba9a2c0040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:14:30.312 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:30 smithi142 bash[19948]: cephadm 2024-09-20T23:14:29.612536+0000 mgr.y (mgr.25027) 18 : cephadm [INF] Reconfiguring iscsi.foo.smithi083.kcbpup (dependencies changed)... 2024-09-20T23:14:30.312 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:30 smithi142 bash[19948]: audit 2024-09-20T23:14:29.612942+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:14:30.312 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:30 smithi142 bash[19948]: audit 2024-09-20T23:14:29.619530+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:14:30.312 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:30 smithi142 bash[19948]: cephadm 2024-09-20T23:14:29.620874+0000 mgr.y (mgr.25027) 19 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:14:30.312 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:30 smithi142 bash[48288]: debug 2024-09-20T23:14:30.038+0000 7fba9a2c0040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T23:14:30.313 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:30 smithi142 bash[48288]: debug 2024-09-20T23:14:30.122+0000 7fba9a2c0040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T23:14:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:30 smithi083 bash[25244]: cephadm 2024-09-20T23:14:29.612536+0000 mgr.y (mgr.25027) 18 : cephadm [INF] Reconfiguring iscsi.foo.smithi083.kcbpup (dependencies changed)... 2024-09-20T23:14:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:30 smithi083 bash[25244]: audit 2024-09-20T23:14:29.612942+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:14:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:30 smithi083 bash[25244]: audit 2024-09-20T23:14:29.619530+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:14:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:30 smithi083 bash[25244]: cephadm 2024-09-20T23:14:29.620874+0000 mgr.y (mgr.25027) 19 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:14:30.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:30 smithi083 bash[19864]: cephadm 2024-09-20T23:14:29.612536+0000 mgr.y (mgr.25027) 18 : cephadm [INF] Reconfiguring iscsi.foo.smithi083.kcbpup (dependencies changed)... 2024-09-20T23:14:30.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:30 smithi083 bash[19864]: audit 2024-09-20T23:14:29.612942+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:14:30.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:30 smithi083 bash[19864]: audit 2024-09-20T23:14:29.619530+0000 mon.a (mon.0) 1439 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:14:30.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:30 smithi083 bash[19864]: cephadm 2024-09-20T23:14:29.620874+0000 mgr.y (mgr.25027) 19 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:14:30.570 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:30 smithi142 bash[48288]: debug 2024-09-20T23:14:30.310+0000 7fba9a2c0040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:14:31.151 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:31 smithi083 bash[19864]: cluster 2024-09-20T23:14:29.984963+0000 mgr.y (mgr.25027) 20 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:14:31.151 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:31 smithi083 bash[19864]: cluster 2024-09-20T23:14:30.064643+0000 mon.a (mon.0) 1440 : cluster [DBG] mgrmap e31: y(active, since 5s), standbys: x 2024-09-20T23:14:31.151 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:31 smithi083 bash[19864]: audit 2024-09-20T23:14:30.945710+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:31.151 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:31 smithi083 bash[25244]: cluster 2024-09-20T23:14:29.984963+0000 mgr.y (mgr.25027) 20 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:14:31.151 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:31 smithi083 bash[25244]: cluster 2024-09-20T23:14:30.064643+0000 mon.a (mon.0) 1440 : cluster [DBG] mgrmap e31: y(active, since 5s), standbys: x 2024-09-20T23:14:31.151 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:31 smithi083 bash[25244]: audit 2024-09-20T23:14:30.945710+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:31.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:31 smithi142 bash[19948]: cluster 2024-09-20T23:14:29.984963+0000 mgr.y (mgr.25027) 20 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:14:31.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:31 smithi142 bash[19948]: cluster 2024-09-20T23:14:30.064643+0000 mon.a (mon.0) 1440 : cluster [DBG] mgrmap e31: y(active, since 5s), standbys: x 2024-09-20T23:14:31.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:31 smithi142 bash[19948]: audit 2024-09-20T23:14:30.945710+0000 mon.a (mon.0) 1441 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:31.319 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:31 smithi142 bash[48288]: debug 2024-09-20T23:14:31.178+0000 7fba9a2c0040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T23:14:31.319 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:31 smithi142 bash[48288]: debug 2024-09-20T23:14:31.258+0000 7fba9a2c0040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T23:14:31.569 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:31 smithi142 bash[48288]: debug 2024-09-20T23:14:31.490+0000 7fba9a2c0040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T23:14:31.966 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:31 smithi142 bash[48288]: debug 2024-09-20T23:14:31.570+0000 7fba9a2c0040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T23:14:32.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:31 smithi142 bash[48288]: debug 2024-09-20T23:14:31.966+0000 7fba9a2c0040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T23:14:32.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[48288]: debug 2024-09-20T23:14:32.046+0000 7fba9a2c0040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T23:14:32.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[48288]: [20/Sep/2024:23:14:32] ENGINE Bus STARTING 2024-09-20T23:14:32.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[48288]: CherryPy Checker: 2024-09-20T23:14:32.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[48288]: The Application mounted at '' has an empty config. 2024-09-20T23:14:32.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[48288]: [20/Sep/2024:23:14:32] ENGINE Serving on http://:::9283 2024-09-20T23:14:32.320 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[48288]: [20/Sep/2024:23:14:32] ENGINE Bus STARTED 2024-09-20T23:14:32.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[19948]: audit 2024-09-20T23:14:31.154559+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:32.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[19948]: cluster 2024-09-20T23:14:32.077593+0000 mon.a (mon.0) 1443 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:14:32.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[19948]: cluster 2024-09-20T23:14:32.077800+0000 mon.a (mon.0) 1444 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:14:32.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[19948]: audit 2024-09-20T23:14:32.078049+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.? 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:14:32.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[19948]: audit 2024-09-20T23:14:32.079702+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.? 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:14:32.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[19948]: audit 2024-09-20T23:14:32.081437+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.? 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:14:32.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:32 smithi142 bash[19948]: audit 2024-09-20T23:14:32.082680+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.? 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:14:32.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[25244]: audit 2024-09-20T23:14:31.154559+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:32.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[25244]: cluster 2024-09-20T23:14:32.077593+0000 mon.a (mon.0) 1443 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:14:32.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[25244]: cluster 2024-09-20T23:14:32.077800+0000 mon.a (mon.0) 1444 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:14:32.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[25244]: audit 2024-09-20T23:14:32.078049+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.? 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:14:32.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[25244]: audit 2024-09-20T23:14:32.079702+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.? 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:14:32.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[25244]: audit 2024-09-20T23:14:32.081437+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.? 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:14:32.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[25244]: audit 2024-09-20T23:14:32.082680+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.? 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:14:32.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[19864]: audit 2024-09-20T23:14:31.154559+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:32.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[19864]: cluster 2024-09-20T23:14:32.077593+0000 mon.a (mon.0) 1443 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:14:32.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[19864]: cluster 2024-09-20T23:14:32.077800+0000 mon.a (mon.0) 1444 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:14:32.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[19864]: audit 2024-09-20T23:14:32.078049+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.? 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:14:32.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[19864]: audit 2024-09-20T23:14:32.079702+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.? 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:14:32.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[19864]: audit 2024-09-20T23:14:32.081437+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.? 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:14:32.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:32 smithi083 bash[19864]: audit 2024-09-20T23:14:32.082680+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.? 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:14:33.196 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:33 smithi083 bash[25244]: cluster 2024-09-20T23:14:31.985322+0000 mgr.y (mgr.25027) 21 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:14:33.196 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:33 smithi083 bash[25244]: cluster 2024-09-20T23:14:32.180112+0000 mon.a (mon.0) 1445 : cluster [DBG] mgrmap e32: y(active, since 7s), standbys: x 2024-09-20T23:14:33.196 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:33 smithi083 bash[25244]: audit 2024-09-20T23:14:32.997449+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:33.196 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:33 smithi083 bash[25244]: audit 2024-09-20T23:14:33.138529+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:33.196 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:33 smithi083 bash[25244]: audit 2024-09-20T23:14:33.158085+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:33.197 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:33 smithi083 bash[19864]: cluster 2024-09-20T23:14:31.985322+0000 mgr.y (mgr.25027) 21 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:14:33.197 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:33 smithi083 bash[19864]: cluster 2024-09-20T23:14:32.180112+0000 mon.a (mon.0) 1445 : cluster [DBG] mgrmap e32: y(active, since 7s), standbys: x 2024-09-20T23:14:33.197 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:33 smithi083 bash[19864]: audit 2024-09-20T23:14:32.997449+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:33.197 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:33 smithi083 bash[19864]: audit 2024-09-20T23:14:33.138529+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:33.197 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:33 smithi083 bash[19864]: audit 2024-09-20T23:14:33.158085+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:33.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:33 smithi142 bash[19948]: cluster 2024-09-20T23:14:31.985322+0000 mgr.y (mgr.25027) 21 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:14:33.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:33 smithi142 bash[19948]: cluster 2024-09-20T23:14:32.180112+0000 mon.a (mon.0) 1445 : cluster [DBG] mgrmap e32: y(active, since 7s), standbys: x 2024-09-20T23:14:33.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:33 smithi142 bash[19948]: audit 2024-09-20T23:14:32.997449+0000 mon.a (mon.0) 1446 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:33.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:33 smithi142 bash[19948]: audit 2024-09-20T23:14:33.138529+0000 mon.a (mon.0) 1447 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:33.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:33 smithi142 bash[19948]: audit 2024-09-20T23:14:33.158085+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:33.997 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:14:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:14:33] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-20T23:14:34.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:34 smithi142 bash[19948]: audit 2024-09-20T23:14:33.164641+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:34 smithi142 bash[19948]: audit 2024-09-20T23:14:33.282050+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:34 smithi142 bash[19948]: audit 2024-09-20T23:14:33.287801+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:34 smithi142 bash[19948]: audit 2024-09-20T23:14:33.292247+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:34 smithi142 bash[19948]: audit 2024-09-20T23:14:33.405751+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:34 smithi142 bash[19948]: audit 2024-09-20T23:14:33.563577+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:34 smithi142 bash[19948]: audit 2024-09-20T23:14:33.974245+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:34 smithi142 bash[19948]: audit 2024-09-20T23:14:33.987554+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:34 smithi142 bash[19948]: audit 2024-09-20T23:14:33.999440+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[19864]: audit 2024-09-20T23:14:33.164641+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[19864]: audit 2024-09-20T23:14:33.282050+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[19864]: audit 2024-09-20T23:14:33.287801+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[19864]: audit 2024-09-20T23:14:33.292247+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[19864]: audit 2024-09-20T23:14:33.405751+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[19864]: audit 2024-09-20T23:14:33.563577+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[19864]: audit 2024-09-20T23:14:33.974245+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[19864]: audit 2024-09-20T23:14:33.987554+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[19864]: audit 2024-09-20T23:14:33.999440+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[25244]: audit 2024-09-20T23:14:33.164641+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[25244]: audit 2024-09-20T23:14:33.282050+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[25244]: audit 2024-09-20T23:14:33.287801+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[25244]: audit 2024-09-20T23:14:33.292247+0000 mon.a (mon.0) 1452 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[25244]: audit 2024-09-20T23:14:33.405751+0000 mon.a (mon.0) 1453 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[25244]: audit 2024-09-20T23:14:33.563577+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[25244]: audit 2024-09-20T23:14:33.974245+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[25244]: audit 2024-09-20T23:14:33.987554+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:34.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:34 smithi083 bash[25244]: audit 2024-09-20T23:14:33.999440+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:35.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:35 smithi142 bash[19948]: cluster 2024-09-20T23:14:33.987455+0000 mgr.y (mgr.25027) 22 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:14:35.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:35 smithi083 bash[19864]: cluster 2024-09-20T23:14:33.987455+0000 mgr.y (mgr.25027) 22 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:14:35.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:35 smithi083 bash[25244]: cluster 2024-09-20T23:14:33.987455+0000 mgr.y (mgr.25027) 22 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:14:36.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:36 smithi142 bash[19948]: audit 2024-09-20T23:14:35.396232+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:36.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:36 smithi142 bash[19948]: audit 2024-09-20T23:14:35.402566+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:36.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:36 smithi142 bash[19948]: cephadm 2024-09-20T23:14:35.404242+0000 mgr.y (mgr.25027) 23 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T23:14:36.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:36 smithi083 bash[19864]: audit 2024-09-20T23:14:35.396232+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:36.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:36 smithi083 bash[19864]: audit 2024-09-20T23:14:35.402566+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:36.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:36 smithi083 bash[19864]: cephadm 2024-09-20T23:14:35.404242+0000 mgr.y (mgr.25027) 23 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T23:14:36.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:36 smithi083 bash[25244]: audit 2024-09-20T23:14:35.396232+0000 mon.a (mon.0) 1458 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:36.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:36 smithi083 bash[25244]: audit 2024-09-20T23:14:35.402566+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:36.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:36 smithi083 bash[25244]: cephadm 2024-09-20T23:14:35.404242+0000 mgr.y (mgr.25027) 23 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T23:14:37.791 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:37 smithi083 bash[25244]: cephadm 2024-09-20T23:14:35.635641+0000 mgr.y (mgr.25027) 24 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi142 2024-09-20T23:14:37.791 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:37 smithi083 bash[25244]: cluster 2024-09-20T23:14:35.988195+0000 mgr.y (mgr.25027) 25 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-20T23:14:37.791 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:37 smithi083 bash[19864]: cephadm 2024-09-20T23:14:35.635641+0000 mgr.y (mgr.25027) 24 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi142 2024-09-20T23:14:37.791 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:37 smithi083 bash[19864]: cluster 2024-09-20T23:14:35.988195+0000 mgr.y (mgr.25027) 25 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-20T23:14:37.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:37 smithi142 bash[19948]: cephadm 2024-09-20T23:14:35.635641+0000 mgr.y (mgr.25027) 24 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi142 2024-09-20T23:14:37.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:37 smithi142 bash[19948]: cluster 2024-09-20T23:14:35.988195+0000 mgr.y (mgr.25027) 25 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-20T23:14:39.298 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:39 smithi142 bash[19948]: cluster 2024-09-20T23:14:37.989913+0000 mgr.y (mgr.25027) 26 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-20T23:14:39.298 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:39 smithi142 bash[19948]: audit 2024-09-20T23:14:38.159875+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:39.298 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:39 smithi142 bash[19948]: audit 2024-09-20T23:14:38.165801+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:39.298 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:39 smithi142 bash[19948]: audit 2024-09-20T23:14:38.171553+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:39.298 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:39 smithi142 bash[19948]: audit 2024-09-20T23:14:38.865070+0000 mon.c (mon.1) 196 : audit [DBG] from='client.? 172.21.15.83:0/2575358245' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:14:39.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:39 smithi083 bash[19864]: cluster 2024-09-20T23:14:37.989913+0000 mgr.y (mgr.25027) 26 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-20T23:14:39.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:39 smithi083 bash[19864]: audit 2024-09-20T23:14:38.159875+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:39.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:39 smithi083 bash[19864]: audit 2024-09-20T23:14:38.165801+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:39.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:39 smithi083 bash[19864]: audit 2024-09-20T23:14:38.171553+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:39.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:39 smithi083 bash[19864]: audit 2024-09-20T23:14:38.865070+0000 mon.c (mon.1) 196 : audit [DBG] from='client.? 172.21.15.83:0/2575358245' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:14:39.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:39 smithi083 bash[25244]: cluster 2024-09-20T23:14:37.989913+0000 mgr.y (mgr.25027) 26 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-20T23:14:39.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:39 smithi083 bash[25244]: audit 2024-09-20T23:14:38.159875+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:39.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:39 smithi083 bash[25244]: audit 2024-09-20T23:14:38.165801+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:39.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:39 smithi083 bash[25244]: audit 2024-09-20T23:14:38.171553+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:39.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:39 smithi083 bash[25244]: audit 2024-09-20T23:14:38.865070+0000 mon.c (mon.1) 196 : audit [DBG] from='client.? 172.21.15.83:0/2575358245' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:14:41.006 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:40 smithi142 bash[19948]: audit 2024-09-20T23:14:39.845523+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:41.006 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:40 smithi142 bash[19948]: audit 2024-09-20T23:14:39.854301+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:41.006 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:40 smithi142 bash[19948]: audit 2024-09-20T23:14:39.863718+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:41.006 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:40 smithi142 bash[19948]: cluster 2024-09-20T23:14:39.990596+0000 mgr.y (mgr.25027) 27 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:14:41.200 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:40 smithi083 bash[25244]: audit 2024-09-20T23:14:39.845523+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:41.200 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:40 smithi083 bash[25244]: audit 2024-09-20T23:14:39.854301+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:41.200 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:40 smithi083 bash[25244]: audit 2024-09-20T23:14:39.863718+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:41.200 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:40 smithi083 bash[25244]: cluster 2024-09-20T23:14:39.990596+0000 mgr.y (mgr.25027) 27 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:14:41.200 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:40 smithi083 bash[19864]: audit 2024-09-20T23:14:39.845523+0000 mon.a (mon.0) 1463 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:41.200 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:40 smithi083 bash[19864]: audit 2024-09-20T23:14:39.854301+0000 mon.a (mon.0) 1464 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:41.200 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:40 smithi083 bash[19864]: audit 2024-09-20T23:14:39.863718+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:41.200 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:40 smithi083 bash[19864]: cluster 2024-09-20T23:14:39.990596+0000 mgr.y (mgr.25027) 27 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:14:41.748 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 systemd[1]: Stopping Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:14:41.748 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[52260]: ts=2024-09-20T23:14:41.548Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-20T23:14:41.748 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[52260]: ts=2024-09-20T23:14:41.548Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-20T23:14:41.748 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[52260]: ts=2024-09-20T23:14:41.548Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-20T23:14:41.748 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[52260]: ts=2024-09-20T23:14:41.548Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-20T23:14:41.748 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[52260]: ts=2024-09-20T23:14:41.548Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-20T23:14:41.749 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[52260]: ts=2024-09-20T23:14:41.548Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-20T23:14:41.749 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[52260]: ts=2024-09-20T23:14:41.548Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-20T23:14:41.749 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[52260]: ts=2024-09-20T23:14:41.548Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-20T23:14:41.749 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[52260]: ts=2024-09-20T23:14:41.548Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-20T23:14:41.749 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[52260]: ts=2024-09-20T23:14:41.549Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-20T23:14:41.749 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[52260]: ts=2024-09-20T23:14:41.549Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-20T23:14:41.749 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[52260]: ts=2024-09-20T23:14:41.549Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-20T23:14:42.017 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:41 smithi142 bash[19948]: audit 2024-09-20T23:14:41.484309+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:42.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:41 smithi083 bash[19864]: audit 2024-09-20T23:14:41.484309+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:42.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:41 smithi083 bash[25244]: audit 2024-09-20T23:14:41.484309+0000 mon.a (mon.0) 1466 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:42.317 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:42 smithi142 bash[59800]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-prometheus-a 2024-09-20T23:14:42.317 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:42 smithi142 bash[59861]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-prometheus-a 2024-09-20T23:14:42.317 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:42 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@prometheus.a.service: Deactivated successfully. 2024-09-20T23:14:42.317 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:42 smithi142 systemd[1]: Stopped Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:14:42.318 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:42 smithi142 systemd[1]: Started Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:14:43.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: cluster 2024-09-20T23:14:41.991334+0000 mgr.y (mgr.25027) 28 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:14:43.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.260918+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.270128+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.276750+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.277629+0000 mgr.y (mgr.25027) 29 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.294936+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: cephadm 2024-09-20T23:14:42.297186+0000 mgr.y (mgr.25027) 30 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.83:5000 to Dashboard 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.297621+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.298379+0000 mgr.y (mgr.25027) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.300419+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.301202+0000 mgr.y (mgr.25027) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.310041+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.319376+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.320481+0000 mgr.y (mgr.25027) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.379863+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.383908+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.385359+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:14:43.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[19948]: audit 2024-09-20T23:14:42.397105+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.572 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.263Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-20T23:14:43.572 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.263Z 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-09-20T23:14:43.572 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.263Z caller=main.go:570 level=info host_details="(Linux 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64 smithi142 (none))" 2024-09-20T23:14:43.572 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.263Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-20T23:14:43.572 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.263Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-20T23:14:43.572 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.265Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-20T23:14:43.572 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.266Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-20T23:14:43.572 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.267Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-20T23:14:43.572 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.267Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-20T23:14:43.573 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.269Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-20T23:14:43.573 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.269Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.614µs 2024-09-20T23:14:43.573 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.269Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-20T23:14:43.573 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.270Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-09-20T23:14:43.573 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.297Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-09-20T23:14:43.573 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.307Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-09-20T23:14:43.573 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.308Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-09-20T23:14:43.573 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.308Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=28.633µs wal_replay_duration=38.317362ms wbl_replay_duration=143ns total_replay_duration=38.366034ms 2024-09-20T23:14:43.573 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.311Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-20T23:14:43.573 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.311Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-20T23:14:43.573 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.311Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-20T23:14:43.573 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.336Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=24.503389ms db_storage=898ns remote_storage=1.23µs web_handler=824ns query_engine=733ns scrape=259.561µs scrape_sd=97.692µs notify=20.206µs notify_sd=47.255µs rules=23.679643ms tracing=6.512µs 2024-09-20T23:14:43.574 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.336Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-20T23:14:43.574 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:14:43 smithi142 bash[59889]: ts=2024-09-20T23:14:43.336Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-20T23:14:43.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: cluster 2024-09-20T23:14:41.991334+0000 mgr.y (mgr.25027) 28 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:14:43.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.260918+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.270128+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.276750+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:14:43.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.277629+0000 mgr.y (mgr.25027) 29 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:14:43.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.294936+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: cephadm 2024-09-20T23:14:42.297186+0000 mgr.y (mgr.25027) 30 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.83:5000 to Dashboard 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.297621+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.298379+0000 mgr.y (mgr.25027) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.300419+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.301202+0000 mgr.y (mgr.25027) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.310041+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.319376+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.320481+0000 mgr.y (mgr.25027) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.379863+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.383908+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.385359+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[25244]: audit 2024-09-20T23:14:42.397105+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: cluster 2024-09-20T23:14:41.991334+0000 mgr.y (mgr.25027) 28 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.260918+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.270128+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.276750+0000 mon.a (mon.0) 1469 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.277629+0000 mgr.y (mgr.25027) 29 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.294936+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: cephadm 2024-09-20T23:14:42.297186+0000 mgr.y (mgr.25027) 30 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.83:5000 to Dashboard 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.297621+0000 mon.a (mon.0) 1471 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.298379+0000 mgr.y (mgr.25027) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.300419+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.301202+0000 mgr.y (mgr.25027) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.310041+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.319376+0000 mon.a (mon.0) 1474 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.320481+0000 mgr.y (mgr.25027) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:14:43.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.379863+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:14:43.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.383908+0000 mon.a (mon.0) 1476 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:14:43.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.385359+0000 mon.a (mon.0) 1477 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:14:43.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:43 smithi083 bash[19864]: audit 2024-09-20T23:14:42.397105+0000 mon.a (mon.0) 1478 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:45.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:44 smithi142 bash[19948]: audit 2024-09-20T23:14:43.606599+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:45.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:44 smithi083 bash[19864]: audit 2024-09-20T23:14:43.606599+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:45.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:44 smithi083 bash[25244]: audit 2024-09-20T23:14:43.606599+0000 mon.a (mon.0) 1479 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:46.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:45 smithi142 bash[19948]: cluster 2024-09-20T23:14:43.993066+0000 mgr.y (mgr.25027) 34 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:14:46.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:45 smithi142 bash[19948]: audit 2024-09-20T23:14:44.836929+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:46.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:45 smithi083 bash[19864]: cluster 2024-09-20T23:14:43.993066+0000 mgr.y (mgr.25027) 34 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:14:46.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:45 smithi083 bash[19864]: audit 2024-09-20T23:14:44.836929+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:46.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:45 smithi083 bash[25244]: cluster 2024-09-20T23:14:43.993066+0000 mgr.y (mgr.25027) 34 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:14:46.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:45 smithi083 bash[25244]: audit 2024-09-20T23:14:44.836929+0000 mon.a (mon.0) 1480 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:47.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:47 smithi142 bash[19948]: cluster 2024-09-20T23:14:45.993790+0000 mgr.y (mgr.25027) 35 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-09-20T23:14:47.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:47 smithi142 bash[19948]: audit 2024-09-20T23:14:46.462955+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:47.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:47 smithi142 bash[19948]: audit 2024-09-20T23:14:46.468222+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:47.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:47 smithi142 bash[19948]: audit 2024-09-20T23:14:46.475547+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:47.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:47 smithi083 bash[19864]: cluster 2024-09-20T23:14:45.993790+0000 mgr.y (mgr.25027) 35 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-09-20T23:14:47.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:47 smithi083 bash[19864]: audit 2024-09-20T23:14:46.462955+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:47.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:47 smithi083 bash[19864]: audit 2024-09-20T23:14:46.468222+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:47.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:47 smithi083 bash[19864]: audit 2024-09-20T23:14:46.475547+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:47.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:47 smithi083 bash[25244]: cluster 2024-09-20T23:14:45.993790+0000 mgr.y (mgr.25027) 35 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-09-20T23:14:47.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:47 smithi083 bash[25244]: audit 2024-09-20T23:14:46.462955+0000 mon.a (mon.0) 1481 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:47.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:47 smithi083 bash[25244]: audit 2024-09-20T23:14:46.468222+0000 mon.a (mon.0) 1482 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:47.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:47 smithi083 bash[25244]: audit 2024-09-20T23:14:46.475547+0000 mon.a (mon.0) 1483 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:48.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:48 smithi083 bash[19864]: cluster 2024-09-20T23:14:47.995434+0000 mgr.y (mgr.25027) 36 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-09-20T23:14:48.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:48 smithi083 bash[19864]: audit 2024-09-20T23:14:48.536932+0000 mgr.y (mgr.25027) 37 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:48.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:48 smithi083 bash[25244]: cluster 2024-09-20T23:14:47.995434+0000 mgr.y (mgr.25027) 36 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-09-20T23:14:48.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:48 smithi083 bash[25244]: audit 2024-09-20T23:14:48.536932+0000 mgr.y (mgr.25027) 37 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:49.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:48 smithi142 bash[19948]: cluster 2024-09-20T23:14:47.995434+0000 mgr.y (mgr.25027) 36 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-09-20T23:14:49.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:48 smithi142 bash[19948]: audit 2024-09-20T23:14:48.536932+0000 mgr.y (mgr.25027) 37 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:51.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:51 smithi142 bash[19948]: cluster 2024-09-20T23:14:49.996173+0000 mgr.y (mgr.25027) 38 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:14:51.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:51 smithi083 bash[19864]: cluster 2024-09-20T23:14:49.996173+0000 mgr.y (mgr.25027) 38 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:14:51.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:51 smithi083 bash[25244]: cluster 2024-09-20T23:14:49.996173+0000 mgr.y (mgr.25027) 38 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:14:52.071 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:14:51 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:14:51] "GET /metrics HTTP/1.1" 200 37987 "" "Prometheus/2.43.0" 2024-09-20T23:14:53.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:53 smithi142 bash[19948]: cluster 2024-09-20T23:14:51.996901+0000 mgr.y (mgr.25027) 39 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:14:53.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:53 smithi083 bash[19864]: cluster 2024-09-20T23:14:51.996901+0000 mgr.y (mgr.25027) 39 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:14:53.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:53 smithi083 bash[25244]: cluster 2024-09-20T23:14:51.996901+0000 mgr.y (mgr.25027) 39 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-20T23:14:55.312 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:55 smithi142 bash[19948]: cluster 2024-09-20T23:14:53.998577+0000 mgr.y (mgr.25027) 40 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:55.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:55 smithi083 bash[19864]: cluster 2024-09-20T23:14:53.998577+0000 mgr.y (mgr.25027) 40 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:55.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:55 smithi083 bash[25244]: cluster 2024-09-20T23:14:53.998577+0000 mgr.y (mgr.25027) 40 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:57.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:57 smithi142 bash[19948]: cluster 2024-09-20T23:14:55.999318+0000 mgr.y (mgr.25027) 41 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:57.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:57 smithi142 bash[19948]: audit 2024-09-20T23:14:56.485003+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:57.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:57 smithi083 bash[19864]: cluster 2024-09-20T23:14:55.999318+0000 mgr.y (mgr.25027) 41 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:57.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:57 smithi083 bash[19864]: audit 2024-09-20T23:14:56.485003+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:57.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:57 smithi083 bash[25244]: cluster 2024-09-20T23:14:55.999318+0000 mgr.y (mgr.25027) 41 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:14:57.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:57 smithi083 bash[25244]: audit 2024-09-20T23:14:56.485003+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:14:59.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:59 smithi142 bash[19948]: cluster 2024-09-20T23:14:58.001087+0000 mgr.y (mgr.25027) 42 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:59.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:59 smithi142 bash[19948]: audit 2024-09-20T23:14:58.319663+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:59.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:59 smithi142 bash[19948]: audit 2024-09-20T23:14:58.330184+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:59.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:59 smithi142 bash[19948]: audit 2024-09-20T23:14:58.341023+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:59.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:14:59 smithi142 bash[19948]: audit 2024-09-20T23:14:58.545597+0000 mgr.y (mgr.25027) 43 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:59.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:59 smithi083 bash[19864]: cluster 2024-09-20T23:14:58.001087+0000 mgr.y (mgr.25027) 42 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:59.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:59 smithi083 bash[19864]: audit 2024-09-20T23:14:58.319663+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:59.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:59 smithi083 bash[19864]: audit 2024-09-20T23:14:58.330184+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:59.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:59 smithi083 bash[19864]: audit 2024-09-20T23:14:58.341023+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:59.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:14:59 smithi083 bash[19864]: audit 2024-09-20T23:14:58.545597+0000 mgr.y (mgr.25027) 43 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:14:59.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:59 smithi083 bash[25244]: cluster 2024-09-20T23:14:58.001087+0000 mgr.y (mgr.25027) 42 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:14:59.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:59 smithi083 bash[25244]: audit 2024-09-20T23:14:58.319663+0000 mon.a (mon.0) 1485 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:59.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:59 smithi083 bash[25244]: audit 2024-09-20T23:14:58.330184+0000 mon.a (mon.0) 1486 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:59.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:59 smithi083 bash[25244]: audit 2024-09-20T23:14:58.341023+0000 mon.a (mon.0) 1487 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:14:59.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:14:59 smithi083 bash[25244]: audit 2024-09-20T23:14:58.545597+0000 mgr.y (mgr.25027) 43 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:00.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:00 smithi142 bash[19948]: audit 2024-09-20T23:14:59.390189+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:00.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:00 smithi142 bash[19948]: audit 2024-09-20T23:14:59.400307+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:00.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:00 smithi142 bash[19948]: audit 2024-09-20T23:14:59.410987+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:00.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:00 smithi083 bash[25244]: audit 2024-09-20T23:14:59.390189+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:00.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:00 smithi083 bash[25244]: audit 2024-09-20T23:14:59.400307+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:00.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:00 smithi083 bash[25244]: audit 2024-09-20T23:14:59.410987+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:00.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:00 smithi083 bash[19864]: audit 2024-09-20T23:14:59.390189+0000 mon.a (mon.0) 1488 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:00.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:00 smithi083 bash[19864]: audit 2024-09-20T23:14:59.400307+0000 mon.a (mon.0) 1489 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:00.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:00 smithi083 bash[19864]: audit 2024-09-20T23:14:59.410987+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:01.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:01 smithi083 bash[19864]: cluster 2024-09-20T23:15:00.001815+0000 mgr.y (mgr.25027) 44 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:01.725 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:01 smithi083 bash[25244]: cluster 2024-09-20T23:15:00.001815+0000 mgr.y (mgr.25027) 44 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:01.819 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:01 smithi142 bash[19948]: cluster 2024-09-20T23:15:00.001815+0000 mgr.y (mgr.25027) 44 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:01.985 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:15:01 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:15:01] "GET /metrics HTTP/1.1" 200 37978 "" "Prometheus/2.43.0" 2024-09-20T23:15:03.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:03 smithi142 bash[19948]: cluster 2024-09-20T23:15:02.002547+0000 mgr.y (mgr.25027) 45 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:03.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:03 smithi083 bash[19864]: cluster 2024-09-20T23:15:02.002547+0000 mgr.y (mgr.25027) 45 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:03.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:03 smithi083 bash[25244]: cluster 2024-09-20T23:15:02.002547+0000 mgr.y (mgr.25027) 45 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:05.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:05 smithi142 bash[19948]: cluster 2024-09-20T23:15:04.004245+0000 mgr.y (mgr.25027) 46 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:05.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:05 smithi083 bash[19864]: cluster 2024-09-20T23:15:04.004245+0000 mgr.y (mgr.25027) 46 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:05.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:05 smithi083 bash[25244]: cluster 2024-09-20T23:15:04.004245+0000 mgr.y (mgr.25027) 46 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:07.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:07 smithi142 bash[19948]: cluster 2024-09-20T23:15:06.004965+0000 mgr.y (mgr.25027) 47 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:07.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:07 smithi142 bash[19948]: audit 2024-09-20T23:15:06.653785+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:07.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:07 smithi142 bash[19948]: audit 2024-09-20T23:15:06.664739+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:07.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:07 smithi142 bash[19948]: audit 2024-09-20T23:15:06.675390+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:07.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:07 smithi083 bash[19864]: cluster 2024-09-20T23:15:06.004965+0000 mgr.y (mgr.25027) 47 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:07.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:07 smithi083 bash[19864]: audit 2024-09-20T23:15:06.653785+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:07.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:07 smithi083 bash[19864]: audit 2024-09-20T23:15:06.664739+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:07.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:07 smithi083 bash[19864]: audit 2024-09-20T23:15:06.675390+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:07.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:07 smithi083 bash[25244]: cluster 2024-09-20T23:15:06.004965+0000 mgr.y (mgr.25027) 47 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:07.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:07 smithi083 bash[25244]: audit 2024-09-20T23:15:06.653785+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:07.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:07 smithi083 bash[25244]: audit 2024-09-20T23:15:06.664739+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:07.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:07 smithi083 bash[25244]: audit 2024-09-20T23:15:06.675390+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:08.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:08 smithi083 bash[25244]: cluster 2024-09-20T23:15:08.006688+0000 mgr.y (mgr.25027) 48 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:08.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:08 smithi083 bash[25244]: audit 2024-09-20T23:15:08.554125+0000 mgr.y (mgr.25027) 49 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:08.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:08 smithi083 bash[19864]: cluster 2024-09-20T23:15:08.006688+0000 mgr.y (mgr.25027) 48 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:08.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:08 smithi083 bash[19864]: audit 2024-09-20T23:15:08.554125+0000 mgr.y (mgr.25027) 49 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:09.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:08 smithi142 bash[19948]: cluster 2024-09-20T23:15:08.006688+0000 mgr.y (mgr.25027) 48 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:09.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:08 smithi142 bash[19948]: audit 2024-09-20T23:15:08.554125+0000 mgr.y (mgr.25027) 49 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:11.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:11 smithi142 bash[19948]: cluster 2024-09-20T23:15:10.007481+0000 mgr.y (mgr.25027) 50 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:11.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:11 smithi083 bash[25244]: cluster 2024-09-20T23:15:10.007481+0000 mgr.y (mgr.25027) 50 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:11.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:11 smithi083 bash[19864]: cluster 2024-09-20T23:15:10.007481+0000 mgr.y (mgr.25027) 50 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:12.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:15:11 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:15:11] "GET /metrics HTTP/1.1" 200 37984 "" "Prometheus/2.43.0" 2024-09-20T23:15:12.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:12 smithi083 bash[19864]: audit 2024-09-20T23:15:11.485399+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:15:12.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:12 smithi083 bash[25244]: audit 2024-09-20T23:15:11.485399+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:15:12.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:12 smithi142 bash[19948]: audit 2024-09-20T23:15:11.485399+0000 mon.a (mon.0) 1494 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:15:13.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:13 smithi142 bash[19948]: cluster 2024-09-20T23:15:12.008306+0000 mgr.y (mgr.25027) 51 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:13.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:13 smithi083 bash[19864]: cluster 2024-09-20T23:15:12.008306+0000 mgr.y (mgr.25027) 51 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:13.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:13 smithi083 bash[25244]: cluster 2024-09-20T23:15:12.008306+0000 mgr.y (mgr.25027) 51 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:15.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:15 smithi142 bash[19948]: cluster 2024-09-20T23:15:14.010108+0000 mgr.y (mgr.25027) 52 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:15.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:15 smithi083 bash[19864]: cluster 2024-09-20T23:15:14.010108+0000 mgr.y (mgr.25027) 52 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:15.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:15 smithi083 bash[25244]: cluster 2024-09-20T23:15:14.010108+0000 mgr.y (mgr.25027) 52 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:17.339 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:17 smithi142 bash[19948]: cluster 2024-09-20T23:15:16.010940+0000 mgr.y (mgr.25027) 53 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:17.479 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:17 smithi083 bash[19864]: cluster 2024-09-20T23:15:16.010940+0000 mgr.y (mgr.25027) 53 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:17.479 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:17 smithi083 bash[25244]: cluster 2024-09-20T23:15:16.010940+0000 mgr.y (mgr.25027) 53 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:19.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:19 smithi142 bash[19948]: cluster 2024-09-20T23:15:18.011947+0000 mgr.y (mgr.25027) 54 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:19.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:19 smithi142 bash[19948]: audit 2024-09-20T23:15:18.075422+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:19.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:19 smithi142 bash[19948]: audit 2024-09-20T23:15:18.083829+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:19.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:19 smithi142 bash[19948]: audit 2024-09-20T23:15:18.093609+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:19.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:19 smithi142 bash[19948]: audit 2024-09-20T23:15:18.565457+0000 mgr.y (mgr.25027) 55 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:19.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:19 smithi083 bash[19864]: cluster 2024-09-20T23:15:18.011947+0000 mgr.y (mgr.25027) 54 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:19.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:19 smithi083 bash[19864]: audit 2024-09-20T23:15:18.075422+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:19.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:19 smithi083 bash[19864]: audit 2024-09-20T23:15:18.083829+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:19.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:19 smithi083 bash[19864]: audit 2024-09-20T23:15:18.093609+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:19.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:19 smithi083 bash[19864]: audit 2024-09-20T23:15:18.565457+0000 mgr.y (mgr.25027) 55 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:19.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:19 smithi083 bash[25244]: cluster 2024-09-20T23:15:18.011947+0000 mgr.y (mgr.25027) 54 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:19.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:19 smithi083 bash[25244]: audit 2024-09-20T23:15:18.075422+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:19.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:19 smithi083 bash[25244]: audit 2024-09-20T23:15:18.083829+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:19.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:19 smithi083 bash[25244]: audit 2024-09-20T23:15:18.093609+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:19.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:19 smithi083 bash[25244]: audit 2024-09-20T23:15:18.565457+0000 mgr.y (mgr.25027) 55 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:21.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:21 smithi142 bash[19948]: cluster 2024-09-20T23:15:20.012592+0000 mgr.y (mgr.25027) 56 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:21.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:21 smithi083 bash[19864]: cluster 2024-09-20T23:15:20.012592+0000 mgr.y (mgr.25027) 56 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:21.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:21 smithi083 bash[25244]: cluster 2024-09-20T23:15:20.012592+0000 mgr.y (mgr.25027) 56 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:22.071 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:15:21 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:15:21] "GET /metrics HTTP/1.1" 200 37984 "" "Prometheus/2.43.0" 2024-09-20T23:15:23.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:23 smithi142 bash[19948]: cluster 2024-09-20T23:15:22.013230+0000 mgr.y (mgr.25027) 57 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:23.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:23 smithi083 bash[19864]: cluster 2024-09-20T23:15:22.013230+0000 mgr.y (mgr.25027) 57 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:23.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:23 smithi083 bash[25244]: cluster 2024-09-20T23:15:22.013230+0000 mgr.y (mgr.25027) 57 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:25.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:25 smithi142 bash[19948]: cluster 2024-09-20T23:15:24.014928+0000 mgr.y (mgr.25027) 58 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:25.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:25 smithi083 bash[19864]: cluster 2024-09-20T23:15:24.014928+0000 mgr.y (mgr.25027) 58 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:25.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:25 smithi083 bash[25244]: cluster 2024-09-20T23:15:24.014928+0000 mgr.y (mgr.25027) 58 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:27.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:27 smithi083 bash[25244]: cluster 2024-09-20T23:15:26.015777+0000 mgr.y (mgr.25027) 59 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:27.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:27 smithi083 bash[25244]: audit 2024-09-20T23:15:26.504020+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:15:27.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:27 smithi083 bash[25244]: audit 2024-09-20T23:15:26.857562+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:27.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:27 smithi083 bash[25244]: audit 2024-09-20T23:15:26.866335+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:27.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:27 smithi083 bash[25244]: audit 2024-09-20T23:15:26.876699+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:27.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:27 smithi083 bash[19864]: cluster 2024-09-20T23:15:26.015777+0000 mgr.y (mgr.25027) 59 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:27.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:27 smithi083 bash[19864]: audit 2024-09-20T23:15:26.504020+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:15:27.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:27 smithi083 bash[19864]: audit 2024-09-20T23:15:26.857562+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:27.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:27 smithi083 bash[19864]: audit 2024-09-20T23:15:26.866335+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:27.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:27 smithi083 bash[19864]: audit 2024-09-20T23:15:26.876699+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:27.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:27 smithi142 bash[19948]: cluster 2024-09-20T23:15:26.015777+0000 mgr.y (mgr.25027) 59 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:27.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:27 smithi142 bash[19948]: audit 2024-09-20T23:15:26.504020+0000 mon.a (mon.0) 1498 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:15:27.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:27 smithi142 bash[19948]: audit 2024-09-20T23:15:26.857562+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:27.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:27 smithi142 bash[19948]: audit 2024-09-20T23:15:26.866335+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:27.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:27 smithi142 bash[19948]: audit 2024-09-20T23:15:26.876699+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:29.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:28 smithi142 bash[19948]: cluster 2024-09-20T23:15:28.017613+0000 mgr.y (mgr.25027) 60 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:29.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:28 smithi142 bash[19948]: audit 2024-09-20T23:15:28.576748+0000 mgr.y (mgr.25027) 61 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:29.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:28 smithi083 bash[25244]: cluster 2024-09-20T23:15:28.017613+0000 mgr.y (mgr.25027) 60 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:29.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:28 smithi083 bash[25244]: audit 2024-09-20T23:15:28.576748+0000 mgr.y (mgr.25027) 61 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:29.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:28 smithi083 bash[19864]: cluster 2024-09-20T23:15:28.017613+0000 mgr.y (mgr.25027) 60 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:29.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:28 smithi083 bash[19864]: audit 2024-09-20T23:15:28.576748+0000 mgr.y (mgr.25027) 61 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:31.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:31 smithi083 bash[19864]: cluster 2024-09-20T23:15:30.018310+0000 mgr.y (mgr.25027) 62 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:31.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:31 smithi083 bash[25244]: cluster 2024-09-20T23:15:30.018310+0000 mgr.y (mgr.25027) 62 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:31.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:31 smithi142 bash[19948]: cluster 2024-09-20T23:15:30.018310+0000 mgr.y (mgr.25027) 62 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:32.071 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:15:31 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:15:31] "GET /metrics HTTP/1.1" 200 37979 "" "Prometheus/2.43.0" 2024-09-20T23:15:33.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:33 smithi142 bash[19948]: cluster 2024-09-20T23:15:32.019037+0000 mgr.y (mgr.25027) 63 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:33.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:33 smithi083 bash[25244]: cluster 2024-09-20T23:15:32.019037+0000 mgr.y (mgr.25027) 63 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:33.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:33 smithi083 bash[19864]: cluster 2024-09-20T23:15:32.019037+0000 mgr.y (mgr.25027) 63 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:35.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:35 smithi142 bash[19948]: cluster 2024-09-20T23:15:34.020763+0000 mgr.y (mgr.25027) 64 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:35.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:35 smithi083 bash[19864]: cluster 2024-09-20T23:15:34.020763+0000 mgr.y (mgr.25027) 64 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:35.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:35 smithi083 bash[25244]: cluster 2024-09-20T23:15:34.020763+0000 mgr.y (mgr.25027) 64 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:37.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:37 smithi142 bash[19948]: cluster 2024-09-20T23:15:36.021581+0000 mgr.y (mgr.25027) 65 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:37.381 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:37 smithi083 bash[25244]: cluster 2024-09-20T23:15:36.021581+0000 mgr.y (mgr.25027) 65 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:37.381 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:37 smithi083 bash[19864]: cluster 2024-09-20T23:15:36.021581+0000 mgr.y (mgr.25027) 65 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:39.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:39 smithi142 bash[19948]: cluster 2024-09-20T23:15:38.023265+0000 mgr.y (mgr.25027) 66 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:39.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:39 smithi142 bash[19948]: audit 2024-09-20T23:15:38.235320+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:39.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:39 smithi142 bash[19948]: audit 2024-09-20T23:15:38.244924+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:39.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:39 smithi142 bash[19948]: audit 2024-09-20T23:15:38.254048+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:39.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:39 smithi142 bash[19948]: audit 2024-09-20T23:15:38.584895+0000 mgr.y (mgr.25027) 67 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:39.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:39 smithi083 bash[25244]: cluster 2024-09-20T23:15:38.023265+0000 mgr.y (mgr.25027) 66 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:39.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:39 smithi083 bash[25244]: audit 2024-09-20T23:15:38.235320+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:39.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:39 smithi083 bash[25244]: audit 2024-09-20T23:15:38.244924+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:39.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:39 smithi083 bash[25244]: audit 2024-09-20T23:15:38.254048+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:39.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:39 smithi083 bash[25244]: audit 2024-09-20T23:15:38.584895+0000 mgr.y (mgr.25027) 67 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:39.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:39 smithi083 bash[19864]: cluster 2024-09-20T23:15:38.023265+0000 mgr.y (mgr.25027) 66 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:39.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:39 smithi083 bash[19864]: audit 2024-09-20T23:15:38.235320+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:39.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:39 smithi083 bash[19864]: audit 2024-09-20T23:15:38.244924+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:39.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:39 smithi083 bash[19864]: audit 2024-09-20T23:15:38.254048+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:39.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:39 smithi083 bash[19864]: audit 2024-09-20T23:15:38.584895+0000 mgr.y (mgr.25027) 67 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:41.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:41 smithi142 bash[19948]: cluster 2024-09-20T23:15:40.023736+0000 mgr.y (mgr.25027) 68 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:41.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:41 smithi083 bash[19864]: cluster 2024-09-20T23:15:40.023736+0000 mgr.y (mgr.25027) 68 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:41.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:41 smithi083 bash[25244]: cluster 2024-09-20T23:15:40.023736+0000 mgr.y (mgr.25027) 68 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:42.071 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:15:41 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:15:41] "GET /metrics HTTP/1.1" 200 37975 "" "Prometheus/2.43.0" 2024-09-20T23:15:42.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:42 smithi142 bash[19948]: audit 2024-09-20T23:15:41.504499+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:15:42.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:42 smithi083 bash[19864]: audit 2024-09-20T23:15:41.504499+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:15:42.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:42 smithi083 bash[25244]: audit 2024-09-20T23:15:41.504499+0000 mon.a (mon.0) 1505 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:15:43.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:43 smithi142 bash[19948]: cluster 2024-09-20T23:15:42.024474+0000 mgr.y (mgr.25027) 69 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:43.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:43 smithi142 bash[19948]: audit 2024-09-20T23:15:42.501168+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:15:43.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:43 smithi142 bash[19948]: audit 2024-09-20T23:15:42.505688+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:15:43.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:43 smithi142 bash[19948]: audit 2024-09-20T23:15:42.507218+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:15:43.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:43 smithi142 bash[19948]: audit 2024-09-20T23:15:42.519150+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:43.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:43 smithi083 bash[19864]: cluster 2024-09-20T23:15:42.024474+0000 mgr.y (mgr.25027) 69 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:43.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:43 smithi083 bash[19864]: audit 2024-09-20T23:15:42.501168+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:15:43.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:43 smithi083 bash[19864]: audit 2024-09-20T23:15:42.505688+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:15:43.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:43 smithi083 bash[19864]: audit 2024-09-20T23:15:42.507218+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:15:43.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:43 smithi083 bash[19864]: audit 2024-09-20T23:15:42.519150+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:43.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:43 smithi083 bash[25244]: cluster 2024-09-20T23:15:42.024474+0000 mgr.y (mgr.25027) 69 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:43.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:43 smithi083 bash[25244]: audit 2024-09-20T23:15:42.501168+0000 mon.a (mon.0) 1506 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:15:43.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:43 smithi083 bash[25244]: audit 2024-09-20T23:15:42.505688+0000 mon.a (mon.0) 1507 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:15:43.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:43 smithi083 bash[25244]: audit 2024-09-20T23:15:42.507218+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:15:43.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:43 smithi083 bash[25244]: audit 2024-09-20T23:15:42.519150+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:45.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:45 smithi142 bash[19948]: cluster 2024-09-20T23:15:44.026116+0000 mgr.y (mgr.25027) 70 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:45.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:45 smithi083 bash[19864]: cluster 2024-09-20T23:15:44.026116+0000 mgr.y (mgr.25027) 70 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:45.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:45 smithi083 bash[25244]: cluster 2024-09-20T23:15:44.026116+0000 mgr.y (mgr.25027) 70 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:47.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:47 smithi142 bash[19948]: cluster 2024-09-20T23:15:46.026832+0000 mgr.y (mgr.25027) 71 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:47.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:47 smithi142 bash[19948]: audit 2024-09-20T23:15:47.070782+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:47.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:47 smithi142 bash[19948]: audit 2024-09-20T23:15:47.080630+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:47.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:47 smithi142 bash[19948]: audit 2024-09-20T23:15:47.091988+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:47.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:47 smithi083 bash[25244]: cluster 2024-09-20T23:15:46.026832+0000 mgr.y (mgr.25027) 71 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:47.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:47 smithi083 bash[25244]: audit 2024-09-20T23:15:47.070782+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:47.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:47 smithi083 bash[25244]: audit 2024-09-20T23:15:47.080630+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:47.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:47 smithi083 bash[25244]: audit 2024-09-20T23:15:47.091988+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:47.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:47 smithi083 bash[19864]: cluster 2024-09-20T23:15:46.026832+0000 mgr.y (mgr.25027) 71 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:47.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:47 smithi083 bash[19864]: audit 2024-09-20T23:15:47.070782+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:47.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:47 smithi083 bash[19864]: audit 2024-09-20T23:15:47.080630+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:47.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:47 smithi083 bash[19864]: audit 2024-09-20T23:15:47.091988+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:49.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:48 smithi142 bash[19948]: cluster 2024-09-20T23:15:48.028498+0000 mgr.y (mgr.25027) 72 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:49.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:48 smithi142 bash[19948]: audit 2024-09-20T23:15:48.593022+0000 mgr.y (mgr.25027) 73 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:49.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:48 smithi083 bash[25244]: cluster 2024-09-20T23:15:48.028498+0000 mgr.y (mgr.25027) 72 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:49.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:48 smithi083 bash[25244]: audit 2024-09-20T23:15:48.593022+0000 mgr.y (mgr.25027) 73 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:48 smithi083 bash[19864]: cluster 2024-09-20T23:15:48.028498+0000 mgr.y (mgr.25027) 72 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:48 smithi083 bash[19864]: audit 2024-09-20T23:15:48.593022+0000 mgr.y (mgr.25027) 73 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:51.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:51 smithi142 bash[19948]: cluster 2024-09-20T23:15:50.029186+0000 mgr.y (mgr.25027) 74 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:51.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:51 smithi083 bash[19864]: cluster 2024-09-20T23:15:50.029186+0000 mgr.y (mgr.25027) 74 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:51.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:51 smithi083 bash[25244]: cluster 2024-09-20T23:15:50.029186+0000 mgr.y (mgr.25027) 74 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:52.071 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:15:51 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:15:51] "GET /metrics HTTP/1.1" 200 37975 "" "Prometheus/2.43.0" 2024-09-20T23:15:53.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:53 smithi142 bash[19948]: cluster 2024-09-20T23:15:52.029873+0000 mgr.y (mgr.25027) 75 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:53.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:53 smithi083 bash[19864]: cluster 2024-09-20T23:15:52.029873+0000 mgr.y (mgr.25027) 75 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:53.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:53 smithi083 bash[25244]: cluster 2024-09-20T23:15:52.029873+0000 mgr.y (mgr.25027) 75 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:55.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:55 smithi142 bash[19948]: cluster 2024-09-20T23:15:54.031514+0000 mgr.y (mgr.25027) 76 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:55.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:55 smithi083 bash[19864]: cluster 2024-09-20T23:15:54.031514+0000 mgr.y (mgr.25027) 76 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:55.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:55 smithi083 bash[25244]: cluster 2024-09-20T23:15:54.031514+0000 mgr.y (mgr.25027) 76 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:57.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:57 smithi142 bash[19948]: cluster 2024-09-20T23:15:56.032187+0000 mgr.y (mgr.25027) 77 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:57.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:57 smithi142 bash[19948]: audit 2024-09-20T23:15:56.505135+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:15:57.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:57 smithi083 bash[19864]: cluster 2024-09-20T23:15:56.032187+0000 mgr.y (mgr.25027) 77 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:57.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:57 smithi083 bash[19864]: audit 2024-09-20T23:15:56.505135+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:15:57.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:57 smithi083 bash[25244]: cluster 2024-09-20T23:15:56.032187+0000 mgr.y (mgr.25027) 77 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:15:57.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:57 smithi083 bash[25244]: audit 2024-09-20T23:15:56.505135+0000 mon.a (mon.0) 1513 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:15:59.695 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:59 smithi142 bash[19948]: cluster 2024-09-20T23:15:58.033866+0000 mgr.y (mgr.25027) 78 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:59.695 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:59 smithi142 bash[19948]: audit 2024-09-20T23:15:58.418225+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:59.695 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:59 smithi142 bash[19948]: audit 2024-09-20T23:15:58.429000+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:59.695 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:59 smithi142 bash[19948]: audit 2024-09-20T23:15:58.442317+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:59.696 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:15:59 smithi142 bash[19948]: audit 2024-09-20T23:15:58.601008+0000 mgr.y (mgr.25027) 79 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:59.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:59 smithi083 bash[25244]: cluster 2024-09-20T23:15:58.033866+0000 mgr.y (mgr.25027) 78 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:59.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:59 smithi083 bash[25244]: audit 2024-09-20T23:15:58.418225+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:59.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:59 smithi083 bash[25244]: audit 2024-09-20T23:15:58.429000+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:59.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:59 smithi083 bash[25244]: audit 2024-09-20T23:15:58.442317+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:59.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:15:59 smithi083 bash[25244]: audit 2024-09-20T23:15:58.601008+0000 mgr.y (mgr.25027) 79 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:15:59.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:59 smithi083 bash[19864]: cluster 2024-09-20T23:15:58.033866+0000 mgr.y (mgr.25027) 78 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:15:59.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:59 smithi083 bash[19864]: audit 2024-09-20T23:15:58.418225+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:59.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:59 smithi083 bash[19864]: audit 2024-09-20T23:15:58.429000+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:59.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:59 smithi083 bash[19864]: audit 2024-09-20T23:15:58.442317+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:15:59.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:15:59 smithi083 bash[19864]: audit 2024-09-20T23:15:58.601008+0000 mgr.y (mgr.25027) 79 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:01.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:01 smithi083 bash[19864]: cluster 2024-09-20T23:16:00.034484+0000 mgr.y (mgr.25027) 80 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:01.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:01 smithi083 bash[25244]: cluster 2024-09-20T23:16:00.034484+0000 mgr.y (mgr.25027) 80 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:01.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:01 smithi142 bash[19948]: cluster 2024-09-20T23:16:00.034484+0000 mgr.y (mgr.25027) 80 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:02.071 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:16:01 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:16:01] "GET /metrics HTTP/1.1" 200 37980 "" "Prometheus/2.43.0" 2024-09-20T23:16:03.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:03 smithi083 bash[19864]: cluster 2024-09-20T23:16:02.035114+0000 mgr.y (mgr.25027) 81 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:03.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:03 smithi083 bash[25244]: cluster 2024-09-20T23:16:02.035114+0000 mgr.y (mgr.25027) 81 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:03.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:03 smithi142 bash[19948]: cluster 2024-09-20T23:16:02.035114+0000 mgr.y (mgr.25027) 81 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:05.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:05 smithi142 bash[19948]: cluster 2024-09-20T23:16:04.036827+0000 mgr.y (mgr.25027) 82 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:05.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:05 smithi083 bash[19864]: cluster 2024-09-20T23:16:04.036827+0000 mgr.y (mgr.25027) 82 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:05.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:05 smithi083 bash[25244]: cluster 2024-09-20T23:16:04.036827+0000 mgr.y (mgr.25027) 82 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:07.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:07 smithi083 bash[19864]: cluster 2024-09-20T23:16:06.037657+0000 mgr.y (mgr.25027) 83 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:07.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:07 smithi083 bash[19864]: audit 2024-09-20T23:16:07.294137+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:07.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:07 smithi083 bash[19864]: audit 2024-09-20T23:16:07.303221+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:07.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:07 smithi083 bash[19864]: audit 2024-09-20T23:16:07.312563+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:07.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:07 smithi083 bash[25244]: cluster 2024-09-20T23:16:06.037657+0000 mgr.y (mgr.25027) 83 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:07.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:07 smithi083 bash[25244]: audit 2024-09-20T23:16:07.294137+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:07.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:07 smithi083 bash[25244]: audit 2024-09-20T23:16:07.303221+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:07.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:07 smithi083 bash[25244]: audit 2024-09-20T23:16:07.312563+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:07.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:07 smithi142 bash[19948]: cluster 2024-09-20T23:16:06.037657+0000 mgr.y (mgr.25027) 83 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:07.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:07 smithi142 bash[19948]: audit 2024-09-20T23:16:07.294137+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:07.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:07 smithi142 bash[19948]: audit 2024-09-20T23:16:07.303221+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:07.820 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:07 smithi142 bash[19948]: audit 2024-09-20T23:16:07.312563+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:09.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:08 smithi142 bash[19948]: cluster 2024-09-20T23:16:08.039313+0000 mgr.y (mgr.25027) 84 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:09.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:08 smithi142 bash[19948]: audit 2024-09-20T23:16:08.612205+0000 mgr.y (mgr.25027) 85 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:09.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:08 smithi083 bash[19864]: cluster 2024-09-20T23:16:08.039313+0000 mgr.y (mgr.25027) 84 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:09.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:08 smithi083 bash[19864]: audit 2024-09-20T23:16:08.612205+0000 mgr.y (mgr.25027) 85 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:09.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:08 smithi083 bash[25244]: cluster 2024-09-20T23:16:08.039313+0000 mgr.y (mgr.25027) 84 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:09.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:08 smithi083 bash[25244]: audit 2024-09-20T23:16:08.612205+0000 mgr.y (mgr.25027) 85 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:11.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:11 smithi142 bash[19948]: cluster 2024-09-20T23:16:10.039996+0000 mgr.y (mgr.25027) 86 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:11.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:11 smithi083 bash[25244]: cluster 2024-09-20T23:16:10.039996+0000 mgr.y (mgr.25027) 86 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:11.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:11 smithi083 bash[19864]: cluster 2024-09-20T23:16:10.039996+0000 mgr.y (mgr.25027) 86 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:12.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:16:11 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:16:11] "GET /metrics HTTP/1.1" 200 37975 "" "Prometheus/2.43.0" 2024-09-20T23:16:12.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:12 smithi142 bash[19948]: audit 2024-09-20T23:16:11.504863+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:16:12.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:12 smithi083 bash[25244]: audit 2024-09-20T23:16:11.504863+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:16:12.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:12 smithi083 bash[19864]: audit 2024-09-20T23:16:11.504863+0000 mon.a (mon.0) 1520 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:16:13.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:13 smithi142 bash[19948]: cluster 2024-09-20T23:16:12.040746+0000 mgr.y (mgr.25027) 87 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:13.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:13 smithi083 bash[25244]: cluster 2024-09-20T23:16:12.040746+0000 mgr.y (mgr.25027) 87 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:13.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:13 smithi083 bash[19864]: cluster 2024-09-20T23:16:12.040746+0000 mgr.y (mgr.25027) 87 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:15.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:15 smithi142 bash[19948]: cluster 2024-09-20T23:16:14.042395+0000 mgr.y (mgr.25027) 88 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:15.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:15 smithi083 bash[25244]: cluster 2024-09-20T23:16:14.042395+0000 mgr.y (mgr.25027) 88 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:15.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:15 smithi083 bash[19864]: cluster 2024-09-20T23:16:14.042395+0000 mgr.y (mgr.25027) 88 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:17.376 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:17 smithi142 bash[19948]: cluster 2024-09-20T23:16:16.043101+0000 mgr.y (mgr.25027) 89 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:17.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:17 smithi083 bash[19864]: cluster 2024-09-20T23:16:16.043101+0000 mgr.y (mgr.25027) 89 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:17.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:17 smithi083 bash[25244]: cluster 2024-09-20T23:16:16.043101+0000 mgr.y (mgr.25027) 89 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:19 smithi142 bash[19948]: cluster 2024-09-20T23:16:18.044733+0000 mgr.y (mgr.25027) 90 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:19 smithi142 bash[19948]: audit 2024-09-20T23:16:18.606513+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:19 smithi142 bash[19948]: audit 2024-09-20T23:16:18.614372+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:20.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:19 smithi142 bash[19948]: audit 2024-09-20T23:16:18.620576+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:20.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:19 smithi142 bash[19948]: audit 2024-09-20T23:16:18.620768+0000 mgr.y (mgr.25027) 91 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:19 smithi083 bash[19864]: cluster 2024-09-20T23:16:18.044733+0000 mgr.y (mgr.25027) 90 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:19 smithi083 bash[19864]: audit 2024-09-20T23:16:18.606513+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:19 smithi083 bash[19864]: audit 2024-09-20T23:16:18.614372+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:19 smithi083 bash[19864]: audit 2024-09-20T23:16:18.620576+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:19 smithi083 bash[19864]: audit 2024-09-20T23:16:18.620768+0000 mgr.y (mgr.25027) 91 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:20.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:19 smithi083 bash[25244]: cluster 2024-09-20T23:16:18.044733+0000 mgr.y (mgr.25027) 90 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:20.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:19 smithi083 bash[25244]: audit 2024-09-20T23:16:18.606513+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:20.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:19 smithi083 bash[25244]: audit 2024-09-20T23:16:18.614372+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:20.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:19 smithi083 bash[25244]: audit 2024-09-20T23:16:18.620576+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:20.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:19 smithi083 bash[25244]: audit 2024-09-20T23:16:18.620768+0000 mgr.y (mgr.25027) 91 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:22.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:21 smithi142 bash[19948]: cluster 2024-09-20T23:16:20.045216+0000 mgr.y (mgr.25027) 92 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:22.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:21 smithi083 bash[19864]: cluster 2024-09-20T23:16:20.045216+0000 mgr.y (mgr.25027) 92 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:22.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:21 smithi083 bash[25244]: cluster 2024-09-20T23:16:20.045216+0000 mgr.y (mgr.25027) 92 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:22.071 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:16:21 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:16:21] "GET /metrics HTTP/1.1" 200 37975 "" "Prometheus/2.43.0" 2024-09-20T23:16:24.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:23 smithi142 bash[19948]: cluster 2024-09-20T23:16:22.045888+0000 mgr.y (mgr.25027) 93 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:24.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:23 smithi083 bash[19864]: cluster 2024-09-20T23:16:22.045888+0000 mgr.y (mgr.25027) 93 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:24.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:23 smithi083 bash[25244]: cluster 2024-09-20T23:16:22.045888+0000 mgr.y (mgr.25027) 93 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:26.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:25 smithi142 bash[19948]: cluster 2024-09-20T23:16:24.047521+0000 mgr.y (mgr.25027) 94 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:26.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:25 smithi083 bash[19864]: cluster 2024-09-20T23:16:24.047521+0000 mgr.y (mgr.25027) 94 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:26.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:25 smithi083 bash[25244]: cluster 2024-09-20T23:16:24.047521+0000 mgr.y (mgr.25027) 94 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:27.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:26 smithi142 bash[19948]: audit 2024-09-20T23:16:26.505440+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:16:27.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:26 smithi083 bash[19864]: audit 2024-09-20T23:16:26.505440+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:16:27.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:26 smithi083 bash[25244]: audit 2024-09-20T23:16:26.505440+0000 mon.a (mon.0) 1524 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:16:27.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:27 smithi083 bash[19864]: cluster 2024-09-20T23:16:26.048224+0000 mgr.y (mgr.25027) 95 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:27.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:27 smithi083 bash[19864]: audit 2024-09-20T23:16:27.502468+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:27.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:27 smithi083 bash[19864]: audit 2024-09-20T23:16:27.512616+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:27.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:27 smithi083 bash[19864]: audit 2024-09-20T23:16:27.523615+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:27.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:27 smithi083 bash[25244]: cluster 2024-09-20T23:16:26.048224+0000 mgr.y (mgr.25027) 95 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:27.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:27 smithi083 bash[25244]: audit 2024-09-20T23:16:27.502468+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:27.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:27 smithi083 bash[25244]: audit 2024-09-20T23:16:27.512616+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:27.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:27 smithi083 bash[25244]: audit 2024-09-20T23:16:27.523615+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:28.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:27 smithi142 bash[19948]: cluster 2024-09-20T23:16:26.048224+0000 mgr.y (mgr.25027) 95 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:28.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:27 smithi142 bash[19948]: audit 2024-09-20T23:16:27.502468+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:28.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:27 smithi142 bash[19948]: audit 2024-09-20T23:16:27.512616+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:28.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:27 smithi142 bash[19948]: audit 2024-09-20T23:16:27.523615+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:29.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:28 smithi142 bash[19948]: cluster 2024-09-20T23:16:28.049833+0000 mgr.y (mgr.25027) 96 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:29.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:28 smithi142 bash[19948]: audit 2024-09-20T23:16:28.631793+0000 mgr.y (mgr.25027) 97 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:29.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:28 smithi083 bash[19864]: cluster 2024-09-20T23:16:28.049833+0000 mgr.y (mgr.25027) 96 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:29.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:28 smithi083 bash[19864]: audit 2024-09-20T23:16:28.631793+0000 mgr.y (mgr.25027) 97 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:29.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:28 smithi083 bash[25244]: cluster 2024-09-20T23:16:28.049833+0000 mgr.y (mgr.25027) 96 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:29.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:28 smithi083 bash[25244]: audit 2024-09-20T23:16:28.631793+0000 mgr.y (mgr.25027) 97 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:31.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:31 smithi142 bash[19948]: cluster 2024-09-20T23:16:30.050536+0000 mgr.y (mgr.25027) 98 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:31.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:31 smithi083 bash[25244]: cluster 2024-09-20T23:16:30.050536+0000 mgr.y (mgr.25027) 98 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:31.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:31 smithi083 bash[19864]: cluster 2024-09-20T23:16:30.050536+0000 mgr.y (mgr.25027) 98 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:32.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:16:31 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:16:31] "GET /metrics HTTP/1.1" 200 37975 "" "Prometheus/2.43.0" 2024-09-20T23:16:33.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:33 smithi142 bash[19948]: cluster 2024-09-20T23:16:32.051262+0000 mgr.y (mgr.25027) 99 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:33.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:33 smithi083 bash[25244]: cluster 2024-09-20T23:16:32.051262+0000 mgr.y (mgr.25027) 99 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:33.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:33 smithi083 bash[19864]: cluster 2024-09-20T23:16:32.051262+0000 mgr.y (mgr.25027) 99 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:35.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:35 smithi142 bash[19948]: cluster 2024-09-20T23:16:34.052939+0000 mgr.y (mgr.25027) 100 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:35.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:35 smithi083 bash[19864]: cluster 2024-09-20T23:16:34.052939+0000 mgr.y (mgr.25027) 100 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:35.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:35 smithi083 bash[25244]: cluster 2024-09-20T23:16:34.052939+0000 mgr.y (mgr.25027) 100 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:37.320 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:37 smithi142 bash[19948]: cluster 2024-09-20T23:16:36.053655+0000 mgr.y (mgr.25027) 101 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:37.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:37 smithi083 bash[19864]: cluster 2024-09-20T23:16:36.053655+0000 mgr.y (mgr.25027) 101 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:37.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:37 smithi083 bash[25244]: cluster 2024-09-20T23:16:36.053655+0000 mgr.y (mgr.25027) 101 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:38.891 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:38 smithi083 bash[19864]: cluster 2024-09-20T23:16:38.054597+0000 mgr.y (mgr.25027) 102 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:38.891 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:38 smithi083 bash[19864]: audit 2024-09-20T23:16:38.643185+0000 mgr.y (mgr.25027) 103 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:38.892 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:38 smithi083 bash[25244]: cluster 2024-09-20T23:16:38.054597+0000 mgr.y (mgr.25027) 102 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:38.892 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:38 smithi083 bash[25244]: audit 2024-09-20T23:16:38.643185+0000 mgr.y (mgr.25027) 103 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:39.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:38 smithi142 bash[19948]: cluster 2024-09-20T23:16:38.054597+0000 mgr.y (mgr.25027) 102 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:39.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:38 smithi142 bash[19948]: audit 2024-09-20T23:16:38.643185+0000 mgr.y (mgr.25027) 103 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:40.022 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:39 smithi083 bash[19864]: audit 2024-09-20T23:16:38.769042+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:40.022 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:39 smithi083 bash[19864]: audit 2024-09-20T23:16:38.782129+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:40.022 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:39 smithi083 bash[19864]: audit 2024-09-20T23:16:38.789547+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:40.022 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:39 smithi083 bash[25244]: audit 2024-09-20T23:16:38.769042+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:40.023 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:39 smithi083 bash[25244]: audit 2024-09-20T23:16:38.782129+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:40.023 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:39 smithi083 bash[25244]: audit 2024-09-20T23:16:38.789547+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:39 smithi142 bash[19948]: audit 2024-09-20T23:16:38.769042+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:39 smithi142 bash[19948]: audit 2024-09-20T23:16:38.782129+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:40.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:39 smithi142 bash[19948]: audit 2024-09-20T23:16:38.789547+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:41.053 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:40 smithi142 bash[19948]: cluster 2024-09-20T23:16:40.055035+0000 mgr.y (mgr.25027) 104 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:41.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:40 smithi083 bash[25244]: cluster 2024-09-20T23:16:40.055035+0000 mgr.y (mgr.25027) 104 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:41.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:40 smithi083 bash[19864]: cluster 2024-09-20T23:16:40.055035+0000 mgr.y (mgr.25027) 104 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:42.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:41 smithi142 bash[19948]: audit 2024-09-20T23:16:41.505951+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:16:42.071 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:16:41 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:16:41] "GET /metrics HTTP/1.1" 200 37989 "" "Prometheus/2.43.0" 2024-09-20T23:16:42.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:41 smithi083 bash[25244]: audit 2024-09-20T23:16:41.505951+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:16:42.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:41 smithi083 bash[19864]: audit 2024-09-20T23:16:41.505951+0000 mon.a (mon.0) 1531 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:16:43.070 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:42 smithi142 bash[19948]: cluster 2024-09-20T23:16:42.055705+0000 mgr.y (mgr.25027) 105 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:43.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:42 smithi142 bash[19948]: audit 2024-09-20T23:16:42.673255+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:16:43.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:42 smithi142 bash[19948]: audit 2024-09-20T23:16:42.677762+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:16:43.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:42 smithi142 bash[19948]: audit 2024-09-20T23:16:42.679642+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:16:43.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:42 smithi142 bash[19948]: audit 2024-09-20T23:16:42.690453+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:43.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:42 smithi083 bash[19864]: cluster 2024-09-20T23:16:42.055705+0000 mgr.y (mgr.25027) 105 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:43.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:42 smithi083 bash[19864]: audit 2024-09-20T23:16:42.673255+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:16:43.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:42 smithi083 bash[19864]: audit 2024-09-20T23:16:42.677762+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:16:43.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:42 smithi083 bash[19864]: audit 2024-09-20T23:16:42.679642+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:16:43.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:42 smithi083 bash[19864]: audit 2024-09-20T23:16:42.690453+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:43.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:42 smithi083 bash[25244]: cluster 2024-09-20T23:16:42.055705+0000 mgr.y (mgr.25027) 105 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:43.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:42 smithi083 bash[25244]: audit 2024-09-20T23:16:42.673255+0000 mon.a (mon.0) 1532 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:16:43.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:42 smithi083 bash[25244]: audit 2024-09-20T23:16:42.677762+0000 mon.a (mon.0) 1533 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:16:43.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:42 smithi083 bash[25244]: audit 2024-09-20T23:16:42.679642+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:16:43.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:42 smithi083 bash[25244]: audit 2024-09-20T23:16:42.690453+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:45.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:45 smithi083 bash[19864]: cluster 2024-09-20T23:16:44.057389+0000 mgr.y (mgr.25027) 106 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:45.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:45 smithi142 bash[19948]: cluster 2024-09-20T23:16:44.057389+0000 mgr.y (mgr.25027) 106 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:45.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:45 smithi083 bash[25244]: cluster 2024-09-20T23:16:44.057389+0000 mgr.y (mgr.25027) 106 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:47.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:47 smithi083 bash[25244]: cluster 2024-09-20T23:16:46.058075+0000 mgr.y (mgr.25027) 107 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:47.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:47 smithi083 bash[19864]: cluster 2024-09-20T23:16:46.058075+0000 mgr.y (mgr.25027) 107 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:47.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:47 smithi142 bash[19948]: cluster 2024-09-20T23:16:46.058075+0000 mgr.y (mgr.25027) 107 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:48 smithi083 bash[19864]: audit 2024-09-20T23:16:47.718446+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:48 smithi083 bash[19864]: audit 2024-09-20T23:16:47.730201+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:48 smithi083 bash[19864]: audit 2024-09-20T23:16:47.743788+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:48 smithi083 bash[19864]: cluster 2024-09-20T23:16:48.059749+0000 mgr.y (mgr.25027) 108 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:48 smithi083 bash[19864]: audit 2024-09-20T23:16:48.654432+0000 mgr.y (mgr.25027) 109 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:49.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:48 smithi142 bash[19948]: audit 2024-09-20T23:16:47.718446+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:49.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:48 smithi142 bash[19948]: audit 2024-09-20T23:16:47.730201+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:49.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:48 smithi142 bash[19948]: audit 2024-09-20T23:16:47.743788+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:49.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:48 smithi142 bash[19948]: cluster 2024-09-20T23:16:48.059749+0000 mgr.y (mgr.25027) 108 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:49.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:48 smithi142 bash[19948]: audit 2024-09-20T23:16:48.654432+0000 mgr.y (mgr.25027) 109 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:49.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:48 smithi083 bash[25244]: audit 2024-09-20T23:16:47.718446+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:49.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:48 smithi083 bash[25244]: audit 2024-09-20T23:16:47.730201+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:49.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:48 smithi083 bash[25244]: audit 2024-09-20T23:16:47.743788+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:16:49.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:48 smithi083 bash[25244]: cluster 2024-09-20T23:16:48.059749+0000 mgr.y (mgr.25027) 108 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:49.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:48 smithi083 bash[25244]: audit 2024-09-20T23:16:48.654432+0000 mgr.y (mgr.25027) 109 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:16:51.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:51 smithi083 bash[19864]: cluster 2024-09-20T23:16:50.060486+0000 mgr.y (mgr.25027) 110 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:51.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:51 smithi083 bash[25244]: cluster 2024-09-20T23:16:50.060486+0000 mgr.y (mgr.25027) 110 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:51.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:51 smithi142 bash[19948]: cluster 2024-09-20T23:16:50.060486+0000 mgr.y (mgr.25027) 110 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:52.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:16:51 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:16:51] "GET /metrics HTTP/1.1" 200 37989 "" "Prometheus/2.43.0" 2024-09-20T23:16:53.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:53 smithi083 bash[19864]: cluster 2024-09-20T23:16:52.061265+0000 mgr.y (mgr.25027) 111 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:53.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:53 smithi083 bash[25244]: cluster 2024-09-20T23:16:52.061265+0000 mgr.y (mgr.25027) 111 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:53.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:53 smithi142 bash[19948]: cluster 2024-09-20T23:16:52.061265+0000 mgr.y (mgr.25027) 111 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:55.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:55 smithi083 bash[19864]: cluster 2024-09-20T23:16:54.062880+0000 mgr.y (mgr.25027) 112 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:55.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:55 smithi083 bash[25244]: cluster 2024-09-20T23:16:54.062880+0000 mgr.y (mgr.25027) 112 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:55.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:55 smithi142 bash[19948]: cluster 2024-09-20T23:16:54.062880+0000 mgr.y (mgr.25027) 112 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:57.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:57 smithi142 bash[19948]: cluster 2024-09-20T23:16:56.063522+0000 mgr.y (mgr.25027) 113 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:57.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:57 smithi142 bash[19948]: audit 2024-09-20T23:16:56.506159+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:16:57.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:57 smithi083 bash[25244]: cluster 2024-09-20T23:16:56.063522+0000 mgr.y (mgr.25027) 113 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:57.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:57 smithi083 bash[25244]: audit 2024-09-20T23:16:56.506159+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:16:57.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:57 smithi083 bash[19864]: cluster 2024-09-20T23:16:56.063522+0000 mgr.y (mgr.25027) 113 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:16:57.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:57 smithi083 bash[19864]: audit 2024-09-20T23:16:56.506159+0000 mon.a (mon.0) 1539 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:16:59.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:58 smithi083 bash[19864]: cluster 2024-09-20T23:16:58.065266+0000 mgr.y (mgr.25027) 114 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:59.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:58 smithi083 bash[25244]: cluster 2024-09-20T23:16:58.065266+0000 mgr.y (mgr.25027) 114 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:16:59.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:58 smithi142 bash[19948]: cluster 2024-09-20T23:16:58.065266+0000 mgr.y (mgr.25027) 114 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:00.232 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:59 smithi142 bash[19948]: audit 2024-09-20T23:16:58.664995+0000 mgr.y (mgr.25027) 115 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:00.232 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:59 smithi142 bash[19948]: audit 2024-09-20T23:16:58.987664+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:00.232 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:59 smithi142 bash[19948]: audit 2024-09-20T23:16:58.996525+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:00.232 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:16:59 smithi142 bash[19948]: audit 2024-09-20T23:16:59.004271+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:00.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:59 smithi083 bash[19864]: audit 2024-09-20T23:16:58.664995+0000 mgr.y (mgr.25027) 115 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:00.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:59 smithi083 bash[19864]: audit 2024-09-20T23:16:58.987664+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:00.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:59 smithi083 bash[19864]: audit 2024-09-20T23:16:58.996525+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:00.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:16:59 smithi083 bash[19864]: audit 2024-09-20T23:16:59.004271+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:00.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:59 smithi083 bash[25244]: audit 2024-09-20T23:16:58.664995+0000 mgr.y (mgr.25027) 115 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:00.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:59 smithi083 bash[25244]: audit 2024-09-20T23:16:58.987664+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:00.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:59 smithi083 bash[25244]: audit 2024-09-20T23:16:58.996525+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:00.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:16:59 smithi083 bash[25244]: audit 2024-09-20T23:16:59.004271+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:01.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:00 smithi083 bash[19864]: cluster 2024-09-20T23:17:00.065979+0000 mgr.y (mgr.25027) 116 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:01.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:00 smithi083 bash[25244]: cluster 2024-09-20T23:17:00.065979+0000 mgr.y (mgr.25027) 116 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:01.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:00 smithi142 bash[19948]: cluster 2024-09-20T23:17:00.065979+0000 mgr.y (mgr.25027) 116 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:01.993 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:17:01 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:17:01] "GET /metrics HTTP/1.1" 200 37990 "" "Prometheus/2.43.0" 2024-09-20T23:17:03.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:03 smithi083 bash[19864]: cluster 2024-09-20T23:17:02.066688+0000 mgr.y (mgr.25027) 117 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:03.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:03 smithi083 bash[25244]: cluster 2024-09-20T23:17:02.066688+0000 mgr.y (mgr.25027) 117 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:03.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:03 smithi142 bash[19948]: cluster 2024-09-20T23:17:02.066688+0000 mgr.y (mgr.25027) 117 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:05.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:05 smithi083 bash[19864]: cluster 2024-09-20T23:17:04.068353+0000 mgr.y (mgr.25027) 118 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:05.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:05 smithi083 bash[25244]: cluster 2024-09-20T23:17:04.068353+0000 mgr.y (mgr.25027) 118 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:05.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:05 smithi142 bash[19948]: cluster 2024-09-20T23:17:04.068353+0000 mgr.y (mgr.25027) 118 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:07.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:07 smithi083 bash[19864]: cluster 2024-09-20T23:17:06.069067+0000 mgr.y (mgr.25027) 119 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:07.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:07 smithi083 bash[25244]: cluster 2024-09-20T23:17:06.069067+0000 mgr.y (mgr.25027) 119 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:07.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:07 smithi142 bash[19948]: cluster 2024-09-20T23:17:06.069067+0000 mgr.y (mgr.25027) 119 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:09.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:08 smithi083 bash[19864]: audit 2024-09-20T23:17:07.946198+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:09.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:08 smithi083 bash[19864]: audit 2024-09-20T23:17:07.959449+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:09.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:08 smithi083 bash[19864]: audit 2024-09-20T23:17:07.973691+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:09.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:08 smithi083 bash[19864]: cluster 2024-09-20T23:17:08.070746+0000 mgr.y (mgr.25027) 120 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:09.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:08 smithi083 bash[25244]: audit 2024-09-20T23:17:07.946198+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:09.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:08 smithi083 bash[25244]: audit 2024-09-20T23:17:07.959449+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:09.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:08 smithi083 bash[25244]: audit 2024-09-20T23:17:07.973691+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:09.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:08 smithi083 bash[25244]: cluster 2024-09-20T23:17:08.070746+0000 mgr.y (mgr.25027) 120 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:09.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:08 smithi142 bash[19948]: audit 2024-09-20T23:17:07.946198+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:09.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:08 smithi142 bash[19948]: audit 2024-09-20T23:17:07.959449+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:09.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:08 smithi142 bash[19948]: audit 2024-09-20T23:17:07.973691+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:09.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:08 smithi142 bash[19948]: cluster 2024-09-20T23:17:08.070746+0000 mgr.y (mgr.25027) 120 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:10.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:09 smithi083 bash[19864]: audit 2024-09-20T23:17:08.676233+0000 mgr.y (mgr.25027) 121 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:10.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:09 smithi083 bash[25244]: audit 2024-09-20T23:17:08.676233+0000 mgr.y (mgr.25027) 121 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:10.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:09 smithi142 bash[19948]: audit 2024-09-20T23:17:08.676233+0000 mgr.y (mgr.25027) 121 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:11.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:10 smithi083 bash[19864]: cluster 2024-09-20T23:17:10.071475+0000 mgr.y (mgr.25027) 122 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:11.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:10 smithi083 bash[25244]: cluster 2024-09-20T23:17:10.071475+0000 mgr.y (mgr.25027) 122 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:11.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:10 smithi142 bash[19948]: cluster 2024-09-20T23:17:10.071475+0000 mgr.y (mgr.25027) 122 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:11.981 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:17:11 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:17:11] "GET /metrics HTTP/1.1" 200 37989 "" "Prometheus/2.43.0" 2024-09-20T23:17:12.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:11 smithi083 bash[19864]: audit 2024-09-20T23:17:11.506484+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:17:12.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:11 smithi083 bash[25244]: audit 2024-09-20T23:17:11.506484+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:17:12.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:11 smithi142 bash[19948]: audit 2024-09-20T23:17:11.506484+0000 mon.a (mon.0) 1546 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:17:13.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:12 smithi083 bash[19864]: cluster 2024-09-20T23:17:12.072186+0000 mgr.y (mgr.25027) 123 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:13.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:12 smithi083 bash[25244]: cluster 2024-09-20T23:17:12.072186+0000 mgr.y (mgr.25027) 123 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:13.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:12 smithi142 bash[19948]: cluster 2024-09-20T23:17:12.072186+0000 mgr.y (mgr.25027) 123 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:15.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:15 smithi083 bash[19864]: cluster 2024-09-20T23:17:14.073841+0000 mgr.y (mgr.25027) 124 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:15.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:15 smithi083 bash[25244]: cluster 2024-09-20T23:17:14.073841+0000 mgr.y (mgr.25027) 124 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:15.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:15 smithi142 bash[19948]: cluster 2024-09-20T23:17:14.073841+0000 mgr.y (mgr.25027) 124 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:17.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:17 smithi083 bash[19864]: cluster 2024-09-20T23:17:16.074580+0000 mgr.y (mgr.25027) 125 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:17.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:17 smithi083 bash[25244]: cluster 2024-09-20T23:17:16.074580+0000 mgr.y (mgr.25027) 125 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:17.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:17 smithi142 bash[19948]: cluster 2024-09-20T23:17:16.074580+0000 mgr.y (mgr.25027) 125 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:19.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:18 smithi083 bash[25244]: cluster 2024-09-20T23:17:18.076281+0000 mgr.y (mgr.25027) 126 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:19.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:18 smithi083 bash[19864]: cluster 2024-09-20T23:17:18.076281+0000 mgr.y (mgr.25027) 126 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:19.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:18 smithi142 bash[19948]: cluster 2024-09-20T23:17:18.076281+0000 mgr.y (mgr.25027) 126 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:20.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:20 smithi083 bash[19864]: audit 2024-09-20T23:17:18.684951+0000 mgr.y (mgr.25027) 127 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:20.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:20 smithi083 bash[19864]: audit 2024-09-20T23:17:19.210936+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:20.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:20 smithi083 bash[19864]: audit 2024-09-20T23:17:19.219251+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:20.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:20 smithi083 bash[19864]: audit 2024-09-20T23:17:19.228778+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:20.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:20 smithi083 bash[25244]: audit 2024-09-20T23:17:18.684951+0000 mgr.y (mgr.25027) 127 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:20.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:20 smithi083 bash[25244]: audit 2024-09-20T23:17:19.210936+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:20.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:20 smithi083 bash[25244]: audit 2024-09-20T23:17:19.219251+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:20.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:20 smithi083 bash[25244]: audit 2024-09-20T23:17:19.228778+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:20.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:20 smithi142 bash[19948]: audit 2024-09-20T23:17:18.684951+0000 mgr.y (mgr.25027) 127 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:20.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:20 smithi142 bash[19948]: audit 2024-09-20T23:17:19.210936+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:20.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:20 smithi142 bash[19948]: audit 2024-09-20T23:17:19.219251+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:20.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:20 smithi142 bash[19948]: audit 2024-09-20T23:17:19.228778+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:21.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:21 smithi142 bash[19948]: cluster 2024-09-20T23:17:20.076973+0000 mgr.y (mgr.25027) 128 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:21.536 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:21 smithi083 bash[19864]: cluster 2024-09-20T23:17:20.076973+0000 mgr.y (mgr.25027) 128 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:21.536 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:21 smithi083 bash[25244]: cluster 2024-09-20T23:17:20.076973+0000 mgr.y (mgr.25027) 128 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:21.820 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:17:21 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:17:21] "GET /metrics HTTP/1.1" 200 37989 "" "Prometheus/2.43.0" 2024-09-20T23:17:23.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:23 smithi083 bash[19864]: cluster 2024-09-20T23:17:22.077784+0000 mgr.y (mgr.25027) 129 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:23.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:23 smithi083 bash[25244]: cluster 2024-09-20T23:17:22.077784+0000 mgr.y (mgr.25027) 129 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:23.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:23 smithi142 bash[19948]: cluster 2024-09-20T23:17:22.077784+0000 mgr.y (mgr.25027) 129 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:25.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:25 smithi083 bash[19864]: cluster 2024-09-20T23:17:24.079353+0000 mgr.y (mgr.25027) 130 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:25.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:25 smithi083 bash[25244]: cluster 2024-09-20T23:17:24.079353+0000 mgr.y (mgr.25027) 130 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:25.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:25 smithi142 bash[19948]: cluster 2024-09-20T23:17:24.079353+0000 mgr.y (mgr.25027) 130 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:27.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:27 smithi083 bash[19864]: cluster 2024-09-20T23:17:26.080155+0000 mgr.y (mgr.25027) 131 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:27.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:27 smithi083 bash[19864]: audit 2024-09-20T23:17:26.506902+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:17:27.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:27 smithi083 bash[25244]: cluster 2024-09-20T23:17:26.080155+0000 mgr.y (mgr.25027) 131 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:27.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:27 smithi083 bash[25244]: audit 2024-09-20T23:17:26.506902+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:17:27.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:27 smithi142 bash[19948]: cluster 2024-09-20T23:17:26.080155+0000 mgr.y (mgr.25027) 131 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:27.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:27 smithi142 bash[19948]: audit 2024-09-20T23:17:26.506902+0000 mon.a (mon.0) 1550 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:17:29.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:29 smithi083 bash[19864]: cluster 2024-09-20T23:17:28.081888+0000 mgr.y (mgr.25027) 132 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:29.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:29 smithi083 bash[19864]: audit 2024-09-20T23:17:28.167224+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:29.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:29 smithi083 bash[19864]: audit 2024-09-20T23:17:28.179576+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:29.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:29 smithi083 bash[19864]: audit 2024-09-20T23:17:28.192123+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:29.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:29 smithi083 bash[25244]: cluster 2024-09-20T23:17:28.081888+0000 mgr.y (mgr.25027) 132 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:29.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:29 smithi083 bash[25244]: audit 2024-09-20T23:17:28.167224+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:29.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:29 smithi083 bash[25244]: audit 2024-09-20T23:17:28.179576+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:29.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:29 smithi083 bash[25244]: audit 2024-09-20T23:17:28.192123+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:29.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:29 smithi142 bash[19948]: cluster 2024-09-20T23:17:28.081888+0000 mgr.y (mgr.25027) 132 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:29.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:29 smithi142 bash[19948]: audit 2024-09-20T23:17:28.167224+0000 mon.a (mon.0) 1551 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:29.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:29 smithi142 bash[19948]: audit 2024-09-20T23:17:28.179576+0000 mon.a (mon.0) 1552 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:29.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:29 smithi142 bash[19948]: audit 2024-09-20T23:17:28.192123+0000 mon.a (mon.0) 1553 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:30.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:30 smithi083 bash[19864]: audit 2024-09-20T23:17:28.690460+0000 mgr.y (mgr.25027) 133 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:30.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:30 smithi083 bash[25244]: audit 2024-09-20T23:17:28.690460+0000 mgr.y (mgr.25027) 133 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:30.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:30 smithi142 bash[19948]: audit 2024-09-20T23:17:28.690460+0000 mgr.y (mgr.25027) 133 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:31.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:31 smithi083 bash[25244]: cluster 2024-09-20T23:17:30.082618+0000 mgr.y (mgr.25027) 134 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:31.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:31 smithi083 bash[19864]: cluster 2024-09-20T23:17:30.082618+0000 mgr.y (mgr.25027) 134 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:31.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:31 smithi142 bash[19948]: cluster 2024-09-20T23:17:30.082618+0000 mgr.y (mgr.25027) 134 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:32.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:17:31 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:17:31] "GET /metrics HTTP/1.1" 200 37989 "" "Prometheus/2.43.0" 2024-09-20T23:17:33.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:33 smithi083 bash[19864]: cluster 2024-09-20T23:17:32.083544+0000 mgr.y (mgr.25027) 135 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:33.434 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:33 smithi083 bash[25244]: cluster 2024-09-20T23:17:32.083544+0000 mgr.y (mgr.25027) 135 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:33.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:33 smithi142 bash[19948]: cluster 2024-09-20T23:17:32.083544+0000 mgr.y (mgr.25027) 135 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:33.966 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch ps' 2024-09-20T23:17:35.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:35 smithi083 bash[19864]: cluster 2024-09-20T23:17:34.085019+0000 mgr.y (mgr.25027) 136 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:35.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:35 smithi083 bash[25244]: cluster 2024-09-20T23:17:34.085019+0000 mgr.y (mgr.25027) 136 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:35.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:35 smithi142 bash[19948]: cluster 2024-09-20T23:17:34.085019+0000 mgr.y (mgr.25027) 136 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:37.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:37 smithi083 bash[25244]: cluster 2024-09-20T23:17:36.085708+0000 mgr.y (mgr.25027) 137 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:37.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:37 smithi083 bash[19864]: cluster 2024-09-20T23:17:36.085708+0000 mgr.y (mgr.25027) 137 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:37.458 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:17:37.458 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 9s ago 27m - - 2024-09-20T23:17:37.458 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 18s ago 26m - - 2024-09-20T23:17:37.458 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (9m) 9s ago 19m 14.5M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:17:37.458 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (9m) 18s ago 19m 41.1M - dad864ee21e9 70e2c31eee0c 2024-09-20T23:17:37.458 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (3m) 9s ago 17m 42.0M - 3.5 e1d6a67b021e 6008f6846a39 2024-09-20T23:17:37.459 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283 running (12m) 18s ago 26m 428M - 19.1.1-367-g9e2ac70b cc9251b744a3 e229c4125bc1 2024-09-20T23:17:37.459 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (6m) 9s ago 28m 495M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:17:37.459 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (28m) 9s ago 28m 79.5M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:17:37.459 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (26m) 18s ago 26m 57.6M 2048M 17.2.0 e1d6a67b021e f020a95bce9d 2024-09-20T23:17:37.459 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (26m) 9s ago 26m 57.3M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:17:37.459 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (9m) 9s ago 19m 8376k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:17:37.460 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (9m) 18s ago 19m 8439k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:17:37.460 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (25m) 9s ago 25m 55.2M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:17:37.460 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (24m) 9s ago 24m 56.1M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:17:37.460 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (24m) 9s ago 24m 51.5M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:17:37.460 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (23m) 9s ago 23m 54.1M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:17:37.460 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (22m) 18s ago 22m 55.3M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:17:37.460 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (22m) 18s ago 22m 53.7M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:17:37.460 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (21m) 18s ago 21m 52.2M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:17:37.460 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (20m) 18s ago 20m 55.7M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:17:37.460 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (2m) 18s ago 20m 57.3M - 2.43.0 a07b618ecd1d d11fb2bbab47 2024-09-20T23:17:37.460 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (17m) 9s ago 17m 86.9M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:17:37.460 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (17m) 18s ago 17m 89.4M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:17:37.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:37 smithi142 bash[19948]: cluster 2024-09-20T23:17:36.085708+0000 mgr.y (mgr.25027) 137 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:38.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:38 smithi083 bash[19864]: audit 2024-09-20T23:17:37.425228+0000 mgr.y (mgr.25027) 138 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:17:38.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:38 smithi083 bash[25244]: audit 2024-09-20T23:17:37.425228+0000 mgr.y (mgr.25027) 138 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:17:38.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:38 smithi142 bash[19948]: audit 2024-09-20T23:17:37.425228+0000 mgr.y (mgr.25027) 138 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:17:38.918 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions' 2024-09-20T23:17:39.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:39 smithi083 bash[19864]: cluster 2024-09-20T23:17:38.087375+0000 mgr.y (mgr.25027) 139 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:39.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:39 smithi083 bash[25244]: cluster 2024-09-20T23:17:38.087375+0000 mgr.y (mgr.25027) 139 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:39.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:39 smithi142 bash[19948]: cluster 2024-09-20T23:17:38.087375+0000 mgr.y (mgr.25027) 139 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:40.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:40 smithi142 bash[19948]: audit 2024-09-20T23:17:38.696115+0000 mgr.y (mgr.25027) 140 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:40.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:40 smithi142 bash[19948]: audit 2024-09-20T23:17:39.392932+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:40.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:40 smithi142 bash[19948]: audit 2024-09-20T23:17:39.398635+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:40.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:40 smithi142 bash[19948]: audit 2024-09-20T23:17:39.403982+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:40.744 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:40 smithi083 bash[25244]: audit 2024-09-20T23:17:38.696115+0000 mgr.y (mgr.25027) 140 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:40.744 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:40 smithi083 bash[25244]: audit 2024-09-20T23:17:39.392932+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:40.744 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:40 smithi083 bash[25244]: audit 2024-09-20T23:17:39.398635+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:40.744 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:40 smithi083 bash[25244]: audit 2024-09-20T23:17:39.403982+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:40.745 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:40 smithi083 bash[19864]: audit 2024-09-20T23:17:38.696115+0000 mgr.y (mgr.25027) 140 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:40.745 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:40 smithi083 bash[19864]: audit 2024-09-20T23:17:39.392932+0000 mon.a (mon.0) 1554 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:40.745 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:40 smithi083 bash[19864]: audit 2024-09-20T23:17:39.398635+0000 mon.a (mon.0) 1555 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:40.745 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:40 smithi083 bash[19864]: audit 2024-09-20T23:17:39.403982+0000 mon.a (mon.0) 1556 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:41.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:41 smithi083 bash[19864]: cluster 2024-09-20T23:17:40.088106+0000 mgr.y (mgr.25027) 141 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:41.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:41 smithi083 bash[25244]: cluster 2024-09-20T23:17:40.088106+0000 mgr.y (mgr.25027) 141 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:41.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:41 smithi142 bash[19948]: cluster 2024-09-20T23:17:40.088106+0000 mgr.y (mgr.25027) 141 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:41.986 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:17:41 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:17:41] "GET /metrics HTTP/1.1" 200 37990 "" "Prometheus/2.43.0" 2024-09-20T23:17:42.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:42 smithi083 bash[25244]: audit 2024-09-20T23:17:41.507537+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:17:42.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:42 smithi083 bash[19864]: audit 2024-09-20T23:17:41.507537+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:17:42.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:42 smithi142 bash[19948]: audit 2024-09-20T23:17:41.507537+0000 mon.a (mon.0) 1557 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:17:43.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:43 smithi083 bash[19864]: cluster 2024-09-20T23:17:42.089223+0000 mgr.y (mgr.25027) 142 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:43.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:43 smithi083 bash[19864]: audit 2024-09-20T23:17:42.853671+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:17:43.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:43 smithi083 bash[19864]: audit 2024-09-20T23:17:42.860306+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:17:43.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:43 smithi083 bash[19864]: audit 2024-09-20T23:17:42.862335+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:17:43.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:43 smithi083 bash[19864]: audit 2024-09-20T23:17:42.869949+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:43.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:43 smithi083 bash[25244]: cluster 2024-09-20T23:17:42.089223+0000 mgr.y (mgr.25027) 142 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:43.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:43 smithi083 bash[25244]: audit 2024-09-20T23:17:42.853671+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:17:43.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:43 smithi083 bash[25244]: audit 2024-09-20T23:17:42.860306+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:17:43.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:43 smithi083 bash[25244]: audit 2024-09-20T23:17:42.862335+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:17:43.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:43 smithi083 bash[25244]: audit 2024-09-20T23:17:42.869949+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:43.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:43 smithi142 bash[19948]: cluster 2024-09-20T23:17:42.089223+0000 mgr.y (mgr.25027) 142 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:43.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:43 smithi142 bash[19948]: audit 2024-09-20T23:17:42.853671+0000 mon.a (mon.0) 1558 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:17:43.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:43 smithi142 bash[19948]: audit 2024-09-20T23:17:42.860306+0000 mon.a (mon.0) 1559 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:17:43.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:43 smithi142 bash[19948]: audit 2024-09-20T23:17:42.862335+0000 mon.a (mon.0) 1560 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:17:43.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:43 smithi142 bash[19948]: audit 2024-09-20T23:17:42.869949+0000 mon.a (mon.0) 1561 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:44.676 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:17:44.676 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: "mds": {}, 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:17:44.677 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-09-20T23:17:44.678 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:17:44.678 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:17:44.678 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:17:45.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:45 smithi083 bash[19864]: cluster 2024-09-20T23:17:44.090039+0000 mgr.y (mgr.25027) 143 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:45.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:45 smithi083 bash[19864]: audit 2024-09-20T23:17:44.681578+0000 mon.c (mon.1) 197 : audit [DBG] from='client.? 172.21.15.83:0/302998122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:17:45.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:45 smithi083 bash[25244]: cluster 2024-09-20T23:17:44.090039+0000 mgr.y (mgr.25027) 143 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:45.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:45 smithi083 bash[25244]: audit 2024-09-20T23:17:44.681578+0000 mon.c (mon.1) 197 : audit [DBG] from='client.? 172.21.15.83:0/302998122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:17:45.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:45 smithi142 bash[19948]: cluster 2024-09-20T23:17:44.090039+0000 mgr.y (mgr.25027) 143 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:45.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:45 smithi142 bash[19948]: audit 2024-09-20T23:17:44.681578+0000 mon.c (mon.1) 197 : audit [DBG] from='client.? 172.21.15.83:0/302998122' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:17:45.824 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph -s' 2024-09-20T23:17:47.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:47 smithi083 bash[19864]: cluster 2024-09-20T23:17:46.090811+0000 mgr.y (mgr.25027) 144 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:47.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:47 smithi083 bash[25244]: cluster 2024-09-20T23:17:46.090811+0000 mgr.y (mgr.25027) 144 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:47.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:47 smithi142 bash[19948]: cluster 2024-09-20T23:17:46.090811+0000 mgr.y (mgr.25027) 144 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:49.548 INFO:teuthology.orchestra.run.smithi083.stdout: cluster: 2024-09-20T23:17:49.548 INFO:teuthology.orchestra.run.smithi083.stdout: id: 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:17:49.548 INFO:teuthology.orchestra.run.smithi083.stdout: health: HEALTH_OK 2024-09-20T23:17:49.548 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:17:49.548 INFO:teuthology.orchestra.run.smithi083.stdout: services: 2024-09-20T23:17:49.548 INFO:teuthology.orchestra.run.smithi083.stdout: mon: 3 daemons, quorum a,c,b (age 26m) 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: mgr: y(active, since 3m), standbys: x 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: osd: 8 osds: 8 up (since 21m), 8 in (since 21m) 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: data: 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: pools: 6 pools, 161 pgs 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: objects: 210 objects, 585 KiB 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: usage: 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: pgs: 161 active+clean 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: io: 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: client: 1.2 KiB/s rd, 1 op/s rd, 0 op/s wr 2024-09-20T23:17:49.549 INFO:teuthology.orchestra.run.smithi083.stdout: 2024-09-20T23:17:49.740 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:49 smithi083 bash[25244]: cluster 2024-09-20T23:17:48.092598+0000 mgr.y (mgr.25027) 145 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:49.740 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:49 smithi083 bash[25244]: audit 2024-09-20T23:17:48.382903+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:49.741 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:49 smithi083 bash[25244]: audit 2024-09-20T23:17:48.393419+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:49.741 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:49 smithi083 bash[25244]: audit 2024-09-20T23:17:48.404445+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:49.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:49 smithi083 bash[19864]: cluster 2024-09-20T23:17:48.092598+0000 mgr.y (mgr.25027) 145 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:49.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:49 smithi083 bash[19864]: audit 2024-09-20T23:17:48.382903+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:49.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:49 smithi083 bash[19864]: audit 2024-09-20T23:17:48.393419+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:49.741 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:49 smithi083 bash[19864]: audit 2024-09-20T23:17:48.404445+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:49.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:49 smithi142 bash[19948]: cluster 2024-09-20T23:17:48.092598+0000 mgr.y (mgr.25027) 145 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:49.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:49 smithi142 bash[19948]: audit 2024-09-20T23:17:48.382903+0000 mon.a (mon.0) 1562 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:49.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:49 smithi142 bash[19948]: audit 2024-09-20T23:17:48.393419+0000 mon.a (mon.0) 1563 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:49.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:49 smithi142 bash[19948]: audit 2024-09-20T23:17:48.404445+0000 mon.a (mon.0) 1564 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:17:50.326 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph health detail' 2024-09-20T23:17:50.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:50 smithi083 bash[25244]: audit 2024-09-20T23:17:48.700988+0000 mgr.y (mgr.25027) 146 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:50.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:50 smithi083 bash[25244]: audit 2024-09-20T23:17:49.553796+0000 mon.c (mon.1) 198 : audit [DBG] from='client.? 172.21.15.83:0/3191182120' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T23:17:50.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:50 smithi083 bash[19864]: audit 2024-09-20T23:17:48.700988+0000 mgr.y (mgr.25027) 146 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:50.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:50 smithi083 bash[19864]: audit 2024-09-20T23:17:49.553796+0000 mon.c (mon.1) 198 : audit [DBG] from='client.? 172.21.15.83:0/3191182120' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T23:17:50.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:50 smithi142 bash[19948]: audit 2024-09-20T23:17:48.700988+0000 mgr.y (mgr.25027) 146 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:17:50.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:50 smithi142 bash[19948]: audit 2024-09-20T23:17:49.553796+0000 mon.c (mon.1) 198 : audit [DBG] from='client.? 172.21.15.83:0/3191182120' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-20T23:17:51.637 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:51 smithi083 bash[25244]: cluster 2024-09-20T23:17:50.093168+0000 mgr.y (mgr.25027) 147 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:51.637 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:51 smithi083 bash[19864]: cluster 2024-09-20T23:17:50.093168+0000 mgr.y (mgr.25027) 147 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:51.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:51 smithi142 bash[19948]: cluster 2024-09-20T23:17:50.093168+0000 mgr.y (mgr.25027) 147 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:52.070 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:17:51 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:17:51] "GET /metrics HTTP/1.1" 200 37990 "" "Prometheus/2.43.0" 2024-09-20T23:17:53.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:53 smithi083 bash[19864]: cluster 2024-09-20T23:17:52.094246+0000 mgr.y (mgr.25027) 148 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:53.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:53 smithi083 bash[25244]: cluster 2024-09-20T23:17:52.094246+0000 mgr.y (mgr.25027) 148 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:53.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:53 smithi142 bash[19948]: cluster 2024-09-20T23:17:52.094246+0000 mgr.y (mgr.25027) 148 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:53.986 INFO:teuthology.orchestra.run.smithi083.stdout:HEALTH_OK 2024-09-20T23:17:54.767 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:54 smithi083 bash[19864]: audit 2024-09-20T23:17:53.991543+0000 mon.a (mon.0) 1565 : audit [DBG] from='client.? 172.21.15.83:0/1286901625' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:17:54.767 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:54 smithi083 bash[25244]: audit 2024-09-20T23:17:53.991543+0000 mon.a (mon.0) 1565 : audit [DBG] from='client.? 172.21.15.83:0/1286901625' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:17:54.768 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-20T23:17:54.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:54 smithi142 bash[19948]: audit 2024-09-20T23:17:53.991543+0000 mon.a (mon.0) 1565 : audit [DBG] from='client.? 172.21.15.83:0/1286901625' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:17:55.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:55 smithi083 bash[19864]: cluster 2024-09-20T23:17:54.095102+0000 mgr.y (mgr.25027) 149 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:55.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:55 smithi083 bash[25244]: cluster 2024-09-20T23:17:54.095102+0000 mgr.y (mgr.25027) 149 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:55.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:55 smithi142 bash[19948]: cluster 2024-09-20T23:17:54.095102+0000 mgr.y (mgr.25027) 149 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:57.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:57 smithi083 bash[19864]: cluster 2024-09-20T23:17:56.095598+0000 mgr.y (mgr.25027) 150 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:57.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:57 smithi083 bash[19864]: audit 2024-09-20T23:17:56.507356+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:17:57.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:57 smithi083 bash[25244]: cluster 2024-09-20T23:17:56.095598+0000 mgr.y (mgr.25027) 150 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:57.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:57 smithi083 bash[25244]: audit 2024-09-20T23:17:56.507356+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:17:57.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:57 smithi142 bash[19948]: cluster 2024-09-20T23:17:56.095598+0000 mgr.y (mgr.25027) 150 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:17:57.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:57 smithi142 bash[19948]: audit 2024-09-20T23:17:56.507356+0000 mon.a (mon.0) 1566 : audit [DBG] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:17:58.401 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:17:59.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:58 smithi083 bash[19864]: cluster 2024-09-20T23:17:58.096551+0000 mgr.y (mgr.25027) 151 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:59.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:17:58 smithi083 bash[19864]: audit 2024-09-20T23:17:58.393320+0000 mon.a (mon.0) 1567 : audit [DBG] from='client.? 172.21.15.83:0/141265433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:17:59.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:58 smithi083 bash[25244]: cluster 2024-09-20T23:17:58.096551+0000 mgr.y (mgr.25027) 151 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:17:58 smithi083 bash[25244]: audit 2024-09-20T23:17:58.393320+0000 mon.a (mon.0) 1567 : audit [DBG] from='client.? 172.21.15.83:0/141265433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:17:59.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:58 smithi142 bash[19948]: cluster 2024-09-20T23:17:58.096551+0000 mgr.y (mgr.25027) 151 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:17:59.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:17:58 smithi142 bash[19948]: audit 2024-09-20T23:17:58.393320+0000 mon.a (mon.0) 1567 : audit [DBG] from='client.? 172.21.15.83:0/141265433' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:17:59.099 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph mgr fail' 2024-09-20T23:18:00.814 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:00 smithi142 bash[19948]: audit 2024-09-20T23:17:58.712213+0000 mgr.y (mgr.25027) 152 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:00.815 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:00 smithi142 bash[19948]: audit 2024-09-20T23:17:59.527818+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:18:00.815 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:00 smithi142 bash[19948]: audit 2024-09-20T23:17:59.538167+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:18:00.815 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:00 smithi142 bash[19948]: audit 2024-09-20T23:17:59.548907+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:18:00.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:00 smithi083 bash[25244]: audit 2024-09-20T23:17:58.712213+0000 mgr.y (mgr.25027) 152 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:00.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:00 smithi083 bash[25244]: audit 2024-09-20T23:17:59.527818+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:18:00.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:00 smithi083 bash[25244]: audit 2024-09-20T23:17:59.538167+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:18:00.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:00 smithi083 bash[25244]: audit 2024-09-20T23:17:59.548907+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:18:00.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:00 smithi083 bash[19864]: audit 2024-09-20T23:17:58.712213+0000 mgr.y (mgr.25027) 152 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:00.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:00 smithi083 bash[19864]: audit 2024-09-20T23:17:59.527818+0000 mon.a (mon.0) 1568 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:18:00.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:00 smithi083 bash[19864]: audit 2024-09-20T23:17:59.538167+0000 mon.a (mon.0) 1569 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:18:00.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:00 smithi083 bash[19864]: audit 2024-09-20T23:17:59.548907+0000 mon.a (mon.0) 1570 : audit [INF] from='mgr.25027 172.21.15.83:0/2679920464' entity='mgr.y' 2024-09-20T23:18:01.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:01 smithi142 bash[19948]: cluster 2024-09-20T23:18:00.097230+0000 mgr.y (mgr.25027) 153 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:18:01.853 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:01 smithi083 bash[19864]: cluster 2024-09-20T23:18:00.097230+0000 mgr.y (mgr.25027) 153 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:18:01.853 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:01 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:18:01] "GET /metrics HTTP/1.1" 200 37986 "" "Prometheus/2.43.0" 2024-09-20T23:18:01.854 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:01 smithi083 bash[25244]: cluster 2024-09-20T23:18:00.097230+0000 mgr.y (mgr.25027) 153 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:18:03.806 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:03 smithi142 bash[19948]: cluster 2024-09-20T23:18:02.098270+0000 mgr.y (mgr.25027) 154 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:18:03.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:03 smithi083 bash[19864]: cluster 2024-09-20T23:18:02.098270+0000 mgr.y (mgr.25027) 154 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:18:03.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:03 smithi083 bash[25244]: cluster 2024-09-20T23:18:02.098270+0000 mgr.y (mgr.25027) 154 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:18:05.807 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:05 smithi142 bash[48288]: [20/Sep/2024:23:18:05] ENGINE Bus STOPPING 2024-09-20T23:18:05.808 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:05 smithi142 bash[19948]: cluster 2024-09-20T23:18:04.099454+0000 mgr.y (mgr.25027) 155 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:18:05.808 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:05 smithi142 bash[19948]: audit 2024-09-20T23:18:05.012836+0000 mon.a (mon.0) 1571 : audit [INF] from='client.? 172.21.15.83:0/597279432' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:18:05.808 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:05 smithi142 bash[19948]: cluster 2024-09-20T23:18:05.018673+0000 mon.a (mon.0) 1572 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-09-20T23:18:05.810 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:05 smithi083 bash[70411]: ignoring --setuser ceph since I am not root 2024-09-20T23:18:05.810 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:05 smithi083 bash[70411]: ignoring --setgroup ceph since I am not root 2024-09-20T23:18:05.810 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:05 smithi083 bash[70411]: debug 2024-09-20T23:18:05.635+0000 7f496bde6640 1 -- 172.21.15.83:0/839953457 <== mon.1 v2:172.21.15.83:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5612009230e0 con 0x561200925400 2024-09-20T23:18:05.810 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:05 smithi083 bash[70411]: debug 2024-09-20T23:18:05.743+0000 7f496e642040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T23:18:05.810 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:05 smithi083 bash[25244]: cluster 2024-09-20T23:18:04.099454+0000 mgr.y (mgr.25027) 155 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:18:05.811 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:05 smithi083 bash[25244]: audit 2024-09-20T23:18:05.012836+0000 mon.a (mon.0) 1571 : audit [INF] from='client.? 172.21.15.83:0/597279432' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:18:05.811 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:05 smithi083 bash[25244]: cluster 2024-09-20T23:18:05.018673+0000 mon.a (mon.0) 1572 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-09-20T23:18:05.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:05 smithi083 bash[19864]: cluster 2024-09-20T23:18:04.099454+0000 mgr.y (mgr.25027) 155 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:18:05.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:05 smithi083 bash[19864]: audit 2024-09-20T23:18:05.012836+0000 mon.a (mon.0) 1571 : audit [INF] from='client.? 172.21.15.83:0/597279432' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-20T23:18:05.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:05 smithi083 bash[19864]: cluster 2024-09-20T23:18:05.018673+0000 mon.a (mon.0) 1572 : cluster [DBG] osdmap e106: 8 total, 8 up, 8 in 2024-09-20T23:18:06.071 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:05 smithi142 bash[48288]: [20/Sep/2024:23:18:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-20T23:18:06.071 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:05 smithi142 bash[48288]: [20/Sep/2024:23:18:05] ENGINE Bus STOPPED 2024-09-20T23:18:06.562 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[48288]: [20/Sep/2024:23:18:06] ENGINE Bus STARTING 2024-09-20T23:18:06.562 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[48288]: [20/Sep/2024:23:18:06] ENGINE Serving on http://:::9283 2024-09-20T23:18:06.562 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[48288]: [20/Sep/2024:23:18:06] ENGINE Bus STARTED 2024-09-20T23:18:06.612 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'sleep 180' 2024-09-20T23:18:06.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.571120+0000 mon.a (mon.0) 1573 : audit [INF] from='client.? 172.21.15.83:0/597279432' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: cluster 2024-09-20T23:18:05.572543+0000 mon.a (mon.0) 1574 : cluster [DBG] mgrmap e33: x(active, starting, since 0.558646s) 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.574181+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.574828+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.575310+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.575815+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.576334+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.576925+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.577452+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.577968+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.578593+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.579367+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.580102+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:18:06.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.580851+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:18:06.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.581696+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:18:06.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.582315+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:18:06.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:05.583670+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:18:06.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: cluster 2024-09-20T23:18:06.101533+0000 mon.a (mon.0) 1575 : cluster [INF] Manager daemon x is now available 2024-09-20T23:18:06.822 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:06.149797+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:06.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.571120+0000 mon.a (mon.0) 1573 : audit [INF] from='client.? 172.21.15.83:0/597279432' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-20T23:18:06.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: cluster 2024-09-20T23:18:05.572543+0000 mon.a (mon.0) 1574 : cluster [DBG] mgrmap e33: x(active, starting, since 0.558646s) 2024-09-20T23:18:06.822 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.574181+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.574828+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.575310+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.575815+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.576334+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.576925+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.577452+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.577968+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.578593+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.579367+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.580102+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.580851+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.581696+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:18:06.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.582315+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:05.583670+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: cluster 2024-09-20T23:18:06.101533+0000 mon.a (mon.0) 1575 : cluster [INF] Manager daemon x is now available 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:06.149797+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:06.149893+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:06.155388+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:06.155613+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:06.159036+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:06.159781+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:06.177549+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:06.181652+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:06.185327+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:06.216937+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-20T23:18:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[19864]: audit 2024-09-20T23:18:06.220563+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-20T23:18:06.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:06.149893+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:18:06.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:06.155388+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:18:06.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:06.155613+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:18:06.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:06.159036+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:18:06.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:06.159781+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:18:06.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:06.177549+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:18:06.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:06.181652+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:18:06.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:06.185327+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:18:06.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:06.216937+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-20T23:18:06.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[25244]: audit 2024-09-20T23:18:06.220563+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.571120+0000 mon.a (mon.0) 1573 : audit [INF] from='client.? 172.21.15.83:0/597279432' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: cluster 2024-09-20T23:18:05.572543+0000 mon.a (mon.0) 1574 : cluster [DBG] mgrmap e33: x(active, starting, since 0.558646s) 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.574181+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.574828+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.575310+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.575815+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.576334+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.576925+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.577452+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.577968+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.578593+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.579367+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.580102+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:18:06.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.580851+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.581696+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.582315+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:05.583670+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: cluster 2024-09-20T23:18:06.101533+0000 mon.a (mon.0) 1575 : cluster [INF] Manager daemon x is now available 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:06.149797+0000 mon.a (mon.0) 1576 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:06.149893+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:06.155388+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:06.155613+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:06.159036+0000 mon.a (mon.0) 1577 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:06.159781+0000 mon.a (mon.0) 1578 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:06.177549+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:06.181652+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:18:06.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:06.185327+0000 mon.a (mon.0) 1579 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:18:06.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:06.216937+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-20T23:18:06.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:06 smithi142 bash[19948]: audit 2024-09-20T23:18:06.220563+0000 mon.a (mon.0) 1580 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-20T23:18:07.320 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:06 smithi083 bash[70411]: debug 2024-09-20T23:18:06.983+0000 7f496e642040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T23:18:07.320 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[70411]: debug 2024-09-20T23:18:07.047+0000 7f496e642040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T23:18:07.321 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[70411]: debug 2024-09-20T23:18:07.199+0000 7f496e642040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T23:18:07.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[25244]: cluster 2024-09-20T23:18:06.590423+0000 mon.a (mon.0) 1581 : cluster [DBG] mgrmap e34: x(active, since 1.57651s) 2024-09-20T23:18:07.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[25244]: cluster 2024-09-20T23:18:06.593522+0000 mgr.x (mgr.24617) 1 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:07.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[25244]: audit 2024-09-20T23:18:07.008009+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:18:07.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[25244]: audit 2024-09-20T23:18:07.011792+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:18:07.820 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[25244]: audit 2024-09-20T23:18:07.157153+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:18:07.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[25244]: audit 2024-09-20T23:18:07.158975+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:18:07.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[25244]: audit 2024-09-20T23:18:07.160198+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:18:07.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[25244]: audit 2024-09-20T23:18:07.160837+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:18:07.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[19864]: cluster 2024-09-20T23:18:06.590423+0000 mon.a (mon.0) 1581 : cluster [DBG] mgrmap e34: x(active, since 1.57651s) 2024-09-20T23:18:07.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[19864]: cluster 2024-09-20T23:18:06.593522+0000 mgr.x (mgr.24617) 1 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:07.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[19864]: audit 2024-09-20T23:18:07.008009+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:18:07.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[19864]: audit 2024-09-20T23:18:07.011792+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:18:07.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[19864]: audit 2024-09-20T23:18:07.157153+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:18:07.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[19864]: audit 2024-09-20T23:18:07.158975+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:18:07.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[19864]: audit 2024-09-20T23:18:07.160198+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:18:07.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[19864]: audit 2024-09-20T23:18:07.160837+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:18:07.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[19948]: cluster 2024-09-20T23:18:06.590423+0000 mon.a (mon.0) 1581 : cluster [DBG] mgrmap e34: x(active, since 1.57651s) 2024-09-20T23:18:07.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[19948]: cluster 2024-09-20T23:18:06.593522+0000 mgr.x (mgr.24617) 1 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:07.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[19948]: audit 2024-09-20T23:18:07.008009+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:18:07.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[19948]: audit 2024-09-20T23:18:07.011792+0000 mon.a (mon.0) 1582 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:18:07.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[19948]: audit 2024-09-20T23:18:07.157153+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:18:07.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[19948]: audit 2024-09-20T23:18:07.158975+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:18:07.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[19948]: audit 2024-09-20T23:18:07.160198+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:18:07.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[19948]: audit 2024-09-20T23:18:07.160837+0000 mon.a (mon.0) 1583 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:18:07.839 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: debug 2024-09-20T23:18:07.645+0000 7fb9f5a6b640 -1 log_channel(cephadm) log [ERR] : [20/Sep/2024:23:18:07] ENGINE Error in HTTPServer.serve 2024-09-20T23:18:07.839 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: Traceback (most recent call last): 2024-09-20T23:18:07.839 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:18:07.839 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: self._connections.run(self.expiration_interval) 2024-09-20T23:18:07.839 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:18:07.839 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: self._run(expiration_interval) 2024-09-20T23:18:07.839 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:18:07.839 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:18:07.839 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:18:07.839 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:18:07.839 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:18:07.840 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: s = self.context.wrap_socket( 2024-09-20T23:18:07.840 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:18:07.840 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: return self.sslsocket_class._create( 2024-09-20T23:18:07.840 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:18:07.840 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: self.do_handshake() 2024-09-20T23:18:07.840 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:18:07.840 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: self._sslobj.do_handshake() 2024-09-20T23:18:07.840 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:07 smithi142 bash[48288]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:18:08.151 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[70411]: debug 2024-09-20T23:18:07.883+0000 7f496e642040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T23:18:08.151 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:07 smithi083 bash[70411]: debug 2024-09-20T23:18:07.959+0000 7f496e642040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T23:18:08.151 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[70411]: debug 2024-09-20T23:18:08.051+0000 7f496e642040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T23:18:08.406 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[70411]: debug 2024-09-20T23:18:08.255+0000 7f496e642040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-20T23:18:08.406 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[70411]: debug 2024-09-20T23:18:08.335+0000 7f496e642040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T23:18:08.406 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[70411]: debug 2024-09-20T23:18:08.407+0000 7f496e642040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T23:18:08.957 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[70411]: debug 2024-09-20T23:18:08.683+0000 7f496e642040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T23:18:08.957 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[70411]: debug 2024-09-20T23:18:08.751+0000 7f496e642040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T23:18:08.957 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.162382+0000 mgr.x (mgr.24617) 2 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:18:08.957 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.162745+0000 mgr.x (mgr.24617) 3 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:18:08.957 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.503017+0000 mgr.x (mgr.24617) 4 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:18:08.957 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.523108+0000 mgr.x (mgr.24617) 5 : cephadm [INF] [20/Sep/2024:23:18:07] ENGINE Bus STARTING 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cluster 2024-09-20T23:18:07.578975+0000 mgr.x (mgr.24617) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.630935+0000 mgr.x (mgr.24617) 7 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.637139+0000 mgr.x (mgr.24617) 8 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.644106+0000 mgr.x (mgr.24617) 9 : cephadm [INF] [20/Sep/2024:23:18:07] ENGINE Serving on https://172.21.15.142:7150 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.648550+0000 mgr.x (mgr.24617) 10 : cephadm [ERR] [20/Sep/2024:23:18:07] ENGINE Error in HTTPServer.serve 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: Traceback (most recent call last): 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: self._connections.run(self.expiration_interval) 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: self._run(expiration_interval) 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:18:08.958 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: s = self.context.wrap_socket( 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: return self.sslsocket_class._create( 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: self.do_handshake() 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: self._sslobj.do_handshake() 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.746793+0000 mgr.x (mgr.24617) 11 : cephadm [INF] [20/Sep/2024:23:18:07] ENGINE Serving on http://172.21.15.142:8765 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.747189+0000 mgr.x (mgr.24617) 12 : cephadm [INF] [20/Sep/2024:23:18:07] ENGINE Bus STARTED 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.772202+0000 mgr.x (mgr.24617) 13 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:18:08.959 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.772339+0000 mgr.x (mgr.24617) 14 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:18:08.960 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.162382+0000 mgr.x (mgr.24617) 2 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:18:08.960 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.162745+0000 mgr.x (mgr.24617) 3 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:18:08.960 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.503017+0000 mgr.x (mgr.24617) 4 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:18:08.960 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.523108+0000 mgr.x (mgr.24617) 5 : cephadm [INF] [20/Sep/2024:23:18:07] ENGINE Bus STARTING 2024-09-20T23:18:08.960 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cluster 2024-09-20T23:18:07.578975+0000 mgr.x (mgr.24617) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:08.960 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.630935+0000 mgr.x (mgr.24617) 7 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:18:08.960 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.637139+0000 mgr.x (mgr.24617) 8 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:18:08.960 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.644106+0000 mgr.x (mgr.24617) 9 : cephadm [INF] [20/Sep/2024:23:18:07] ENGINE Serving on https://172.21.15.142:7150 2024-09-20T23:18:08.960 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.648550+0000 mgr.x (mgr.24617) 10 : cephadm [ERR] [20/Sep/2024:23:18:07] ENGINE Error in HTTPServer.serve 2024-09-20T23:18:08.960 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: Traceback (most recent call last): 2024-09-20T23:18:08.960 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: self._connections.run(self.expiration_interval) 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: self._run(expiration_interval) 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: s = self.context.wrap_socket( 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: return self.sslsocket_class._create( 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: self.do_handshake() 2024-09-20T23:18:08.961 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:18:08.962 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: self._sslobj.do_handshake() 2024-09-20T23:18:08.962 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:18:08.962 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.746793+0000 mgr.x (mgr.24617) 11 : cephadm [INF] [20/Sep/2024:23:18:07] ENGINE Serving on http://172.21.15.142:8765 2024-09-20T23:18:08.962 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.747189+0000 mgr.x (mgr.24617) 12 : cephadm [INF] [20/Sep/2024:23:18:07] ENGINE Bus STARTED 2024-09-20T23:18:08.962 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.772202+0000 mgr.x (mgr.24617) 13 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:18:08.962 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.772339+0000 mgr.x (mgr.24617) 14 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:18:08.962 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:07.793850+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.962 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:07.867910+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.962 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:07.876882+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:07.914416+0000 mgr.x (mgr.24617) 15 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:07.942114+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:07.951479+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:07.997606+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:08.023549+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:08.031483+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:08.037713+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:08.039647+0000 mgr.x (mgr.24617) 16 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:08.042223+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:08.046193+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:08.069534+0000 mgr.x (mgr.24617) 17 : cephadm [INF] Reconfiguring iscsi.foo.smithi083.kcbpup (dependencies changed)... 2024-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:08.069924+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:08.073484+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:18:08.963 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:08.077100+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: cephadm 2024-09-20T23:18:08.077886+0000 mgr.x (mgr.24617) 18 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[19864]: audit 2024-09-20T23:18:08.154216+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:07.793850+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:07.867910+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:07.876882+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:07.914416+0000 mgr.x (mgr.24617) 15 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:07.942114+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:07.951479+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:07.997606+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:08.023549+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:08.031483+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:08.037713+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.964 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:08.039647+0000 mgr.x (mgr.24617) 16 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:18:08.965 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:08.042223+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.965 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:08.046193+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:08.965 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:08.069534+0000 mgr.x (mgr.24617) 17 : cephadm [INF] Reconfiguring iscsi.foo.smithi083.kcbpup (dependencies changed)... 2024-09-20T23:18:08.965 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:08.069924+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:18:08.965 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:08.073484+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:18:08.965 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:08.077100+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:18:08.965 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: cephadm 2024-09-20T23:18:08.077886+0000 mgr.x (mgr.24617) 18 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:18:08.965 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[25244]: audit 2024-09-20T23:18:08.154216+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.162382+0000 mgr.x (mgr.24617) 2 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:18:09.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.162745+0000 mgr.x (mgr.24617) 3 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:18:09.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.503017+0000 mgr.x (mgr.24617) 4 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:18:09.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.523108+0000 mgr.x (mgr.24617) 5 : cephadm [INF] [20/Sep/2024:23:18:07] ENGINE Bus STARTING 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cluster 2024-09-20T23:18:07.578975+0000 mgr.x (mgr.24617) 6 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.630935+0000 mgr.x (mgr.24617) 7 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.637139+0000 mgr.x (mgr.24617) 8 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.644106+0000 mgr.x (mgr.24617) 9 : cephadm [INF] [20/Sep/2024:23:18:07] ENGINE Serving on https://172.21.15.142:7150 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.648550+0000 mgr.x (mgr.24617) 10 : cephadm [ERR] [20/Sep/2024:23:18:07] ENGINE Error in HTTPServer.serve 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: Traceback (most recent call last): 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: self._connections.run(self.expiration_interval) 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: self._run(expiration_interval) 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:18:09.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: s = self.context.wrap_socket( 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: return self.sslsocket_class._create( 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: self.do_handshake() 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: self._sslobj.do_handshake() 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.746793+0000 mgr.x (mgr.24617) 11 : cephadm [INF] [20/Sep/2024:23:18:07] ENGINE Serving on http://172.21.15.142:8765 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.747189+0000 mgr.x (mgr.24617) 12 : cephadm [INF] [20/Sep/2024:23:18:07] ENGINE Bus STARTED 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.772202+0000 mgr.x (mgr.24617) 13 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:18:09.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.772339+0000 mgr.x (mgr.24617) 14 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:07.793850+0000 mon.a (mon.0) 1584 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:07.867910+0000 mon.a (mon.0) 1585 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:07.876882+0000 mon.a (mon.0) 1586 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:07.914416+0000 mgr.x (mgr.24617) 15 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:07.942114+0000 mon.a (mon.0) 1587 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:07.951479+0000 mon.a (mon.0) 1588 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:07.997606+0000 mon.a (mon.0) 1589 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:08.023549+0000 mon.a (mon.0) 1590 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:08.031483+0000 mon.a (mon.0) 1591 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:08.037713+0000 mon.a (mon.0) 1592 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:08.039647+0000 mgr.x (mgr.24617) 16 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:08.042223+0000 mon.a (mon.0) 1593 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:08.046193+0000 mon.a (mon.0) 1594 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:08.069534+0000 mgr.x (mgr.24617) 17 : cephadm [INF] Reconfiguring iscsi.foo.smithi083.kcbpup (dependencies changed)... 2024-09-20T23:18:09.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:08.069924+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:18:09.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:08.073484+0000 mon.a (mon.0) 1595 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:18:09.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:08.077100+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:18:09.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: cephadm 2024-09-20T23:18:08.077886+0000 mgr.x (mgr.24617) 18 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:18:09.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:08 smithi142 bash[19948]: audit 2024-09-20T23:18:08.154216+0000 mon.a (mon.0) 1596 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:09.289 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:08 smithi083 bash[70411]: debug 2024-09-20T23:18:08.959+0000 7f496e642040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T23:18:09.289 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:09 smithi083 bash[70411]: debug 2024-09-20T23:18:09.039+0000 7f496e642040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T23:18:09.570 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:09 smithi083 bash[70411]: debug 2024-09-20T23:18:09.291+0000 7f496e642040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T23:18:09.570 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:09 smithi083 bash[70411]: debug 2024-09-20T23:18:09.471+0000 7f496e642040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:18:09.890 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:09 smithi083 bash[70411]: debug 2024-09-20T23:18:09.635+0000 7f496e642040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T23:18:09.891 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:09 smithi083 bash[70411]: debug 2024-09-20T23:18:09.711+0000 7f496e642040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T23:18:10.320 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:09 smithi083 bash[70411]: debug 2024-09-20T23:18:09.891+0000 7f496e642040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:18:10.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:10 smithi083 bash[25244]: audit 2024-09-20T23:18:08.720363+0000 mgr.x (mgr.24617) 19 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:10.320 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:10 smithi083 bash[25244]: cluster 2024-09-20T23:18:09.053295+0000 mon.a (mon.0) 1597 : cluster [DBG] mgrmap e35: x(active, since 4s) 2024-09-20T23:18:10.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:10 smithi083 bash[19864]: audit 2024-09-20T23:18:08.720363+0000 mgr.x (mgr.24617) 19 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:10.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:10 smithi083 bash[19864]: cluster 2024-09-20T23:18:09.053295+0000 mon.a (mon.0) 1597 : cluster [DBG] mgrmap e35: x(active, since 4s) 2024-09-20T23:18:10.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:10 smithi142 bash[19948]: audit 2024-09-20T23:18:08.720363+0000 mgr.x (mgr.24617) 19 : audit [DBG] from='client.25105 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:10.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:10 smithi142 bash[19948]: cluster 2024-09-20T23:18:09.053295+0000 mon.a (mon.0) 1597 : cluster [DBG] mgrmap e35: x(active, since 4s) 2024-09-20T23:18:11.053 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:10 smithi083 bash[70411]: debug 2024-09-20T23:18:10.755+0000 7f496e642040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T23:18:11.053 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:10 smithi083 bash[70411]: debug 2024-09-20T23:18:10.831+0000 7f496e642040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T23:18:11.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[19864]: cluster 2024-09-20T23:18:09.579617+0000 mgr.x (mgr.24617) 20 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:11.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[19864]: audit 2024-09-20T23:18:10.542073+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:11.320 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[70411]: debug 2024-09-20T23:18:11.059+0000 7f496e642040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T23:18:11.320 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[70411]: debug 2024-09-20T23:18:11.143+0000 7f496e642040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T23:18:11.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[25244]: cluster 2024-09-20T23:18:09.579617+0000 mgr.x (mgr.24617) 20 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:11.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[25244]: audit 2024-09-20T23:18:10.542073+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:11.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:11 smithi142 bash[19948]: cluster 2024-09-20T23:18:09.579617+0000 mgr.x (mgr.24617) 20 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:11.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:11 smithi142 bash[19948]: audit 2024-09-20T23:18:10.542073+0000 mon.a (mon.0) 1598 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:11.727 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[70411]: debug 2024-09-20T23:18:11.555+0000 7f496e642040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T23:18:11.727 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[70411]: debug 2024-09-20T23:18:11.635+0000 7f496e642040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T23:18:11.727 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[70411]: [20/Sep/2024:23:18:11] ENGINE Bus STARTING 2024-09-20T23:18:11.727 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[70411]: CherryPy Checker: 2024-09-20T23:18:11.727 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[70411]: The Application mounted at '' has an empty config. 2024-09-20T23:18:12.063 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:18:11] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-20T23:18:12.063 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[70411]: [20/Sep/2024:23:18:11] ENGINE Serving on http://:::9283 2024-09-20T23:18:12.063 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:18:11 smithi083 bash[70411]: [20/Sep/2024:23:18:11] ENGINE Bus STARTED 2024-09-20T23:18:12.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[19864]: cluster 2024-09-20T23:18:11.074227+0000 mon.a (mon.0) 1599 : cluster [DBG] mgrmap e36: x(active, since 6s) 2024-09-20T23:18:12.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[19864]: audit 2024-09-20T23:18:11.439948+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:12.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[19864]: cluster 2024-09-20T23:18:11.662564+0000 mon.a (mon.0) 1601 : cluster [DBG] Standby manager daemon y started 2024-09-20T23:18:12.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[19864]: audit 2024-09-20T23:18:11.666352+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.? 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-20T23:18:12.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[19864]: audit 2024-09-20T23:18:11.668360+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.? 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:18:12.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[19864]: audit 2024-09-20T23:18:11.669289+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.? 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-20T23:18:12.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[19864]: audit 2024-09-20T23:18:11.669649+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.? 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:18:12.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[25244]: cluster 2024-09-20T23:18:11.074227+0000 mon.a (mon.0) 1599 : cluster [DBG] mgrmap e36: x(active, since 6s) 2024-09-20T23:18:12.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[25244]: audit 2024-09-20T23:18:11.439948+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:12.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[25244]: cluster 2024-09-20T23:18:11.662564+0000 mon.a (mon.0) 1601 : cluster [DBG] Standby manager daemon y started 2024-09-20T23:18:12.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[25244]: audit 2024-09-20T23:18:11.666352+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.? 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-20T23:18:12.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[25244]: audit 2024-09-20T23:18:11.668360+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.? 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:18:12.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[25244]: audit 2024-09-20T23:18:11.669289+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.? 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-20T23:18:12.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:12 smithi083 bash[25244]: audit 2024-09-20T23:18:11.669649+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.? 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:18:12.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:12 smithi142 bash[19948]: cluster 2024-09-20T23:18:11.074227+0000 mon.a (mon.0) 1599 : cluster [DBG] mgrmap e36: x(active, since 6s) 2024-09-20T23:18:12.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:12 smithi142 bash[19948]: audit 2024-09-20T23:18:11.439948+0000 mon.a (mon.0) 1600 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:12.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:12 smithi142 bash[19948]: cluster 2024-09-20T23:18:11.662564+0000 mon.a (mon.0) 1601 : cluster [DBG] Standby manager daemon y started 2024-09-20T23:18:12.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:12 smithi142 bash[19948]: audit 2024-09-20T23:18:11.666352+0000 mon.a (mon.0) 1602 : audit [DBG] from='mgr.? 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-20T23:18:12.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:12 smithi142 bash[19948]: audit 2024-09-20T23:18:11.668360+0000 mon.a (mon.0) 1603 : audit [DBG] from='mgr.? 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:18:12.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:12 smithi142 bash[19948]: audit 2024-09-20T23:18:11.669289+0000 mon.a (mon.0) 1604 : audit [DBG] from='mgr.? 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-20T23:18:12.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:12 smithi142 bash[19948]: audit 2024-09-20T23:18:11.669649+0000 mon.a (mon.0) 1605 : audit [DBG] from='mgr.? 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:18:13.207 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:13 smithi142 bash[19948]: cluster 2024-09-20T23:18:11.580166+0000 mgr.x (mgr.24617) 21 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:13.208 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:13 smithi142 bash[19948]: audit 2024-09-20T23:18:12.463802+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:18:13.208 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:13 smithi142 bash[19948]: cluster 2024-09-20T23:18:12.464985+0000 mon.a (mon.0) 1606 : cluster [DBG] mgrmap e37: x(active, since 7s), standbys: y 2024-09-20T23:18:13.208 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:13 smithi142 bash[19948]: audit 2024-09-20T23:18:12.875679+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:13.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:13 smithi083 bash[19864]: cluster 2024-09-20T23:18:11.580166+0000 mgr.x (mgr.24617) 21 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:13.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:13 smithi083 bash[19864]: audit 2024-09-20T23:18:12.463802+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:18:13.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:13 smithi083 bash[19864]: cluster 2024-09-20T23:18:12.464985+0000 mon.a (mon.0) 1606 : cluster [DBG] mgrmap e37: x(active, since 7s), standbys: y 2024-09-20T23:18:13.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:13 smithi083 bash[19864]: audit 2024-09-20T23:18:12.875679+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:13.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:13 smithi083 bash[25244]: cluster 2024-09-20T23:18:11.580166+0000 mgr.x (mgr.24617) 21 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:13.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:13 smithi083 bash[25244]: audit 2024-09-20T23:18:12.463802+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:18:13.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:13 smithi083 bash[25244]: cluster 2024-09-20T23:18:12.464985+0000 mon.a (mon.0) 1606 : cluster [DBG] mgrmap e37: x(active, since 7s), standbys: y 2024-09-20T23:18:13.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:13 smithi083 bash[25244]: audit 2024-09-20T23:18:12.875679+0000 mon.a (mon.0) 1607 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:14.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:14 smithi083 bash[19864]: audit 2024-09-20T23:18:13.422735+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:14.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:14 smithi083 bash[19864]: audit 2024-09-20T23:18:13.434369+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:14.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:14 smithi083 bash[19864]: audit 2024-09-20T23:18:13.445009+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:14.570 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:14 smithi083 bash[19864]: cluster 2024-09-20T23:18:13.581786+0000 mgr.x (mgr.24617) 22 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:18:14.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:14 smithi083 bash[25244]: audit 2024-09-20T23:18:13.422735+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:14.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:14 smithi083 bash[25244]: audit 2024-09-20T23:18:13.434369+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:14.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:14 smithi083 bash[25244]: audit 2024-09-20T23:18:13.445009+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:14.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:14 smithi083 bash[25244]: cluster 2024-09-20T23:18:13.581786+0000 mgr.x (mgr.24617) 22 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:18:14.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:14 smithi142 bash[19948]: audit 2024-09-20T23:18:13.422735+0000 mon.a (mon.0) 1608 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:14.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:14 smithi142 bash[19948]: audit 2024-09-20T23:18:13.434369+0000 mon.a (mon.0) 1609 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:14.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:14 smithi142 bash[19948]: audit 2024-09-20T23:18:13.445009+0000 mon.a (mon.0) 1610 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:14.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:14 smithi142 bash[19948]: cluster 2024-09-20T23:18:13.581786+0000 mgr.x (mgr.24617) 22 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:18:16.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:16 smithi083 bash[19864]: audit 2024-09-20T23:18:15.048320+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:16 smithi083 bash[19864]: audit 2024-09-20T23:18:15.060573+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:16 smithi083 bash[19864]: cluster 2024-09-20T23:18:15.062205+0000 mgr.x (mgr.24617) 23 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-20T23:18:16.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:16 smithi083 bash[19864]: audit 2024-09-20T23:18:15.072357+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:16 smithi083 bash[19864]: audit 2024-09-20T23:18:15.786944+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:16 smithi083 bash[19864]: audit 2024-09-20T23:18:15.795182+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:16 smithi083 bash[25244]: audit 2024-09-20T23:18:15.048320+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:16 smithi083 bash[25244]: audit 2024-09-20T23:18:15.060573+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:16 smithi083 bash[25244]: cluster 2024-09-20T23:18:15.062205+0000 mgr.x (mgr.24617) 23 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-20T23:18:16.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:16 smithi083 bash[25244]: audit 2024-09-20T23:18:15.072357+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:16 smithi083 bash[25244]: audit 2024-09-20T23:18:15.786944+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:16 smithi083 bash[25244]: audit 2024-09-20T23:18:15.795182+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:16 smithi142 bash[19948]: audit 2024-09-20T23:18:15.048320+0000 mon.a (mon.0) 1611 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:16 smithi142 bash[19948]: audit 2024-09-20T23:18:15.060573+0000 mon.a (mon.0) 1612 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:16 smithi142 bash[19948]: cluster 2024-09-20T23:18:15.062205+0000 mgr.x (mgr.24617) 23 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-20T23:18:16.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:16 smithi142 bash[19948]: audit 2024-09-20T23:18:15.072357+0000 mon.a (mon.0) 1613 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:16 smithi142 bash[19948]: audit 2024-09-20T23:18:15.786944+0000 mon.a (mon.0) 1614 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:16.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:16 smithi142 bash[19948]: audit 2024-09-20T23:18:15.795182+0000 mon.a (mon.0) 1615 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:17.308 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:17 smithi142 bash[19948]: cephadm 2024-09-20T23:18:15.795634+0000 mgr.x (mgr.24617) 24 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T23:18:17.308 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:17 smithi142 bash[19948]: cluster 2024-09-20T23:18:16.058148+0000 mon.a (mon.0) 1616 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-20T23:18:17.308 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:17 smithi142 bash[19948]: cephadm 2024-09-20T23:18:16.058370+0000 mgr.x (mgr.24617) 25 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi142 2024-09-20T23:18:17.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:17 smithi083 bash[19864]: cephadm 2024-09-20T23:18:15.795634+0000 mgr.x (mgr.24617) 24 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T23:18:17.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:17 smithi083 bash[19864]: cluster 2024-09-20T23:18:16.058148+0000 mon.a (mon.0) 1616 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-20T23:18:17.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:17 smithi083 bash[19864]: cephadm 2024-09-20T23:18:16.058370+0000 mgr.x (mgr.24617) 25 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi142 2024-09-20T23:18:17.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:17 smithi083 bash[25244]: cephadm 2024-09-20T23:18:15.795634+0000 mgr.x (mgr.24617) 24 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T23:18:17.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:17 smithi083 bash[25244]: cluster 2024-09-20T23:18:16.058148+0000 mon.a (mon.0) 1616 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-20T23:18:17.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:17 smithi083 bash[25244]: cephadm 2024-09-20T23:18:16.058370+0000 mgr.x (mgr.24617) 25 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi142 2024-09-20T23:18:18.312 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:18 smithi083 bash[25244]: cluster 2024-09-20T23:18:17.063084+0000 mgr.x (mgr.24617) 26 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-20T23:18:18.312 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:18 smithi083 bash[25244]: audit 2024-09-20T23:18:17.375682+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:18.312 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:18 smithi083 bash[25244]: audit 2024-09-20T23:18:17.386239+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:18.312 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:18 smithi083 bash[25244]: audit 2024-09-20T23:18:17.396517+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:18.312 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:18 smithi083 bash[19864]: cluster 2024-09-20T23:18:17.063084+0000 mgr.x (mgr.24617) 26 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-20T23:18:18.312 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:18 smithi083 bash[19864]: audit 2024-09-20T23:18:17.375682+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:18.313 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:18 smithi083 bash[19864]: audit 2024-09-20T23:18:17.386239+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:18.313 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:18 smithi083 bash[19864]: audit 2024-09-20T23:18:17.396517+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:18.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:18 smithi142 bash[19948]: cluster 2024-09-20T23:18:17.063084+0000 mgr.x (mgr.24617) 26 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-20T23:18:18.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:18 smithi142 bash[19948]: audit 2024-09-20T23:18:17.375682+0000 mon.a (mon.0) 1617 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:18.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:18 smithi142 bash[19948]: audit 2024-09-20T23:18:17.386239+0000 mon.a (mon.0) 1618 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:18.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:18 smithi142 bash[19948]: audit 2024-09-20T23:18:17.396517+0000 mon.a (mon.0) 1619 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:19.273 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:19 smithi083 bash[19864]: cluster 2024-09-20T23:18:17.385483+0000 mgr.x (mgr.24617) 27 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-20T23:18:19.273 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:19 smithi083 bash[19864]: cluster 2024-09-20T23:18:18.050144+0000 mon.a (mon.0) 1620 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-20T23:18:19.273 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:19 smithi083 bash[19864]: cluster 2024-09-20T23:18:18.050231+0000 mon.a (mon.0) 1621 : cluster [INF] Cluster is now healthy 2024-09-20T23:18:19.273 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:19 smithi083 bash[19864]: audit 2024-09-20T23:18:18.942368+0000 mon.c (mon.1) 199 : audit [DBG] from='client.? 172.21.15.83:0/3108923851' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:18:19.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:19 smithi083 bash[25244]: cluster 2024-09-20T23:18:17.385483+0000 mgr.x (mgr.24617) 27 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-20T23:18:19.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:19 smithi083 bash[25244]: cluster 2024-09-20T23:18:18.050144+0000 mon.a (mon.0) 1620 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-20T23:18:19.274 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:19 smithi083 bash[25244]: cluster 2024-09-20T23:18:18.050231+0000 mon.a (mon.0) 1621 : cluster [INF] Cluster is now healthy 2024-09-20T23:18:19.274 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:19 smithi083 bash[25244]: audit 2024-09-20T23:18:18.942368+0000 mon.c (mon.1) 199 : audit [DBG] from='client.? 172.21.15.83:0/3108923851' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:18:19.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:19 smithi142 bash[19948]: cluster 2024-09-20T23:18:17.385483+0000 mgr.x (mgr.24617) 27 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-20T23:18:19.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:19 smithi142 bash[19948]: cluster 2024-09-20T23:18:18.050144+0000 mon.a (mon.0) 1620 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-20T23:18:19.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:19 smithi142 bash[19948]: cluster 2024-09-20T23:18:18.050231+0000 mon.a (mon.0) 1621 : cluster [INF] Cluster is now healthy 2024-09-20T23:18:19.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:19 smithi142 bash[19948]: audit 2024-09-20T23:18:18.942368+0000 mon.c (mon.1) 199 : audit [DBG] from='client.? 172.21.15.83:0/3108923851' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:18:20.320 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:20 smithi083 bash[19864]: audit 2024-09-20T23:18:19.291524+0000 mon.c (mon.1) 200 : audit [INF] from='client.? 172.21.15.83:0/1782962004' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2635474125"}]: dispatch 2024-09-20T23:18:20.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:20 smithi083 bash[19864]: audit 2024-09-20T23:18:19.292197+0000 mon.a (mon.0) 1622 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2635474125"}]: dispatch 2024-09-20T23:18:20.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:20 smithi083 bash[25244]: audit 2024-09-20T23:18:19.291524+0000 mon.c (mon.1) 200 : audit [INF] from='client.? 172.21.15.83:0/1782962004' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2635474125"}]: dispatch 2024-09-20T23:18:20.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:20 smithi083 bash[25244]: audit 2024-09-20T23:18:19.292197+0000 mon.a (mon.0) 1622 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2635474125"}]: dispatch 2024-09-20T23:18:20.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[19948]: audit 2024-09-20T23:18:19.291524+0000 mon.c (mon.1) 200 : audit [INF] from='client.? 172.21.15.83:0/1782962004' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2635474125"}]: dispatch 2024-09-20T23:18:20.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[19948]: audit 2024-09-20T23:18:19.292197+0000 mon.a (mon.0) 1622 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2635474125"}]: dispatch 2024-09-20T23:18:21.154 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:21 smithi142 bash[19948]: cluster 2024-09-20T23:18:19.386200+0000 mgr.x (mgr.24617) 28 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-20T23:18:21.154 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:21 smithi142 bash[19948]: audit 2024-09-20T23:18:20.081649+0000 mon.a (mon.0) 1623 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2635474125"}]': finished 2024-09-20T23:18:21.154 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:21 smithi142 bash[19948]: cluster 2024-09-20T23:18:20.082478+0000 mon.a (mon.0) 1624 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-09-20T23:18:21.154 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:21 smithi142 bash[19948]: audit 2024-09-20T23:18:20.210273+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:21.154 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:21 smithi142 bash[19948]: audit 2024-09-20T23:18:20.219708+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:21.154 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:21 smithi142 bash[19948]: audit 2024-09-20T23:18:20.232257+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:21.154 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:21 smithi142 bash[19948]: audit 2024-09-20T23:18:20.465981+0000 mon.a (mon.0) 1628 : audit [INF] from='client.? 172.21.15.83:0/3389326597' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1376013505"}]: dispatch 2024-09-20T23:18:21.155 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 systemd[1]: Stopping Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:18:21.155 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[59889]: ts=2024-09-20T23:18:20.971Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-20T23:18:21.155 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[59889]: ts=2024-09-20T23:18:20.971Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-20T23:18:21.155 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[59889]: ts=2024-09-20T23:18:20.971Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-20T23:18:21.155 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[59889]: ts=2024-09-20T23:18:20.971Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-20T23:18:21.155 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[59889]: ts=2024-09-20T23:18:20.971Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-20T23:18:21.155 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[59889]: ts=2024-09-20T23:18:20.971Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-20T23:18:21.155 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[59889]: ts=2024-09-20T23:18:20.971Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-20T23:18:21.155 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[59889]: ts=2024-09-20T23:18:20.971Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-20T23:18:21.155 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[59889]: ts=2024-09-20T23:18:20.971Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-20T23:18:21.155 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[59889]: ts=2024-09-20T23:18:20.972Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-20T23:18:21.155 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[59889]: ts=2024-09-20T23:18:20.972Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-20T23:18:21.156 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:20 smithi142 bash[59889]: ts=2024-09-20T23:18:20.972Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-20T23:18:21.403 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[19864]: cluster 2024-09-20T23:18:19.386200+0000 mgr.x (mgr.24617) 28 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-20T23:18:21.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[19864]: audit 2024-09-20T23:18:20.081649+0000 mon.a (mon.0) 1623 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2635474125"}]': finished 2024-09-20T23:18:21.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[19864]: cluster 2024-09-20T23:18:20.082478+0000 mon.a (mon.0) 1624 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-09-20T23:18:21.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[19864]: audit 2024-09-20T23:18:20.210273+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:21.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[19864]: audit 2024-09-20T23:18:20.219708+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:21.404 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[19864]: audit 2024-09-20T23:18:20.232257+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:21.405 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[19864]: audit 2024-09-20T23:18:20.465981+0000 mon.a (mon.0) 1628 : audit [INF] from='client.? 172.21.15.83:0/3389326597' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1376013505"}]: dispatch 2024-09-20T23:18:21.405 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[25244]: cluster 2024-09-20T23:18:19.386200+0000 mgr.x (mgr.24617) 28 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-20T23:18:21.405 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[25244]: audit 2024-09-20T23:18:20.081649+0000 mon.a (mon.0) 1623 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/2635474125"}]': finished 2024-09-20T23:18:21.405 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[25244]: cluster 2024-09-20T23:18:20.082478+0000 mon.a (mon.0) 1624 : cluster [DBG] osdmap e107: 8 total, 8 up, 8 in 2024-09-20T23:18:21.405 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[25244]: audit 2024-09-20T23:18:20.210273+0000 mon.a (mon.0) 1625 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:21.405 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[25244]: audit 2024-09-20T23:18:20.219708+0000 mon.a (mon.0) 1626 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:21.405 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[25244]: audit 2024-09-20T23:18:20.232257+0000 mon.a (mon.0) 1627 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:21.406 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:21 smithi083 bash[25244]: audit 2024-09-20T23:18:20.465981+0000 mon.a (mon.0) 1628 : audit [INF] from='client.? 172.21.15.83:0/3389326597' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1376013505"}]: dispatch 2024-09-20T23:18:21.748 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:21 smithi142 bash[64045]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-prometheus-a 2024-09-20T23:18:21.748 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:21 smithi142 bash[64104]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-prometheus-a 2024-09-20T23:18:21.748 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:21 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@prometheus.a.service: Deactivated successfully. 2024-09-20T23:18:21.749 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:21 smithi142 systemd[1]: Stopped Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:18:21.749 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:21 smithi142 systemd[1]: Started Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:18:22.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: cluster 2024-09-20T23:18:20.220018+0000 mgr.x (mgr.24617) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 616 B/s rd, 0 op/s 2024-09-20T23:18:22.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.176805+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:18:22.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: cluster 2024-09-20T23:18:21.217547+0000 mon.a (mon.0) 1629 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-20T23:18:22.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.237325+0000 mon.a (mon.0) 1630 : audit [INF] from='client.? 172.21.15.83:0/3389326597' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1376013505"}]': finished 2024-09-20T23:18:22.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: cluster 2024-09-20T23:18:21.237405+0000 mon.a (mon.0) 1631 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-09-20T23:18:22.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.603750+0000 mon.c (mon.1) 201 : audit [INF] from='client.? 172.21.15.83:0/2322142595' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/1683314273"}]: dispatch 2024-09-20T23:18:22.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.604701+0000 mon.a (mon.0) 1632 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/1683314273"}]: dispatch 2024-09-20T23:18:22.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.688212+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:22.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.697989+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:22.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.701008+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:18:22.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.706781+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:18:22.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.711893+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:18:22.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.754465+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:18:22.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.758048+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:18:22.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.759154+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:18:22.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[19864]: audit 2024-09-20T23:18:21.774204+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:22.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: cluster 2024-09-20T23:18:20.220018+0000 mgr.x (mgr.24617) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 616 B/s rd, 0 op/s 2024-09-20T23:18:22.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.176805+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:18:22.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: cluster 2024-09-20T23:18:21.217547+0000 mon.a (mon.0) 1629 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-20T23:18:22.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.237325+0000 mon.a (mon.0) 1630 : audit [INF] from='client.? 172.21.15.83:0/3389326597' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1376013505"}]': finished 2024-09-20T23:18:22.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: cluster 2024-09-20T23:18:21.237405+0000 mon.a (mon.0) 1631 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-09-20T23:18:22.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.603750+0000 mon.c (mon.1) 201 : audit [INF] from='client.? 172.21.15.83:0/2322142595' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/1683314273"}]: dispatch 2024-09-20T23:18:22.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.604701+0000 mon.a (mon.0) 1632 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/1683314273"}]: dispatch 2024-09-20T23:18:22.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.688212+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:22.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.697989+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:22.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.701008+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:18:22.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.706781+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:18:22.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.711893+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:18:22.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.754465+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:18:22.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.758048+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:18:22.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.759154+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:18:22.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:22 smithi083 bash[25244]: audit 2024-09-20T23:18:21.774204+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:22.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: cluster 2024-09-20T23:18:20.220018+0000 mgr.x (mgr.24617) 29 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 616 B/s rd, 0 op/s 2024-09-20T23:18:22.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.176805+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:18:22.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: cluster 2024-09-20T23:18:21.217547+0000 mon.a (mon.0) 1629 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-20T23:18:22.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.237325+0000 mon.a (mon.0) 1630 : audit [INF] from='client.? 172.21.15.83:0/3389326597' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/1376013505"}]': finished 2024-09-20T23:18:22.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: cluster 2024-09-20T23:18:21.237405+0000 mon.a (mon.0) 1631 : cluster [DBG] osdmap e108: 8 total, 8 up, 8 in 2024-09-20T23:18:22.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.603750+0000 mon.c (mon.1) 201 : audit [INF] from='client.? 172.21.15.83:0/2322142595' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/1683314273"}]: dispatch 2024-09-20T23:18:22.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.604701+0000 mon.a (mon.0) 1632 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/1683314273"}]: dispatch 2024-09-20T23:18:22.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.688212+0000 mon.a (mon.0) 1633 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:22.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.697989+0000 mon.a (mon.0) 1634 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:22.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.701008+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:18:22.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.706781+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:18:22.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.711893+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:18:22.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.754465+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:18:22.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.758048+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:18:22.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.759154+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:18:22.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[19948]: audit 2024-09-20T23:18:21.774204+0000 mon.a (mon.0) 1635 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:23.072 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.858Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-20T23:18:23.072 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.858Z 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-09-20T23:18:23.072 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.858Z caller=main.go:570 level=info host_details="(Linux 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64 smithi142 (none))" 2024-09-20T23:18:23.072 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.858Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-20T23:18:23.072 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.858Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-20T23:18:23.072 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.859Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.860Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.860Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.861Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.864Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.864Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.98µs 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.864Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.864Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.890Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.902Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.905Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.906Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.906Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=25.648µs wal_replay_duration=41.852271ms wbl_replay_duration=137ns total_replay_duration=41.897717ms 2024-09-20T23:18:23.073 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.909Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-20T23:18:23.074 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.909Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-20T23:18:23.074 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.909Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-20T23:18:23.074 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.935Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=25.355817ms db_storage=1.061µs remote_storage=1.267µs web_handler=540ns query_engine=635ns scrape=262.76µs scrape_sd=105.165µs notify=12.021µs notify_sd=9.214µs rules=24.477151ms tracing=6.005µs 2024-09-20T23:18:23.074 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.935Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-20T23:18:23.074 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:18:22 smithi142 bash[64132]: ts=2024-09-20T23:18:22.935Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-20T23:18:23.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[19864]: audit 2024-09-20T23:18:21.701950+0000 mgr.x (mgr.24617) 30 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:18:23.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[19864]: audit 2024-09-20T23:18:21.707266+0000 mgr.x (mgr.24617) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:18:23.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[19864]: audit 2024-09-20T23:18:21.712368+0000 mgr.x (mgr.24617) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:18:23.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[19864]: cluster 2024-09-20T23:18:21.761721+0000 mgr.x (mgr.24617) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s 2024-09-20T23:18:23.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[19864]: cluster 2024-09-20T23:18:21.762172+0000 mgr.x (mgr.24617) 34 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 701 B/s rd, 0 op/s 2024-09-20T23:18:23.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[19864]: audit 2024-09-20T23:18:22.241708+0000 mon.a (mon.0) 1636 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/1683314273"}]': finished 2024-09-20T23:18:23.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[19864]: cluster 2024-09-20T23:18:22.242023+0000 mon.a (mon.0) 1637 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-09-20T23:18:23.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[19864]: audit 2024-09-20T23:18:22.614363+0000 mon.c (mon.1) 202 : audit [INF] from='client.? 172.21.15.83:0/168827918' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/1683314273"}]: dispatch 2024-09-20T23:18:23.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[19864]: audit 2024-09-20T23:18:22.615342+0000 mon.a (mon.0) 1638 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/1683314273"}]: dispatch 2024-09-20T23:18:23.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[25244]: audit 2024-09-20T23:18:21.701950+0000 mgr.x (mgr.24617) 30 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:18:23.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[25244]: audit 2024-09-20T23:18:21.707266+0000 mgr.x (mgr.24617) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:18:23.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[25244]: audit 2024-09-20T23:18:21.712368+0000 mgr.x (mgr.24617) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:18:23.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[25244]: cluster 2024-09-20T23:18:21.761721+0000 mgr.x (mgr.24617) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s 2024-09-20T23:18:23.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[25244]: cluster 2024-09-20T23:18:21.762172+0000 mgr.x (mgr.24617) 34 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 701 B/s rd, 0 op/s 2024-09-20T23:18:23.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[25244]: audit 2024-09-20T23:18:22.241708+0000 mon.a (mon.0) 1636 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/1683314273"}]': finished 2024-09-20T23:18:23.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[25244]: cluster 2024-09-20T23:18:22.242023+0000 mon.a (mon.0) 1637 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-09-20T23:18:23.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[25244]: audit 2024-09-20T23:18:22.614363+0000 mon.c (mon.1) 202 : audit [INF] from='client.? 172.21.15.83:0/168827918' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/1683314273"}]: dispatch 2024-09-20T23:18:23.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:23 smithi083 bash[25244]: audit 2024-09-20T23:18:22.615342+0000 mon.a (mon.0) 1638 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/1683314273"}]: dispatch 2024-09-20T23:18:23.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:23 smithi142 bash[19948]: audit 2024-09-20T23:18:21.701950+0000 mgr.x (mgr.24617) 30 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:18:23.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:23 smithi142 bash[19948]: audit 2024-09-20T23:18:21.707266+0000 mgr.x (mgr.24617) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:18:23.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:23 smithi142 bash[19948]: audit 2024-09-20T23:18:21.712368+0000 mgr.x (mgr.24617) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:18:23.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:23 smithi142 bash[19948]: cluster 2024-09-20T23:18:21.761721+0000 mgr.x (mgr.24617) 33 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 653 B/s rd, 0 op/s 2024-09-20T23:18:23.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:23 smithi142 bash[19948]: cluster 2024-09-20T23:18:21.762172+0000 mgr.x (mgr.24617) 34 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 701 B/s rd, 0 op/s 2024-09-20T23:18:23.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:23 smithi142 bash[19948]: audit 2024-09-20T23:18:22.241708+0000 mon.a (mon.0) 1636 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6800/1683314273"}]': finished 2024-09-20T23:18:23.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:23 smithi142 bash[19948]: cluster 2024-09-20T23:18:22.242023+0000 mon.a (mon.0) 1637 : cluster [DBG] osdmap e109: 8 total, 8 up, 8 in 2024-09-20T23:18:23.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:23 smithi142 bash[19948]: audit 2024-09-20T23:18:22.614363+0000 mon.c (mon.1) 202 : audit [INF] from='client.? 172.21.15.83:0/168827918' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/1683314273"}]: dispatch 2024-09-20T23:18:23.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:23 smithi142 bash[19948]: audit 2024-09-20T23:18:22.615342+0000 mon.a (mon.0) 1638 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/1683314273"}]: dispatch 2024-09-20T23:18:24.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:24 smithi083 bash[25244]: audit 2024-09-20T23:18:23.244602+0000 mon.a (mon.0) 1639 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/1683314273"}]': finished 2024-09-20T23:18:24.570 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:24 smithi083 bash[25244]: cluster 2024-09-20T23:18:23.244791+0000 mon.a (mon.0) 1640 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-09-20T23:18:24.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:24 smithi083 bash[25244]: audit 2024-09-20T23:18:23.619495+0000 mon.c (mon.1) 203 : audit [INF] from='client.? 172.21.15.83:0/352642234' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/39269643"}]: dispatch 2024-09-20T23:18:24.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:24 smithi083 bash[25244]: audit 2024-09-20T23:18:23.620084+0000 mon.a (mon.0) 1641 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/39269643"}]: dispatch 2024-09-20T23:18:24.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:24 smithi083 bash[25244]: cluster 2024-09-20T23:18:23.763019+0000 mgr.x (mgr.24617) 35 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 1 op/s 2024-09-20T23:18:24.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:24 smithi083 bash[19864]: audit 2024-09-20T23:18:23.244602+0000 mon.a (mon.0) 1639 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/1683314273"}]': finished 2024-09-20T23:18:24.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:24 smithi083 bash[19864]: cluster 2024-09-20T23:18:23.244791+0000 mon.a (mon.0) 1640 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-09-20T23:18:24.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:24 smithi083 bash[19864]: audit 2024-09-20T23:18:23.619495+0000 mon.c (mon.1) 203 : audit [INF] from='client.? 172.21.15.83:0/352642234' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/39269643"}]: dispatch 2024-09-20T23:18:24.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:24 smithi083 bash[19864]: audit 2024-09-20T23:18:23.620084+0000 mon.a (mon.0) 1641 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/39269643"}]: dispatch 2024-09-20T23:18:24.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:24 smithi083 bash[19864]: cluster 2024-09-20T23:18:23.763019+0000 mgr.x (mgr.24617) 35 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 1 op/s 2024-09-20T23:18:24.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:24 smithi142 bash[19948]: audit 2024-09-20T23:18:23.244602+0000 mon.a (mon.0) 1639 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:6801/1683314273"}]': finished 2024-09-20T23:18:24.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:24 smithi142 bash[19948]: cluster 2024-09-20T23:18:23.244791+0000 mon.a (mon.0) 1640 : cluster [DBG] osdmap e110: 8 total, 8 up, 8 in 2024-09-20T23:18:24.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:24 smithi142 bash[19948]: audit 2024-09-20T23:18:23.619495+0000 mon.c (mon.1) 203 : audit [INF] from='client.? 172.21.15.83:0/352642234' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/39269643"}]: dispatch 2024-09-20T23:18:24.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:24 smithi142 bash[19948]: audit 2024-09-20T23:18:23.620084+0000 mon.a (mon.0) 1641 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/39269643"}]: dispatch 2024-09-20T23:18:24.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:24 smithi142 bash[19948]: cluster 2024-09-20T23:18:23.763019+0000 mgr.x (mgr.24617) 35 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 1 op/s 2024-09-20T23:18:25.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:25 smithi083 bash[19864]: audit 2024-09-20T23:18:24.248586+0000 mon.a (mon.0) 1642 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/39269643"}]': finished 2024-09-20T23:18:25.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:25 smithi083 bash[19864]: cluster 2024-09-20T23:18:24.248783+0000 mon.a (mon.0) 1643 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-09-20T23:18:25.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:25 smithi083 bash[19864]: audit 2024-09-20T23:18:24.623714+0000 mon.c (mon.1) 204 : audit [INF] from='client.? 172.21.15.83:0/4011763583' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/304920991"}]: dispatch 2024-09-20T23:18:25.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:25 smithi083 bash[19864]: audit 2024-09-20T23:18:24.624251+0000 mon.a (mon.0) 1644 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/304920991"}]: dispatch 2024-09-20T23:18:25.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:25 smithi083 bash[25244]: audit 2024-09-20T23:18:24.248586+0000 mon.a (mon.0) 1642 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/39269643"}]': finished 2024-09-20T23:18:25.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:25 smithi083 bash[25244]: cluster 2024-09-20T23:18:24.248783+0000 mon.a (mon.0) 1643 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-09-20T23:18:25.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:25 smithi083 bash[25244]: audit 2024-09-20T23:18:24.623714+0000 mon.c (mon.1) 204 : audit [INF] from='client.? 172.21.15.83:0/4011763583' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/304920991"}]: dispatch 2024-09-20T23:18:25.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:25 smithi083 bash[25244]: audit 2024-09-20T23:18:24.624251+0000 mon.a (mon.0) 1644 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/304920991"}]: dispatch 2024-09-20T23:18:25.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:25 smithi142 bash[19948]: audit 2024-09-20T23:18:24.248586+0000 mon.a (mon.0) 1642 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/39269643"}]': finished 2024-09-20T23:18:25.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:25 smithi142 bash[19948]: cluster 2024-09-20T23:18:24.248783+0000 mon.a (mon.0) 1643 : cluster [DBG] osdmap e111: 8 total, 8 up, 8 in 2024-09-20T23:18:25.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:25 smithi142 bash[19948]: audit 2024-09-20T23:18:24.623714+0000 mon.c (mon.1) 204 : audit [INF] from='client.? 172.21.15.83:0/4011763583' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/304920991"}]: dispatch 2024-09-20T23:18:25.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:25 smithi142 bash[19948]: audit 2024-09-20T23:18:24.624251+0000 mon.a (mon.0) 1644 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/304920991"}]: dispatch 2024-09-20T23:18:26.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[25244]: audit 2024-09-20T23:18:25.262438+0000 mon.a (mon.0) 1645 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/304920991"}]': finished 2024-09-20T23:18:26.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[25244]: cluster 2024-09-20T23:18:25.262659+0000 mon.a (mon.0) 1646 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-09-20T23:18:26.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[25244]: audit 2024-09-20T23:18:25.420112+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:26.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[25244]: audit 2024-09-20T23:18:25.434383+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:26.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[25244]: cluster 2024-09-20T23:18:25.435249+0000 mgr.x (mgr.24617) 36 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:26.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[25244]: cluster 2024-09-20T23:18:25.435761+0000 mgr.x (mgr.24617) 37 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:26.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[25244]: audit 2024-09-20T23:18:25.448148+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:26.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[19864]: audit 2024-09-20T23:18:25.262438+0000 mon.a (mon.0) 1645 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/304920991"}]': finished 2024-09-20T23:18:26.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[19864]: cluster 2024-09-20T23:18:25.262659+0000 mon.a (mon.0) 1646 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-09-20T23:18:26.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[19864]: audit 2024-09-20T23:18:25.420112+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:26.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[19864]: audit 2024-09-20T23:18:25.434383+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:26.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[19864]: cluster 2024-09-20T23:18:25.435249+0000 mgr.x (mgr.24617) 36 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:26.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[19864]: cluster 2024-09-20T23:18:25.435761+0000 mgr.x (mgr.24617) 37 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:26.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:26 smithi083 bash[19864]: audit 2024-09-20T23:18:25.448148+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:26.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:26 smithi142 bash[19948]: audit 2024-09-20T23:18:25.262438+0000 mon.a (mon.0) 1645 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi083.kcbpup' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.83:0/304920991"}]': finished 2024-09-20T23:18:26.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:26 smithi142 bash[19948]: cluster 2024-09-20T23:18:25.262659+0000 mon.a (mon.0) 1646 : cluster [DBG] osdmap e112: 8 total, 8 up, 8 in 2024-09-20T23:18:26.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:26 smithi142 bash[19948]: audit 2024-09-20T23:18:25.420112+0000 mon.a (mon.0) 1647 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:26.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:26 smithi142 bash[19948]: audit 2024-09-20T23:18:25.434383+0000 mon.a (mon.0) 1648 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:26.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:26 smithi142 bash[19948]: cluster 2024-09-20T23:18:25.435249+0000 mgr.x (mgr.24617) 36 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:26.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:26 smithi142 bash[19948]: cluster 2024-09-20T23:18:25.435761+0000 mgr.x (mgr.24617) 37 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:18:26.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:26 smithi142 bash[19948]: audit 2024-09-20T23:18:25.448148+0000 mon.a (mon.0) 1649 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:29.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:28 smithi083 bash[19864]: cluster 2024-09-20T23:18:27.437365+0000 mgr.x (mgr.24617) 38 : cluster [DBG] pgmap v24: 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-09-20T23:18:29.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:28 smithi083 bash[25244]: cluster 2024-09-20T23:18:27.437365+0000 mgr.x (mgr.24617) 38 : cluster [DBG] pgmap v24: 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-09-20T23:18:29.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:28 smithi142 bash[19948]: cluster 2024-09-20T23:18:27.437365+0000 mgr.x (mgr.24617) 38 : cluster [DBG] pgmap v24: 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-09-20T23:18:30.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:29 smithi083 bash[19864]: audit 2024-09-20T23:18:28.633805+0000 mgr.x (mgr.24617) 39 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:30.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:29 smithi083 bash[25244]: audit 2024-09-20T23:18:28.633805+0000 mgr.x (mgr.24617) 39 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:30.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:29 smithi142 bash[19948]: audit 2024-09-20T23:18:28.633805+0000 mgr.x (mgr.24617) 39 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:31.070 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:30 smithi083 bash[19864]: cluster 2024-09-20T23:18:29.438131+0000 mgr.x (mgr.24617) 40 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 0 op/s 2024-09-20T23:18:31.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:30 smithi083 bash[25244]: cluster 2024-09-20T23:18:29.438131+0000 mgr.x (mgr.24617) 40 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 0 op/s 2024-09-20T23:18:31.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:30 smithi142 bash[19948]: cluster 2024-09-20T23:18:29.438131+0000 mgr.x (mgr.24617) 40 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 902 B/s rd, 0 op/s 2024-09-20T23:18:33.070 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:32 smithi083 bash[25244]: cluster 2024-09-20T23:18:31.438851+0000 mgr.x (mgr.24617) 41 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 711 B/s rd, 0 op/s 2024-09-20T23:18:33.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:32 smithi083 bash[19864]: cluster 2024-09-20T23:18:31.438851+0000 mgr.x (mgr.24617) 41 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 711 B/s rd, 0 op/s 2024-09-20T23:18:33.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:32 smithi142 bash[19948]: cluster 2024-09-20T23:18:31.438851+0000 mgr.x (mgr.24617) 41 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 711 B/s rd, 0 op/s 2024-09-20T23:18:33.894 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:18:33] "GET /metrics HTTP/1.1" 200 37993 "" "Prometheus/2.43.0" 2024-09-20T23:18:35.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:34 smithi083 bash[19864]: cluster 2024-09-20T23:18:33.440482+0000 mgr.x (mgr.24617) 42 : 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-09-20T23:18:35.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:34 smithi083 bash[25244]: cluster 2024-09-20T23:18:33.440482+0000 mgr.x (mgr.24617) 42 : 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-09-20T23:18:35.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:34 smithi142 bash[19948]: cluster 2024-09-20T23:18:33.440482+0000 mgr.x (mgr.24617) 42 : 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-09-20T23:18:37.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:36 smithi083 bash[19864]: cluster 2024-09-20T23:18:35.441285+0000 mgr.x (mgr.24617) 43 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-20T23:18:37.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:36 smithi083 bash[19864]: audit 2024-09-20T23:18:36.186236+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:18:37.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:36 smithi083 bash[19864]: audit 2024-09-20T23:18:36.186968+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:37.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:36 smithi083 bash[25244]: cluster 2024-09-20T23:18:35.441285+0000 mgr.x (mgr.24617) 43 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-20T23:18:37.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:36 smithi083 bash[25244]: audit 2024-09-20T23:18:36.186236+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:18:37.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:36 smithi083 bash[25244]: audit 2024-09-20T23:18:36.186968+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:37.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:36 smithi142 bash[19948]: cluster 2024-09-20T23:18:35.441285+0000 mgr.x (mgr.24617) 43 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-20T23:18:37.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:36 smithi142 bash[19948]: audit 2024-09-20T23:18:36.186236+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:18:37.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:36 smithi142 bash[19948]: audit 2024-09-20T23:18:36.186968+0000 mon.a (mon.0) 1650 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:38.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:38 smithi083 bash[25244]: cluster 2024-09-20T23:18:37.442496+0000 mgr.x (mgr.24617) 44 : cluster [DBG] pgmap v29: 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-09-20T23:18:38.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:38 smithi083 bash[25244]: audit 2024-09-20T23:18:37.557007+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:38.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:38 smithi083 bash[25244]: cluster 2024-09-20T23:18:37.568289+0000 mgr.x (mgr.24617) 45 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1010 B/s rd, 0 op/s 2024-09-20T23:18:38.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:38 smithi083 bash[25244]: audit 2024-09-20T23:18:37.568846+0000 mon.a (mon.0) 1652 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:38.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:38 smithi083 bash[25244]: cluster 2024-09-20T23:18:37.568969+0000 mgr.x (mgr.24617) 46 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:18:38.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:38 smithi083 bash[25244]: audit 2024-09-20T23:18:37.581699+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:38.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:38 smithi083 bash[19864]: cluster 2024-09-20T23:18:37.442496+0000 mgr.x (mgr.24617) 44 : cluster [DBG] pgmap v29: 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-09-20T23:18:38.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:38 smithi083 bash[19864]: audit 2024-09-20T23:18:37.557007+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:38.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:38 smithi083 bash[19864]: cluster 2024-09-20T23:18:37.568289+0000 mgr.x (mgr.24617) 45 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1010 B/s rd, 0 op/s 2024-09-20T23:18:38.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:38 smithi083 bash[19864]: audit 2024-09-20T23:18:37.568846+0000 mon.a (mon.0) 1652 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:38.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:38 smithi083 bash[19864]: cluster 2024-09-20T23:18:37.568969+0000 mgr.x (mgr.24617) 46 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:18:38.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:38 smithi083 bash[19864]: audit 2024-09-20T23:18:37.581699+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:38 smithi142 bash[19948]: cluster 2024-09-20T23:18:37.442496+0000 mgr.x (mgr.24617) 44 : cluster [DBG] pgmap v29: 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-09-20T23:18:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:38 smithi142 bash[19948]: audit 2024-09-20T23:18:37.557007+0000 mon.a (mon.0) 1651 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:38.821 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:38 smithi142 bash[19948]: cluster 2024-09-20T23:18:37.568289+0000 mgr.x (mgr.24617) 45 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1010 B/s rd, 0 op/s 2024-09-20T23:18:38.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:38 smithi142 bash[19948]: audit 2024-09-20T23:18:37.568846+0000 mon.a (mon.0) 1652 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:38.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:38 smithi142 bash[19948]: cluster 2024-09-20T23:18:37.568969+0000 mgr.x (mgr.24617) 46 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:18:38.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:38 smithi142 bash[19948]: audit 2024-09-20T23:18:37.581699+0000 mon.a (mon.0) 1653 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:39.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:39 smithi083 bash[19864]: audit 2024-09-20T23:18:38.641129+0000 mgr.x (mgr.24617) 47 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:39.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:39 smithi083 bash[19864]: audit 2024-09-20T23:18:39.334785+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:39.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:39 smithi083 bash[19864]: audit 2024-09-20T23:18:39.341187+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:39.821 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:39 smithi083 bash[19864]: audit 2024-09-20T23:18:39.348300+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:39.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:39 smithi083 bash[25244]: audit 2024-09-20T23:18:38.641129+0000 mgr.x (mgr.24617) 47 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:39.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:39 smithi083 bash[25244]: audit 2024-09-20T23:18:39.334785+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:39.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:39 smithi083 bash[25244]: audit 2024-09-20T23:18:39.341187+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:39.821 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:39 smithi083 bash[25244]: audit 2024-09-20T23:18:39.348300+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:39.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:39 smithi142 bash[19948]: audit 2024-09-20T23:18:38.641129+0000 mgr.x (mgr.24617) 47 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:39.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:39 smithi142 bash[19948]: audit 2024-09-20T23:18:39.334785+0000 mon.a (mon.0) 1654 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:39.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:39 smithi142 bash[19948]: audit 2024-09-20T23:18:39.341187+0000 mon.a (mon.0) 1655 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:39.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:39 smithi142 bash[19948]: audit 2024-09-20T23:18:39.348300+0000 mon.a (mon.0) 1656 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[25244]: cluster 2024-09-20T23:18:39.339964+0000 mgr.x (mgr.24617) 48 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-20T23:18:41.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[25244]: cluster 2024-09-20T23:18:39.340597+0000 mgr.x (mgr.24617) 49 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-09-20T23:18:41.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[25244]: audit 2024-09-20T23:18:39.711197+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[25244]: audit 2024-09-20T23:18:39.724297+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[25244]: cluster 2024-09-20T23:18:39.727305+0000 mgr.x (mgr.24617) 50 : cluster [DBG] pgmap v34: 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-09-20T23:18:41.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[25244]: audit 2024-09-20T23:18:39.730661+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:18:41.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[25244]: audit 2024-09-20T23:18:39.737997+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[25244]: audit 2024-09-20T23:18:39.739922+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:18:41.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[25244]: audit 2024-09-20T23:18:39.741222+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:18:41.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[25244]: audit 2024-09-20T23:18:39.752952+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[25244]: cluster 2024-09-20T23:18:40.339212+0000 mon.a (mon.0) 1661 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-20T23:18:41.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[25244]: cluster 2024-09-20T23:18:40.339272+0000 mon.a (mon.0) 1662 : cluster [INF] Cluster is now healthy 2024-09-20T23:18:41.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[19864]: cluster 2024-09-20T23:18:39.339964+0000 mgr.x (mgr.24617) 48 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-20T23:18:41.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[19864]: cluster 2024-09-20T23:18:39.340597+0000 mgr.x (mgr.24617) 49 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-09-20T23:18:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[19864]: audit 2024-09-20T23:18:39.711197+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[19864]: audit 2024-09-20T23:18:39.724297+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[19864]: cluster 2024-09-20T23:18:39.727305+0000 mgr.x (mgr.24617) 50 : cluster [DBG] pgmap v34: 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-09-20T23:18:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[19864]: audit 2024-09-20T23:18:39.730661+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:18:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[19864]: audit 2024-09-20T23:18:39.737997+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[19864]: audit 2024-09-20T23:18:39.739922+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:18:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[19864]: audit 2024-09-20T23:18:39.741222+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:18:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[19864]: audit 2024-09-20T23:18:39.752952+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[19864]: cluster 2024-09-20T23:18:40.339212+0000 mon.a (mon.0) 1661 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-20T23:18:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:40 smithi083 bash[19864]: cluster 2024-09-20T23:18:40.339272+0000 mon.a (mon.0) 1662 : cluster [INF] Cluster is now healthy 2024-09-20T23:18:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:40 smithi142 bash[19948]: cluster 2024-09-20T23:18:39.339964+0000 mgr.x (mgr.24617) 48 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-20T23:18:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:40 smithi142 bash[19948]: cluster 2024-09-20T23:18:39.340597+0000 mgr.x (mgr.24617) 49 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-09-20T23:18:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:40 smithi142 bash[19948]: audit 2024-09-20T23:18:39.711197+0000 mon.a (mon.0) 1657 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:40 smithi142 bash[19948]: audit 2024-09-20T23:18:39.724297+0000 mon.a (mon.0) 1658 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:40 smithi142 bash[19948]: cluster 2024-09-20T23:18:39.727305+0000 mgr.x (mgr.24617) 50 : cluster [DBG] pgmap v34: 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-09-20T23:18:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:40 smithi142 bash[19948]: audit 2024-09-20T23:18:39.730661+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:18:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:40 smithi142 bash[19948]: audit 2024-09-20T23:18:39.737997+0000 mon.a (mon.0) 1659 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:40 smithi142 bash[19948]: audit 2024-09-20T23:18:39.739922+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:18:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:40 smithi142 bash[19948]: audit 2024-09-20T23:18:39.741222+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:18:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:40 smithi142 bash[19948]: audit 2024-09-20T23:18:39.752952+0000 mon.a (mon.0) 1660 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:40 smithi142 bash[19948]: cluster 2024-09-20T23:18:40.339212+0000 mon.a (mon.0) 1661 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-20T23:18:41.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:40 smithi142 bash[19948]: cluster 2024-09-20T23:18:40.339272+0000 mon.a (mon.0) 1662 : cluster [INF] Cluster is now healthy 2024-09-20T23:18:43.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:42 smithi083 bash[19864]: cluster 2024-09-20T23:18:41.728867+0000 mgr.x (mgr.24617) 51 : cluster [DBG] pgmap v35: 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-09-20T23:18:43.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:42 smithi083 bash[25244]: cluster 2024-09-20T23:18:41.728867+0000 mgr.x (mgr.24617) 51 : cluster [DBG] pgmap v35: 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-09-20T23:18:43.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:42 smithi142 bash[19948]: cluster 2024-09-20T23:18:41.728867+0000 mgr.x (mgr.24617) 51 : cluster [DBG] pgmap v35: 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-09-20T23:18:44.071 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:18:43] "GET /metrics HTTP/1.1" 200 38059 "" "Prometheus/2.43.0" 2024-09-20T23:18:45.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:44 smithi083 bash[19864]: cluster 2024-09-20T23:18:43.729614+0000 mgr.x (mgr.24617) 52 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 830 B/s rd, 0 op/s 2024-09-20T23:18:45.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:44 smithi083 bash[25244]: cluster 2024-09-20T23:18:43.729614+0000 mgr.x (mgr.24617) 52 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 830 B/s rd, 0 op/s 2024-09-20T23:18:45.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:44 smithi142 bash[19948]: cluster 2024-09-20T23:18:43.729614+0000 mgr.x (mgr.24617) 52 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 830 B/s rd, 0 op/s 2024-09-20T23:18:47.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:46 smithi083 bash[19864]: cluster 2024-09-20T23:18:45.730376+0000 mgr.x (mgr.24617) 53 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 627 B/s rd, 0 op/s 2024-09-20T23:18:47.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:46 smithi083 bash[25244]: cluster 2024-09-20T23:18:45.730376+0000 mgr.x (mgr.24617) 53 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 627 B/s rd, 0 op/s 2024-09-20T23:18:47.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:46 smithi142 bash[19948]: cluster 2024-09-20T23:18:45.730376+0000 mgr.x (mgr.24617) 53 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 627 B/s rd, 0 op/s 2024-09-20T23:18:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:48 smithi083 bash[19864]: cluster 2024-09-20T23:18:47.731995+0000 mgr.x (mgr.24617) 54 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:18:49.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:48 smithi083 bash[25244]: cluster 2024-09-20T23:18:47.731995+0000 mgr.x (mgr.24617) 54 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:18:49.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:48 smithi142 bash[19948]: cluster 2024-09-20T23:18:47.731995+0000 mgr.x (mgr.24617) 54 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:18:50.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:49 smithi083 bash[19864]: audit 2024-09-20T23:18:48.651755+0000 mgr.x (mgr.24617) 55 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:50.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:49 smithi083 bash[25244]: audit 2024-09-20T23:18:48.651755+0000 mgr.x (mgr.24617) 55 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:50.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:49 smithi142 bash[19948]: audit 2024-09-20T23:18:48.651755+0000 mgr.x (mgr.24617) 55 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:18:51.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:50 smithi083 bash[19864]: cluster 2024-09-20T23:18:49.732755+0000 mgr.x (mgr.24617) 56 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 985 B/s rd, 0 op/s 2024-09-20T23:18:51.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:50 smithi083 bash[25244]: cluster 2024-09-20T23:18:49.732755+0000 mgr.x (mgr.24617) 56 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 985 B/s rd, 0 op/s 2024-09-20T23:18:51.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:50 smithi142 bash[19948]: cluster 2024-09-20T23:18:49.732755+0000 mgr.x (mgr.24617) 56 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 985 B/s rd, 0 op/s 2024-09-20T23:18:52.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:52 smithi083 bash[19864]: audit 2024-09-20T23:18:51.186642+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:18:52.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:52 smithi083 bash[19864]: audit 2024-09-20T23:18:51.187081+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:52.571 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:52 smithi083 bash[19864]: cluster 2024-09-20T23:18:51.734335+0000 mgr.x (mgr.24617) 57 : cluster [DBG] pgmap v40: 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-09-20T23:18:52.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:52 smithi083 bash[25244]: audit 2024-09-20T23:18:51.186642+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:18:52.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:52 smithi083 bash[25244]: audit 2024-09-20T23:18:51.187081+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:52.571 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:52 smithi083 bash[25244]: cluster 2024-09-20T23:18:51.734335+0000 mgr.x (mgr.24617) 57 : cluster [DBG] pgmap v40: 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-09-20T23:18:52.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:52 smithi142 bash[19948]: audit 2024-09-20T23:18:51.186642+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:18:52.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:52 smithi142 bash[19948]: audit 2024-09-20T23:18:51.187081+0000 mon.a (mon.0) 1663 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:52.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:52 smithi142 bash[19948]: cluster 2024-09-20T23:18:51.734335+0000 mgr.x (mgr.24617) 57 : cluster [DBG] pgmap v40: 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-09-20T23:18:54.030 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:18:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:18:53] "GET /metrics HTTP/1.1" 200 38056 "" "Prometheus/2.43.0" 2024-09-20T23:18:55.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:54 smithi083 bash[19864]: cluster 2024-09-20T23:18:53.735092+0000 mgr.x (mgr.24617) 58 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:18:55.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:54 smithi083 bash[25244]: cluster 2024-09-20T23:18:53.735092+0000 mgr.x (mgr.24617) 58 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:18:55.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:54 smithi142 bash[19948]: cluster 2024-09-20T23:18:53.735092+0000 mgr.x (mgr.24617) 58 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:18:57.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:56 smithi083 bash[19864]: cluster 2024-09-20T23:18:55.735616+0000 mgr.x (mgr.24617) 59 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:18:57.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:56 smithi083 bash[25244]: cluster 2024-09-20T23:18:55.735616+0000 mgr.x (mgr.24617) 59 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:18:57.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:56 smithi142 bash[19948]: cluster 2024-09-20T23:18:55.735616+0000 mgr.x (mgr.24617) 59 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:18:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:58 smithi083 bash[25244]: cluster 2024-09-20T23:18:57.737248+0000 mgr.x (mgr.24617) 60 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:18:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:58 smithi083 bash[25244]: audit 2024-09-20T23:18:58.439976+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:58 smithi083 bash[25244]: audit 2024-09-20T23:18:58.454256+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:59.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:58 smithi083 bash[25244]: audit 2024-09-20T23:18:58.466895+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:59.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:58 smithi083 bash[19864]: cluster 2024-09-20T23:18:57.737248+0000 mgr.x (mgr.24617) 60 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:18:59.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:58 smithi083 bash[19864]: audit 2024-09-20T23:18:58.439976+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:59.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:58 smithi083 bash[19864]: audit 2024-09-20T23:18:58.454256+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:59.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:58 smithi083 bash[19864]: audit 2024-09-20T23:18:58.466895+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:59.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:58 smithi142 bash[19948]: cluster 2024-09-20T23:18:57.737248+0000 mgr.x (mgr.24617) 60 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:18:59.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:58 smithi142 bash[19948]: audit 2024-09-20T23:18:58.439976+0000 mon.a (mon.0) 1664 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:59.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:58 smithi142 bash[19948]: audit 2024-09-20T23:18:58.454256+0000 mon.a (mon.0) 1665 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:18:59.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:58 smithi142 bash[19948]: audit 2024-09-20T23:18:58.466895+0000 mon.a (mon.0) 1666 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:00.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:59 smithi083 bash[19864]: audit 2024-09-20T23:18:58.663234+0000 mgr.x (mgr.24617) 61 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:00.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:59 smithi083 bash[19864]: audit 2024-09-20T23:18:59.201365+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:00.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:59 smithi083 bash[19864]: audit 2024-09-20T23:18:59.211880+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:00.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:18:59 smithi083 bash[19864]: audit 2024-09-20T23:18:59.221242+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:00.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:59 smithi083 bash[25244]: audit 2024-09-20T23:18:58.663234+0000 mgr.x (mgr.24617) 61 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:00.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:59 smithi083 bash[25244]: audit 2024-09-20T23:18:59.201365+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:00.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:59 smithi083 bash[25244]: audit 2024-09-20T23:18:59.211880+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:00.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:18:59 smithi083 bash[25244]: audit 2024-09-20T23:18:59.221242+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:00.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:59 smithi142 bash[19948]: audit 2024-09-20T23:18:58.663234+0000 mgr.x (mgr.24617) 61 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:00.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:59 smithi142 bash[19948]: audit 2024-09-20T23:18:59.201365+0000 mon.a (mon.0) 1667 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:00.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:59 smithi142 bash[19948]: audit 2024-09-20T23:18:59.211880+0000 mon.a (mon.0) 1668 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:00.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:18:59 smithi142 bash[19948]: audit 2024-09-20T23:18:59.221242+0000 mon.a (mon.0) 1669 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:01.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:00 smithi083 bash[19864]: cluster 2024-09-20T23:18:59.738013+0000 mgr.x (mgr.24617) 62 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:01.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:00 smithi083 bash[25244]: cluster 2024-09-20T23:18:59.738013+0000 mgr.x (mgr.24617) 62 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:01.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:00 smithi142 bash[19948]: cluster 2024-09-20T23:18:59.738013+0000 mgr.x (mgr.24617) 62 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:03.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:02 smithi083 bash[19864]: cluster 2024-09-20T23:19:01.739603+0000 mgr.x (mgr.24617) 63 : cluster [DBG] pgmap v45: 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-09-20T23:19:03.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:02 smithi083 bash[25244]: cluster 2024-09-20T23:19:01.739603+0000 mgr.x (mgr.24617) 63 : cluster [DBG] pgmap v45: 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-09-20T23:19:03.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:02 smithi142 bash[19948]: cluster 2024-09-20T23:19:01.739603+0000 mgr.x (mgr.24617) 63 : cluster [DBG] pgmap v45: 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-09-20T23:19:04.071 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:19:03 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:19:03] "GET /metrics HTTP/1.1" 200 38056 "" "Prometheus/2.43.0" 2024-09-20T23:19:05.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:04 smithi083 bash[19864]: cluster 2024-09-20T23:19:03.740334+0000 mgr.x (mgr.24617) 64 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:05.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:04 smithi083 bash[25244]: cluster 2024-09-20T23:19:03.740334+0000 mgr.x (mgr.24617) 64 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:05.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:04 smithi142 bash[19948]: cluster 2024-09-20T23:19:03.740334+0000 mgr.x (mgr.24617) 64 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:07.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:06 smithi083 bash[19864]: cluster 2024-09-20T23:19:05.741046+0000 mgr.x (mgr.24617) 65 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:07.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:06 smithi083 bash[19864]: audit 2024-09-20T23:19:06.200810+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:19:07.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:06 smithi083 bash[25244]: cluster 2024-09-20T23:19:05.741046+0000 mgr.x (mgr.24617) 65 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:07.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:06 smithi083 bash[25244]: audit 2024-09-20T23:19:06.200810+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:19:07.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:06 smithi142 bash[19948]: cluster 2024-09-20T23:19:05.741046+0000 mgr.x (mgr.24617) 65 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:07.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:06 smithi142 bash[19948]: audit 2024-09-20T23:19:06.200810+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:19:09.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:08 smithi083 bash[19864]: cluster 2024-09-20T23:19:07.742810+0000 mgr.x (mgr.24617) 66 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:19:09.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:08 smithi083 bash[25244]: cluster 2024-09-20T23:19:07.742810+0000 mgr.x (mgr.24617) 66 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:19:09.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:08 smithi142 bash[19948]: cluster 2024-09-20T23:19:07.742810+0000 mgr.x (mgr.24617) 66 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:19:10.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:09 smithi083 bash[19864]: audit 2024-09-20T23:19:08.674471+0000 mgr.x (mgr.24617) 67 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:10.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:09 smithi083 bash[25244]: audit 2024-09-20T23:19:08.674471+0000 mgr.x (mgr.24617) 67 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:10.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:09 smithi142 bash[19948]: audit 2024-09-20T23:19:08.674471+0000 mgr.x (mgr.24617) 67 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:11.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:10 smithi083 bash[19864]: cluster 2024-09-20T23:19:09.743505+0000 mgr.x (mgr.24617) 68 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:11.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:10 smithi083 bash[25244]: cluster 2024-09-20T23:19:09.743505+0000 mgr.x (mgr.24617) 68 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:11.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:10 smithi142 bash[19948]: cluster 2024-09-20T23:19:09.743505+0000 mgr.x (mgr.24617) 68 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:13.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:12 smithi083 bash[19864]: cluster 2024-09-20T23:19:11.745159+0000 mgr.x (mgr.24617) 69 : cluster [DBG] pgmap v50: 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-09-20T23:19:13.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:12 smithi083 bash[25244]: cluster 2024-09-20T23:19:11.745159+0000 mgr.x (mgr.24617) 69 : cluster [DBG] pgmap v50: 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-09-20T23:19:13.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:12 smithi142 bash[19948]: cluster 2024-09-20T23:19:11.745159+0000 mgr.x (mgr.24617) 69 : cluster [DBG] pgmap v50: 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-09-20T23:19:14.071 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:19:13 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:19:13] "GET /metrics HTTP/1.1" 200 38061 "" "Prometheus/2.43.0" 2024-09-20T23:19:15.071 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:14 smithi142 bash[19948]: cluster 2024-09-20T23:19:13.746074+0000 mgr.x (mgr.24617) 70 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:15.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:14 smithi083 bash[19864]: cluster 2024-09-20T23:19:13.746074+0000 mgr.x (mgr.24617) 70 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:15.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:14 smithi083 bash[25244]: cluster 2024-09-20T23:19:13.746074+0000 mgr.x (mgr.24617) 70 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:17.246 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:16 smithi142 bash[19948]: cluster 2024-09-20T23:19:15.746622+0000 mgr.x (mgr.24617) 71 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:17.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:16 smithi083 bash[19864]: cluster 2024-09-20T23:19:15.746622+0000 mgr.x (mgr.24617) 71 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:17.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:16 smithi083 bash[25244]: cluster 2024-09-20T23:19:15.746622+0000 mgr.x (mgr.24617) 71 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:19.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:18 smithi083 bash[19864]: cluster 2024-09-20T23:19:17.747389+0000 mgr.x (mgr.24617) 72 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:19:19.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:18 smithi083 bash[19864]: audit 2024-09-20T23:19:18.577946+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:19.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:18 smithi083 bash[19864]: audit 2024-09-20T23:19:18.591709+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:19.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:18 smithi083 bash[19864]: audit 2024-09-20T23:19:18.603766+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:19.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:18 smithi083 bash[25244]: cluster 2024-09-20T23:19:17.747389+0000 mgr.x (mgr.24617) 72 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:19:19.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:18 smithi083 bash[25244]: audit 2024-09-20T23:19:18.577946+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:19.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:18 smithi083 bash[25244]: audit 2024-09-20T23:19:18.591709+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:19.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:18 smithi083 bash[25244]: audit 2024-09-20T23:19:18.603766+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:19.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:18 smithi142 bash[19948]: cluster 2024-09-20T23:19:17.747389+0000 mgr.x (mgr.24617) 72 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:19:19.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:18 smithi142 bash[19948]: audit 2024-09-20T23:19:18.577946+0000 mon.a (mon.0) 1670 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:19.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:18 smithi142 bash[19948]: audit 2024-09-20T23:19:18.591709+0000 mon.a (mon.0) 1671 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:19.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:18 smithi142 bash[19948]: audit 2024-09-20T23:19:18.603766+0000 mon.a (mon.0) 1672 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:19 smithi083 bash[19864]: audit 2024-09-20T23:19:18.685894+0000 mgr.x (mgr.24617) 73 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:19 smithi083 bash[19864]: audit 2024-09-20T23:19:19.368244+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:19 smithi083 bash[19864]: audit 2024-09-20T23:19:19.381807+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:20.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:19 smithi083 bash[19864]: audit 2024-09-20T23:19:19.394230+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:20.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:19 smithi083 bash[25244]: audit 2024-09-20T23:19:18.685894+0000 mgr.x (mgr.24617) 73 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:20.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:19 smithi083 bash[25244]: audit 2024-09-20T23:19:19.368244+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:20.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:19 smithi083 bash[25244]: audit 2024-09-20T23:19:19.381807+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:20.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:19 smithi083 bash[25244]: audit 2024-09-20T23:19:19.394230+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:20.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:19 smithi142 bash[19948]: audit 2024-09-20T23:19:18.685894+0000 mgr.x (mgr.24617) 73 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:20.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:19 smithi142 bash[19948]: audit 2024-09-20T23:19:19.368244+0000 mon.a (mon.0) 1673 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:20.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:19 smithi142 bash[19948]: audit 2024-09-20T23:19:19.381807+0000 mon.a (mon.0) 1674 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:20.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:19 smithi142 bash[19948]: audit 2024-09-20T23:19:19.394230+0000 mon.a (mon.0) 1675 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:21.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:20 smithi083 bash[19864]: cluster 2024-09-20T23:19:19.748025+0000 mgr.x (mgr.24617) 74 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:21.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:20 smithi083 bash[25244]: cluster 2024-09-20T23:19:19.748025+0000 mgr.x (mgr.24617) 74 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:21.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:20 smithi142 bash[19948]: cluster 2024-09-20T23:19:19.748025+0000 mgr.x (mgr.24617) 74 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:22.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:21 smithi083 bash[19864]: audit 2024-09-20T23:19:21.201184+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:19:22.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:21 smithi083 bash[25244]: audit 2024-09-20T23:19:21.201184+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:19:22.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:21 smithi142 bash[19948]: audit 2024-09-20T23:19:21.201184+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:19:23.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:22 smithi083 bash[19864]: cluster 2024-09-20T23:19:21.749571+0000 mgr.x (mgr.24617) 75 : cluster [DBG] pgmap v55: 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-09-20T23:19:23.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:22 smithi083 bash[25244]: cluster 2024-09-20T23:19:21.749571+0000 mgr.x (mgr.24617) 75 : cluster [DBG] pgmap v55: 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-09-20T23:19:23.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:22 smithi142 bash[19948]: cluster 2024-09-20T23:19:21.749571+0000 mgr.x (mgr.24617) 75 : cluster [DBG] pgmap v55: 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-09-20T23:19:24.071 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:19:23 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:19:23] "GET /metrics HTTP/1.1" 200 38056 "" "Prometheus/2.43.0" 2024-09-20T23:19:25.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:24 smithi083 bash[19864]: cluster 2024-09-20T23:19:23.750350+0000 mgr.x (mgr.24617) 76 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:25.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:24 smithi083 bash[25244]: cluster 2024-09-20T23:19:23.750350+0000 mgr.x (mgr.24617) 76 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:25.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:24 smithi142 bash[19948]: cluster 2024-09-20T23:19:23.750350+0000 mgr.x (mgr.24617) 76 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:27.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:26 smithi083 bash[19864]: cluster 2024-09-20T23:19:25.751140+0000 mgr.x (mgr.24617) 77 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:27.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:26 smithi083 bash[25244]: cluster 2024-09-20T23:19:25.751140+0000 mgr.x (mgr.24617) 77 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:27.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:26 smithi142 bash[19948]: cluster 2024-09-20T23:19:25.751140+0000 mgr.x (mgr.24617) 77 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:29.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:28 smithi083 bash[19864]: cluster 2024-09-20T23:19:27.752870+0000 mgr.x (mgr.24617) 78 : cluster [DBG] pgmap v58: 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-09-20T23:19:29.071 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:28 smithi083 bash[25244]: cluster 2024-09-20T23:19:27.752870+0000 mgr.x (mgr.24617) 78 : cluster [DBG] pgmap v58: 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-09-20T23:19:29.321 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:28 smithi142 bash[19948]: cluster 2024-09-20T23:19:27.752870+0000 mgr.x (mgr.24617) 78 : cluster [DBG] pgmap v58: 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-09-20T23:19:30.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:29 smithi083 bash[19864]: audit 2024-09-20T23:19:28.697271+0000 mgr.x (mgr.24617) 79 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:30.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:29 smithi083 bash[25244]: audit 2024-09-20T23:19:28.697271+0000 mgr.x (mgr.24617) 79 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:30.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:29 smithi142 bash[19948]: audit 2024-09-20T23:19:28.697271+0000 mgr.x (mgr.24617) 79 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:31.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:30 smithi083 bash[19864]: cluster 2024-09-20T23:19:29.753521+0000 mgr.x (mgr.24617) 80 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:31.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:30 smithi083 bash[25244]: cluster 2024-09-20T23:19:29.753521+0000 mgr.x (mgr.24617) 80 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:31.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:30 smithi142 bash[19948]: cluster 2024-09-20T23:19:29.753521+0000 mgr.x (mgr.24617) 80 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:33.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:32 smithi083 bash[19864]: cluster 2024-09-20T23:19:31.755144+0000 mgr.x (mgr.24617) 81 : cluster [DBG] pgmap v60: 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-09-20T23:19:33.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:32 smithi083 bash[25244]: cluster 2024-09-20T23:19:31.755144+0000 mgr.x (mgr.24617) 81 : cluster [DBG] pgmap v60: 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-09-20T23:19:33.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:32 smithi142 bash[19948]: cluster 2024-09-20T23:19:31.755144+0000 mgr.x (mgr.24617) 81 : cluster [DBG] pgmap v60: 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-09-20T23:19:34.071 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:19:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:19:33] "GET /metrics HTTP/1.1" 200 38056 "" "Prometheus/2.43.0" 2024-09-20T23:19:35.297 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:34 smithi142 bash[19948]: cluster 2024-09-20T23:19:33.755863+0000 mgr.x (mgr.24617) 82 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:35.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:34 smithi083 bash[19864]: cluster 2024-09-20T23:19:33.755863+0000 mgr.x (mgr.24617) 82 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:35.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:34 smithi083 bash[25244]: cluster 2024-09-20T23:19:33.755863+0000 mgr.x (mgr.24617) 82 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:37.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:36 smithi083 bash[25244]: cluster 2024-09-20T23:19:35.756589+0000 mgr.x (mgr.24617) 83 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:37.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:36 smithi083 bash[25244]: audit 2024-09-20T23:19:36.200995+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:19:37.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:36 smithi083 bash[19864]: cluster 2024-09-20T23:19:35.756589+0000 mgr.x (mgr.24617) 83 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:37.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:36 smithi083 bash[19864]: audit 2024-09-20T23:19:36.200995+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:19:37.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:36 smithi142 bash[19948]: cluster 2024-09-20T23:19:35.756589+0000 mgr.x (mgr.24617) 83 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:37.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:36 smithi142 bash[19948]: audit 2024-09-20T23:19:36.200995+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:19:39.307 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:38 smithi142 bash[19948]: cluster 2024-09-20T23:19:37.758247+0000 mgr.x (mgr.24617) 84 : cluster [DBG] pgmap v63: 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-09-20T23:19:39.307 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:38 smithi142 bash[19948]: audit 2024-09-20T23:19:38.743061+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:39.307 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:38 smithi142 bash[19948]: audit 2024-09-20T23:19:38.750855+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:39.307 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:38 smithi142 bash[19948]: audit 2024-09-20T23:19:38.758201+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:39.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:38 smithi083 bash[19864]: cluster 2024-09-20T23:19:37.758247+0000 mgr.x (mgr.24617) 84 : cluster [DBG] pgmap v63: 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-09-20T23:19:39.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:38 smithi083 bash[19864]: audit 2024-09-20T23:19:38.743061+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:39.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:38 smithi083 bash[19864]: audit 2024-09-20T23:19:38.750855+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:39.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:38 smithi083 bash[19864]: audit 2024-09-20T23:19:38.758201+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:39.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:38 smithi083 bash[25244]: cluster 2024-09-20T23:19:37.758247+0000 mgr.x (mgr.24617) 84 : cluster [DBG] pgmap v63: 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-09-20T23:19:39.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:38 smithi083 bash[25244]: audit 2024-09-20T23:19:38.743061+0000 mon.a (mon.0) 1676 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:39.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:38 smithi083 bash[25244]: audit 2024-09-20T23:19:38.750855+0000 mon.a (mon.0) 1677 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:39.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:38 smithi083 bash[25244]: audit 2024-09-20T23:19:38.758201+0000 mon.a (mon.0) 1678 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[19864]: audit 2024-09-20T23:19:38.708801+0000 mgr.x (mgr.24617) 85 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[19864]: audit 2024-09-20T23:19:39.566656+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[19864]: audit 2024-09-20T23:19:39.578374+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[19864]: audit 2024-09-20T23:19:39.590538+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[19864]: audit 2024-09-20T23:19:39.895336+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:19:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[19864]: audit 2024-09-20T23:19:39.900373+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:19:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[19864]: audit 2024-09-20T23:19:39.902070+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:19:40.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[19864]: audit 2024-09-20T23:19:39.912850+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[25244]: audit 2024-09-20T23:19:38.708801+0000 mgr.x (mgr.24617) 85 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[25244]: audit 2024-09-20T23:19:39.566656+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[25244]: audit 2024-09-20T23:19:39.578374+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[25244]: audit 2024-09-20T23:19:39.590538+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[25244]: audit 2024-09-20T23:19:39.895336+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:19:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[25244]: audit 2024-09-20T23:19:39.900373+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:19:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[25244]: audit 2024-09-20T23:19:39.902070+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:19:40.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:39 smithi083 bash[25244]: audit 2024-09-20T23:19:39.912850+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:40.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:39 smithi142 bash[19948]: audit 2024-09-20T23:19:38.708801+0000 mgr.x (mgr.24617) 85 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:39 smithi142 bash[19948]: audit 2024-09-20T23:19:39.566656+0000 mon.a (mon.0) 1679 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:39 smithi142 bash[19948]: audit 2024-09-20T23:19:39.578374+0000 mon.a (mon.0) 1680 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:39 smithi142 bash[19948]: audit 2024-09-20T23:19:39.590538+0000 mon.a (mon.0) 1681 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:39 smithi142 bash[19948]: audit 2024-09-20T23:19:39.895336+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:19:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:39 smithi142 bash[19948]: audit 2024-09-20T23:19:39.900373+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:19:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:39 smithi142 bash[19948]: audit 2024-09-20T23:19:39.902070+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:19:40.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:39 smithi142 bash[19948]: audit 2024-09-20T23:19:39.912850+0000 mon.a (mon.0) 1682 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:41.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:40 smithi083 bash[19864]: cluster 2024-09-20T23:19:39.759135+0000 mgr.x (mgr.24617) 86 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:41.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:40 smithi083 bash[25244]: cluster 2024-09-20T23:19:39.759135+0000 mgr.x (mgr.24617) 86 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:41.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:40 smithi142 bash[19948]: cluster 2024-09-20T23:19:39.759135+0000 mgr.x (mgr.24617) 86 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:43.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:42 smithi083 bash[19864]: cluster 2024-09-20T23:19:41.760718+0000 mgr.x (mgr.24617) 87 : cluster [DBG] pgmap v65: 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-09-20T23:19:43.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:42 smithi083 bash[25244]: cluster 2024-09-20T23:19:41.760718+0000 mgr.x (mgr.24617) 87 : cluster [DBG] pgmap v65: 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-09-20T23:19:43.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:42 smithi142 bash[19948]: cluster 2024-09-20T23:19:41.760718+0000 mgr.x (mgr.24617) 87 : cluster [DBG] pgmap v65: 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-09-20T23:19:44.072 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:19:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:19:43] "GET /metrics HTTP/1.1" 200 38058 "" "Prometheus/2.43.0" 2024-09-20T23:19:45.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:44 smithi083 bash[19864]: cluster 2024-09-20T23:19:43.761565+0000 mgr.x (mgr.24617) 88 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:45.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:44 smithi083 bash[25244]: cluster 2024-09-20T23:19:43.761565+0000 mgr.x (mgr.24617) 88 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:45.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:44 smithi142 bash[19948]: cluster 2024-09-20T23:19:43.761565+0000 mgr.x (mgr.24617) 88 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:47.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:46 smithi083 bash[19864]: cluster 2024-09-20T23:19:45.762435+0000 mgr.x (mgr.24617) 89 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:47.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:46 smithi083 bash[25244]: cluster 2024-09-20T23:19:45.762435+0000 mgr.x (mgr.24617) 89 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:47.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:46 smithi142 bash[19948]: cluster 2024-09-20T23:19:45.762435+0000 mgr.x (mgr.24617) 89 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:49.071 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:48 smithi083 bash[19864]: cluster 2024-09-20T23:19:47.764143+0000 mgr.x (mgr.24617) 90 : cluster [DBG] pgmap v68: 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-09-20T23:19:49.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:48 smithi083 bash[25244]: cluster 2024-09-20T23:19:47.764143+0000 mgr.x (mgr.24617) 90 : cluster [DBG] pgmap v68: 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-09-20T23:19:49.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:48 smithi142 bash[19948]: cluster 2024-09-20T23:19:47.764143+0000 mgr.x (mgr.24617) 90 : cluster [DBG] pgmap v68: 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-09-20T23:19:50.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:49 smithi083 bash[19864]: audit 2024-09-20T23:19:48.720144+0000 mgr.x (mgr.24617) 91 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:50.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:49 smithi083 bash[25244]: audit 2024-09-20T23:19:48.720144+0000 mgr.x (mgr.24617) 91 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:50.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:49 smithi142 bash[19948]: audit 2024-09-20T23:19:48.720144+0000 mgr.x (mgr.24617) 91 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:19:51.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:50 smithi083 bash[19864]: cluster 2024-09-20T23:19:49.765017+0000 mgr.x (mgr.24617) 92 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:51.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:50 smithi083 bash[25244]: cluster 2024-09-20T23:19:49.765017+0000 mgr.x (mgr.24617) 92 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:51.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:50 smithi142 bash[19948]: cluster 2024-09-20T23:19:49.765017+0000 mgr.x (mgr.24617) 92 : cluster [DBG] pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:52.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:51 smithi083 bash[19864]: audit 2024-09-20T23:19:51.201717+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:19:52.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:51 smithi083 bash[25244]: audit 2024-09-20T23:19:51.201717+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:19:52.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:51 smithi142 bash[19948]: audit 2024-09-20T23:19:51.201717+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:19:53.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:52 smithi083 bash[19864]: cluster 2024-09-20T23:19:51.766654+0000 mgr.x (mgr.24617) 93 : cluster [DBG] pgmap v70: 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-09-20T23:19:53.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:52 smithi083 bash[25244]: cluster 2024-09-20T23:19:51.766654+0000 mgr.x (mgr.24617) 93 : cluster [DBG] pgmap v70: 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-09-20T23:19:53.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:52 smithi142 bash[19948]: cluster 2024-09-20T23:19:51.766654+0000 mgr.x (mgr.24617) 93 : cluster [DBG] pgmap v70: 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-09-20T23:19:54.072 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:19:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:19:53] "GET /metrics HTTP/1.1" 200 38059 "" "Prometheus/2.43.0" 2024-09-20T23:19:55.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:54 smithi083 bash[19864]: cluster 2024-09-20T23:19:53.767413+0000 mgr.x (mgr.24617) 94 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:55.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:54 smithi083 bash[25244]: cluster 2024-09-20T23:19:53.767413+0000 mgr.x (mgr.24617) 94 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:55.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:54 smithi142 bash[19948]: cluster 2024-09-20T23:19:53.767413+0000 mgr.x (mgr.24617) 94 : cluster [DBG] pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:57.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:56 smithi142 bash[19948]: cluster 2024-09-20T23:19:55.768042+0000 mgr.x (mgr.24617) 95 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:57.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:56 smithi083 bash[25244]: cluster 2024-09-20T23:19:55.768042+0000 mgr.x (mgr.24617) 95 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:57.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:56 smithi083 bash[19864]: cluster 2024-09-20T23:19:55.768042+0000 mgr.x (mgr.24617) 95 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:19:59.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:58 smithi083 bash[19864]: cluster 2024-09-20T23:19:57.769775+0000 mgr.x (mgr.24617) 96 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-20T23:19:59.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:58 smithi083 bash[19864]: audit 2024-09-20T23:19:58.906613+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:59.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:58 smithi083 bash[19864]: audit 2024-09-20T23:19:58.917096+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:59.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:58 smithi083 bash[19864]: audit 2024-09-20T23:19:58.926092+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:59.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:58 smithi083 bash[25244]: cluster 2024-09-20T23:19:57.769775+0000 mgr.x (mgr.24617) 96 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-20T23:19:59.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:58 smithi083 bash[25244]: audit 2024-09-20T23:19:58.906613+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:59.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:58 smithi083 bash[25244]: audit 2024-09-20T23:19:58.917096+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:59.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:58 smithi083 bash[25244]: audit 2024-09-20T23:19:58.926092+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:59.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:58 smithi142 bash[19948]: cluster 2024-09-20T23:19:57.769775+0000 mgr.x (mgr.24617) 96 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-20T23:19:59.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:58 smithi142 bash[19948]: audit 2024-09-20T23:19:58.906613+0000 mon.a (mon.0) 1683 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:59.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:58 smithi142 bash[19948]: audit 2024-09-20T23:19:58.917096+0000 mon.a (mon.0) 1684 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:19:59.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:58 smithi142 bash[19948]: audit 2024-09-20T23:19:58.926092+0000 mon.a (mon.0) 1685 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:00.011 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:59 smithi142 bash[19948]: audit 2024-09-20T23:19:58.730590+0000 mgr.x (mgr.24617) 97 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:00.011 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:59 smithi142 bash[19948]: audit 2024-09-20T23:19:59.726264+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:00.011 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:59 smithi142 bash[19948]: audit 2024-09-20T23:19:59.735768+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:00.011 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:19:59 smithi142 bash[19948]: audit 2024-09-20T23:19:59.745513+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:00.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:59 smithi083 bash[19864]: audit 2024-09-20T23:19:58.730590+0000 mgr.x (mgr.24617) 97 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:00.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:59 smithi083 bash[19864]: audit 2024-09-20T23:19:59.726264+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:00.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:59 smithi083 bash[19864]: audit 2024-09-20T23:19:59.735768+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:00.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:19:59 smithi083 bash[19864]: audit 2024-09-20T23:19:59.745513+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:00.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:59 smithi083 bash[25244]: audit 2024-09-20T23:19:58.730590+0000 mgr.x (mgr.24617) 97 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:00.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:59 smithi083 bash[25244]: audit 2024-09-20T23:19:59.726264+0000 mon.a (mon.0) 1686 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:00.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:59 smithi083 bash[25244]: audit 2024-09-20T23:19:59.735768+0000 mon.a (mon.0) 1687 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:00.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:19:59 smithi083 bash[25244]: audit 2024-09-20T23:19:59.745513+0000 mon.a (mon.0) 1688 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:01.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:00 smithi083 bash[25244]: cluster 2024-09-20T23:19:59.770324+0000 mgr.x (mgr.24617) 98 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-20T23:20:01.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:00 smithi083 bash[25244]: cluster 2024-09-20T23:20:00.000656+0000 mon.a (mon.0) 1689 : cluster [INF] overall HEALTH_OK 2024-09-20T23:20:01.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:00 smithi083 bash[19864]: cluster 2024-09-20T23:19:59.770324+0000 mgr.x (mgr.24617) 98 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-20T23:20:01.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:00 smithi083 bash[19864]: cluster 2024-09-20T23:20:00.000656+0000 mon.a (mon.0) 1689 : cluster [INF] overall HEALTH_OK 2024-09-20T23:20:01.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:00 smithi142 bash[19948]: cluster 2024-09-20T23:19:59.770324+0000 mgr.x (mgr.24617) 98 : cluster [DBG] pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-20T23:20:01.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:00 smithi142 bash[19948]: cluster 2024-09-20T23:20:00.000656+0000 mon.a (mon.0) 1689 : cluster [INF] overall HEALTH_OK 2024-09-20T23:20:03.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:03 smithi083 bash[19864]: cluster 2024-09-20T23:20:01.771889+0000 mgr.x (mgr.24617) 99 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:20:03.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:03 smithi083 bash[25244]: cluster 2024-09-20T23:20:01.771889+0000 mgr.x (mgr.24617) 99 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:20:03.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:02 smithi142 bash[19948]: cluster 2024-09-20T23:20:01.771889+0000 mgr.x (mgr.24617) 99 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:20:04.072 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:20:03 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:20:03] "GET /metrics HTTP/1.1" 200 38059 "" "Prometheus/2.43.0" 2024-09-20T23:20:05.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:05 smithi083 bash[19864]: cluster 2024-09-20T23:20:03.772612+0000 mgr.x (mgr.24617) 100 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:20:05.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:05 smithi083 bash[25244]: cluster 2024-09-20T23:20:03.772612+0000 mgr.x (mgr.24617) 100 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:20:05.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:05 smithi142 bash[19948]: cluster 2024-09-20T23:20:03.772612+0000 mgr.x (mgr.24617) 100 : cluster [DBG] pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:20:07.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:07 smithi083 bash[19864]: cluster 2024-09-20T23:20:05.773331+0000 mgr.x (mgr.24617) 101 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:20:07.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:07 smithi083 bash[19864]: audit 2024-09-20T23:20:06.203712+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:20:07.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:07 smithi083 bash[25244]: cluster 2024-09-20T23:20:05.773331+0000 mgr.x (mgr.24617) 101 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:20:07.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:07 smithi083 bash[25244]: audit 2024-09-20T23:20:06.203712+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:20:07.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:07 smithi142 bash[19948]: cluster 2024-09-20T23:20:05.773331+0000 mgr.x (mgr.24617) 101 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-20T23:20:07.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:07 smithi142 bash[19948]: audit 2024-09-20T23:20:06.203712+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:20:09.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:09 smithi083 bash[19864]: cluster 2024-09-20T23:20:07.775041+0000 mgr.x (mgr.24617) 102 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:20:09.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:09 smithi083 bash[25244]: cluster 2024-09-20T23:20:07.775041+0000 mgr.x (mgr.24617) 102 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:20:09.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:09 smithi142 bash[19948]: cluster 2024-09-20T23:20:07.775041+0000 mgr.x (mgr.24617) 102 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-20T23:20:10.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:10 smithi083 bash[19864]: audit 2024-09-20T23:20:08.741864+0000 mgr.x (mgr.24617) 103 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:10.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:10 smithi083 bash[25244]: audit 2024-09-20T23:20:08.741864+0000 mgr.x (mgr.24617) 103 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:10.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:10 smithi142 bash[19948]: audit 2024-09-20T23:20:08.741864+0000 mgr.x (mgr.24617) 103 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:11.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:11 smithi083 bash[19864]: cluster 2024-09-20T23:20:09.775765+0000 mgr.x (mgr.24617) 104 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-20T23:20:11.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:11 smithi083 bash[25244]: cluster 2024-09-20T23:20:09.775765+0000 mgr.x (mgr.24617) 104 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-20T23:20:11.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:11 smithi142 bash[19948]: cluster 2024-09-20T23:20:09.775765+0000 mgr.x (mgr.24617) 104 : cluster [DBG] pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-20T23:20:13.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:13 smithi083 bash[19864]: cluster 2024-09-20T23:20:11.777418+0000 mgr.x (mgr.24617) 105 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-20T23:20:13.394 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:13 smithi083 bash[25244]: cluster 2024-09-20T23:20:11.777418+0000 mgr.x (mgr.24617) 105 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-20T23:20:13.395 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:13 smithi142 bash[19948]: cluster 2024-09-20T23:20:11.777418+0000 mgr.x (mgr.24617) 105 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-20T23:20:14.072 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:20:13 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:20:13] "GET /metrics HTTP/1.1" 200 38058 "" "Prometheus/2.43.0" 2024-09-20T23:20:15.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:15 smithi083 bash[19864]: cluster 2024-09-20T23:20:13.778192+0000 mgr.x (mgr.24617) 106 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:15.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:15 smithi083 bash[25244]: cluster 2024-09-20T23:20:13.778192+0000 mgr.x (mgr.24617) 106 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:15.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:15 smithi142 bash[19948]: cluster 2024-09-20T23:20:13.778192+0000 mgr.x (mgr.24617) 106 : cluster [DBG] pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:17.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:17 smithi083 bash[19864]: cluster 2024-09-20T23:20:15.778835+0000 mgr.x (mgr.24617) 107 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:17.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:17 smithi083 bash[25244]: cluster 2024-09-20T23:20:15.778835+0000 mgr.x (mgr.24617) 107 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:17.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:17 smithi142 bash[19948]: cluster 2024-09-20T23:20:15.778835+0000 mgr.x (mgr.24617) 107 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:19.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:19 smithi083 bash[25244]: cluster 2024-09-20T23:20:17.779690+0000 mgr.x (mgr.24617) 108 : cluster [DBG] pgmap v83: 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-09-20T23:20:19.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:19 smithi083 bash[19864]: cluster 2024-09-20T23:20:17.779690+0000 mgr.x (mgr.24617) 108 : cluster [DBG] pgmap v83: 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-09-20T23:20:19.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:19 smithi142 bash[19948]: cluster 2024-09-20T23:20:17.779690+0000 mgr.x (mgr.24617) 108 : cluster [DBG] pgmap v83: 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-09-20T23:20:20.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:20 smithi142 bash[19948]: audit 2024-09-20T23:20:18.750583+0000 mgr.x (mgr.24617) 109 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:20.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:20 smithi142 bash[19948]: audit 2024-09-20T23:20:19.086195+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:20 smithi142 bash[19948]: audit 2024-09-20T23:20:19.100690+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:20 smithi142 bash[19948]: audit 2024-09-20T23:20:19.113731+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:20 smithi142 bash[19948]: audit 2024-09-20T23:20:19.888864+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:20 smithi142 bash[19948]: audit 2024-09-20T23:20:19.900327+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:20 smithi142 bash[19948]: audit 2024-09-20T23:20:19.911603+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[19864]: audit 2024-09-20T23:20:18.750583+0000 mgr.x (mgr.24617) 109 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:20.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[19864]: audit 2024-09-20T23:20:19.086195+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[19864]: audit 2024-09-20T23:20:19.100690+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[19864]: audit 2024-09-20T23:20:19.113731+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[19864]: audit 2024-09-20T23:20:19.888864+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[19864]: audit 2024-09-20T23:20:19.900327+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[19864]: audit 2024-09-20T23:20:19.911603+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[25244]: audit 2024-09-20T23:20:18.750583+0000 mgr.x (mgr.24617) 109 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:20.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[25244]: audit 2024-09-20T23:20:19.086195+0000 mon.a (mon.0) 1690 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[25244]: audit 2024-09-20T23:20:19.100690+0000 mon.a (mon.0) 1691 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[25244]: audit 2024-09-20T23:20:19.113731+0000 mon.a (mon.0) 1692 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[25244]: audit 2024-09-20T23:20:19.888864+0000 mon.a (mon.0) 1693 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[25244]: audit 2024-09-20T23:20:19.900327+0000 mon.a (mon.0) 1694 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:20.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:20 smithi083 bash[25244]: audit 2024-09-20T23:20:19.911603+0000 mon.a (mon.0) 1695 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:21.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:21 smithi083 bash[19864]: cluster 2024-09-20T23:20:19.780175+0000 mgr.x (mgr.24617) 110 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:21.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:21 smithi083 bash[25244]: cluster 2024-09-20T23:20:19.780175+0000 mgr.x (mgr.24617) 110 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:21.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:21 smithi142 bash[19948]: cluster 2024-09-20T23:20:19.780175+0000 mgr.x (mgr.24617) 110 : cluster [DBG] pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:22.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:22 smithi083 bash[19864]: audit 2024-09-20T23:20:21.204384+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:20:22.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:22 smithi083 bash[25244]: audit 2024-09-20T23:20:21.204384+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:20:22.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:22 smithi142 bash[19948]: audit 2024-09-20T23:20:21.204384+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:20:23.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:23 smithi083 bash[19864]: cluster 2024-09-20T23:20:21.781806+0000 mgr.x (mgr.24617) 111 : cluster [DBG] pgmap v85: 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-09-20T23:20:23.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:23 smithi083 bash[25244]: cluster 2024-09-20T23:20:21.781806+0000 mgr.x (mgr.24617) 111 : cluster [DBG] pgmap v85: 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-09-20T23:20:23.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:23 smithi142 bash[19948]: cluster 2024-09-20T23:20:21.781806+0000 mgr.x (mgr.24617) 111 : cluster [DBG] pgmap v85: 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-09-20T23:20:24.072 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:20:23 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:20:23] "GET /metrics HTTP/1.1" 200 38070 "" "Prometheus/2.43.0" 2024-09-20T23:20:25.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:25 smithi083 bash[19864]: cluster 2024-09-20T23:20:23.782547+0000 mgr.x (mgr.24617) 112 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:25.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:25 smithi083 bash[25244]: cluster 2024-09-20T23:20:23.782547+0000 mgr.x (mgr.24617) 112 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:25.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:25 smithi142 bash[19948]: cluster 2024-09-20T23:20:23.782547+0000 mgr.x (mgr.24617) 112 : cluster [DBG] pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:27.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:27 smithi083 bash[19864]: cluster 2024-09-20T23:20:25.783290+0000 mgr.x (mgr.24617) 113 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:27.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:27 smithi083 bash[25244]: cluster 2024-09-20T23:20:25.783290+0000 mgr.x (mgr.24617) 113 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:27.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:27 smithi142 bash[19948]: cluster 2024-09-20T23:20:25.783290+0000 mgr.x (mgr.24617) 113 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:29.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:29 smithi083 bash[19864]: cluster 2024-09-20T23:20:27.784907+0000 mgr.x (mgr.24617) 114 : cluster [DBG] pgmap v88: 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-09-20T23:20:29.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:29 smithi083 bash[25244]: cluster 2024-09-20T23:20:27.784907+0000 mgr.x (mgr.24617) 114 : cluster [DBG] pgmap v88: 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-09-20T23:20:29.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:29 smithi142 bash[19948]: cluster 2024-09-20T23:20:27.784907+0000 mgr.x (mgr.24617) 114 : cluster [DBG] pgmap v88: 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-09-20T23:20:30.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:30 smithi083 bash[19864]: audit 2024-09-20T23:20:28.758787+0000 mgr.x (mgr.24617) 115 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:30.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:30 smithi083 bash[19864]: cluster 2024-09-20T23:20:29.785602+0000 mgr.x (mgr.24617) 116 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:30.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:30 smithi083 bash[25244]: audit 2024-09-20T23:20:28.758787+0000 mgr.x (mgr.24617) 115 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:30.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:30 smithi083 bash[25244]: cluster 2024-09-20T23:20:29.785602+0000 mgr.x (mgr.24617) 116 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:30.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:30 smithi142 bash[19948]: audit 2024-09-20T23:20:28.758787+0000 mgr.x (mgr.24617) 115 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:30.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:30 smithi142 bash[19948]: cluster 2024-09-20T23:20:29.785602+0000 mgr.x (mgr.24617) 116 : cluster [DBG] pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:33.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:32 smithi083 bash[19864]: cluster 2024-09-20T23:20:31.787265+0000 mgr.x (mgr.24617) 117 : cluster [DBG] pgmap v90: 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-09-20T23:20:33.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:32 smithi083 bash[25244]: cluster 2024-09-20T23:20:31.787265+0000 mgr.x (mgr.24617) 117 : cluster [DBG] pgmap v90: 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-09-20T23:20:33.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:32 smithi142 bash[19948]: cluster 2024-09-20T23:20:31.787265+0000 mgr.x (mgr.24617) 117 : cluster [DBG] pgmap v90: 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-09-20T23:20:34.072 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:20:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:20:33] "GET /metrics HTTP/1.1" 200 38070 "" "Prometheus/2.43.0" 2024-09-20T23:20:35.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:34 smithi083 bash[25244]: cluster 2024-09-20T23:20:33.787985+0000 mgr.x (mgr.24617) 118 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:35.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:34 smithi083 bash[19864]: cluster 2024-09-20T23:20:33.787985+0000 mgr.x (mgr.24617) 118 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:35.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:34 smithi142 bash[19948]: cluster 2024-09-20T23:20:33.787985+0000 mgr.x (mgr.24617) 118 : cluster [DBG] pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:37.295 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:36 smithi142 bash[19948]: cluster 2024-09-20T23:20:35.788682+0000 mgr.x (mgr.24617) 119 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:37.295 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:36 smithi142 bash[19948]: audit 2024-09-20T23:20:36.204528+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:20:37.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:36 smithi083 bash[19864]: cluster 2024-09-20T23:20:35.788682+0000 mgr.x (mgr.24617) 119 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:37.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:36 smithi083 bash[19864]: audit 2024-09-20T23:20:36.204528+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:20:37.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:36 smithi083 bash[25244]: cluster 2024-09-20T23:20:35.788682+0000 mgr.x (mgr.24617) 119 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:37.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:36 smithi083 bash[25244]: audit 2024-09-20T23:20:36.204528+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:20:39.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:38 smithi142 bash[19948]: cluster 2024-09-20T23:20:37.790342+0000 mgr.x (mgr.24617) 120 : cluster [DBG] pgmap v93: 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-09-20T23:20:39.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:38 smithi083 bash[19864]: cluster 2024-09-20T23:20:37.790342+0000 mgr.x (mgr.24617) 120 : cluster [DBG] pgmap v93: 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-09-20T23:20:39.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:38 smithi083 bash[25244]: cluster 2024-09-20T23:20:37.790342+0000 mgr.x (mgr.24617) 120 : cluster [DBG] pgmap v93: 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-09-20T23:20:40.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:39 smithi083 bash[19864]: audit 2024-09-20T23:20:38.770406+0000 mgr.x (mgr.24617) 121 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:40.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:39 smithi083 bash[19864]: audit 2024-09-20T23:20:39.327441+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:40.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:39 smithi083 bash[19864]: audit 2024-09-20T23:20:39.341191+0000 mon.a (mon.0) 1697 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:40.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:39 smithi083 bash[19864]: audit 2024-09-20T23:20:39.353553+0000 mon.a (mon.0) 1698 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:40.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:39 smithi083 bash[25244]: audit 2024-09-20T23:20:38.770406+0000 mgr.x (mgr.24617) 121 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:40.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:39 smithi083 bash[25244]: audit 2024-09-20T23:20:39.327441+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:40.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:39 smithi083 bash[25244]: audit 2024-09-20T23:20:39.341191+0000 mon.a (mon.0) 1697 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:40.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:39 smithi083 bash[25244]: audit 2024-09-20T23:20:39.353553+0000 mon.a (mon.0) 1698 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:40.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:39 smithi142 bash[19948]: audit 2024-09-20T23:20:38.770406+0000 mgr.x (mgr.24617) 121 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:40.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:39 smithi142 bash[19948]: audit 2024-09-20T23:20:39.327441+0000 mon.a (mon.0) 1696 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:40.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:39 smithi142 bash[19948]: audit 2024-09-20T23:20:39.341191+0000 mon.a (mon.0) 1697 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:40.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:39 smithi142 bash[19948]: audit 2024-09-20T23:20:39.353553+0000 mon.a (mon.0) 1698 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:41.298 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:41 smithi142 bash[19948]: cluster 2024-09-20T23:20:39.791068+0000 mgr.x (mgr.24617) 122 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:41.298 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:41 smithi142 bash[19948]: audit 2024-09-20T23:20:40.033212+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:41.298 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:41 smithi142 bash[19948]: audit 2024-09-20T23:20:40.040862+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:41.298 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:41 smithi142 bash[19948]: audit 2024-09-20T23:20:40.047721+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:41.299 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:41 smithi142 bash[19948]: audit 2024-09-20T23:20:40.069279+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:20:41.299 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:41 smithi142 bash[19948]: audit 2024-09-20T23:20:40.071511+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:20:41.299 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:41 smithi142 bash[19948]: audit 2024-09-20T23:20:40.072283+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:20:41.299 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:41 smithi142 bash[19948]: audit 2024-09-20T23:20:40.080742+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:41.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[19864]: cluster 2024-09-20T23:20:39.791068+0000 mgr.x (mgr.24617) 122 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:41.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[19864]: audit 2024-09-20T23:20:40.033212+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:41.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[19864]: audit 2024-09-20T23:20:40.040862+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:41.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[19864]: audit 2024-09-20T23:20:40.047721+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:41.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[19864]: audit 2024-09-20T23:20:40.069279+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:20:41.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[19864]: audit 2024-09-20T23:20:40.071511+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:20:41.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[19864]: audit 2024-09-20T23:20:40.072283+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:20:41.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[19864]: audit 2024-09-20T23:20:40.080742+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:41.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[25244]: cluster 2024-09-20T23:20:39.791068+0000 mgr.x (mgr.24617) 122 : cluster [DBG] pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:41.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[25244]: audit 2024-09-20T23:20:40.033212+0000 mon.a (mon.0) 1699 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:41.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[25244]: audit 2024-09-20T23:20:40.040862+0000 mon.a (mon.0) 1700 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:41.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[25244]: audit 2024-09-20T23:20:40.047721+0000 mon.a (mon.0) 1701 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:41.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[25244]: audit 2024-09-20T23:20:40.069279+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:20:41.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[25244]: audit 2024-09-20T23:20:40.071511+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:20:41.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[25244]: audit 2024-09-20T23:20:40.072283+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:20:41.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:41 smithi083 bash[25244]: audit 2024-09-20T23:20:40.080742+0000 mon.a (mon.0) 1702 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:20:43.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:43 smithi083 bash[25244]: cluster 2024-09-20T23:20:41.792701+0000 mgr.x (mgr.24617) 123 : cluster [DBG] pgmap v95: 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-09-20T23:20:43.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:43 smithi083 bash[19864]: cluster 2024-09-20T23:20:41.792701+0000 mgr.x (mgr.24617) 123 : cluster [DBG] pgmap v95: 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-09-20T23:20:43.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:43 smithi142 bash[19948]: cluster 2024-09-20T23:20:41.792701+0000 mgr.x (mgr.24617) 123 : cluster [DBG] pgmap v95: 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-09-20T23:20:44.072 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:20:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:20:43] "GET /metrics HTTP/1.1" 200 38068 "" "Prometheus/2.43.0" 2024-09-20T23:20:45.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:45 smithi083 bash[25244]: cluster 2024-09-20T23:20:43.793492+0000 mgr.x (mgr.24617) 124 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:45.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:45 smithi083 bash[19864]: cluster 2024-09-20T23:20:43.793492+0000 mgr.x (mgr.24617) 124 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:45.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:45 smithi142 bash[19948]: cluster 2024-09-20T23:20:43.793492+0000 mgr.x (mgr.24617) 124 : cluster [DBG] pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:47.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:47 smithi142 bash[19948]: cluster 2024-09-20T23:20:45.794238+0000 mgr.x (mgr.24617) 125 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:47.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:47 smithi083 bash[25244]: cluster 2024-09-20T23:20:45.794238+0000 mgr.x (mgr.24617) 125 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:47.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:47 smithi083 bash[19864]: cluster 2024-09-20T23:20:45.794238+0000 mgr.x (mgr.24617) 125 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:49.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:49 smithi083 bash[19864]: cluster 2024-09-20T23:20:47.795880+0000 mgr.x (mgr.24617) 126 : cluster [DBG] pgmap v98: 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-09-20T23:20:49.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:49 smithi083 bash[25244]: cluster 2024-09-20T23:20:47.795880+0000 mgr.x (mgr.24617) 126 : cluster [DBG] pgmap v98: 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-09-20T23:20:49.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:49 smithi142 bash[19948]: cluster 2024-09-20T23:20:47.795880+0000 mgr.x (mgr.24617) 126 : cluster [DBG] pgmap v98: 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-09-20T23:20:50.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:50 smithi083 bash[19864]: audit 2024-09-20T23:20:48.781952+0000 mgr.x (mgr.24617) 127 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:50.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:50 smithi083 bash[25244]: audit 2024-09-20T23:20:48.781952+0000 mgr.x (mgr.24617) 127 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:50.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:50 smithi142 bash[19948]: audit 2024-09-20T23:20:48.781952+0000 mgr.x (mgr.24617) 127 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:20:51.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:51 smithi083 bash[25244]: cluster 2024-09-20T23:20:49.796622+0000 mgr.x (mgr.24617) 128 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:51.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:51 smithi083 bash[19864]: cluster 2024-09-20T23:20:49.796622+0000 mgr.x (mgr.24617) 128 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:51.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:51 smithi142 bash[19948]: cluster 2024-09-20T23:20:49.796622+0000 mgr.x (mgr.24617) 128 : cluster [DBG] pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:52.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:52 smithi083 bash[19864]: audit 2024-09-20T23:20:51.205048+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:20:52.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:52 smithi083 bash[25244]: audit 2024-09-20T23:20:51.205048+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:20:52.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:52 smithi142 bash[19948]: audit 2024-09-20T23:20:51.205048+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:20:53.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:53 smithi083 bash[19864]: cluster 2024-09-20T23:20:51.798220+0000 mgr.x (mgr.24617) 129 : cluster [DBG] pgmap v100: 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-09-20T23:20:53.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:53 smithi083 bash[25244]: cluster 2024-09-20T23:20:51.798220+0000 mgr.x (mgr.24617) 129 : cluster [DBG] pgmap v100: 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-09-20T23:20:53.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:53 smithi142 bash[19948]: cluster 2024-09-20T23:20:51.798220+0000 mgr.x (mgr.24617) 129 : cluster [DBG] pgmap v100: 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-09-20T23:20:54.072 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:20:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:20:53] "GET /metrics HTTP/1.1" 200 38073 "" "Prometheus/2.43.0" 2024-09-20T23:20:55.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:55 smithi142 bash[19948]: cluster 2024-09-20T23:20:53.798951+0000 mgr.x (mgr.24617) 130 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:55.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:55 smithi083 bash[19864]: cluster 2024-09-20T23:20:53.798951+0000 mgr.x (mgr.24617) 130 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:55.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:55 smithi083 bash[25244]: cluster 2024-09-20T23:20:53.798951+0000 mgr.x (mgr.24617) 130 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:57.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:57 smithi083 bash[25244]: cluster 2024-09-20T23:20:55.799707+0000 mgr.x (mgr.24617) 131 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:57.322 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:57 smithi083 bash[19864]: cluster 2024-09-20T23:20:55.799707+0000 mgr.x (mgr.24617) 131 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:57.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:57 smithi142 bash[19948]: cluster 2024-09-20T23:20:55.799707+0000 mgr.x (mgr.24617) 131 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:20:59.269 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:20:59 smithi142 bash[19948]: cluster 2024-09-20T23:20:57.801318+0000 mgr.x (mgr.24617) 132 : cluster [DBG] pgmap v103: 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-09-20T23:20:59.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:20:59 smithi083 bash[19864]: cluster 2024-09-20T23:20:57.801318+0000 mgr.x (mgr.24617) 132 : cluster [DBG] pgmap v103: 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-09-20T23:20:59.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:20:59 smithi083 bash[25244]: cluster 2024-09-20T23:20:57.801318+0000 mgr.x (mgr.24617) 132 : cluster [DBG] pgmap v103: 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-09-20T23:21:00.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:00 smithi083 bash[25244]: audit 2024-09-20T23:20:58.790765+0000 mgr.x (mgr.24617) 133 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:00.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:00 smithi083 bash[25244]: audit 2024-09-20T23:20:59.548048+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:00.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:00 smithi083 bash[25244]: audit 2024-09-20T23:20:59.563806+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:00.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:00 smithi083 bash[25244]: audit 2024-09-20T23:20:59.576771+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:00.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:00 smithi083 bash[19864]: audit 2024-09-20T23:20:58.790765+0000 mgr.x (mgr.24617) 133 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:00.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:00 smithi083 bash[19864]: audit 2024-09-20T23:20:59.548048+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:00.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:00 smithi083 bash[19864]: audit 2024-09-20T23:20:59.563806+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:00.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:00 smithi083 bash[19864]: audit 2024-09-20T23:20:59.576771+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:00.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:00 smithi142 bash[19948]: audit 2024-09-20T23:20:58.790765+0000 mgr.x (mgr.24617) 133 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:00.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:00 smithi142 bash[19948]: audit 2024-09-20T23:20:59.548048+0000 mon.a (mon.0) 1703 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:00.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:00 smithi142 bash[19948]: audit 2024-09-20T23:20:59.563806+0000 mon.a (mon.0) 1704 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:00.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:00 smithi142 bash[19948]: audit 2024-09-20T23:20:59.576771+0000 mon.a (mon.0) 1705 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:01.363 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:01 smithi083 bash[25244]: cluster 2024-09-20T23:20:59.802238+0000 mgr.x (mgr.24617) 134 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:01.363 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:01 smithi083 bash[25244]: audit 2024-09-20T23:21:00.226150+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:01.363 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:01 smithi083 bash[25244]: audit 2024-09-20T23:21:00.236773+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:01.363 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:01 smithi083 bash[25244]: audit 2024-09-20T23:21:00.249174+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:01.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:01 smithi083 bash[19864]: cluster 2024-09-20T23:20:59.802238+0000 mgr.x (mgr.24617) 134 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:01.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:01 smithi083 bash[19864]: audit 2024-09-20T23:21:00.226150+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:01.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:01 smithi083 bash[19864]: audit 2024-09-20T23:21:00.236773+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:01.363 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:01 smithi083 bash[19864]: audit 2024-09-20T23:21:00.249174+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:01.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:01 smithi142 bash[19948]: cluster 2024-09-20T23:20:59.802238+0000 mgr.x (mgr.24617) 134 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:01.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:01 smithi142 bash[19948]: audit 2024-09-20T23:21:00.226150+0000 mon.a (mon.0) 1706 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:01.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:01 smithi142 bash[19948]: audit 2024-09-20T23:21:00.236773+0000 mon.a (mon.0) 1707 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:01.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:01 smithi142 bash[19948]: audit 2024-09-20T23:21:00.249174+0000 mon.a (mon.0) 1708 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:03.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:03 smithi083 bash[25244]: cluster 2024-09-20T23:21:01.803901+0000 mgr.x (mgr.24617) 135 : cluster [DBG] pgmap v105: 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-09-20T23:21:03.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:03 smithi083 bash[19864]: cluster 2024-09-20T23:21:01.803901+0000 mgr.x (mgr.24617) 135 : cluster [DBG] pgmap v105: 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-09-20T23:21:03.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:03 smithi142 bash[19948]: cluster 2024-09-20T23:21:01.803901+0000 mgr.x (mgr.24617) 135 : cluster [DBG] pgmap v105: 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-09-20T23:21:04.072 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:03 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:21:03] "GET /metrics HTTP/1.1" 200 38073 "" "Prometheus/2.43.0" 2024-09-20T23:21:05.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:05 smithi083 bash[25244]: cluster 2024-09-20T23:21:03.804600+0000 mgr.x (mgr.24617) 136 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:05.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:05 smithi083 bash[19864]: cluster 2024-09-20T23:21:03.804600+0000 mgr.x (mgr.24617) 136 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:05 smithi142 bash[19948]: cluster 2024-09-20T23:21:03.804600+0000 mgr.x (mgr.24617) 136 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:07.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:07 smithi083 bash[25244]: cluster 2024-09-20T23:21:05.805281+0000 mgr.x (mgr.24617) 137 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:07.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:07 smithi083 bash[25244]: audit 2024-09-20T23:21:06.205540+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:21:07.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:07 smithi083 bash[19864]: cluster 2024-09-20T23:21:05.805281+0000 mgr.x (mgr.24617) 137 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:07.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:07 smithi083 bash[19864]: audit 2024-09-20T23:21:06.205540+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:21:07.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:07 smithi142 bash[19948]: cluster 2024-09-20T23:21:05.805281+0000 mgr.x (mgr.24617) 137 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:07.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:07 smithi142 bash[19948]: audit 2024-09-20T23:21:06.205540+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:21:09.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:09 smithi083 bash[19864]: cluster 2024-09-20T23:21:07.806971+0000 mgr.x (mgr.24617) 138 : cluster [DBG] pgmap v108: 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-09-20T23:21:09.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:09 smithi083 bash[25244]: cluster 2024-09-20T23:21:07.806971+0000 mgr.x (mgr.24617) 138 : cluster [DBG] pgmap v108: 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-09-20T23:21:09.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:09 smithi142 bash[19948]: cluster 2024-09-20T23:21:07.806971+0000 mgr.x (mgr.24617) 138 : cluster [DBG] pgmap v108: 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-09-20T23:21:10.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:10 smithi083 bash[19864]: audit 2024-09-20T23:21:08.802134+0000 mgr.x (mgr.24617) 139 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:10.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:10 smithi083 bash[25244]: audit 2024-09-20T23:21:08.802134+0000 mgr.x (mgr.24617) 139 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:10.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:10 smithi142 bash[19948]: audit 2024-09-20T23:21:08.802134+0000 mgr.x (mgr.24617) 139 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:11.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:11 smithi083 bash[19864]: cluster 2024-09-20T23:21:09.807650+0000 mgr.x (mgr.24617) 140 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:11.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:11 smithi083 bash[25244]: cluster 2024-09-20T23:21:09.807650+0000 mgr.x (mgr.24617) 140 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:11.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:11 smithi142 bash[19948]: cluster 2024-09-20T23:21:09.807650+0000 mgr.x (mgr.24617) 140 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:12.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:12 smithi142 bash[19948]: cluster 2024-09-20T23:21:11.809209+0000 mgr.x (mgr.24617) 141 : cluster [DBG] pgmap v110: 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-09-20T23:21:12.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:12 smithi083 bash[25244]: cluster 2024-09-20T23:21:11.809209+0000 mgr.x (mgr.24617) 141 : cluster [DBG] pgmap v110: 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-09-20T23:21:12.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:12 smithi083 bash[19864]: cluster 2024-09-20T23:21:11.809209+0000 mgr.x (mgr.24617) 141 : cluster [DBG] pgmap v110: 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-09-20T23:21:14.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:13 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:21:13] "GET /metrics HTTP/1.1" 200 38069 "" "Prometheus/2.43.0" 2024-09-20T23:21:15.127 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:14 smithi083 bash[19864]: cluster 2024-09-20T23:21:13.809947+0000 mgr.x (mgr.24617) 142 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:15.127 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:14 smithi083 bash[25244]: cluster 2024-09-20T23:21:13.809947+0000 mgr.x (mgr.24617) 142 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:15.128 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch ps' 2024-09-20T23:21:15.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:14 smithi142 bash[19948]: cluster 2024-09-20T23:21:13.809947+0000 mgr.x (mgr.24617) 142 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:17.121 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:16 smithi083 bash[19864]: cluster 2024-09-20T23:21:15.810675+0000 mgr.x (mgr.24617) 143 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:17.122 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:16 smithi083 bash[25244]: cluster 2024-09-20T23:21:15.810675+0000 mgr.x (mgr.24617) 143 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:17.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:16 smithi142 bash[19948]: cluster 2024-09-20T23:21:15.810675+0000 mgr.x (mgr.24617) 143 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:19.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:18 smithi083 bash[19864]: cluster 2024-09-20T23:21:17.812318+0000 mgr.x (mgr.24617) 144 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:21:19.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:18 smithi083 bash[25244]: cluster 2024-09-20T23:21:17.812318+0000 mgr.x (mgr.24617) 144 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:21:19.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:18 smithi142 bash[19948]: cluster 2024-09-20T23:21:17.812318+0000 mgr.x (mgr.24617) 144 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:21:19.445 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:21:19.445 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 19s ago 30m - - 2024-09-20T23:21:19.445 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 19s ago 30m - - 2024-09-20T23:21:19.445 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (13m) 19s ago 23m 14.4M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:21:19.445 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (12m) 19s ago 23m 41.9M - dad864ee21e9 70e2c31eee0c 2024-09-20T23:21:19.445 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (3m) 19s ago 21m 42.0M - 3.5 e1d6a67b021e e7a718513df0 2024-09-20T23:21:19.445 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283 running (15m) 19s ago 29m 493M - 19.1.1-367-g9e2ac70b cc9251b744a3 e229c4125bc1 2024-09-20T23:21:19.445 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (10m) 19s ago 31m 426M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:21:19.445 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (31m) 19s ago 32m 86.5M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:21:19.446 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (30m) 19s ago 30m 59.2M 2048M 17.2.0 e1d6a67b021e f020a95bce9d 2024-09-20T23:21:19.446 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (30m) 19s ago 30m 59.6M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:21:19.446 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (13m) 19s ago 23m 8320k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:21:19.446 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (12m) 19s ago 23m 8576k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:21:19.446 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (29m) 19s ago 29m 55.7M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:21:19.446 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (28m) 19s ago 28m 57.0M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:21:19.446 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (27m) 19s ago 27m 52.5M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:21:19.446 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (27m) 19s ago 27m 56.2M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:21:19.446 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (26m) 19s ago 26m 58.7M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:21:19.446 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (25m) 19s ago 25m 55.4M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:21:19.446 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (25m) 19s ago 25m 53.2M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:21:19.447 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (24m) 19s ago 24m 57.1M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:21:19.447 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (2m) 19s ago 23m 55.5M - 2.43.0 a07b618ecd1d ba4a0029626a 2024-09-20T23:21:19.447 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (21m) 19s ago 21m 88.1M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:21:19.447 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (21m) 19s ago 21m 90.4M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:21:19.876 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:19 smithi142 bash[19948]: audit 2024-09-20T23:21:18.811092+0000 mgr.x (mgr.24617) 145 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:19.876 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:19 smithi142 bash[19948]: audit 2024-09-20T23:21:19.733725+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:20.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:19 smithi083 bash[19864]: audit 2024-09-20T23:21:18.811092+0000 mgr.x (mgr.24617) 145 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:20.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:19 smithi083 bash[19864]: audit 2024-09-20T23:21:19.733725+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:20.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:19 smithi083 bash[19864]: audit 2024-09-20T23:21:19.741843+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:20.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:19 smithi083 bash[19864]: audit 2024-09-20T23:21:19.750089+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:20.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:19 smithi083 bash[25244]: audit 2024-09-20T23:21:18.811092+0000 mgr.x (mgr.24617) 145 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:20.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:19 smithi083 bash[25244]: audit 2024-09-20T23:21:19.733725+0000 mon.a (mon.0) 1709 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:20.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:19 smithi083 bash[25244]: audit 2024-09-20T23:21:19.741843+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:20.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:19 smithi083 bash[25244]: audit 2024-09-20T23:21:19.750089+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:20.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:19 smithi142 bash[19948]: audit 2024-09-20T23:21:19.741843+0000 mon.a (mon.0) 1710 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:20.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:19 smithi142 bash[19948]: audit 2024-09-20T23:21:19.750089+0000 mon.a (mon.0) 1711 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:20.722 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch ls' 2024-09-20T23:21:21.107 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:20 smithi083 bash[19864]: audit 2024-09-20T23:21:19.403565+0000 mgr.x (mgr.24617) 146 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:21:21.107 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:20 smithi083 bash[19864]: cluster 2024-09-20T23:21:19.813004+0000 mgr.x (mgr.24617) 147 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:21.107 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:20 smithi083 bash[19864]: audit 2024-09-20T23:21:20.412204+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:21.107 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:20 smithi083 bash[19864]: audit 2024-09-20T23:21:20.423308+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:21.107 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:20 smithi083 bash[19864]: audit 2024-09-20T23:21:20.434483+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:21.108 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:20 smithi083 bash[25244]: audit 2024-09-20T23:21:19.403565+0000 mgr.x (mgr.24617) 146 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:21:21.108 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:20 smithi083 bash[25244]: cluster 2024-09-20T23:21:19.813004+0000 mgr.x (mgr.24617) 147 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:21.108 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:20 smithi083 bash[25244]: audit 2024-09-20T23:21:20.412204+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:21.108 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:20 smithi083 bash[25244]: audit 2024-09-20T23:21:20.423308+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:21.108 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:20 smithi083 bash[25244]: audit 2024-09-20T23:21:20.434483+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:21.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:20 smithi142 bash[19948]: audit 2024-09-20T23:21:19.403565+0000 mgr.x (mgr.24617) 146 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:21:21.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:20 smithi142 bash[19948]: cluster 2024-09-20T23:21:19.813004+0000 mgr.x (mgr.24617) 147 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:21.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:20 smithi142 bash[19948]: audit 2024-09-20T23:21:20.412204+0000 mon.a (mon.0) 1712 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:20 smithi142 bash[19948]: audit 2024-09-20T23:21:20.423308+0000 mon.a (mon.0) 1713 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:20 smithi142 bash[19948]: audit 2024-09-20T23:21:20.434483+0000 mon.a (mon.0) 1714 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:22.142 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:21 smithi083 bash[19864]: audit 2024-09-20T23:21:21.206138+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:21:22.142 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:21 smithi083 bash[25244]: audit 2024-09-20T23:21:21.206138+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:21:22.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:21 smithi142 bash[19948]: audit 2024-09-20T23:21:21.206138+0000 mon.b (mon.2) 189 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:21:23.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:22 smithi083 bash[19864]: cluster 2024-09-20T23:21:21.814685+0000 mgr.x (mgr.24617) 148 : cluster [DBG] pgmap v115: 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-09-20T23:21:23.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:22 smithi083 bash[25244]: cluster 2024-09-20T23:21:21.814685+0000 mgr.x (mgr.24617) 148 : cluster [DBG] pgmap v115: 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-09-20T23:21:23.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:22 smithi142 bash[19948]: cluster 2024-09-20T23:21:21.814685+0000 mgr.x (mgr.24617) 148 : cluster [DBG] pgmap v115: 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-09-20T23:21:24.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:23 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:21:23] "GET /metrics HTTP/1.1" 200 38069 "" "Prometheus/2.43.0" 2024-09-20T23:21:25.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:24 smithi142 bash[19948]: cluster 2024-09-20T23:21:23.815427+0000 mgr.x (mgr.24617) 149 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:25.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:24 smithi083 bash[19864]: cluster 2024-09-20T23:21:23.815427+0000 mgr.x (mgr.24617) 149 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:25.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:24 smithi083 bash[25244]: cluster 2024-09-20T23:21:23.815427+0000 mgr.x (mgr.24617) 149 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:25.421 INFO:teuthology.orchestra.run.smithi083.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-20T23:21:25.421 INFO:teuthology.orchestra.run.smithi083.stdout:agent 2/2 5s ago 3m * 2024-09-20T23:21:25.421 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager ?:9093,9094 1/1 5s ago 24m smithi083=a;count:1 2024-09-20T23:21:25.421 INFO:teuthology.orchestra.run.smithi083.stdout:grafana ?:3000 1/1 5s ago 23m smithi142=a;count:1 2024-09-20T23:21:25.421 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo ?:5000 1/1 5s ago 21m count:1 2024-09-20T23:21:25.421 INFO:teuthology.orchestra.run.smithi083.stdout:mgr 2/2 5s ago 29m smithi083=y;smithi142=x;count:2 2024-09-20T23:21:25.421 INFO:teuthology.orchestra.run.smithi083.stdout:mon 3/3 5s ago 30m smithi083:172.21.15.83=a;smithi083:[v2:172.21.15.83:3301,v1:172.21.15.83:6790]=c;smithi142:172.21.15.142=b;count:3 2024-09-20T23:21:25.422 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter ?:9100 2/2 5s ago 24m smithi083=a;smithi142=b;count:2 2024-09-20T23:21:25.422 INFO:teuthology.orchestra.run.smithi083.stdout:osd 8 5s ago - 2024-09-20T23:21:25.422 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus ?:9095 1/1 5s ago 24m smithi142=a;count:1 2024-09-20T23:21:25.422 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo ?:8000 2/2 5s ago 21m count:2 2024-09-20T23:21:26.223 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions' 2024-09-20T23:21:27.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:26 smithi142 bash[19948]: audit 2024-09-20T23:21:25.404230+0000 mgr.x (mgr.24617) 150 : audit [DBG] from='client.25246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:21:27.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:26 smithi142 bash[19948]: cluster 2024-09-20T23:21:25.816147+0000 mgr.x (mgr.24617) 151 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:27.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:26 smithi083 bash[19864]: audit 2024-09-20T23:21:25.404230+0000 mgr.x (mgr.24617) 150 : audit [DBG] from='client.25246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:21:27.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:26 smithi083 bash[19864]: cluster 2024-09-20T23:21:25.816147+0000 mgr.x (mgr.24617) 151 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:27.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:26 smithi083 bash[25244]: audit 2024-09-20T23:21:25.404230+0000 mgr.x (mgr.24617) 150 : audit [DBG] from='client.25246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:21:27.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:26 smithi083 bash[25244]: cluster 2024-09-20T23:21:25.816147+0000 mgr.x (mgr.24617) 151 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:29.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:28 smithi083 bash[19864]: cluster 2024-09-20T23:21:27.817820+0000 mgr.x (mgr.24617) 152 : cluster [DBG] pgmap v118: 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-09-20T23:21:29.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:28 smithi083 bash[25244]: cluster 2024-09-20T23:21:27.817820+0000 mgr.x (mgr.24617) 152 : cluster [DBG] pgmap v118: 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-09-20T23:21:29.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:28 smithi142 bash[19948]: cluster 2024-09-20T23:21:27.817820+0000 mgr.x (mgr.24617) 152 : cluster [DBG] pgmap v118: 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-09-20T23:21:29.719 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:21:29.719 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:21:29.719 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-09-20T23:21:29.719 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: "mds": {}, 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:21:29.720 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:21:29.721 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:21:30.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:29 smithi083 bash[19864]: audit 2024-09-20T23:21:28.820079+0000 mgr.x (mgr.24617) 153 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:30.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:29 smithi083 bash[19864]: audit 2024-09-20T23:21:29.721922+0000 mon.c (mon.1) 205 : audit [DBG] from='client.? 172.21.15.83:0/2380750805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:21:30.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:29 smithi083 bash[25244]: audit 2024-09-20T23:21:28.820079+0000 mgr.x (mgr.24617) 153 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:30.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:29 smithi083 bash[25244]: audit 2024-09-20T23:21:29.721922+0000 mon.c (mon.1) 205 : audit [DBG] from='client.? 172.21.15.83:0/2380750805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:21:30.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:29 smithi142 bash[19948]: audit 2024-09-20T23:21:28.820079+0000 mgr.x (mgr.24617) 153 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:30.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:29 smithi142 bash[19948]: audit 2024-09-20T23:21:29.721922+0000 mon.c (mon.1) 205 : audit [DBG] from='client.? 172.21.15.83:0/2380750805' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:21:30.500 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr' 2024-09-20T23:21:31.072 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:30 smithi083 bash[19864]: cluster 2024-09-20T23:21:29.818627+0000 mgr.x (mgr.24617) 154 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:31.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:30 smithi083 bash[25244]: cluster 2024-09-20T23:21:29.818627+0000 mgr.x (mgr.24617) 154 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:31.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:30 smithi142 bash[19948]: cluster 2024-09-20T23:21:29.818627+0000 mgr.x (mgr.24617) 154 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:33.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:32 smithi083 bash[19864]: cluster 2024-09-20T23:21:31.820284+0000 mgr.x (mgr.24617) 155 : cluster [DBG] pgmap v120: 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-09-20T23:21:33.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:32 smithi083 bash[25244]: cluster 2024-09-20T23:21:31.820284+0000 mgr.x (mgr.24617) 155 : cluster [DBG] pgmap v120: 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-09-20T23:21:33.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:32 smithi142 bash[19948]: cluster 2024-09-20T23:21:31.820284+0000 mgr.x (mgr.24617) 155 : cluster [DBG] pgmap v120: 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-09-20T23:21:34.072 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:33 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:21:33] "GET /metrics HTTP/1.1" 200 38069 "" "Prometheus/2.43.0" 2024-09-20T23:21:35.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:34 smithi083 bash[19864]: cluster 2024-09-20T23:21:33.821118+0000 mgr.x (mgr.24617) 156 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:35.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:34 smithi083 bash[25244]: cluster 2024-09-20T23:21:33.821118+0000 mgr.x (mgr.24617) 156 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:35.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:34 smithi142 bash[19948]: cluster 2024-09-20T23:21:33.821118+0000 mgr.x (mgr.24617) 156 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:36.213 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:35 smithi083 bash[25244]: audit 2024-09-20T23:21:34.200287+0000 mgr.x (mgr.24617) 157 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:21:36.214 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:35 smithi083 bash[19864]: audit 2024-09-20T23:21:34.200287+0000 mgr.x (mgr.24617) 157 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:21:36.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:35 smithi142 bash[19948]: audit 2024-09-20T23:21:34.200287+0000 mgr.x (mgr.24617) 157 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:21:36.933 INFO:teuthology.orchestra.run.smithi083.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:21:37.322 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:36 smithi083 bash[25244]: cluster 2024-09-20T23:21:35.822003+0000 mgr.x (mgr.24617) 158 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:37.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:36 smithi083 bash[25244]: audit 2024-09-20T23:21:36.206294+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:21:37.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:36 smithi083 bash[25244]: audit 2024-09-20T23:21:36.933868+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:21:37.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:36 smithi083 bash[25244]: audit 2024-09-20T23:21:36.934917+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:37.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:36 smithi083 bash[19864]: cluster 2024-09-20T23:21:35.822003+0000 mgr.x (mgr.24617) 158 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:37.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:36 smithi083 bash[19864]: audit 2024-09-20T23:21:36.206294+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:21:37.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:36 smithi083 bash[19864]: audit 2024-09-20T23:21:36.933868+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:21:37.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:36 smithi083 bash[19864]: audit 2024-09-20T23:21:36.934917+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:37.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:36 smithi142 bash[19948]: cluster 2024-09-20T23:21:35.822003+0000 mgr.x (mgr.24617) 158 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:37.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:36 smithi142 bash[19948]: audit 2024-09-20T23:21:36.206294+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:21:37.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:36 smithi142 bash[19948]: audit 2024-09-20T23:21:36.933868+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:21:37.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:36 smithi142 bash[19948]: audit 2024-09-20T23:21:36.934917+0000 mon.a (mon.0) 1715 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:37.638 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- 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 ; sleep 30 ; done' 2024-09-20T23:21:38.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:37 smithi083 bash[19864]: cephadm 2024-09-20T23:21:36.924506+0000 mgr.x (mgr.24617) 159 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:21:38.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[19864]: audit 2024-09-20T23:21:37.466364+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:38.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[19864]: audit 2024-09-20T23:21:37.479693+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:38.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[19864]: audit 2024-09-20T23:21:37.483294+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:21:38.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[19864]: audit 2024-09-20T23:21:37.485099+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:21:38.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[19864]: audit 2024-09-20T23:21:37.495184+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:38.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:37 smithi142 bash[19948]: cephadm 2024-09-20T23:21:36.924506+0000 mgr.x (mgr.24617) 159 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:21:38.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:37 smithi142 bash[19948]: audit 2024-09-20T23:21:37.466364+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:38.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:37 smithi142 bash[19948]: audit 2024-09-20T23:21:37.479693+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:38.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:37 smithi142 bash[19948]: audit 2024-09-20T23:21:37.483294+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:21:38.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:37 smithi142 bash[19948]: audit 2024-09-20T23:21:37.485099+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:21:38.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:37 smithi142 bash[19948]: audit 2024-09-20T23:21:37.495184+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:38.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[25244]: cephadm 2024-09-20T23:21:36.924506+0000 mgr.x (mgr.24617) 159 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:21:38.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[25244]: audit 2024-09-20T23:21:37.466364+0000 mon.a (mon.0) 1716 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:38.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[25244]: audit 2024-09-20T23:21:37.479693+0000 mon.a (mon.0) 1717 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:38.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[25244]: audit 2024-09-20T23:21:37.483294+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:21:38.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[25244]: audit 2024-09-20T23:21:37.485099+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:21:38.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[25244]: audit 2024-09-20T23:21:37.495184+0000 mon.a (mon.0) 1718 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:39.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:38 smithi142 bash[19948]: cephadm 2024-09-20T23:21:37.651499+0000 mgr.x (mgr.24617) 160 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:21:39.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:38 smithi142 bash[19948]: cluster 2024-09-20T23:21:37.823667+0000 mgr.x (mgr.24617) 161 : cluster [DBG] pgmap v123: 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-09-20T23:21:39.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[19864]: cephadm 2024-09-20T23:21:37.651499+0000 mgr.x (mgr.24617) 160 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:21:39.349 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[19864]: cluster 2024-09-20T23:21:37.823667+0000 mgr.x (mgr.24617) 161 : cluster [DBG] pgmap v123: 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-09-20T23:21:39.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[25244]: cephadm 2024-09-20T23:21:37.651499+0000 mgr.x (mgr.24617) 160 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:21:39.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:38 smithi083 bash[25244]: cluster 2024-09-20T23:21:37.823667+0000 mgr.x (mgr.24617) 161 : cluster [DBG] pgmap v123: 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-09-20T23:21:40.170 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:39 smithi083 bash[25244]: audit 2024-09-20T23:21:38.830918+0000 mgr.x (mgr.24617) 162 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:40.170 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:39 smithi083 bash[25244]: audit 2024-09-20T23:21:39.884663+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:40.171 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:39 smithi083 bash[25244]: audit 2024-09-20T23:21:39.895332+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:40.171 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:39 smithi083 bash[25244]: audit 2024-09-20T23:21:39.902868+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:40.171 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:39 smithi083 bash[19864]: audit 2024-09-20T23:21:38.830918+0000 mgr.x (mgr.24617) 162 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:40.171 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:39 smithi083 bash[19864]: audit 2024-09-20T23:21:39.884663+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:40.171 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:39 smithi083 bash[19864]: audit 2024-09-20T23:21:39.895332+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:40.171 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:39 smithi083 bash[19864]: audit 2024-09-20T23:21:39.902868+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:40.210 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:39 smithi142 bash[19948]: audit 2024-09-20T23:21:38.830918+0000 mgr.x (mgr.24617) 162 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:40.210 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:39 smithi142 bash[19948]: audit 2024-09-20T23:21:39.884663+0000 mon.a (mon.0) 1719 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:40.210 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:39 smithi142 bash[19948]: audit 2024-09-20T23:21:39.895332+0000 mon.a (mon.0) 1720 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:40.210 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:39 smithi142 bash[19948]: audit 2024-09-20T23:21:39.902868+0000 mon.a (mon.0) 1721 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:40 smithi083 bash[19864]: cluster 2024-09-20T23:21:39.824393+0000 mgr.x (mgr.24617) 163 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:40 smithi083 bash[19864]: audit 2024-09-20T23:21:40.588403+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:40 smithi083 bash[19864]: audit 2024-09-20T23:21:40.599981+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:41.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:40 smithi083 bash[19864]: audit 2024-09-20T23:21:40.611855+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:41.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:40 smithi083 bash[25244]: cluster 2024-09-20T23:21:39.824393+0000 mgr.x (mgr.24617) 163 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:41.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:40 smithi083 bash[25244]: audit 2024-09-20T23:21:40.588403+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:41.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:40 smithi083 bash[25244]: audit 2024-09-20T23:21:40.599981+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:41.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:40 smithi083 bash[25244]: audit 2024-09-20T23:21:40.611855+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:41.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:40 smithi142 bash[19948]: cluster 2024-09-20T23:21:39.824393+0000 mgr.x (mgr.24617) 163 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:41.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:40 smithi142 bash[19948]: audit 2024-09-20T23:21:40.588403+0000 mon.a (mon.0) 1722 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:41.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:40 smithi142 bash[19948]: audit 2024-09-20T23:21:40.599981+0000 mon.a (mon.0) 1723 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:41.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:40 smithi142 bash[19948]: audit 2024-09-20T23:21:40.611855+0000 mon.a (mon.0) 1724 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:43.319 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:42 smithi142 bash[19948]: cluster 2024-09-20T23:21:41.826037+0000 mgr.x (mgr.24617) 164 : cluster [DBG] pgmap v125: 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-09-20T23:21:43.321 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:42 smithi083 bash[19864]: cluster 2024-09-20T23:21:41.826037+0000 mgr.x (mgr.24617) 164 : cluster [DBG] pgmap v125: 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-09-20T23:21:43.321 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:42 smithi083 bash[25244]: cluster 2024-09-20T23:21:41.826037+0000 mgr.x (mgr.24617) 164 : cluster [DBG] pgmap v125: 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-09-20T23:21:44.057 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:21:44.072 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:43 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:21:43] "GET /metrics HTTP/1.1" 200 38067 "" "Prometheus/2.43.0" 2024-09-20T23:21:44.805 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:21:44.805 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 4s ago 31m - - 2024-09-20T23:21:44.805 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 4s ago 30m - - 2024-09-20T23:21:44.805 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (13m) 4s ago 23m 14.4M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:21:44.805 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (13m) 4s ago 23m 41.9M - dad864ee21e9 70e2c31eee0c 2024-09-20T23:21:44.805 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (3m) 4s ago 21m 42.1M - 3.5 e1d6a67b021e e7a718513df0 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283 running (16m) 4s ago 30m 496M - 19.1.1-367-g9e2ac70b cc9251b744a3 e229c4125bc1 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (10m) 4s ago 32m 426M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (32m) 4s ago 32m 89.5M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (30m) 4s ago 30m 61.9M 2048M 17.2.0 e1d6a67b021e f020a95bce9d 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (30m) 4s ago 30m 62.0M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (13m) 4s ago 24m 8823k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (13m) 4s ago 24m 8563k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (29m) 4s ago 29m 55.7M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (28m) 4s ago 28m 57.0M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (28m) 4s ago 28m 52.5M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (27m) 4s ago 27m 56.3M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (26m) 4s ago 26m 58.8M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (26m) 4s ago 26m 55.5M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:21:44.806 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (25m) 4s ago 25m 53.3M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:21:44.807 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (25m) 4s ago 25m 57.2M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:21:44.807 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (3m) 4s ago 24m 56.6M - 2.43.0 a07b618ecd1d ba4a0029626a 2024-09-20T23:21:44.807 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (21m) 4s ago 21m 88.2M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:21:44.807 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (21m) 4s ago 21m 90.6M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:21:45.233 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:21:45.233 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:21:45.233 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-09-20T23:21:45.233 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:21:45.233 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 1 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: "mds": {}, 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 1 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:21:45.234 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:21:45.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[48288]: ignoring --setuser ceph since I am not root 2024-09-20T23:21:45.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[48288]: ignoring --setgroup ceph since I am not root 2024-09-20T23:21:45.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[48288]: debug 2024-09-20T23:21:45.119+0000 7fc57c986640 1 -- 172.21.15.142:0/730809711 <== mon.2 v2:172.21.15.142:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55b749a050e0 con 0x55b749a07800 2024-09-20T23:21:45.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[48288]: debug 2024-09-20T23:21:45.227+0000 7fc57f1e2040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T23:21:45.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[19948]: cluster 2024-09-20T23:21:43.826699+0000 mgr.x (mgr.24617) 165 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:45.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[19948]: audit 2024-09-20T23:21:44.039053+0000 mgr.x (mgr.24617) 166 : audit [DBG] from='client.25264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:21:45.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[19948]: cephadm 2024-09-20T23:21:44.043584+0000 mgr.x (mgr.24617) 167 : cephadm [INF] Upgrade: Target is version 19.1.1-367-g9e2ac70b (squid) 2024-09-20T23:21:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[19948]: cephadm 2024-09-20T23:21:44.043734+0000 mgr.x (mgr.24617) 168 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, digests ['quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5'] 2024-09-20T23:21:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[19948]: audit 2024-09-20T23:21:44.043839+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[19948]: audit 2024-09-20T23:21:44.047452+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:21:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[19948]: cephadm 2024-09-20T23:21:44.049558+0000 mgr.x (mgr.24617) 169 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-20T23:21:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[19948]: cephadm 2024-09-20T23:21:44.050536+0000 mgr.x (mgr.24617) 170 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-20T23:21:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[19948]: cephadm 2024-09-20T23:21:44.055623+0000 mgr.x (mgr.24617) 171 : cephadm [INF] Failing over to other MGR 2024-09-20T23:21:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[19948]: audit 2024-09-20T23:21:44.056144+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-20T23:21:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[19948]: audit 2024-09-20T23:21:44.058883+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-20T23:21:45.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:45 smithi142 bash[19948]: cluster 2024-09-20T23:21:44.071644+0000 mon.a (mon.0) 1727 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-20T23:21:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[19864]: cluster 2024-09-20T23:21:43.826699+0000 mgr.x (mgr.24617) 165 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[19864]: audit 2024-09-20T23:21:44.039053+0000 mgr.x (mgr.24617) 166 : audit [DBG] from='client.25264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:21:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[19864]: cephadm 2024-09-20T23:21:44.043584+0000 mgr.x (mgr.24617) 167 : cephadm [INF] Upgrade: Target is version 19.1.1-367-g9e2ac70b (squid) 2024-09-20T23:21:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[19864]: cephadm 2024-09-20T23:21:44.043734+0000 mgr.x (mgr.24617) 168 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, digests ['quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5'] 2024-09-20T23:21:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[19864]: audit 2024-09-20T23:21:44.043839+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[19864]: audit 2024-09-20T23:21:44.047452+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:21:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[19864]: cephadm 2024-09-20T23:21:44.049558+0000 mgr.x (mgr.24617) 169 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-20T23:21:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[19864]: cephadm 2024-09-20T23:21:44.050536+0000 mgr.x (mgr.24617) 170 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-20T23:21:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[19864]: cephadm 2024-09-20T23:21:44.055623+0000 mgr.x (mgr.24617) 171 : cephadm [INF] Failing over to other MGR 2024-09-20T23:21:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[19864]: audit 2024-09-20T23:21:44.056144+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-20T23:21:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[19864]: audit 2024-09-20T23:21:44.058883+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-20T23:21:45.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[19864]: cluster 2024-09-20T23:21:44.071644+0000 mon.a (mon.0) 1727 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-20T23:21:45.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[70411]: [20/Sep/2024:23:21:45] ENGINE Bus STOPPING 2024-09-20T23:21:45.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[70411]: [20/Sep/2024:23:21:45] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-20T23:21:45.326 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[70411]: [20/Sep/2024:23:21:45] ENGINE Bus STOPPED 2024-09-20T23:21:45.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[25244]: cluster 2024-09-20T23:21:43.826699+0000 mgr.x (mgr.24617) 165 : cluster [DBG] pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:21:45.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[25244]: audit 2024-09-20T23:21:44.039053+0000 mgr.x (mgr.24617) 166 : audit [DBG] from='client.25264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:21:45.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[25244]: cephadm 2024-09-20T23:21:44.043584+0000 mgr.x (mgr.24617) 167 : cephadm [INF] Upgrade: Target is version 19.1.1-367-g9e2ac70b (squid) 2024-09-20T23:21:45.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[25244]: cephadm 2024-09-20T23:21:44.043734+0000 mgr.x (mgr.24617) 168 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, digests ['quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5'] 2024-09-20T23:21:45.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[25244]: audit 2024-09-20T23:21:44.043839+0000 mon.a (mon.0) 1725 : audit [INF] from='mgr.24617 ' entity='mgr.x' 2024-09-20T23:21:45.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[25244]: audit 2024-09-20T23:21:44.047452+0000 mon.b (mon.2) 194 : audit [DBG] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:21:45.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[25244]: cephadm 2024-09-20T23:21:44.049558+0000 mgr.x (mgr.24617) 169 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-20T23:21:45.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[25244]: cephadm 2024-09-20T23:21:44.050536+0000 mgr.x (mgr.24617) 170 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-20T23:21:45.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[25244]: cephadm 2024-09-20T23:21:44.055623+0000 mgr.x (mgr.24617) 171 : cephadm [INF] Failing over to other MGR 2024-09-20T23:21:45.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[25244]: audit 2024-09-20T23:21:44.056144+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.24617 172.21.15.142:0/2312363493' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-20T23:21:45.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[25244]: audit 2024-09-20T23:21:44.058883+0000 mon.a (mon.0) 1726 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-20T23:21:45.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[25244]: cluster 2024-09-20T23:21:44.071644+0000 mon.a (mon.0) 1727 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-20T23:21:45.822 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[70411]: [20/Sep/2024:23:21:45] ENGINE Bus STARTING 2024-09-20T23:21:45.823 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[70411]: [20/Sep/2024:23:21:45] ENGINE Serving on http://:::9283 2024-09-20T23:21:45.823 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:45 smithi083 bash[70411]: [20/Sep/2024:23:21:45] ENGINE Bus STARTED 2024-09-20T23:21:46.077 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:21:46.078 INFO:teuthology.orchestra.run.smithi083.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5", 2024-09-20T23:21:46.078 INFO:teuthology.orchestra.run.smithi083.stdout: "in_progress": true, 2024-09-20T23:21:46.078 INFO:teuthology.orchestra.run.smithi083.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-20T23:21:46.078 INFO:teuthology.orchestra.run.smithi083.stdout: "services_complete": [ 2024-09-20T23:21:46.078 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr" 2024-09-20T23:21:46.078 INFO:teuthology.orchestra.run.smithi083.stdout: ], 2024-09-20T23:21:46.078 INFO:teuthology.orchestra.run.smithi083.stdout: "progress": "2/2 daemons upgraded", 2024-09-20T23:21:46.078 INFO:teuthology.orchestra.run.smithi083.stdout: "message": "", 2024-09-20T23:21:46.078 INFO:teuthology.orchestra.run.smithi083.stdout: "is_paused": false 2024-09-20T23:21:46.078 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:21:46.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.059213+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-20T23:21:46.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: cluster 2024-09-20T23:21:45.059402+0000 mon.a (mon.0) 1729 : cluster [DBG] mgrmap e38: y(active, starting, since 0.999704s) 2024-09-20T23:21:46.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.063410+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:21:46.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.063607+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:21:46.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.063799+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:21:46.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.064019+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:21:46.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.064283+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:21:46.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.064545+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:21:46.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.064829+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.065120+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.065342+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.065715+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.065889+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.066113+0000 mon.a (mon.0) 1741 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.066292+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.066469+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.066845+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.236169+0000 mon.a (mon.0) 1745 : audit [DBG] from='client.? 172.21.15.83:0/2162269166' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: cluster 2024-09-20T23:21:45.248729+0000 mon.a (mon.0) 1746 : cluster [INF] Manager daemon y is now available 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.296741+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.299101+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.303396+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:21:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.303981+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:21:46.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.341524+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:21:46.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.344849+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:21:46.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.384614+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:21:46.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[25244]: audit 2024-09-20T23:21:45.767957+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:21:46.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.059213+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-20T23:21:46.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: cluster 2024-09-20T23:21:45.059402+0000 mon.a (mon.0) 1729 : cluster [DBG] mgrmap e38: y(active, starting, since 0.999704s) 2024-09-20T23:21:46.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.063410+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:21:46.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.063607+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:21:46.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.063799+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:21:46.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.064019+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.064283+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.064545+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.064829+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.065120+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.065342+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.065715+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.065889+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.066113+0000 mon.a (mon.0) 1741 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.066292+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.066469+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.066845+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.236169+0000 mon.a (mon.0) 1745 : audit [DBG] from='client.? 172.21.15.83:0/2162269166' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:21:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: cluster 2024-09-20T23:21:45.248729+0000 mon.a (mon.0) 1746 : cluster [INF] Manager daemon y is now available 2024-09-20T23:21:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.296741+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.299101+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:21:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.303396+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:21:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.303981+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:21:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.341524+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:21:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.344849+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:21:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.384614+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:21:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:46 smithi083 bash[19864]: audit 2024-09-20T23:21:45.767957+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:21:46.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.059213+0000 mon.a (mon.0) 1728 : audit [INF] from='mgr.24617 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: cluster 2024-09-20T23:21:45.059402+0000 mon.a (mon.0) 1729 : cluster [DBG] mgrmap e38: y(active, starting, since 0.999704s) 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.063410+0000 mon.a (mon.0) 1730 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.063607+0000 mon.a (mon.0) 1731 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.063799+0000 mon.a (mon.0) 1732 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.064019+0000 mon.a (mon.0) 1733 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.064283+0000 mon.a (mon.0) 1734 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.064545+0000 mon.a (mon.0) 1735 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.064829+0000 mon.a (mon.0) 1736 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.065120+0000 mon.a (mon.0) 1737 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.065342+0000 mon.a (mon.0) 1738 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.065715+0000 mon.a (mon.0) 1739 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.065889+0000 mon.a (mon.0) 1740 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.066113+0000 mon.a (mon.0) 1741 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:21:46.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.066292+0000 mon.a (mon.0) 1742 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:21:46.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.066469+0000 mon.a (mon.0) 1743 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:21:46.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.066845+0000 mon.a (mon.0) 1744 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:21:46.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.236169+0000 mon.a (mon.0) 1745 : audit [DBG] from='client.? 172.21.15.83:0/2162269166' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:21:46.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: cluster 2024-09-20T23:21:45.248729+0000 mon.a (mon.0) 1746 : cluster [INF] Manager daemon y is now available 2024-09-20T23:21:46.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.296741+0000 mon.a (mon.0) 1747 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:46.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.299101+0000 mon.a (mon.0) 1748 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:21:46.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.303396+0000 mon.a (mon.0) 1749 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:21:46.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.303981+0000 mon.a (mon.0) 1750 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:21:46.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.341524+0000 mon.a (mon.0) 1751 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:21:46.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.344849+0000 mon.a (mon.0) 1752 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:21:46.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.384614+0000 mon.a (mon.0) 1753 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:21:46.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[19948]: audit 2024-09-20T23:21:45.767957+0000 mon.a (mon.0) 1754 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:21:46.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[48288]: debug 2024-09-20T23:21:46.435+0000 7fc57f1e2040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T23:21:46.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[48288]: debug 2024-09-20T23:21:46.499+0000 7fc57f1e2040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T23:21:46.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:46 smithi142 bash[48288]: debug 2024-09-20T23:21:46.651+0000 7fc57f1e2040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T23:21:47.072 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[25244]: cluster 2024-09-20T23:21:46.068882+0000 mon.a (mon.0) 1755 : cluster [DBG] mgrmap e39: y(active, since 2s) 2024-09-20T23:21:47.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[25244]: audit 2024-09-20T23:21:46.594862+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:21:47.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[25244]: audit 2024-09-20T23:21:46.595816+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:21:47.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[25244]: audit 2024-09-20T23:21:46.596484+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:21:47.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[25244]: cephadm 2024-09-20T23:21:46.597619+0000 mgr.y (mgr.15240) 3 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:21:47.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[25244]: cephadm 2024-09-20T23:21:46.597797+0000 mgr.y (mgr.15240) 4 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:21:47.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[25244]: audit 2024-09-20T23:21:46.605459+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:47.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[19864]: cluster 2024-09-20T23:21:46.068882+0000 mon.a (mon.0) 1755 : cluster [DBG] mgrmap e39: y(active, since 2s) 2024-09-20T23:21:47.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[19864]: audit 2024-09-20T23:21:46.594862+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:21:47.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[19864]: audit 2024-09-20T23:21:46.595816+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:21:47.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[19864]: audit 2024-09-20T23:21:46.596484+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:21:47.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[19864]: cephadm 2024-09-20T23:21:46.597619+0000 mgr.y (mgr.15240) 3 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:21:47.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[19864]: cephadm 2024-09-20T23:21:46.597797+0000 mgr.y (mgr.15240) 4 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:21:47.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[19864]: audit 2024-09-20T23:21:46.605459+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:47.322 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[19948]: cluster 2024-09-20T23:21:46.068882+0000 mon.a (mon.0) 1755 : cluster [DBG] mgrmap e39: y(active, since 2s) 2024-09-20T23:21:47.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[19948]: audit 2024-09-20T23:21:46.594862+0000 mon.a (mon.0) 1756 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:21:47.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[19948]: audit 2024-09-20T23:21:46.595816+0000 mon.a (mon.0) 1757 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:21:47.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[19948]: audit 2024-09-20T23:21:46.596484+0000 mon.a (mon.0) 1758 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:21:47.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[19948]: cephadm 2024-09-20T23:21:46.597619+0000 mgr.y (mgr.15240) 3 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:21:47.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[19948]: cephadm 2024-09-20T23:21:46.597797+0000 mgr.y (mgr.15240) 4 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:21:47.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[19948]: audit 2024-09-20T23:21:46.605459+0000 mon.a (mon.0) 1759 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:47.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: debug 2024-09-20T23:21:47.115+0000 7f48c4da3640 -1 log_channel(cephadm) log [ERR] : [20/Sep/2024:23:21:47] ENGINE Error in HTTPServer.serve 2024-09-20T23:21:47.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: Traceback (most recent call last): 2024-09-20T23:21:47.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:21:47.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: self._connections.run(self.expiration_interval) 2024-09-20T23:21:47.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:21:47.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: self._run(expiration_interval) 2024-09-20T23:21:47.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:21:47.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:21:47.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:21:47.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:21:47.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:21:47.573 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: s = self.context.wrap_socket( 2024-09-20T23:21:47.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:21:47.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: return self.sslsocket_class._create( 2024-09-20T23:21:47.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:21:47.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: self.do_handshake() 2024-09-20T23:21:47.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:21:47.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: self._sslobj.do_handshake() 2024-09-20T23:21:47.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:21:47 smithi083 bash[70411]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:21:47.679 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[48288]: debug 2024-09-20T23:21:47.327+0000 7fc57f1e2040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T23:21:47.679 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[48288]: debug 2024-09-20T23:21:47.403+0000 7fc57f1e2040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T23:21:47.679 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[48288]: debug 2024-09-20T23:21:47.487+0000 7fc57f1e2040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T23:21:48.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[48288]: debug 2024-09-20T23:21:47.683+0000 7fc57f1e2040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-20T23:21:48.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[48288]: debug 2024-09-20T23:21:47.763+0000 7fc57f1e2040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T23:21:48.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:47 smithi142 bash[48288]: debug 2024-09-20T23:21:47.831+0000 7fc57f1e2040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T23:21:48.363 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[48288]: debug 2024-09-20T23:21:48.091+0000 7fc57f1e2040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T23:21:48.363 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[48288]: debug 2024-09-20T23:21:48.159+0000 7fc57f1e2040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T23:21:48.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: cephadm 2024-09-20T23:21:46.892992+0000 mgr.y (mgr.15240) 5 : cephadm [INF] [20/Sep/2024:23:21:46] ENGINE Bus STARTING 2024-09-20T23:21:48.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: cephadm 2024-09-20T23:21:46.995125+0000 mgr.y (mgr.15240) 6 : cephadm [INF] [20/Sep/2024:23:21:46] ENGINE Serving on http://172.21.15.83:8765 2024-09-20T23:21:48.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: cephadm 2024-09-20T23:21:47.054060+0000 mgr.y (mgr.15240) 7 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:21:48.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: cluster 2024-09-20T23:21:47.065531+0000 mgr.y (mgr.15240) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: cephadm 2024-09-20T23:21:47.079977+0000 mgr.y (mgr.15240) 9 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: cephadm 2024-09-20T23:21:47.116863+0000 mgr.y (mgr.15240) 10 : cephadm [INF] [20/Sep/2024:23:21:47] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: cephadm 2024-09-20T23:21:47.116953+0000 mgr.y (mgr.15240) 11 : cephadm [INF] [20/Sep/2024:23:21:47] ENGINE Bus STARTED 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: cephadm 2024-09-20T23:21:47.119533+0000 mgr.y (mgr.15240) 12 : cephadm [ERR] [20/Sep/2024:23:21:47] ENGINE Error in HTTPServer.serve 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: Traceback (most recent call last): 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: self._connections.run(self.expiration_interval) 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: self._run(expiration_interval) 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:21:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: s = self.context.wrap_socket( 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: return self.sslsocket_class._create( 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: self.do_handshake() 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: self._sslobj.do_handshake() 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: cephadm 2024-09-20T23:21:47.180998+0000 mgr.y (mgr.15240) 13 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: cephadm 2024-09-20T23:21:47.232155+0000 mgr.y (mgr.15240) 14 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: cephadm 2024-09-20T23:21:47.331924+0000 mgr.y (mgr.15240) 15 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: audit 2024-09-20T23:21:47.433174+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: audit 2024-09-20T23:21:47.439105+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: cephadm 2024-09-20T23:21:46.892992+0000 mgr.y (mgr.15240) 5 : cephadm [INF] [20/Sep/2024:23:21:46] ENGINE Bus STARTING 2024-09-20T23:21:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: cephadm 2024-09-20T23:21:46.995125+0000 mgr.y (mgr.15240) 6 : cephadm [INF] [20/Sep/2024:23:21:46] ENGINE Serving on http://172.21.15.83:8765 2024-09-20T23:21:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: cephadm 2024-09-20T23:21:47.054060+0000 mgr.y (mgr.15240) 7 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:21:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: cluster 2024-09-20T23:21:47.065531+0000 mgr.y (mgr.15240) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:21:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: cephadm 2024-09-20T23:21:47.079977+0000 mgr.y (mgr.15240) 9 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:21:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: cephadm 2024-09-20T23:21:47.116863+0000 mgr.y (mgr.15240) 10 : cephadm [INF] [20/Sep/2024:23:21:47] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T23:21:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: cephadm 2024-09-20T23:21:47.116953+0000 mgr.y (mgr.15240) 11 : cephadm [INF] [20/Sep/2024:23:21:47] ENGINE Bus STARTED 2024-09-20T23:21:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: cephadm 2024-09-20T23:21:47.119533+0000 mgr.y (mgr.15240) 12 : cephadm [ERR] [20/Sep/2024:23:21:47] ENGINE Error in HTTPServer.serve 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: Traceback (most recent call last): 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: self._connections.run(self.expiration_interval) 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: self._run(expiration_interval) 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: s = self.context.wrap_socket( 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: return self.sslsocket_class._create( 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: self.do_handshake() 2024-09-20T23:21:48.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:21:48.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: self._sslobj.do_handshake() 2024-09-20T23:21:48.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:21:48.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: cephadm 2024-09-20T23:21:47.180998+0000 mgr.y (mgr.15240) 13 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:21:48.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: cephadm 2024-09-20T23:21:47.232155+0000 mgr.y (mgr.15240) 14 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:21:48.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: cephadm 2024-09-20T23:21:47.331924+0000 mgr.y (mgr.15240) 15 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:21:48.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: audit 2024-09-20T23:21:47.433174+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: audit 2024-09-20T23:21:47.439105+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: audit 2024-09-20T23:21:47.448070+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: cephadm 2024-09-20T23:21:47.521640+0000 mgr.y (mgr.15240) 16 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:21:48.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: audit 2024-09-20T23:21:47.559155+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: audit 2024-09-20T23:21:47.681443+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: audit 2024-09-20T23:21:47.694748+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: audit 2024-09-20T23:21:47.701170+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: audit 2024-09-20T23:21:47.707631+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: audit 2024-09-20T23:21:47.713675+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: audit 2024-09-20T23:21:47.743751+0000 mon.a (mon.0) 1769 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:21:48.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[25244]: audit 2024-09-20T23:21:47.751190+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:21:48.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: audit 2024-09-20T23:21:47.448070+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: cephadm 2024-09-20T23:21:47.521640+0000 mgr.y (mgr.15240) 16 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:21:48.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: audit 2024-09-20T23:21:47.559155+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: audit 2024-09-20T23:21:47.681443+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: audit 2024-09-20T23:21:47.694748+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: audit 2024-09-20T23:21:47.701170+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: audit 2024-09-20T23:21:47.707631+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: audit 2024-09-20T23:21:47.713675+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: audit 2024-09-20T23:21:47.743751+0000 mon.a (mon.0) 1769 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:21:48.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:48 smithi083 bash[19864]: audit 2024-09-20T23:21:47.751190+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:21:48.702 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[48288]: debug 2024-09-20T23:21:48.359+0000 7fc57f1e2040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T23:21:48.702 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[48288]: debug 2024-09-20T23:21:48.447+0000 7fc57f1e2040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T23:21:48.702 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: cephadm 2024-09-20T23:21:46.892992+0000 mgr.y (mgr.15240) 5 : cephadm [INF] [20/Sep/2024:23:21:46] ENGINE Bus STARTING 2024-09-20T23:21:48.702 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: cephadm 2024-09-20T23:21:46.995125+0000 mgr.y (mgr.15240) 6 : cephadm [INF] [20/Sep/2024:23:21:46] ENGINE Serving on http://172.21.15.83:8765 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: cephadm 2024-09-20T23:21:47.054060+0000 mgr.y (mgr.15240) 7 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: cluster 2024-09-20T23:21:47.065531+0000 mgr.y (mgr.15240) 8 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: cephadm 2024-09-20T23:21:47.079977+0000 mgr.y (mgr.15240) 9 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: cephadm 2024-09-20T23:21:47.116863+0000 mgr.y (mgr.15240) 10 : cephadm [INF] [20/Sep/2024:23:21:47] ENGINE Serving on https://172.21.15.83:7150 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: cephadm 2024-09-20T23:21:47.116953+0000 mgr.y (mgr.15240) 11 : cephadm [INF] [20/Sep/2024:23:21:47] ENGINE Bus STARTED 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: cephadm 2024-09-20T23:21:47.119533+0000 mgr.y (mgr.15240) 12 : cephadm [ERR] [20/Sep/2024:23:21:47] ENGINE Error in HTTPServer.serve 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: Traceback (most recent call last): 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: self._connections.run(self.expiration_interval) 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: self._run(expiration_interval) 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:21:48.703 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: s = self.context.wrap_socket( 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: return self.sslsocket_class._create( 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: self.do_handshake() 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: self._sslobj.do_handshake() 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: cephadm 2024-09-20T23:21:47.180998+0000 mgr.y (mgr.15240) 13 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: cephadm 2024-09-20T23:21:47.232155+0000 mgr.y (mgr.15240) 14 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:21:48.704 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: cephadm 2024-09-20T23:21:47.331924+0000 mgr.y (mgr.15240) 15 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:21:48.705 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: audit 2024-09-20T23:21:47.433174+0000 mon.a (mon.0) 1760 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.705 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: audit 2024-09-20T23:21:47.439105+0000 mon.a (mon.0) 1761 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.705 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: audit 2024-09-20T23:21:47.448070+0000 mon.a (mon.0) 1762 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.705 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: cephadm 2024-09-20T23:21:47.521640+0000 mgr.y (mgr.15240) 16 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:21:48.705 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: audit 2024-09-20T23:21:47.559155+0000 mon.a (mon.0) 1763 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.705 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: audit 2024-09-20T23:21:47.681443+0000 mon.a (mon.0) 1764 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.705 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: audit 2024-09-20T23:21:47.694748+0000 mon.a (mon.0) 1765 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.705 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: audit 2024-09-20T23:21:47.701170+0000 mon.a (mon.0) 1766 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.705 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: audit 2024-09-20T23:21:47.707631+0000 mon.a (mon.0) 1767 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.705 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: audit 2024-09-20T23:21:47.713675+0000 mon.a (mon.0) 1768 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:48.705 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: audit 2024-09-20T23:21:47.743751+0000 mon.a (mon.0) 1769 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi083.kcbpup", "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-09-20T23:21:48.705 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[19948]: audit 2024-09-20T23:21:47.751190+0000 mon.a (mon.0) 1770 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:21:49.003 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[48288]: debug 2024-09-20T23:21:48.703+0000 7fc57f1e2040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T23:21:49.003 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:48 smithi142 bash[48288]: debug 2024-09-20T23:21:48.891+0000 7fc57f1e2040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:21:49.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:49 smithi142 bash[48288]: debug 2024-09-20T23:21:49.059+0000 7fc57f1e2040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T23:21:49.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:49 smithi142 bash[48288]: debug 2024-09-20T23:21:49.139+0000 7fc57f1e2040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T23:21:49.585 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:49 smithi142 bash[48288]: debug 2024-09-20T23:21:49.319+0000 7fc57f1e2040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:21:49.585 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:49 smithi142 bash[19948]: cephadm 2024-09-20T23:21:47.708042+0000 mgr.y (mgr.15240) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:21:49.585 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:49 smithi142 bash[19948]: cephadm 2024-09-20T23:21:47.743255+0000 mgr.y (mgr.15240) 18 : cephadm [INF] Reconfiguring iscsi.foo.smithi083.kcbpup (dependencies changed)... 2024-09-20T23:21:49.585 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:49 smithi142 bash[19948]: cephadm 2024-09-20T23:21:47.752055+0000 mgr.y (mgr.15240) 19 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:21:49.585 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:49 smithi142 bash[19948]: cluster 2024-09-20T23:21:48.454801+0000 mon.a (mon.0) 1771 : cluster [DBG] mgrmap e40: y(active, since 4s) 2024-09-20T23:21:49.585 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:49 smithi142 bash[19948]: audit 2024-09-20T23:21:49.366516+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:49.586 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:49 smithi142 bash[19948]: audit 2024-09-20T23:21:49.375185+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:49.586 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:49 smithi142 bash[19948]: audit 2024-09-20T23:21:49.382707+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:49.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[19864]: cephadm 2024-09-20T23:21:47.708042+0000 mgr.y (mgr.15240) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:21:49.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[19864]: cephadm 2024-09-20T23:21:47.743255+0000 mgr.y (mgr.15240) 18 : cephadm [INF] Reconfiguring iscsi.foo.smithi083.kcbpup (dependencies changed)... 2024-09-20T23:21:49.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[19864]: cephadm 2024-09-20T23:21:47.752055+0000 mgr.y (mgr.15240) 19 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:21:49.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[19864]: cluster 2024-09-20T23:21:48.454801+0000 mon.a (mon.0) 1771 : cluster [DBG] mgrmap e40: y(active, since 4s) 2024-09-20T23:21:49.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[19864]: audit 2024-09-20T23:21:49.366516+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:49.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[19864]: audit 2024-09-20T23:21:49.375185+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:49.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[19864]: audit 2024-09-20T23:21:49.382707+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:49.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[25244]: cephadm 2024-09-20T23:21:47.708042+0000 mgr.y (mgr.15240) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:21:49.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[25244]: cephadm 2024-09-20T23:21:47.743255+0000 mgr.y (mgr.15240) 18 : cephadm [INF] Reconfiguring iscsi.foo.smithi083.kcbpup (dependencies changed)... 2024-09-20T23:21:49.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[25244]: cephadm 2024-09-20T23:21:47.752055+0000 mgr.y (mgr.15240) 19 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi083.kcbpup on smithi083 2024-09-20T23:21:49.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[25244]: cluster 2024-09-20T23:21:48.454801+0000 mon.a (mon.0) 1771 : cluster [DBG] mgrmap e40: y(active, since 4s) 2024-09-20T23:21:49.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[25244]: audit 2024-09-20T23:21:49.366516+0000 mon.a (mon.0) 1772 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:49.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[25244]: audit 2024-09-20T23:21:49.375185+0000 mon.a (mon.0) 1773 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:49.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:49 smithi083 bash[25244]: audit 2024-09-20T23:21:49.382707+0000 mon.a (mon.0) 1774 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:50.284 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:50 smithi142 bash[48288]: debug 2024-09-20T23:21:50.203+0000 7fc57f1e2040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T23:21:50.499 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:50 smithi083 bash[25244]: audit 2024-09-20T23:21:48.840933+0000 mgr.y (mgr.15240) 20 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:50.499 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:50 smithi083 bash[25244]: cluster 2024-09-20T23:21:49.066240+0000 mgr.y (mgr.15240) 21 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:21:50.499 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:50 smithi083 bash[25244]: audit 2024-09-20T23:21:50.186731+0000 mon.a (mon.0) 1775 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:50.499 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:50 smithi083 bash[19864]: audit 2024-09-20T23:21:48.840933+0000 mgr.y (mgr.15240) 20 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:50.499 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:50 smithi083 bash[19864]: cluster 2024-09-20T23:21:49.066240+0000 mgr.y (mgr.15240) 21 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:21:50.499 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:50 smithi083 bash[19864]: audit 2024-09-20T23:21:50.186731+0000 mon.a (mon.0) 1775 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:50.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:50 smithi142 bash[19948]: audit 2024-09-20T23:21:48.840933+0000 mgr.y (mgr.15240) 20 : audit [DBG] from='client.25192 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:21:50.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:50 smithi142 bash[19948]: cluster 2024-09-20T23:21:49.066240+0000 mgr.y (mgr.15240) 21 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:21:50.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:50 smithi142 bash[19948]: audit 2024-09-20T23:21:50.186731+0000 mon.a (mon.0) 1775 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:50.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:50 smithi142 bash[48288]: debug 2024-09-20T23:21:50.279+0000 7fc57f1e2040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T23:21:50.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:50 smithi142 bash[48288]: debug 2024-09-20T23:21:50.519+0000 7fc57f1e2040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T23:21:51.002 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:50 smithi142 bash[48288]: debug 2024-09-20T23:21:50.599+0000 7fc57f1e2040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T23:21:51.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:51 smithi142 bash[48288]: debug 2024-09-20T23:21:50.999+0000 7fc57f1e2040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T23:21:51.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:51 smithi142 bash[48288]: debug 2024-09-20T23:21:51.079+0000 7fc57f1e2040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T23:21:51.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:51 smithi142 bash[48288]: [20/Sep/2024:23:21:51] ENGINE Bus STARTING 2024-09-20T23:21:51.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:51 smithi142 bash[48288]: CherryPy Checker: 2024-09-20T23:21:51.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:51 smithi142 bash[48288]: The Application mounted at '' has an empty config. 2024-09-20T23:21:51.324 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:51 smithi142 bash[48288]: [20/Sep/2024:23:21:51] ENGINE Serving on http://:::9283 2024-09-20T23:21:51.324 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:51 smithi142 bash[48288]: [20/Sep/2024:23:21:51] ENGINE Bus STARTED 2024-09-20T23:21:51.762 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:51 smithi142 bash[19948]: audit 2024-09-20T23:21:51.087001+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.? 172.21.15.142:0/2980296706' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:21:51.762 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:51 smithi142 bash[19948]: cluster 2024-09-20T23:21:51.089413+0000 mon.a (mon.0) 1776 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:21:51.762 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:51 smithi142 bash[19948]: audit 2024-09-20T23:21:51.091582+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.? 172.21.15.142:0/2980296706' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:21:51.762 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:51 smithi142 bash[19948]: audit 2024-09-20T23:21:51.092629+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.? 172.21.15.142:0/2980296706' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:21:51.762 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:51 smithi142 bash[19948]: audit 2024-09-20T23:21:51.092900+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.? 172.21.15.142:0/2980296706' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:21:51.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:51 smithi083 bash[19864]: audit 2024-09-20T23:21:51.087001+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.? 172.21.15.142:0/2980296706' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:21:51.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:51 smithi083 bash[19864]: cluster 2024-09-20T23:21:51.089413+0000 mon.a (mon.0) 1776 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:21:51.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:51 smithi083 bash[19864]: audit 2024-09-20T23:21:51.091582+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.? 172.21.15.142:0/2980296706' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:21:51.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:51 smithi083 bash[19864]: audit 2024-09-20T23:21:51.092629+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.? 172.21.15.142:0/2980296706' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:21:51.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:51 smithi083 bash[19864]: audit 2024-09-20T23:21:51.092900+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.? 172.21.15.142:0/2980296706' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:21:51.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:51 smithi083 bash[25244]: audit 2024-09-20T23:21:51.087001+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.? 172.21.15.142:0/2980296706' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:21:51.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:51 smithi083 bash[25244]: cluster 2024-09-20T23:21:51.089413+0000 mon.a (mon.0) 1776 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:21:51.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:51 smithi083 bash[25244]: audit 2024-09-20T23:21:51.091582+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.? 172.21.15.142:0/2980296706' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:21:51.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:51 smithi083 bash[25244]: audit 2024-09-20T23:21:51.092629+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.? 172.21.15.142:0/2980296706' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:21:51.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:51 smithi083 bash[25244]: audit 2024-09-20T23:21:51.092900+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.? 172.21.15.142:0/2980296706' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:21:52.697 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:52 smithi083 bash[25244]: cluster 2024-09-20T23:21:51.066973+0000 mgr.y (mgr.15240) 22 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:21:52.697 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:52 smithi083 bash[25244]: cluster 2024-09-20T23:21:51.481685+0000 mon.a (mon.0) 1777 : cluster [DBG] mgrmap e41: y(active, since 7s), standbys: x 2024-09-20T23:21:52.698 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:52 smithi083 bash[25244]: audit 2024-09-20T23:21:51.482497+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:21:52.698 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:52 smithi083 bash[19864]: cluster 2024-09-20T23:21:51.066973+0000 mgr.y (mgr.15240) 22 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:21:52.698 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:52 smithi083 bash[19864]: cluster 2024-09-20T23:21:51.481685+0000 mon.a (mon.0) 1777 : cluster [DBG] mgrmap e41: y(active, since 7s), standbys: x 2024-09-20T23:21:52.698 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:52 smithi083 bash[19864]: audit 2024-09-20T23:21:51.482497+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:21:52.822 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:52 smithi142 bash[19948]: cluster 2024-09-20T23:21:51.066973+0000 mgr.y (mgr.15240) 22 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:21:52.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:52 smithi142 bash[19948]: cluster 2024-09-20T23:21:51.481685+0000 mon.a (mon.0) 1777 : cluster [DBG] mgrmap e41: y(active, since 7s), standbys: x 2024-09-20T23:21:52.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:52 smithi142 bash[19948]: audit 2024-09-20T23:21:51.482497+0000 mon.a (mon.0) 1778 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:21:53.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:21:53 smithi142 bash[48288]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:21:53] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-20T23:21:53.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:53 smithi142 bash[19948]: audit 2024-09-20T23:21:52.495657+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:53 smithi142 bash[19948]: audit 2024-09-20T23:21:52.503010+0000 mon.a (mon.0) 1780 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:53 smithi142 bash[19948]: cephadm 2024-09-20T23:21:52.504731+0000 mgr.y (mgr.15240) 23 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T23:21:53.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:53 smithi142 bash[19948]: audit 2024-09-20T23:21:52.597403+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:53 smithi142 bash[19948]: audit 2024-09-20T23:21:53.132948+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:53 smithi142 bash[19948]: audit 2024-09-20T23:21:53.145993+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:53 smithi142 bash[19948]: audit 2024-09-20T23:21:53.159557+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[19864]: audit 2024-09-20T23:21:52.495657+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[19864]: audit 2024-09-20T23:21:52.503010+0000 mon.a (mon.0) 1780 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[19864]: cephadm 2024-09-20T23:21:52.504731+0000 mgr.y (mgr.15240) 23 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T23:21:53.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[19864]: audit 2024-09-20T23:21:52.597403+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[19864]: audit 2024-09-20T23:21:53.132948+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[19864]: audit 2024-09-20T23:21:53.145993+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[19864]: audit 2024-09-20T23:21:53.159557+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[25244]: audit 2024-09-20T23:21:52.495657+0000 mon.a (mon.0) 1779 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[25244]: audit 2024-09-20T23:21:52.503010+0000 mon.a (mon.0) 1780 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[25244]: cephadm 2024-09-20T23:21:52.504731+0000 mgr.y (mgr.15240) 23 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-20T23:21:53.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[25244]: audit 2024-09-20T23:21:52.597403+0000 mon.a (mon.0) 1781 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[25244]: audit 2024-09-20T23:21:53.132948+0000 mon.a (mon.0) 1782 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[25244]: audit 2024-09-20T23:21:53.145993+0000 mon.a (mon.0) 1783 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:53.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:53 smithi083 bash[25244]: audit 2024-09-20T23:21:53.159557+0000 mon.a (mon.0) 1784 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:54.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:54 smithi142 bash[19948]: cephadm 2024-09-20T23:21:52.742279+0000 mgr.y (mgr.15240) 24 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi142 2024-09-20T23:21:54.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:54 smithi142 bash[19948]: cluster 2024-09-20T23:21:53.068658+0000 mgr.y (mgr.15240) 25 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:21:54.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:54 smithi083 bash[19864]: cephadm 2024-09-20T23:21:52.742279+0000 mgr.y (mgr.15240) 24 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi142 2024-09-20T23:21:54.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:54 smithi083 bash[19864]: cluster 2024-09-20T23:21:53.068658+0000 mgr.y (mgr.15240) 25 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:21:54.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:54 smithi083 bash[25244]: cephadm 2024-09-20T23:21:52.742279+0000 mgr.y (mgr.15240) 24 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi142 2024-09-20T23:21:54.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:54 smithi083 bash[25244]: cluster 2024-09-20T23:21:53.068658+0000 mgr.y (mgr.15240) 25 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:21:56.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:56 smithi083 bash[19864]: cluster 2024-09-20T23:21:55.069130+0000 mgr.y (mgr.15240) 26 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-20T23:21:56.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:56 smithi083 bash[19864]: audit 2024-09-20T23:21:55.717549+0000 mon.c (mon.1) 206 : audit [DBG] from='client.? 172.21.15.83:0/3403162790' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:21:56.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:56 smithi083 bash[25244]: cluster 2024-09-20T23:21:55.069130+0000 mgr.y (mgr.15240) 26 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-20T23:21:56.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:56 smithi083 bash[25244]: audit 2024-09-20T23:21:55.717549+0000 mon.c (mon.1) 206 : audit [DBG] from='client.? 172.21.15.83:0/3403162790' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:21:56.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:56 smithi142 bash[19948]: cluster 2024-09-20T23:21:55.069130+0000 mgr.y (mgr.15240) 26 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-20T23:21:56.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:56 smithi142 bash[19948]: audit 2024-09-20T23:21:55.717549+0000 mon.c (mon.1) 206 : audit [DBG] from='client.? 172.21.15.83:0/3403162790' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-20T23:21:57.952 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 systemd[1]: Stopping Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:21:57.952 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 bash[64132]: ts=2024-09-20T23:21:57.748Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-20T23:21:57.952 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 bash[64132]: ts=2024-09-20T23:21:57.749Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-20T23:21:57.952 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 bash[64132]: ts=2024-09-20T23:21:57.749Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-20T23:21:57.952 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 bash[64132]: ts=2024-09-20T23:21:57.749Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-20T23:21:57.952 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 bash[64132]: ts=2024-09-20T23:21:57.749Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-20T23:21:57.952 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 bash[64132]: ts=2024-09-20T23:21:57.749Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-20T23:21:57.952 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 bash[64132]: ts=2024-09-20T23:21:57.749Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-20T23:21:57.952 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 bash[64132]: ts=2024-09-20T23:21:57.749Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-20T23:21:57.952 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 bash[64132]: ts=2024-09-20T23:21:57.749Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-20T23:21:57.952 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 bash[64132]: ts=2024-09-20T23:21:57.750Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-20T23:21:57.952 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 bash[64132]: ts=2024-09-20T23:21:57.750Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-20T23:21:57.953 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:57 smithi142 bash[64132]: ts=2024-09-20T23:21:57.750Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-20T23:21:58.258 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:58 smithi083 bash[19864]: cluster 2024-09-20T23:21:57.070916+0000 mgr.y (mgr.15240) 27 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-20T23:21:58.258 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:58 smithi083 bash[19864]: audit 2024-09-20T23:21:57.213308+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:58.258 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:58 smithi083 bash[25244]: cluster 2024-09-20T23:21:57.070916+0000 mgr.y (mgr.15240) 27 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-20T23:21:58.258 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:58 smithi083 bash[25244]: audit 2024-09-20T23:21:57.213308+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:58.539 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:58 smithi142 bash[19948]: cluster 2024-09-20T23:21:57.070916+0000 mgr.y (mgr.15240) 27 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-20T23:21:58.539 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:58 smithi142 bash[19948]: audit 2024-09-20T23:21:57.213308+0000 mon.a (mon.0) 1785 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:58.540 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:58 smithi142 bash[68043]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-prometheus-a 2024-09-20T23:21:58.540 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:58 smithi142 bash[68103]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-prometheus-a 2024-09-20T23:21:58.540 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:58 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@prometheus.a.service: Deactivated successfully. 2024-09-20T23:21:58.540 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:58 smithi142 systemd[1]: Stopped Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:21:58.540 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:21:58 smithi142 systemd[1]: Started Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:21:59.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.454877+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.459696+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.464479+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:21:59.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.465153+0000 mgr.y (mgr.15240) 28 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:21:59.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.474421+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: cephadm 2024-09-20T23:21:58.475530+0000 mgr.y (mgr.15240) 29 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.83:5000 to Dashboard 2024-09-20T23:21:59.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.475753+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:21:59.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.476157+0000 mgr.y (mgr.15240) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:21:59.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.477310+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:21:59.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.477803+0000 mgr.y (mgr.15240) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:21:59.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.481991+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.486434+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:21:59.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.486906+0000 mgr.y (mgr.15240) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:21:59.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.528563+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:21:59.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.810576+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.815915+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:21:59 smithi142 bash[19948]: audit 2024-09-20T23:21:58.822836+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.454877+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.459696+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.464479+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.465153+0000 mgr.y (mgr.15240) 28 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.474421+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: cephadm 2024-09-20T23:21:58.475530+0000 mgr.y (mgr.15240) 29 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.83:5000 to Dashboard 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.475753+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.476157+0000 mgr.y (mgr.15240) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.477310+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.477803+0000 mgr.y (mgr.15240) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.481991+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.486434+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.486906+0000 mgr.y (mgr.15240) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.528563+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.810576+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.815915+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[19864]: audit 2024-09-20T23:21:58.822836+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.454877+0000 mon.a (mon.0) 1786 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.459696+0000 mon.a (mon.0) 1787 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.464479+0000 mon.a (mon.0) 1788 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:21:59.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.465153+0000 mgr.y (mgr.15240) 28 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-20T23:21:59.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.474421+0000 mon.a (mon.0) 1789 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: cephadm 2024-09-20T23:21:58.475530+0000 mgr.y (mgr.15240) 29 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.83:5000 to Dashboard 2024-09-20T23:21:59.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.475753+0000 mon.a (mon.0) 1790 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:21:59.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.476157+0000 mgr.y (mgr.15240) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-20T23:21:59.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.477310+0000 mon.a (mon.0) 1791 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:21:59.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.477803+0000 mgr.y (mgr.15240) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi083"}]: dispatch 2024-09-20T23:21:59.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.481991+0000 mon.a (mon.0) 1792 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.486434+0000 mon.a (mon.0) 1793 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:21:59.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.486906+0000 mgr.y (mgr.15240) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-20T23:21:59.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.528563+0000 mon.a (mon.0) 1794 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:21:59.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.810576+0000 mon.a (mon.0) 1795 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.815915+0000 mon.a (mon.0) 1796 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:21:59.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:21:59 smithi083 bash[25244]: audit 2024-09-20T23:21:58.822836+0000 mon.a (mon.0) 1797 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:00.782 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[19948]: cluster 2024-09-20T23:21:59.071598+0000 mgr.y (mgr.15240) 33 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:22:00.783 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[19948]: audit 2024-09-20T23:22:00.345598+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:22:00.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:00 smithi083 bash[19864]: cluster 2024-09-20T23:21:59.071598+0000 mgr.y (mgr.15240) 33 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:22:00.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:00 smithi083 bash[19864]: audit 2024-09-20T23:22:00.345598+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:22:00.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:00 smithi083 bash[25244]: cluster 2024-09-20T23:21:59.071598+0000 mgr.y (mgr.15240) 33 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:22:00.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:00 smithi083 bash[25244]: audit 2024-09-20T23:22:00.345598+0000 mon.a (mon.0) 1798 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:22:01.036 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.956Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-20T23:22:01.037 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.956Z 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-09-20T23:22:01.037 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.957Z caller=main.go:570 level=info host_details="(Linux 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64 smithi142 (none))" 2024-09-20T23:22:01.037 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.957Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-20T23:22:01.037 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.957Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-20T23:22:01.037 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.958Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-20T23:22:01.037 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.959Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-20T23:22:01.037 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.959Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-20T23:22:01.037 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.959Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-20T23:22:01.037 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.962Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-20T23:22:01.037 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.963Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.821µs 2024-09-20T23:22:01.037 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.963Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-20T23:22:01.037 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.964Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=5 2024-09-20T23:22:01.038 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.987Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=5 2024-09-20T23:22:01.038 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:00 smithi142 bash[68133]: ts=2024-09-20T23:22:00.997Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=5 2024-09-20T23:22:01.038 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:01 smithi142 bash[68133]: ts=2024-09-20T23:22:01.005Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=5 2024-09-20T23:22:01.038 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:01 smithi142 bash[68133]: ts=2024-09-20T23:22:01.008Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=5 2024-09-20T23:22:01.038 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:01 smithi142 bash[68133]: ts=2024-09-20T23:22:01.008Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=5 maxSegment=5 2024-09-20T23:22:01.038 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:01 smithi142 bash[68133]: ts=2024-09-20T23:22:01.008Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=38.223µs wal_replay_duration=45.767525ms wbl_replay_duration=105ns total_replay_duration=45.84041ms 2024-09-20T23:22:01.038 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:01 smithi142 bash[68133]: ts=2024-09-20T23:22:01.012Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-20T23:22:01.038 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:01 smithi142 bash[68133]: ts=2024-09-20T23:22:01.012Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-20T23:22:01.038 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:01 smithi142 bash[68133]: ts=2024-09-20T23:22:01.012Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-20T23:22:01.038 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:01 smithi142 bash[68133]: ts=2024-09-20T23:22:01.037Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=24.653412ms db_storage=1.199µs remote_storage=1.366µs web_handler=701ns query_engine=964ns scrape=320.732µs scrape_sd=142.598µs notify=21.1µs notify_sd=17.315µs rules=23.574061ms tracing=5.484µs 2024-09-20T23:22:01.038 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:01 smithi142 bash[68133]: ts=2024-09-20T23:22:01.037Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-20T23:22:01.038 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:01 smithi142 bash[68133]: ts=2024-09-20T23:22:01.037Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-20T23:22:02.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:02 smithi142 bash[19948]: cluster 2024-09-20T23:22:01.072358+0000 mgr.y (mgr.15240) 34 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:22:02.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:02 smithi142 bash[19948]: cephadm 2024-09-20T23:22:01.639663+0000 mgr.y (mgr.15240) 35 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-20T23:22:02.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:02 smithi142 bash[19948]: audit 2024-09-20T23:22:01.640286+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:22:02.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:02 smithi142 bash[19948]: audit 2024-09-20T23:22:01.641551+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:22:02.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:02 smithi142 bash[19948]: audit 2024-09-20T23:22:01.642706+0000 mon.a (mon.0) 1801 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:02.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:02 smithi142 bash[19948]: cephadm 2024-09-20T23:22:01.643913+0000 mgr.y (mgr.15240) 36 : cephadm [INF] Deploying daemon mgr.x on smithi142 2024-09-20T23:22:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:02 smithi083 bash[19864]: cluster 2024-09-20T23:22:01.072358+0000 mgr.y (mgr.15240) 34 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:22:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:02 smithi083 bash[19864]: cephadm 2024-09-20T23:22:01.639663+0000 mgr.y (mgr.15240) 35 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-20T23:22:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:02 smithi083 bash[19864]: audit 2024-09-20T23:22:01.640286+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:22:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:02 smithi083 bash[19864]: audit 2024-09-20T23:22:01.641551+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:22:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:02 smithi083 bash[19864]: audit 2024-09-20T23:22:01.642706+0000 mon.a (mon.0) 1801 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:02 smithi083 bash[19864]: cephadm 2024-09-20T23:22:01.643913+0000 mgr.y (mgr.15240) 36 : cephadm [INF] Deploying daemon mgr.x on smithi142 2024-09-20T23:22:02.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:02 smithi083 bash[25244]: cluster 2024-09-20T23:22:01.072358+0000 mgr.y (mgr.15240) 34 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:22:02.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:02 smithi083 bash[25244]: cephadm 2024-09-20T23:22:01.639663+0000 mgr.y (mgr.15240) 35 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-20T23:22:02.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:02 smithi083 bash[25244]: audit 2024-09-20T23:22:01.640286+0000 mon.a (mon.0) 1799 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:22:02.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:02 smithi083 bash[25244]: audit 2024-09-20T23:22:01.641551+0000 mon.a (mon.0) 1800 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:22:02.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:02 smithi083 bash[25244]: audit 2024-09-20T23:22:01.642706+0000 mon.a (mon.0) 1801 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:02.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:02 smithi083 bash[25244]: cephadm 2024-09-20T23:22:01.643913+0000 mgr.y (mgr.15240) 36 : cephadm [INF] Deploying daemon mgr.x on smithi142 2024-09-20T23:22:03.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:03 smithi142 bash[19948]: audit 2024-09-20T23:22:02.587919+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:03.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:03 smithi142 bash[19948]: audit 2024-09-20T23:22:02.594497+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:03.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:03 smithi142 bash[19948]: audit 2024-09-20T23:22:02.601233+0000 mon.a (mon.0) 1804 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:03.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:03 smithi142 bash[19948]: audit 2024-09-20T23:22:02.683601+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:03.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:03 smithi142 bash[19948]: audit 2024-09-20T23:22:02.694083+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:03.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:03 smithi142 bash[19948]: audit 2024-09-20T23:22:02.704550+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:03 smithi083 bash[19864]: audit 2024-09-20T23:22:02.587919+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:03 smithi083 bash[19864]: audit 2024-09-20T23:22:02.594497+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:03 smithi083 bash[19864]: audit 2024-09-20T23:22:02.601233+0000 mon.a (mon.0) 1804 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:03 smithi083 bash[19864]: audit 2024-09-20T23:22:02.683601+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:03 smithi083 bash[19864]: audit 2024-09-20T23:22:02.694083+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:03 smithi083 bash[19864]: audit 2024-09-20T23:22:02.704550+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:03 smithi083 bash[25244]: audit 2024-09-20T23:22:02.587919+0000 mon.a (mon.0) 1802 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:03 smithi083 bash[25244]: audit 2024-09-20T23:22:02.594497+0000 mon.a (mon.0) 1803 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:03 smithi083 bash[25244]: audit 2024-09-20T23:22:02.601233+0000 mon.a (mon.0) 1804 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:03 smithi083 bash[25244]: audit 2024-09-20T23:22:02.683601+0000 mon.a (mon.0) 1805 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:03 smithi083 bash[25244]: audit 2024-09-20T23:22:02.694083+0000 mon.a (mon.0) 1806 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:03 smithi083 bash[25244]: audit 2024-09-20T23:22:02.704550+0000 mon.a (mon.0) 1807 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:04.823 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:22:04 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:04.823 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:22:04 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:04.823 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:04 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:04.824 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:22:04 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:04.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:04 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:04.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:04 smithi142 bash[19948]: cluster 2024-09-20T23:22:03.074126+0000 mgr.y (mgr.15240) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:22:04.824 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:04 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:04.824 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:04 smithi142 systemd[1]: Stopping Ceph mgr.x for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:22:04.825 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:22:04 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:04.825 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:22:04 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:04.825 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:04 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:05.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:04 smithi083 bash[19864]: cluster 2024-09-20T23:22:03.074126+0000 mgr.y (mgr.15240) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:22:05.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:04 smithi083 bash[25244]: cluster 2024-09-20T23:22:03.074126+0000 mgr.y (mgr.15240) 37 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:22:05.661 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:05 smithi142 bash[68529]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mgr-x 2024-09-20T23:22:05.661 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-20T23:22:05.661 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:05 smithi142 bash[68587]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mgr-x 2024-09-20T23:22:05.661 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.x.service: Failed with result 'exit-code'. 2024-09-20T23:22:05.661 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: Stopped Ceph mgr.x for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:22:06.072 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:06.073 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:06.073 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:06.074 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:06.074 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:06.074 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:06.075 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:06.075 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: Started Ceph mgr.x for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:22:06.075 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:06.075 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:05 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:06.902 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: cluster 2024-09-20T23:22:05.074948+0000 mgr.y (mgr.15240) 38 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-09-20T23:22:06.902 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:05.412911+0000 mgr.y (mgr.15240) 39 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:06.902 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:05.831696+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:06.902 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:05.841229+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:06.902 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:05.843410+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:06.902 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.404068+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:06.902 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.416435+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:06.902 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.418993+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:06.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.420913+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:06.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.433424+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:06.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.553448+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:06.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.556766+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:06.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.570466+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:06.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.572025+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-20T23:22:06.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.576639+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-20T23:22:06.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.578527+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-20T23:22:06.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.583246+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-20T23:22:06.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.585676+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:06.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.588778+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:06.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[19948]: audit 2024-09-20T23:22:06.589862+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:07.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: cluster 2024-09-20T23:22:05.074948+0000 mgr.y (mgr.15240) 38 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-09-20T23:22:07.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:05.412911+0000 mgr.y (mgr.15240) 39 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:07.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:05.831696+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:07.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:05.841229+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:07.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:05.843410+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.404068+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.416435+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.418993+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.420913+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.433424+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.553448+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.556766+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.570466+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.572025+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.576639+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.578527+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.583246+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-20T23:22:07.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.585676+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:07.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.588778+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:07.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[19864]: audit 2024-09-20T23:22:06.589862+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: cluster 2024-09-20T23:22:05.074948+0000 mgr.y (mgr.15240) 38 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-09-20T23:22:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:05.412911+0000 mgr.y (mgr.15240) 39 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:05.831696+0000 mon.a (mon.0) 1808 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:05.841229+0000 mon.a (mon.0) 1809 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:05.843410+0000 mon.a (mon.0) 1810 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.404068+0000 mon.a (mon.0) 1811 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.416435+0000 mon.a (mon.0) 1812 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.418993+0000 mon.a (mon.0) 1813 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.420913+0000 mon.a (mon.0) 1814 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:07.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.433424+0000 mon.a (mon.0) 1815 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.553448+0000 mon.a (mon.0) 1816 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.556766+0000 mon.a (mon.0) 1817 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.570466+0000 mon.a (mon.0) 1818 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.572025+0000 mon.a (mon.0) 1819 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-20T23:22:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.576639+0000 mon.a (mon.0) 1820 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-20T23:22:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.578527+0000 mon.a (mon.0) 1821 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-20T23:22:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.583246+0000 mon.a (mon.0) 1822 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-20T23:22:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.585676+0000 mon.a (mon.0) 1823 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.588778+0000 mon.a (mon.0) 1824 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:07.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:06 smithi083 bash[25244]: audit 2024-09-20T23:22:06.589862+0000 mon.a (mon.0) 1825 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:07.267 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:06 smithi142 bash[68642]: debug 2024-09-20T23:22:06.898+0000 7f9104292640 1 -- 172.21.15.142:0/4210259077 <== mon.2 v2:172.21.15.142:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5624a0c750e0 con 0x5624a0c77400 2024-09-20T23:22:07.267 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[68642]: debug 2024-09-20T23:22:07.010+0000 7f9106afc040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T23:22:08.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: cephadm 2024-09-20T23:22:06.434369+0000 mgr.y (mgr.15240) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: cephadm 2024-09-20T23:22:06.558403+0000 mgr.y (mgr.15240) 41 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-20T23:22:08.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.603470+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: cephadm 2024-09-20T23:22:06.604128+0000 mgr.y (mgr.15240) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.715972+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.718591+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.720253+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.723382+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.724242+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.732454+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.851112+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.853608+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.854935+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.858066+0000 mon.a (mon.0) 1836 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.859034+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:06.869809+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.003582+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.006035+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.007261+0000 mon.a (mon.0) 1841 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.010283+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.011152+0000 mon.a (mon.0) 1843 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.021669+0000 mon.a (mon.0) 1844 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.133461+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.136402+0000 mon.a (mon.0) 1846 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.138556+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.142161+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.143367+0000 mon.a (mon.0) 1849 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.155008+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.265322+0000 mon.a (mon.0) 1851 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.268225+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.269862+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.272787+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.273867+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.284672+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.418743+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.421511+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.422846+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.425218+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.426303+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.436843+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.556799+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.559364+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.560916+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.564455+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.565295+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:07 smithi142 bash[19948]: audit 2024-09-20T23:22:07.575289+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: cephadm 2024-09-20T23:22:06.434369+0000 mgr.y (mgr.15240) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: cephadm 2024-09-20T23:22:06.558403+0000 mgr.y (mgr.15240) 41 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-20T23:22:08.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.603470+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: cephadm 2024-09-20T23:22:06.604128+0000 mgr.y (mgr.15240) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.715972+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.718591+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.720253+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.723382+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.724242+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.732454+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.851112+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.853608+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.854935+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.858066+0000 mon.a (mon.0) 1836 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.859034+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:06.869809+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.003582+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.006035+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.007261+0000 mon.a (mon.0) 1841 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.010283+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.011152+0000 mon.a (mon.0) 1843 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.021669+0000 mon.a (mon.0) 1844 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.133461+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.136402+0000 mon.a (mon.0) 1846 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.138556+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.142161+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.143367+0000 mon.a (mon.0) 1849 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.155008+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.265322+0000 mon.a (mon.0) 1851 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.268225+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.269862+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.272787+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.273867+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.284672+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.418743+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.421511+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.422846+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.425218+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.426303+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.436843+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.556799+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.559364+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.560916+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.564455+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.565295+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[25244]: audit 2024-09-20T23:22:07.575289+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: cephadm 2024-09-20T23:22:06.434369+0000 mgr.y (mgr.15240) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: cephadm 2024-09-20T23:22:06.558403+0000 mgr.y (mgr.15240) 41 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-20T23:22:08.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.603470+0000 mon.a (mon.0) 1826 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: cephadm 2024-09-20T23:22:06.604128+0000 mgr.y (mgr.15240) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.715972+0000 mon.a (mon.0) 1827 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.718591+0000 mon.a (mon.0) 1828 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.720253+0000 mon.a (mon.0) 1829 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.723382+0000 mon.a (mon.0) 1830 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.724242+0000 mon.a (mon.0) 1831 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.732454+0000 mon.a (mon.0) 1832 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.851112+0000 mon.a (mon.0) 1833 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.853608+0000 mon.a (mon.0) 1834 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.854935+0000 mon.a (mon.0) 1835 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.858066+0000 mon.a (mon.0) 1836 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.859034+0000 mon.a (mon.0) 1837 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:06.869809+0000 mon.a (mon.0) 1838 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.003582+0000 mon.a (mon.0) 1839 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.006035+0000 mon.a (mon.0) 1840 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.007261+0000 mon.a (mon.0) 1841 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.010283+0000 mon.a (mon.0) 1842 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.082 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.011152+0000 mon.a (mon.0) 1843 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.082 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.021669+0000 mon.a (mon.0) 1844 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.082 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.133461+0000 mon.a (mon.0) 1845 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.082 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.136402+0000 mon.a (mon.0) 1846 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.082 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.138556+0000 mon.a (mon.0) 1847 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.082 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.142161+0000 mon.a (mon.0) 1848 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.082 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.143367+0000 mon.a (mon.0) 1849 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.082 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.155008+0000 mon.a (mon.0) 1850 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.082 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.265322+0000 mon.a (mon.0) 1851 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.082 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.268225+0000 mon.a (mon.0) 1852 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.082 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.269862+0000 mon.a (mon.0) 1853 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.082 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.272787+0000 mon.a (mon.0) 1854 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.083 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.273867+0000 mon.a (mon.0) 1855 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.083 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.284672+0000 mon.a (mon.0) 1856 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.083 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.418743+0000 mon.a (mon.0) 1857 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.083 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.421511+0000 mon.a (mon.0) 1858 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.083 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.422846+0000 mon.a (mon.0) 1859 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.083 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.425218+0000 mon.a (mon.0) 1860 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.083 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.426303+0000 mon.a (mon.0) 1861 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.083 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.436843+0000 mon.a (mon.0) 1862 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.084 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.556799+0000 mon.a (mon.0) 1863 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.084 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.559364+0000 mon.a (mon.0) 1864 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.084 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.560916+0000 mon.a (mon.0) 1865 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.084 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.564455+0000 mon.a (mon.0) 1866 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.084 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.565295+0000 mon.a (mon.0) 1867 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.084 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:07 smithi083 bash[19864]: audit 2024-09-20T23:22:07.575289+0000 mon.a (mon.0) 1868 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.456 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[68642]: debug 2024-09-20T23:22:08.254+0000 7f9106afc040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T23:22:08.457 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[68642]: debug 2024-09-20T23:22:08.322+0000 7f9106afc040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T23:22:08.822 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[68642]: debug 2024-09-20T23:22:08.478+0000 7f9106afc040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T23:22:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: cephadm 2024-09-20T23:22:06.733091+0000 mgr.y (mgr.15240) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: cephadm 2024-09-20T23:22:06.870437+0000 mgr.y (mgr.15240) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: cephadm 2024-09-20T23:22:07.022281+0000 mgr.y (mgr.15240) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: cluster 2024-09-20T23:22:07.076934+0000 mgr.y (mgr.15240) 46 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-09-20T23:22:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: cephadm 2024-09-20T23:22:07.155738+0000 mgr.y (mgr.15240) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: cephadm 2024-09-20T23:22:07.285443+0000 mgr.y (mgr.15240) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: cephadm 2024-09-20T23:22:07.437626+0000 mgr.y (mgr.15240) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: cephadm 2024-09-20T23:22:07.580965+0000 mgr.y (mgr.15240) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:08.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.670208+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.672672+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.673973+0000 mon.a (mon.0) 1871 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.676717+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.677693+0000 mon.a (mon.0) 1873 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.683461+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.774932+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.777609+0000 mon.a (mon.0) 1876 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.779323+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.782924+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.784009+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.790108+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.903446+0000 mon.a (mon.0) 1881 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.905986+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.907172+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.909830+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.910711+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:07.918400+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.046938+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.049087+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.050096+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.053167+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.053996+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.061945+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.193920+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.197057+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.199711+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.202551+0000 mon.a (mon.0) 1896 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.203716+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.209936+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.344697+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.347473+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.349164+0000 mon.a (mon.0) 1901 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.352075+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.353314+0000 mon.a (mon.0) 1903 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.359184+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:08.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.491285+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.494094+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:08.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.495348+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:08.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.498248+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:08.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.499162+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:08.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:08 smithi142 bash[19948]: audit 2024-09-20T23:22:08.505237+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: cephadm 2024-09-20T23:22:06.733091+0000 mgr.y (mgr.15240) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: cephadm 2024-09-20T23:22:06.870437+0000 mgr.y (mgr.15240) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: cephadm 2024-09-20T23:22:07.022281+0000 mgr.y (mgr.15240) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: cluster 2024-09-20T23:22:07.076934+0000 mgr.y (mgr.15240) 46 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: cephadm 2024-09-20T23:22:07.155738+0000 mgr.y (mgr.15240) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: cephadm 2024-09-20T23:22:07.285443+0000 mgr.y (mgr.15240) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: cephadm 2024-09-20T23:22:07.437626+0000 mgr.y (mgr.15240) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: cephadm 2024-09-20T23:22:07.580965+0000 mgr.y (mgr.15240) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.670208+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.672672+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.673973+0000 mon.a (mon.0) 1871 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.676717+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.677693+0000 mon.a (mon.0) 1873 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.683461+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.774932+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.777609+0000 mon.a (mon.0) 1876 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.779323+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.782924+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.784009+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.790108+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.903446+0000 mon.a (mon.0) 1881 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.905986+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.907172+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.909830+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.910711+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:07.918400+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.046938+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.049087+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.050096+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.053167+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.053996+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.061945+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.193920+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.197057+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.199711+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.202551+0000 mon.a (mon.0) 1896 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.203716+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.209936+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.344697+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.347473+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.349164+0000 mon.a (mon.0) 1901 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.352075+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.353314+0000 mon.a (mon.0) 1903 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.359184+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.491285+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.494094+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.495348+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.498248+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.499162+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[25244]: audit 2024-09-20T23:22:08.505237+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: cephadm 2024-09-20T23:22:06.733091+0000 mgr.y (mgr.15240) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: cephadm 2024-09-20T23:22:06.870437+0000 mgr.y (mgr.15240) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: cephadm 2024-09-20T23:22:07.022281+0000 mgr.y (mgr.15240) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: cluster 2024-09-20T23:22:07.076934+0000 mgr.y (mgr.15240) 46 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-09-20T23:22:09.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: cephadm 2024-09-20T23:22:07.155738+0000 mgr.y (mgr.15240) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: cephadm 2024-09-20T23:22:07.285443+0000 mgr.y (mgr.15240) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: cephadm 2024-09-20T23:22:07.437626+0000 mgr.y (mgr.15240) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: cephadm 2024-09-20T23:22:07.580965+0000 mgr.y (mgr.15240) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.670208+0000 mon.a (mon.0) 1869 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.672672+0000 mon.a (mon.0) 1870 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.673973+0000 mon.a (mon.0) 1871 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.676717+0000 mon.a (mon.0) 1872 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.677693+0000 mon.a (mon.0) 1873 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.683461+0000 mon.a (mon.0) 1874 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.774932+0000 mon.a (mon.0) 1875 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.777609+0000 mon.a (mon.0) 1876 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.779323+0000 mon.a (mon.0) 1877 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.782924+0000 mon.a (mon.0) 1878 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.784009+0000 mon.a (mon.0) 1879 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.790108+0000 mon.a (mon.0) 1880 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.903446+0000 mon.a (mon.0) 1881 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.905986+0000 mon.a (mon.0) 1882 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.907172+0000 mon.a (mon.0) 1883 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.909830+0000 mon.a (mon.0) 1884 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.910711+0000 mon.a (mon.0) 1885 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:07.918400+0000 mon.a (mon.0) 1886 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.046938+0000 mon.a (mon.0) 1887 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.049087+0000 mon.a (mon.0) 1888 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.050096+0000 mon.a (mon.0) 1889 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.053167+0000 mon.a (mon.0) 1890 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.053996+0000 mon.a (mon.0) 1891 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.061945+0000 mon.a (mon.0) 1892 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.193920+0000 mon.a (mon.0) 1893 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.197057+0000 mon.a (mon.0) 1894 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.199711+0000 mon.a (mon.0) 1895 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.202551+0000 mon.a (mon.0) 1896 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.203716+0000 mon.a (mon.0) 1897 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.209936+0000 mon.a (mon.0) 1898 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.344697+0000 mon.a (mon.0) 1899 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.347473+0000 mon.a (mon.0) 1900 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.349164+0000 mon.a (mon.0) 1901 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.352075+0000 mon.a (mon.0) 1902 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.353314+0000 mon.a (mon.0) 1903 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.359184+0000 mon.a (mon.0) 1904 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.491285+0000 mon.a (mon.0) 1905 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.494094+0000 mon.a (mon.0) 1906 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.495348+0000 mon.a (mon.0) 1907 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.498248+0000 mon.a (mon.0) 1908 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.499162+0000 mon.a (mon.0) 1909 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:08 smithi083 bash[19864]: audit 2024-09-20T23:22:08.505237+0000 mon.a (mon.0) 1910 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.497 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[68642]: debug 2024-09-20T23:22:09.162+0000 7f9106afc040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T23:22:09.497 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[68642]: debug 2024-09-20T23:22:09.234+0000 7f9106afc040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T23:22:09.497 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[68642]: debug 2024-09-20T23:22:09.302+0000 7f9106afc040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T23:22:09.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[68642]: debug 2024-09-20T23:22:09.490+0000 7f9106afc040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-20T23:22:09.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[68642]: debug 2024-09-20T23:22:09.570+0000 7f9106afc040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T23:22:09.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[68642]: debug 2024-09-20T23:22:09.650+0000 7f9106afc040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T23:22:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: cephadm 2024-09-20T23:22:07.684075+0000 mgr.y (mgr.15240) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: cephadm 2024-09-20T23:22:07.790537+0000 mgr.y (mgr.15240) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: cephadm 2024-09-20T23:22:07.919235+0000 mgr.y (mgr.15240) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: cephadm 2024-09-20T23:22:08.062630+0000 mgr.y (mgr.15240) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: cephadm 2024-09-20T23:22:08.210519+0000 mgr.y (mgr.15240) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: cephadm 2024-09-20T23:22:08.359742+0000 mgr.y (mgr.15240) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: cephadm 2024-09-20T23:22:08.505645+0000 mgr.y (mgr.15240) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.616884+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.621249+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.622563+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.625067+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.626110+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.631247+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: cephadm 2024-09-20T23:22:08.631589+0000 mgr.y (mgr.15240) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:09.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.713202+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.715568+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.716641+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.718999+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.719893+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.729615+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.807783+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.810398+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.811875+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.814898+0000 mon.a (mon.0) 1926 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.815940+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.824748+0000 mon.a (mon.0) 1928 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.900375+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.902846+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.904208+0000 mon.a (mon.0) 1931 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.907182+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.908160+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:08.916917+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.008702+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.010913+0000 mon.a (mon.0) 1936 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.012066+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.014230+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.015233+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.023704+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.113610+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.115679+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.117591+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.119532+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.120201+0000 mon.a (mon.0) 1945 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.126879+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.199404+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.202091+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.203436+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.206368+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.207565+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.216097+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.304917+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.307555+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.308949+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.312094+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.313222+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.321369+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.413462+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.415814+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.416701+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.419268+0000 mon.a (mon.0) 1962 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.420358+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.426393+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:09.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.518078+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.520549+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:09.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.521814+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:09.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.525117+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:09.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.526303+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:09.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[19948]: audit 2024-09-20T23:22:09.533102+0000 mon.a (mon.0) 1970 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: cephadm 2024-09-20T23:22:07.684075+0000 mgr.y (mgr.15240) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: cephadm 2024-09-20T23:22:07.790537+0000 mgr.y (mgr.15240) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: cephadm 2024-09-20T23:22:07.919235+0000 mgr.y (mgr.15240) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: cephadm 2024-09-20T23:22:08.062630+0000 mgr.y (mgr.15240) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: cephadm 2024-09-20T23:22:08.210519+0000 mgr.y (mgr.15240) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: cephadm 2024-09-20T23:22:08.359742+0000 mgr.y (mgr.15240) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: cephadm 2024-09-20T23:22:08.505645+0000 mgr.y (mgr.15240) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.616884+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.621249+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.622563+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.625067+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.626110+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.631247+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: cephadm 2024-09-20T23:22:08.631589+0000 mgr.y (mgr.15240) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.713202+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.715568+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.716641+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.718999+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.719893+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.729615+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: cephadm 2024-09-20T23:22:07.684075+0000 mgr.y (mgr.15240) 51 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: cephadm 2024-09-20T23:22:07.790537+0000 mgr.y (mgr.15240) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: cephadm 2024-09-20T23:22:07.919235+0000 mgr.y (mgr.15240) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: cephadm 2024-09-20T23:22:08.062630+0000 mgr.y (mgr.15240) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: cephadm 2024-09-20T23:22:08.210519+0000 mgr.y (mgr.15240) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: cephadm 2024-09-20T23:22:08.359742+0000 mgr.y (mgr.15240) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: cephadm 2024-09-20T23:22:08.505645+0000 mgr.y (mgr.15240) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.616884+0000 mon.a (mon.0) 1911 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.621249+0000 mon.a (mon.0) 1912 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.622563+0000 mon.a (mon.0) 1913 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.625067+0000 mon.a (mon.0) 1914 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.626110+0000 mon.a (mon.0) 1915 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.631247+0000 mon.a (mon.0) 1916 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: cephadm 2024-09-20T23:22:08.631589+0000 mgr.y (mgr.15240) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.713202+0000 mon.a (mon.0) 1917 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.715568+0000 mon.a (mon.0) 1918 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.716641+0000 mon.a (mon.0) 1919 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.718999+0000 mon.a (mon.0) 1920 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.719893+0000 mon.a (mon.0) 1921 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.729615+0000 mon.a (mon.0) 1922 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.807783+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.810398+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.811875+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.814898+0000 mon.a (mon.0) 1926 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.815940+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.824748+0000 mon.a (mon.0) 1928 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.900375+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.902846+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.904208+0000 mon.a (mon.0) 1931 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.907182+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.908160+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:08.916917+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.008702+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.010913+0000 mon.a (mon.0) 1936 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.012066+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.014230+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.015233+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.023704+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.113610+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.807783+0000 mon.a (mon.0) 1923 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.810398+0000 mon.a (mon.0) 1924 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.811875+0000 mon.a (mon.0) 1925 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.814898+0000 mon.a (mon.0) 1926 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.815940+0000 mon.a (mon.0) 1927 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.824748+0000 mon.a (mon.0) 1928 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.900375+0000 mon.a (mon.0) 1929 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.902846+0000 mon.a (mon.0) 1930 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.904208+0000 mon.a (mon.0) 1931 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.907182+0000 mon.a (mon.0) 1932 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.908160+0000 mon.a (mon.0) 1933 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:08.916917+0000 mon.a (mon.0) 1934 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.008702+0000 mon.a (mon.0) 1935 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.010913+0000 mon.a (mon.0) 1936 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.012066+0000 mon.a (mon.0) 1937 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.014230+0000 mon.a (mon.0) 1938 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.015233+0000 mon.a (mon.0) 1939 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.023704+0000 mon.a (mon.0) 1940 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.113610+0000 mon.a (mon.0) 1941 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.115679+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.117591+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.119532+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.120201+0000 mon.a (mon.0) 1945 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.126879+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.199404+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.202091+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.203436+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.206368+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.207565+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.216097+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.304917+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.307555+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.308949+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.312094+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.313222+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.321369+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.413462+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.415814+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.115679+0000 mon.a (mon.0) 1942 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.117591+0000 mon.a (mon.0) 1943 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.119532+0000 mon.a (mon.0) 1944 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.120201+0000 mon.a (mon.0) 1945 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.126879+0000 mon.a (mon.0) 1946 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.199404+0000 mon.a (mon.0) 1947 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.202091+0000 mon.a (mon.0) 1948 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.203436+0000 mon.a (mon.0) 1949 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.206368+0000 mon.a (mon.0) 1950 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.207565+0000 mon.a (mon.0) 1951 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.216097+0000 mon.a (mon.0) 1952 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.304917+0000 mon.a (mon.0) 1953 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.307555+0000 mon.a (mon.0) 1954 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.308949+0000 mon.a (mon.0) 1955 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.312094+0000 mon.a (mon.0) 1956 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.313222+0000 mon.a (mon.0) 1957 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.321369+0000 mon.a (mon.0) 1958 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.413462+0000 mon.a (mon.0) 1959 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.415814+0000 mon.a (mon.0) 1960 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.083 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.416701+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.083 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.419268+0000 mon.a (mon.0) 1962 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.083 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.420358+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.083 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.426393+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.084 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.518078+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.084 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.520549+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.084 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.521814+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.084 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.525117+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.084 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.526303+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.084 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[19864]: audit 2024-09-20T23:22:09.533102+0000 mon.a (mon.0) 1970 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.416701+0000 mon.a (mon.0) 1961 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.419268+0000 mon.a (mon.0) 1962 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.420358+0000 mon.a (mon.0) 1963 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.426393+0000 mon.a (mon.0) 1964 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.518078+0000 mon.a (mon.0) 1965 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.084 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.520549+0000 mon.a (mon.0) 1966 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.521814+0000 mon.a (mon.0) 1967 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.525117+0000 mon.a (mon.0) 1968 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.526303+0000 mon.a (mon.0) 1969 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.085 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:09 smithi083 bash[25244]: audit 2024-09-20T23:22:09.533102+0000 mon.a (mon.0) 1970 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.194 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:09 smithi142 bash[68642]: debug 2024-09-20T23:22:09.934+0000 7f9106afc040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T23:22:10.194 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[68642]: debug 2024-09-20T23:22:10.010+0000 7f9106afc040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T23:22:10.572 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[68642]: debug 2024-09-20T23:22:10.218+0000 7f9106afc040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T23:22:10.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[68642]: debug 2024-09-20T23:22:10.302+0000 7f9106afc040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T23:22:10.930 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[68642]: debug 2024-09-20T23:22:10.570+0000 7f9106afc040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T23:22:10.930 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[68642]: debug 2024-09-20T23:22:10.754+0000 7f9106afc040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:22:10.930 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: cephadm 2024-09-20T23:22:08.730181+0000 mgr.y (mgr.15240) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.930 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: cephadm 2024-09-20T23:22:08.825377+0000 mgr.y (mgr.15240) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.930 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: cephadm 2024-09-20T23:22:08.917448+0000 mgr.y (mgr.15240) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: cephadm 2024-09-20T23:22:09.024248+0000 mgr.y (mgr.15240) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: cluster 2024-09-20T23:22:09.077340+0000 mgr.y (mgr.15240) 63 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: cephadm 2024-09-20T23:22:09.127275+0000 mgr.y (mgr.15240) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: cephadm 2024-09-20T23:22:09.216681+0000 mgr.y (mgr.15240) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: cephadm 2024-09-20T23:22:09.321847+0000 mgr.y (mgr.15240) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: cephadm 2024-09-20T23:22:09.426819+0000 mgr.y (mgr.15240) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: cephadm 2024-09-20T23:22:09.533549+0000 mgr.y (mgr.15240) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.634574+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.637126+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.638579+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.640952+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.641842+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.931 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.649402+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.932 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: cephadm 2024-09-20T23:22:09.650064+0000 mgr.y (mgr.15240) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:10.932 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.730856+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.932 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.733260+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.932 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.734708+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.932 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.738070+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.932 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.738949+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.932 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.745108+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.932 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.849843+0000 mon.a (mon.0) 1983 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.932 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.852254+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.853262+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.855642+0000 mon.a (mon.0) 1986 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.856467+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.861913+0000 mon.a (mon.0) 1988 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.948436+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.951206+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.952694+0000 mon.a (mon.0) 1991 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.956255+0000 mon.a (mon.0) 1992 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.957717+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:09.963989+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.074501+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.076862+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.078217+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.933 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.081055+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.082004+0000 mon.a (mon.0) 1999 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.089553+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.212635+0000 mon.a (mon.0) 2001 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.215184+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.216470+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.219492+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.220360+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.228043+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.354686+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.357167+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.358463+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.361684+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.362650+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.370361+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:10.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.508049+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.510444+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:10.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.511650+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:10.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.514447+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:10.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.515374+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:10.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[19948]: audit 2024-09-20T23:22:10.523391+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: cephadm 2024-09-20T23:22:08.730181+0000 mgr.y (mgr.15240) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: cephadm 2024-09-20T23:22:08.825377+0000 mgr.y (mgr.15240) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: cephadm 2024-09-20T23:22:08.917448+0000 mgr.y (mgr.15240) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: cephadm 2024-09-20T23:22:09.024248+0000 mgr.y (mgr.15240) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: cluster 2024-09-20T23:22:09.077340+0000 mgr.y (mgr.15240) 63 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: cephadm 2024-09-20T23:22:09.127275+0000 mgr.y (mgr.15240) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: cephadm 2024-09-20T23:22:09.216681+0000 mgr.y (mgr.15240) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: cephadm 2024-09-20T23:22:09.321847+0000 mgr.y (mgr.15240) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: cephadm 2024-09-20T23:22:09.426819+0000 mgr.y (mgr.15240) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: cephadm 2024-09-20T23:22:09.533549+0000 mgr.y (mgr.15240) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.634574+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.637126+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.638579+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.640952+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.641842+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.649402+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: cephadm 2024-09-20T23:22:09.650064+0000 mgr.y (mgr.15240) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.730856+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.733260+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.734708+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: cephadm 2024-09-20T23:22:08.730181+0000 mgr.y (mgr.15240) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: cephadm 2024-09-20T23:22:08.825377+0000 mgr.y (mgr.15240) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: cephadm 2024-09-20T23:22:08.917448+0000 mgr.y (mgr.15240) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: cephadm 2024-09-20T23:22:09.024248+0000 mgr.y (mgr.15240) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: cluster 2024-09-20T23:22:09.077340+0000 mgr.y (mgr.15240) 63 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:11.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: cephadm 2024-09-20T23:22:09.127275+0000 mgr.y (mgr.15240) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: cephadm 2024-09-20T23:22:09.216681+0000 mgr.y (mgr.15240) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: cephadm 2024-09-20T23:22:09.321847+0000 mgr.y (mgr.15240) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: cephadm 2024-09-20T23:22:09.426819+0000 mgr.y (mgr.15240) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: cephadm 2024-09-20T23:22:09.533549+0000 mgr.y (mgr.15240) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.634574+0000 mon.a (mon.0) 1971 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.637126+0000 mon.a (mon.0) 1972 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.638579+0000 mon.a (mon.0) 1973 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.640952+0000 mon.a (mon.0) 1974 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.641842+0000 mon.a (mon.0) 1975 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.649402+0000 mon.a (mon.0) 1976 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: cephadm 2024-09-20T23:22:09.650064+0000 mgr.y (mgr.15240) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.730856+0000 mon.a (mon.0) 1977 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.733260+0000 mon.a (mon.0) 1978 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.734708+0000 mon.a (mon.0) 1979 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.738070+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.738949+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.745108+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.849843+0000 mon.a (mon.0) 1983 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.852254+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.853262+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.855642+0000 mon.a (mon.0) 1986 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.856467+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.861913+0000 mon.a (mon.0) 1988 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.948436+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.951206+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.952694+0000 mon.a (mon.0) 1991 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.956255+0000 mon.a (mon.0) 1992 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.957717+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:09.963989+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.074501+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.076862+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.078217+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.081055+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.082004+0000 mon.a (mon.0) 1999 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.089553+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.212635+0000 mon.a (mon.0) 2001 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.215184+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.216470+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.219492+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.220360+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.228043+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.354686+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.357167+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.358463+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.361684+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.362650+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.370361+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.508049+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.510444+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.511650+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.514447+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.515374+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[19864]: audit 2024-09-20T23:22:10.523391+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.738070+0000 mon.a (mon.0) 1980 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.738949+0000 mon.a (mon.0) 1981 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.745108+0000 mon.a (mon.0) 1982 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.849843+0000 mon.a (mon.0) 1983 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.852254+0000 mon.a (mon.0) 1984 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.853262+0000 mon.a (mon.0) 1985 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.855642+0000 mon.a (mon.0) 1986 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.856467+0000 mon.a (mon.0) 1987 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.861913+0000 mon.a (mon.0) 1988 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.948436+0000 mon.a (mon.0) 1989 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.951206+0000 mon.a (mon.0) 1990 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.952694+0000 mon.a (mon.0) 1991 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.956255+0000 mon.a (mon.0) 1992 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.957717+0000 mon.a (mon.0) 1993 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:09.963989+0000 mon.a (mon.0) 1994 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.074501+0000 mon.a (mon.0) 1995 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.076862+0000 mon.a (mon.0) 1996 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.078217+0000 mon.a (mon.0) 1997 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.081055+0000 mon.a (mon.0) 1998 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.082004+0000 mon.a (mon.0) 1999 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.089553+0000 mon.a (mon.0) 2000 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.212635+0000 mon.a (mon.0) 2001 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.215184+0000 mon.a (mon.0) 2002 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.216470+0000 mon.a (mon.0) 2003 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.219492+0000 mon.a (mon.0) 2004 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.220360+0000 mon.a (mon.0) 2005 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.228043+0000 mon.a (mon.0) 2006 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.354686+0000 mon.a (mon.0) 2007 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.357167+0000 mon.a (mon.0) 2008 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.358463+0000 mon.a (mon.0) 2009 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.361684+0000 mon.a (mon.0) 2010 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.362650+0000 mon.a (mon.0) 2011 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.370361+0000 mon.a (mon.0) 2012 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.508049+0000 mon.a (mon.0) 2013 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.510444+0000 mon.a (mon.0) 2014 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.511650+0000 mon.a (mon.0) 2015 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.514447+0000 mon.a (mon.0) 2016 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.515374+0000 mon.a (mon.0) 2017 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:10 smithi083 bash[25244]: audit 2024-09-20T23:22:10.523391+0000 mon.a (mon.0) 2018 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.202 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:10 smithi142 bash[68642]: debug 2024-09-20T23:22:10.926+0000 7f9106afc040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T23:22:11.202 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[68642]: debug 2024-09-20T23:22:11.006+0000 7f9106afc040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T23:22:11.478 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[68642]: debug 2024-09-20T23:22:11.198+0000 7f9106afc040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:22:11.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: cephadm 2024-09-20T23:22:09.745723+0000 mgr.y (mgr.15240) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: cephadm 2024-09-20T23:22:09.862516+0000 mgr.y (mgr.15240) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: cephadm 2024-09-20T23:22:09.964568+0000 mgr.y (mgr.15240) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: cephadm 2024-09-20T23:22:10.090062+0000 mgr.y (mgr.15240) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: cephadm 2024-09-20T23:22:10.228572+0000 mgr.y (mgr.15240) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: cephadm 2024-09-20T23:22:10.371054+0000 mgr.y (mgr.15240) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: cephadm 2024-09-20T23:22:10.523881+0000 mgr.y (mgr.15240) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.663154+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.665594+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.666845+0000 mon.a (mon.0) 2021 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.669596+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.670472+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.678332+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: cephadm 2024-09-20T23:22:10.678786+0000 mgr.y (mgr.15240) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.808731+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.811534+0000 mon.a (mon.0) 2026 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.813531+0000 mon.a (mon.0) 2027 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.816570+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.817489+0000 mon.a (mon.0) 2029 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.826958+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.910157+0000 mon.a (mon.0) 2031 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.912670+0000 mon.a (mon.0) 2032 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.913834+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.916504+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.917361+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:10.925991+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.009437+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.012011+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.013387+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.016120+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.017082+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.027718+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.128420+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.130896+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.132146+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.134958+0000 mon.a (mon.0) 2046 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.135862+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.143373+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.226480+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.229236+0000 mon.a (mon.0) 2050 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.230678+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.233396+0000 mon.a (mon.0) 2052 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.234531+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.242450+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.337847+0000 mon.a (mon.0) 2055 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.339991+0000 mon.a (mon.0) 2056 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.341037+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.343641+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.344377+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.353891+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.450835+0000 mon.a (mon.0) 2061 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.454072+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.456657+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.460431+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.461597+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.471665+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:11.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.586611+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.589055+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:11.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.590477+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:11.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.593855+0000 mon.a (mon.0) 2070 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:11.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.594759+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:11.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:11 smithi142 bash[19948]: audit 2024-09-20T23:22:11.604016+0000 mon.a (mon.0) 2072 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:22:11] "GET /metrics HTTP/1.1" 200 38069 "" "Prometheus/2.43.0" 2024-09-20T23:22:12.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: cephadm 2024-09-20T23:22:09.745723+0000 mgr.y (mgr.15240) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: cephadm 2024-09-20T23:22:09.862516+0000 mgr.y (mgr.15240) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: cephadm 2024-09-20T23:22:09.964568+0000 mgr.y (mgr.15240) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: cephadm 2024-09-20T23:22:10.090062+0000 mgr.y (mgr.15240) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: cephadm 2024-09-20T23:22:10.228572+0000 mgr.y (mgr.15240) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: cephadm 2024-09-20T23:22:10.371054+0000 mgr.y (mgr.15240) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: cephadm 2024-09-20T23:22:10.523881+0000 mgr.y (mgr.15240) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.663154+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.665594+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.666845+0000 mon.a (mon.0) 2021 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.669596+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.670472+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.678332+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: cephadm 2024-09-20T23:22:10.678786+0000 mgr.y (mgr.15240) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.808731+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.811534+0000 mon.a (mon.0) 2026 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.813531+0000 mon.a (mon.0) 2027 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.816570+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.817489+0000 mon.a (mon.0) 2029 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.826958+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.910157+0000 mon.a (mon.0) 2031 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.912670+0000 mon.a (mon.0) 2032 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.913834+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.916504+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.917361+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:10.925991+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.009437+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.012011+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.013387+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.016120+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.017082+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.027718+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.128420+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.130896+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.132146+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.134958+0000 mon.a (mon.0) 2046 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.135862+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.143373+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.226480+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.076 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.229236+0000 mon.a (mon.0) 2050 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.230678+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.233396+0000 mon.a (mon.0) 2052 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.234531+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.242450+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.337847+0000 mon.a (mon.0) 2055 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.339991+0000 mon.a (mon.0) 2056 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.341037+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.343641+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.344377+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.353891+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.450835+0000 mon.a (mon.0) 2061 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.454072+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.456657+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.460431+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.461597+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.471665+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.586611+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.589055+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.590477+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.593855+0000 mon.a (mon.0) 2070 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.594759+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[19864]: audit 2024-09-20T23:22:11.604016+0000 mon.a (mon.0) 2072 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: cephadm 2024-09-20T23:22:09.745723+0000 mgr.y (mgr.15240) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: cephadm 2024-09-20T23:22:09.862516+0000 mgr.y (mgr.15240) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: cephadm 2024-09-20T23:22:09.964568+0000 mgr.y (mgr.15240) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: cephadm 2024-09-20T23:22:10.090062+0000 mgr.y (mgr.15240) 73 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: cephadm 2024-09-20T23:22:10.228572+0000 mgr.y (mgr.15240) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: cephadm 2024-09-20T23:22:10.371054+0000 mgr.y (mgr.15240) 75 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: cephadm 2024-09-20T23:22:10.523881+0000 mgr.y (mgr.15240) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.663154+0000 mon.a (mon.0) 2019 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.665594+0000 mon.a (mon.0) 2020 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.666845+0000 mon.a (mon.0) 2021 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.669596+0000 mon.a (mon.0) 2022 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.670472+0000 mon.a (mon.0) 2023 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.678332+0000 mon.a (mon.0) 2024 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: cephadm 2024-09-20T23:22:10.678786+0000 mgr.y (mgr.15240) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.808731+0000 mon.a (mon.0) 2025 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.811534+0000 mon.a (mon.0) 2026 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.813531+0000 mon.a (mon.0) 2027 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.816570+0000 mon.a (mon.0) 2028 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.817489+0000 mon.a (mon.0) 2029 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.826958+0000 mon.a (mon.0) 2030 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.910157+0000 mon.a (mon.0) 2031 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.912670+0000 mon.a (mon.0) 2032 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.913834+0000 mon.a (mon.0) 2033 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.916504+0000 mon.a (mon.0) 2034 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.917361+0000 mon.a (mon.0) 2035 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:10.925991+0000 mon.a (mon.0) 2036 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.009437+0000 mon.a (mon.0) 2037 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.012011+0000 mon.a (mon.0) 2038 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.013387+0000 mon.a (mon.0) 2039 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.016120+0000 mon.a (mon.0) 2040 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.017082+0000 mon.a (mon.0) 2041 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.027718+0000 mon.a (mon.0) 2042 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.128420+0000 mon.a (mon.0) 2043 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.130896+0000 mon.a (mon.0) 2044 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.132146+0000 mon.a (mon.0) 2045 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.134958+0000 mon.a (mon.0) 2046 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.135862+0000 mon.a (mon.0) 2047 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.143373+0000 mon.a (mon.0) 2048 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.226480+0000 mon.a (mon.0) 2049 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.229236+0000 mon.a (mon.0) 2050 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.230678+0000 mon.a (mon.0) 2051 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.233396+0000 mon.a (mon.0) 2052 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.234531+0000 mon.a (mon.0) 2053 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.242450+0000 mon.a (mon.0) 2054 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.337847+0000 mon.a (mon.0) 2055 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.339991+0000 mon.a (mon.0) 2056 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.341037+0000 mon.a (mon.0) 2057 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.343641+0000 mon.a (mon.0) 2058 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.344377+0000 mon.a (mon.0) 2059 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.353891+0000 mon.a (mon.0) 2060 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.450835+0000 mon.a (mon.0) 2061 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.454072+0000 mon.a (mon.0) 2062 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.456657+0000 mon.a (mon.0) 2063 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.460431+0000 mon.a (mon.0) 2064 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.461597+0000 mon.a (mon.0) 2065 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.471665+0000 mon.a (mon.0) 2066 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.586611+0000 mon.a (mon.0) 2067 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.589055+0000 mon.a (mon.0) 2068 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.590477+0000 mon.a (mon.0) 2069 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.593855+0000 mon.a (mon.0) 2070 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.594759+0000 mon.a (mon.0) 2071 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:11 smithi083 bash[25244]: audit 2024-09-20T23:22:11.604016+0000 mon.a (mon.0) 2072 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.403 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[68642]: debug 2024-09-20T23:22:12.090+0000 7f9106afc040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T23:22:12.404 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[68642]: debug 2024-09-20T23:22:12.166+0000 7f9106afc040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T23:22:12.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[68642]: debug 2024-09-20T23:22:12.398+0000 7f9106afc040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T23:22:12.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[68642]: debug 2024-09-20T23:22:12.478+0000 7f9106afc040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T23:22:12.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: cephadm 2024-09-20T23:22:10.827534+0000 mgr.y (mgr.15240) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: cephadm 2024-09-20T23:22:10.926489+0000 mgr.y (mgr.15240) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: cephadm 2024-09-20T23:22:11.028249+0000 mgr.y (mgr.15240) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: cluster 2024-09-20T23:22:11.078090+0000 mgr.y (mgr.15240) 81 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: cephadm 2024-09-20T23:22:11.143845+0000 mgr.y (mgr.15240) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: cephadm 2024-09-20T23:22:11.242819+0000 mgr.y (mgr.15240) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: cephadm 2024-09-20T23:22:11.354613+0000 mgr.y (mgr.15240) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: cephadm 2024-09-20T23:22:11.472296+0000 mgr.y (mgr.15240) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: cephadm 2024-09-20T23:22:11.632673+0000 mgr.y (mgr.15240) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.732443+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.734918+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.736371+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.738868+0000 mon.a (mon.0) 2076 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.739713+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.747051+0000 mon.a (mon.0) 2078 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.855394+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.857667+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.858881+0000 mon.a (mon.0) 2081 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.861920+0000 mon.a (mon.0) 2082 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.862776+0000 mon.a (mon.0) 2083 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.870502+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.989621+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.991901+0000 mon.a (mon.0) 2086 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.993065+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.995963+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:11.996835+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.004478+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.137231+0000 mon.a (mon.0) 2091 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.140574+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.142988+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.146945+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.147863+0000 mon.a (mon.0) 2095 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.158196+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.291610+0000 mon.a (mon.0) 2097 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.294723+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.296367+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.300086+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.301485+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.310753+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.450428+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.453206+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.454545+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.457530+0000 mon.a (mon.0) 2106 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.458418+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.468520+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:12.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.594141+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.597054+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:12.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.598743+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:12.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.601961+0000 mon.a (mon.0) 2112 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:12.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.603255+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:12.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[19948]: audit 2024-09-20T23:22:12.612004+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: cephadm 2024-09-20T23:22:10.827534+0000 mgr.y (mgr.15240) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: cephadm 2024-09-20T23:22:10.926489+0000 mgr.y (mgr.15240) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: cephadm 2024-09-20T23:22:11.028249+0000 mgr.y (mgr.15240) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: cluster 2024-09-20T23:22:11.078090+0000 mgr.y (mgr.15240) 81 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: cephadm 2024-09-20T23:22:11.143845+0000 mgr.y (mgr.15240) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: cephadm 2024-09-20T23:22:11.242819+0000 mgr.y (mgr.15240) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: cephadm 2024-09-20T23:22:11.354613+0000 mgr.y (mgr.15240) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: cephadm 2024-09-20T23:22:11.472296+0000 mgr.y (mgr.15240) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: cephadm 2024-09-20T23:22:11.632673+0000 mgr.y (mgr.15240) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.732443+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.734918+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.736371+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.738868+0000 mon.a (mon.0) 2076 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.739713+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.747051+0000 mon.a (mon.0) 2078 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.855394+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.857667+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.858881+0000 mon.a (mon.0) 2081 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.861920+0000 mon.a (mon.0) 2082 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.862776+0000 mon.a (mon.0) 2083 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.870502+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.989621+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.991901+0000 mon.a (mon.0) 2086 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.993065+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.995963+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:11.996835+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.004478+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.137231+0000 mon.a (mon.0) 2091 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.140574+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.142988+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.146945+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.147863+0000 mon.a (mon.0) 2095 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.158196+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.291610+0000 mon.a (mon.0) 2097 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.294723+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.296367+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.300086+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.301485+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.310753+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.450428+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.453206+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.454545+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.457530+0000 mon.a (mon.0) 2106 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.458418+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.468520+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.594141+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.597054+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.598743+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.601961+0000 mon.a (mon.0) 2112 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.603255+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[25244]: audit 2024-09-20T23:22:12.612004+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: cephadm 2024-09-20T23:22:10.827534+0000 mgr.y (mgr.15240) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: cephadm 2024-09-20T23:22:10.926489+0000 mgr.y (mgr.15240) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: cephadm 2024-09-20T23:22:11.028249+0000 mgr.y (mgr.15240) 80 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: cluster 2024-09-20T23:22:11.078090+0000 mgr.y (mgr.15240) 81 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:13.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: cephadm 2024-09-20T23:22:11.143845+0000 mgr.y (mgr.15240) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: cephadm 2024-09-20T23:22:11.242819+0000 mgr.y (mgr.15240) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: cephadm 2024-09-20T23:22:11.354613+0000 mgr.y (mgr.15240) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: cephadm 2024-09-20T23:22:11.472296+0000 mgr.y (mgr.15240) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: cephadm 2024-09-20T23:22:11.632673+0000 mgr.y (mgr.15240) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.732443+0000 mon.a (mon.0) 2073 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.734918+0000 mon.a (mon.0) 2074 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.736371+0000 mon.a (mon.0) 2075 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.738868+0000 mon.a (mon.0) 2076 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.739713+0000 mon.a (mon.0) 2077 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.747051+0000 mon.a (mon.0) 2078 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.855394+0000 mon.a (mon.0) 2079 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.857667+0000 mon.a (mon.0) 2080 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.858881+0000 mon.a (mon.0) 2081 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.861920+0000 mon.a (mon.0) 2082 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.862776+0000 mon.a (mon.0) 2083 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.870502+0000 mon.a (mon.0) 2084 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.989621+0000 mon.a (mon.0) 2085 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.991901+0000 mon.a (mon.0) 2086 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.993065+0000 mon.a (mon.0) 2087 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.995963+0000 mon.a (mon.0) 2088 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:11.996835+0000 mon.a (mon.0) 2089 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.004478+0000 mon.a (mon.0) 2090 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.137231+0000 mon.a (mon.0) 2091 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.140574+0000 mon.a (mon.0) 2092 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.142988+0000 mon.a (mon.0) 2093 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.146945+0000 mon.a (mon.0) 2094 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.147863+0000 mon.a (mon.0) 2095 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.158196+0000 mon.a (mon.0) 2096 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.291610+0000 mon.a (mon.0) 2097 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.294723+0000 mon.a (mon.0) 2098 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.296367+0000 mon.a (mon.0) 2099 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.300086+0000 mon.a (mon.0) 2100 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.301485+0000 mon.a (mon.0) 2101 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.310753+0000 mon.a (mon.0) 2102 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.450428+0000 mon.a (mon.0) 2103 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.453206+0000 mon.a (mon.0) 2104 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.454545+0000 mon.a (mon.0) 2105 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.457530+0000 mon.a (mon.0) 2106 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.458418+0000 mon.a (mon.0) 2107 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.468520+0000 mon.a (mon.0) 2108 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.594141+0000 mon.a (mon.0) 2109 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.597054+0000 mon.a (mon.0) 2110 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.598743+0000 mon.a (mon.0) 2111 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.601961+0000 mon.a (mon.0) 2112 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.603255+0000 mon.a (mon.0) 2113 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:12 smithi083 bash[19864]: audit 2024-09-20T23:22:12.612004+0000 mon.a (mon.0) 2114 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.239 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[68642]: debug 2024-09-20T23:22:12.878+0000 7f9106afc040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T23:22:13.239 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[68642]: debug 2024-09-20T23:22:12.962+0000 7f9106afc040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T23:22:13.239 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[68642]: [20/Sep/2024:23:22:12] ENGINE Bus STARTING 2024-09-20T23:22:13.239 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[68642]: CherryPy Checker: 2024-09-20T23:22:13.239 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:12 smithi142 bash[68642]: The Application mounted at '' has an empty config. 2024-09-20T23:22:13.239 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[68642]: [20/Sep/2024:23:22:13] ENGINE Serving on http://:::9283 2024-09-20T23:22:13.240 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[68642]: [20/Sep/2024:23:22:13] ENGINE Bus STARTED 2024-09-20T23:22:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: cephadm 2024-09-20T23:22:11.747441+0000 mgr.y (mgr.15240) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: cephadm 2024-09-20T23:22:11.870904+0000 mgr.y (mgr.15240) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: cephadm 2024-09-20T23:22:12.005092+0000 mgr.y (mgr.15240) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: cephadm 2024-09-20T23:22:12.159083+0000 mgr.y (mgr.15240) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: cephadm 2024-09-20T23:22:12.311558+0000 mgr.y (mgr.15240) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: cephadm 2024-09-20T23:22:12.469247+0000 mgr.y (mgr.15240) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: cephadm 2024-09-20T23:22:12.612602+0000 mgr.y (mgr.15240) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.738850+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.741866+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.744364+0000 mon.a (mon.0) 2117 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.748098+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.749330+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.757177+0000 mon.a (mon.0) 2120 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.858945+0000 mon.a (mon.0) 2121 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.861467+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.862816+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.865449+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.866317+0000 mon.a (mon.0) 2125 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.874111+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: cluster 2024-09-20T23:22:12.991048+0000 mon.a (mon.0) 2127 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.991197+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.? 172.21.15.142:0/668861825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: cluster 2024-09-20T23:22:12.991281+0000 mon.a (mon.0) 2128 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.992043+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.? 172.21.15.142:0/668861825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.993533+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.? 172.21.15.142:0/668861825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.994154+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.? 172.21.15.142:0/668861825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:22:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:12.999111+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.001547+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.002779+0000 mon.a (mon.0) 2131 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.005309+0000 mon.a (mon.0) 2132 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.006344+0000 mon.a (mon.0) 2133 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.014205+0000 mon.a (mon.0) 2134 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.117512+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.120172+0000 mon.a (mon.0) 2136 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.121678+0000 mon.a (mon.0) 2137 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.124487+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.125693+0000 mon.a (mon.0) 2139 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.133672+0000 mon.a (mon.0) 2140 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.256586+0000 mon.a (mon.0) 2141 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.259355+0000 mon.a (mon.0) 2142 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.261292+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.264418+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.265437+0000 mon.a (mon.0) 2145 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.272143+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.380646+0000 mon.a (mon.0) 2147 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.382852+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.383954+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.386119+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.386898+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.394639+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.505243+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.507872+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.509509+0000 mon.a (mon.0) 2155 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.513232+0000 mon.a (mon.0) 2156 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.514547+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:13 smithi142 bash[19948]: audit 2024-09-20T23:22:13.523260+0000 mon.a (mon.0) 2158 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: cephadm 2024-09-20T23:22:11.747441+0000 mgr.y (mgr.15240) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: cephadm 2024-09-20T23:22:11.870904+0000 mgr.y (mgr.15240) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: cephadm 2024-09-20T23:22:12.005092+0000 mgr.y (mgr.15240) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: cephadm 2024-09-20T23:22:12.159083+0000 mgr.y (mgr.15240) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: cephadm 2024-09-20T23:22:12.311558+0000 mgr.y (mgr.15240) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: cephadm 2024-09-20T23:22:12.469247+0000 mgr.y (mgr.15240) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: cephadm 2024-09-20T23:22:12.612602+0000 mgr.y (mgr.15240) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.738850+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.741866+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.744364+0000 mon.a (mon.0) 2117 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.748098+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.749330+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.757177+0000 mon.a (mon.0) 2120 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.858945+0000 mon.a (mon.0) 2121 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.861467+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.862816+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.865449+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.866317+0000 mon.a (mon.0) 2125 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.874111+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: cluster 2024-09-20T23:22:12.991048+0000 mon.a (mon.0) 2127 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:22:14.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: cephadm 2024-09-20T23:22:11.747441+0000 mgr.y (mgr.15240) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: cephadm 2024-09-20T23:22:11.870904+0000 mgr.y (mgr.15240) 88 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: cephadm 2024-09-20T23:22:12.005092+0000 mgr.y (mgr.15240) 89 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: cephadm 2024-09-20T23:22:12.159083+0000 mgr.y (mgr.15240) 90 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: cephadm 2024-09-20T23:22:12.311558+0000 mgr.y (mgr.15240) 91 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: cephadm 2024-09-20T23:22:12.469247+0000 mgr.y (mgr.15240) 92 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: cephadm 2024-09-20T23:22:12.612602+0000 mgr.y (mgr.15240) 93 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.738850+0000 mon.a (mon.0) 2115 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.741866+0000 mon.a (mon.0) 2116 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.744364+0000 mon.a (mon.0) 2117 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.748098+0000 mon.a (mon.0) 2118 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.749330+0000 mon.a (mon.0) 2119 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.757177+0000 mon.a (mon.0) 2120 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.858945+0000 mon.a (mon.0) 2121 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.861467+0000 mon.a (mon.0) 2122 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.862816+0000 mon.a (mon.0) 2123 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.865449+0000 mon.a (mon.0) 2124 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.866317+0000 mon.a (mon.0) 2125 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.874111+0000 mon.a (mon.0) 2126 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.077 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: cluster 2024-09-20T23:22:12.991048+0000 mon.a (mon.0) 2127 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:22:14.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.991197+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.? 172.21.15.142:0/668861825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:22:14.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: cluster 2024-09-20T23:22:12.991281+0000 mon.a (mon.0) 2128 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:22:14.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.992043+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.? 172.21.15.142:0/668861825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:22:14.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.993533+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.? 172.21.15.142:0/668861825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:22:14.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.994154+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.? 172.21.15.142:0/668861825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:12.999111+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.001547+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.002779+0000 mon.a (mon.0) 2131 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.005309+0000 mon.a (mon.0) 2132 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.006344+0000 mon.a (mon.0) 2133 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.014205+0000 mon.a (mon.0) 2134 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.117512+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.120172+0000 mon.a (mon.0) 2136 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.121678+0000 mon.a (mon.0) 2137 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.124487+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.125693+0000 mon.a (mon.0) 2139 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.133672+0000 mon.a (mon.0) 2140 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.256586+0000 mon.a (mon.0) 2141 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.259355+0000 mon.a (mon.0) 2142 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.261292+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.264418+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.265437+0000 mon.a (mon.0) 2145 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.272143+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.380646+0000 mon.a (mon.0) 2147 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.382852+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.383954+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.386119+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.386898+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.394639+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.505243+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.507872+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.509509+0000 mon.a (mon.0) 2155 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.079 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.513232+0000 mon.a (mon.0) 2156 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.514547+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[19864]: audit 2024-09-20T23:22:13.523260+0000 mon.a (mon.0) 2158 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.991197+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.? 172.21.15.142:0/668861825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:22:14.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: cluster 2024-09-20T23:22:12.991281+0000 mon.a (mon.0) 2128 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:22:14.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.992043+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.? 172.21.15.142:0/668861825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:22:14.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.993533+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.? 172.21.15.142:0/668861825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:22:14.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.994154+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.? 172.21.15.142:0/668861825' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:22:14.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:12.999111+0000 mon.a (mon.0) 2129 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.001547+0000 mon.a (mon.0) 2130 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.002779+0000 mon.a (mon.0) 2131 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.005309+0000 mon.a (mon.0) 2132 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.006344+0000 mon.a (mon.0) 2133 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.014205+0000 mon.a (mon.0) 2134 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.117512+0000 mon.a (mon.0) 2135 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.120172+0000 mon.a (mon.0) 2136 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.121678+0000 mon.a (mon.0) 2137 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.124487+0000 mon.a (mon.0) 2138 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.125693+0000 mon.a (mon.0) 2139 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.133672+0000 mon.a (mon.0) 2140 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.256586+0000 mon.a (mon.0) 2141 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.259355+0000 mon.a (mon.0) 2142 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.261292+0000 mon.a (mon.0) 2143 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.081 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.264418+0000 mon.a (mon.0) 2144 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.265437+0000 mon.a (mon.0) 2145 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.272143+0000 mon.a (mon.0) 2146 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.380646+0000 mon.a (mon.0) 2147 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.382852+0000 mon.a (mon.0) 2148 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.383954+0000 mon.a (mon.0) 2149 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.386119+0000 mon.a (mon.0) 2150 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.386898+0000 mon.a (mon.0) 2151 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.394639+0000 mon.a (mon.0) 2152 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.505243+0000 mon.a (mon.0) 2153 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.507872+0000 mon.a (mon.0) 2154 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.509509+0000 mon.a (mon.0) 2155 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.513232+0000 mon.a (mon.0) 2156 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.514547+0000 mon.a (mon.0) 2157 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:14.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:13 smithi083 bash[25244]: audit 2024-09-20T23:22:13.523260+0000 mon.a (mon.0) 2158 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: cephadm 2024-09-20T23:22:12.758045+0000 mgr.y (mgr.15240) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: cephadm 2024-09-20T23:22:12.874797+0000 mgr.y (mgr.15240) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: cephadm 2024-09-20T23:22:13.014746+0000 mgr.y (mgr.15240) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: cluster 2024-09-20T23:22:13.079026+0000 mgr.y (mgr.15240) 97 : cluster [DBG] pgmap v17: 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-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: cephadm 2024-09-20T23:22:13.134351+0000 mgr.y (mgr.15240) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: cephadm 2024-09-20T23:22:13.272660+0000 mgr.y (mgr.15240) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: cephadm 2024-09-20T23:22:13.395151+0000 mgr.y (mgr.15240) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: cephadm 2024-09-20T23:22:13.523886+0000 mgr.y (mgr.15240) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.619905+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.636540+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.642284+0000 mon.a (mon.0) 2161 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.644792+0000 mon.a (mon.0) 2162 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.645380+0000 mon.a (mon.0) 2163 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.652215+0000 mon.a (mon.0) 2164 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: cephadm 2024-09-20T23:22:13.652874+0000 mgr.y (mgr.15240) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.727171+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.729019+0000 mon.a (mon.0) 2166 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.730406+0000 mon.a (mon.0) 2167 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.733396+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.734130+0000 mon.a (mon.0) 2169 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: cephadm 2024-09-20T23:22:12.758045+0000 mgr.y (mgr.15240) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: cephadm 2024-09-20T23:22:12.874797+0000 mgr.y (mgr.15240) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: cephadm 2024-09-20T23:22:13.014746+0000 mgr.y (mgr.15240) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: cluster 2024-09-20T23:22:13.079026+0000 mgr.y (mgr.15240) 97 : cluster [DBG] pgmap v17: 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-09-20T23:22:15.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: cephadm 2024-09-20T23:22:13.134351+0000 mgr.y (mgr.15240) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: cephadm 2024-09-20T23:22:13.272660+0000 mgr.y (mgr.15240) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: cephadm 2024-09-20T23:22:13.395151+0000 mgr.y (mgr.15240) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: cephadm 2024-09-20T23:22:13.523886+0000 mgr.y (mgr.15240) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.619905+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.636540+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.642284+0000 mon.a (mon.0) 2161 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.644792+0000 mon.a (mon.0) 2162 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.645380+0000 mon.a (mon.0) 2163 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.652215+0000 mon.a (mon.0) 2164 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: cephadm 2024-09-20T23:22:13.652874+0000 mgr.y (mgr.15240) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.727171+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.729019+0000 mon.a (mon.0) 2166 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.730406+0000 mon.a (mon.0) 2167 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.733396+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.734130+0000 mon.a (mon.0) 2169 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.739264+0000 mon.a (mon.0) 2170 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.829329+0000 mon.a (mon.0) 2171 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.831902+0000 mon.a (mon.0) 2172 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.833247+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.836599+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.837573+0000 mon.a (mon.0) 2175 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.844242+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: cluster 2024-09-20T23:22:13.894646+0000 mon.a (mon.0) 2177 : cluster [DBG] mgrmap e42: y(active, since 29s), standbys: x 2024-09-20T23:22:15.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.955571+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.077 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.957567+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.959018+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.962072+0000 mon.a (mon.0) 2181 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.963040+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:13.970771+0000 mon.a (mon.0) 2183 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.071407+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.074193+0000 mon.a (mon.0) 2185 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.076018+0000 mon.a (mon.0) 2186 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.079586+0000 mon.a (mon.0) 2187 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.078 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.080460+0000 mon.a (mon.0) 2188 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.739264+0000 mon.a (mon.0) 2170 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.078 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.829329+0000 mon.a (mon.0) 2171 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.831902+0000 mon.a (mon.0) 2172 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.833247+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.836599+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.837573+0000 mon.a (mon.0) 2175 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.844242+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: cluster 2024-09-20T23:22:13.894646+0000 mon.a (mon.0) 2177 : cluster [DBG] mgrmap e42: y(active, since 29s), standbys: x 2024-09-20T23:22:15.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.955571+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.957567+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.959018+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.962072+0000 mon.a (mon.0) 2181 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.963040+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.079 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:13.970771+0000 mon.a (mon.0) 2183 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.071407+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.074193+0000 mon.a (mon.0) 2185 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.076018+0000 mon.a (mon.0) 2186 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.079586+0000 mon.a (mon.0) 2187 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.080 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.080460+0000 mon.a (mon.0) 2188 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.086067+0000 mon.a (mon.0) 2189 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.193395+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.196308+0000 mon.a (mon.0) 2191 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.198049+0000 mon.a (mon.0) 2192 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.080 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.201630+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.202603+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.211190+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.332628+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.335611+0000 mon.a (mon.0) 2197 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.337135+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.340780+0000 mon.a (mon.0) 2199 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.342016+0000 mon.a (mon.0) 2200 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.351071+0000 mon.a (mon.0) 2201 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.488706+0000 mon.a (mon.0) 2202 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.491233+0000 mon.a (mon.0) 2203 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.492863+0000 mon.a (mon.0) 2204 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.495741+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.496664+0000 mon.a (mon.0) 2206 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.081 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[19864]: audit 2024-09-20T23:22:14.502737+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.086067+0000 mon.a (mon.0) 2189 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.193395+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.196308+0000 mon.a (mon.0) 2191 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.198049+0000 mon.a (mon.0) 2192 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.201630+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.202603+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.211190+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.332628+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.335611+0000 mon.a (mon.0) 2197 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.337135+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.340780+0000 mon.a (mon.0) 2199 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.342016+0000 mon.a (mon.0) 2200 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.351071+0000 mon.a (mon.0) 2201 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.082 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.488706+0000 mon.a (mon.0) 2202 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.491233+0000 mon.a (mon.0) 2203 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.492863+0000 mon.a (mon.0) 2204 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.495741+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.496664+0000 mon.a (mon.0) 2206 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.083 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:14 smithi083 bash[25244]: audit 2024-09-20T23:22:14.502737+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.083 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: cephadm 2024-09-20T23:22:12.758045+0000 mgr.y (mgr.15240) 94 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.083 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: cephadm 2024-09-20T23:22:12.874797+0000 mgr.y (mgr.15240) 95 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: cephadm 2024-09-20T23:22:13.014746+0000 mgr.y (mgr.15240) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: cluster 2024-09-20T23:22:13.079026+0000 mgr.y (mgr.15240) 97 : cluster [DBG] pgmap v17: 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-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: cephadm 2024-09-20T23:22:13.134351+0000 mgr.y (mgr.15240) 98 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: cephadm 2024-09-20T23:22:13.272660+0000 mgr.y (mgr.15240) 99 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: cephadm 2024-09-20T23:22:13.395151+0000 mgr.y (mgr.15240) 100 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: cephadm 2024-09-20T23:22:13.523886+0000 mgr.y (mgr.15240) 101 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.619905+0000 mon.a (mon.0) 2159 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.636540+0000 mon.a (mon.0) 2160 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.642284+0000 mon.a (mon.0) 2161 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.644792+0000 mon.a (mon.0) 2162 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.645380+0000 mon.a (mon.0) 2163 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.652215+0000 mon.a (mon.0) 2164 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: cephadm 2024-09-20T23:22:13.652874+0000 mgr.y (mgr.15240) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.727171+0000 mon.a (mon.0) 2165 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.729019+0000 mon.a (mon.0) 2166 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.730406+0000 mon.a (mon.0) 2167 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.733396+0000 mon.a (mon.0) 2168 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.734130+0000 mon.a (mon.0) 2169 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.739264+0000 mon.a (mon.0) 2170 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.829329+0000 mon.a (mon.0) 2171 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.831902+0000 mon.a (mon.0) 2172 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.833247+0000 mon.a (mon.0) 2173 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.836599+0000 mon.a (mon.0) 2174 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.837573+0000 mon.a (mon.0) 2175 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.844242+0000 mon.a (mon.0) 2176 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: cluster 2024-09-20T23:22:13.894646+0000 mon.a (mon.0) 2177 : cluster [DBG] mgrmap e42: y(active, since 29s), standbys: x 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.955571+0000 mon.a (mon.0) 2178 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.957567+0000 mon.a (mon.0) 2179 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.959018+0000 mon.a (mon.0) 2180 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.962072+0000 mon.a (mon.0) 2181 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.963040+0000 mon.a (mon.0) 2182 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:13.970771+0000 mon.a (mon.0) 2183 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.071407+0000 mon.a (mon.0) 2184 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.074193+0000 mon.a (mon.0) 2185 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.076018+0000 mon.a (mon.0) 2186 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.079586+0000 mon.a (mon.0) 2187 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.080460+0000 mon.a (mon.0) 2188 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.086067+0000 mon.a (mon.0) 2189 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.193395+0000 mon.a (mon.0) 2190 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.196308+0000 mon.a (mon.0) 2191 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.198049+0000 mon.a (mon.0) 2192 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.201630+0000 mon.a (mon.0) 2193 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.202603+0000 mon.a (mon.0) 2194 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.211190+0000 mon.a (mon.0) 2195 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.332628+0000 mon.a (mon.0) 2196 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.335611+0000 mon.a (mon.0) 2197 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.337135+0000 mon.a (mon.0) 2198 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.340780+0000 mon.a (mon.0) 2199 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.342016+0000 mon.a (mon.0) 2200 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.351071+0000 mon.a (mon.0) 2201 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.488706+0000 mon.a (mon.0) 2202 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.491233+0000 mon.a (mon.0) 2203 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.492863+0000 mon.a (mon.0) 2204 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.495741+0000 mon.a (mon.0) 2205 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.496664+0000 mon.a (mon.0) 2206 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:14 smithi142 bash[19948]: audit 2024-09-20T23:22:14.502737+0000 mon.a (mon.0) 2207 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: cephadm 2024-09-20T23:22:13.739803+0000 mgr.y (mgr.15240) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: cephadm 2024-09-20T23:22:13.844817+0000 mgr.y (mgr.15240) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: cephadm 2024-09-20T23:22:13.971332+0000 mgr.y (mgr.15240) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: cephadm 2024-09-20T23:22:14.086866+0000 mgr.y (mgr.15240) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: cephadm 2024-09-20T23:22:14.211773+0000 mgr.y (mgr.15240) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: cephadm 2024-09-20T23:22:14.351780+0000 mgr.y (mgr.15240) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: cephadm 2024-09-20T23:22:14.503247+0000 mgr.y (mgr.15240) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.648154+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.652786+0000 mon.a (mon.0) 2209 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.653830+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.656618+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.657676+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.665758+0000 mon.a (mon.0) 2213 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: cephadm 2024-09-20T23:22:14.666399+0000 mgr.y (mgr.15240) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.758625+0000 mon.a (mon.0) 2214 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.760537+0000 mon.a (mon.0) 2215 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.761414+0000 mon.a (mon.0) 2216 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.763544+0000 mon.a (mon.0) 2217 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.764270+0000 mon.a (mon.0) 2218 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.769308+0000 mon.a (mon.0) 2219 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: cephadm 2024-09-20T23:22:13.739803+0000 mgr.y (mgr.15240) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: cephadm 2024-09-20T23:22:13.844817+0000 mgr.y (mgr.15240) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: cephadm 2024-09-20T23:22:13.971332+0000 mgr.y (mgr.15240) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: cephadm 2024-09-20T23:22:14.086866+0000 mgr.y (mgr.15240) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: cephadm 2024-09-20T23:22:14.211773+0000 mgr.y (mgr.15240) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: cephadm 2024-09-20T23:22:14.351780+0000 mgr.y (mgr.15240) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: cephadm 2024-09-20T23:22:14.503247+0000 mgr.y (mgr.15240) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.648154+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.652786+0000 mon.a (mon.0) 2209 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.653830+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.656618+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.657676+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.665758+0000 mon.a (mon.0) 2213 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: cephadm 2024-09-20T23:22:14.666399+0000 mgr.y (mgr.15240) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.758625+0000 mon.a (mon.0) 2214 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.760537+0000 mon.a (mon.0) 2215 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.761414+0000 mon.a (mon.0) 2216 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.763544+0000 mon.a (mon.0) 2217 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.764270+0000 mon.a (mon.0) 2218 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.769308+0000 mon.a (mon.0) 2219 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.840263+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.842440+0000 mon.a (mon.0) 2221 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.843559+0000 mon.a (mon.0) 2222 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.845697+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.846663+0000 mon.a (mon.0) 2224 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.852442+0000 mon.a (mon.0) 2225 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.937177+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.939842+0000 mon.a (mon.0) 2227 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.941178+0000 mon.a (mon.0) 2228 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.943989+0000 mon.a (mon.0) 2229 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.945078+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:14.952370+0000 mon.a (mon.0) 2231 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.042437+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.045058+0000 mon.a (mon.0) 2233 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.046614+0000 mon.a (mon.0) 2234 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.049663+0000 mon.a (mon.0) 2235 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.050715+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.057074+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.179339+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.840263+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.842440+0000 mon.a (mon.0) 2221 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.843559+0000 mon.a (mon.0) 2222 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.845697+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.846663+0000 mon.a (mon.0) 2224 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.852442+0000 mon.a (mon.0) 2225 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.937177+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.939842+0000 mon.a (mon.0) 2227 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.941178+0000 mon.a (mon.0) 2228 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.943989+0000 mon.a (mon.0) 2229 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.945078+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:14.952370+0000 mon.a (mon.0) 2231 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.042437+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.045058+0000 mon.a (mon.0) 2233 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.046614+0000 mon.a (mon.0) 2234 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.049663+0000 mon.a (mon.0) 2235 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.050715+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.057074+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.179339+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.182076+0000 mon.a (mon.0) 2239 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.184169+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.187327+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.188459+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.196911+0000 mon.a (mon.0) 2243 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.326744+0000 mon.a (mon.0) 2244 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.329552+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.330966+0000 mon.a (mon.0) 2246 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.334005+0000 mon.a (mon.0) 2247 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.335084+0000 mon.a (mon.0) 2248 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.346042+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.346437+0000 mon.a (mon.0) 2250 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:22:15.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.472061+0000 mon.a (mon.0) 2251 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.474044+0000 mon.a (mon.0) 2252 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.475008+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.477118+0000 mon.a (mon.0) 2254 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.477846+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.486177+0000 mon.a (mon.0) 2256 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.560337+0000 mon.a (mon.0) 2257 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.182076+0000 mon.a (mon.0) 2239 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.184169+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.187327+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.188459+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.196911+0000 mon.a (mon.0) 2243 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.326744+0000 mon.a (mon.0) 2244 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.329552+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.330966+0000 mon.a (mon.0) 2246 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.334005+0000 mon.a (mon.0) 2247 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.335084+0000 mon.a (mon.0) 2248 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.346042+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.346437+0000 mon.a (mon.0) 2250 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.472061+0000 mon.a (mon.0) 2251 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.474044+0000 mon.a (mon.0) 2252 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.475008+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.477118+0000 mon.a (mon.0) 2254 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.477846+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.486177+0000 mon.a (mon.0) 2256 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.560337+0000 mon.a (mon.0) 2257 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.562545+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.563366+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.565055+0000 mon.a (mon.0) 2260 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.565706+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[19864]: audit 2024-09-20T23:22:15.572758+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.562545+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.563366+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.565055+0000 mon.a (mon.0) 2260 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.565706+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:15 smithi083 bash[25244]: audit 2024-09-20T23:22:15.572758+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.912 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: cephadm 2024-09-20T23:22:13.739803+0000 mgr.y (mgr.15240) 103 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.912 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: cephadm 2024-09-20T23:22:13.844817+0000 mgr.y (mgr.15240) 104 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.912 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: cephadm 2024-09-20T23:22:13.971332+0000 mgr.y (mgr.15240) 105 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.912 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: cephadm 2024-09-20T23:22:14.086866+0000 mgr.y (mgr.15240) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.912 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: cephadm 2024-09-20T23:22:14.211773+0000 mgr.y (mgr.15240) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.912 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: cephadm 2024-09-20T23:22:14.351780+0000 mgr.y (mgr.15240) 108 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.912 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: cephadm 2024-09-20T23:22:14.503247+0000 mgr.y (mgr.15240) 109 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.912 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.648154+0000 mon.a (mon.0) 2208 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.912 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.652786+0000 mon.a (mon.0) 2209 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.912 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.653830+0000 mon.a (mon.0) 2210 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.912 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.656618+0000 mon.a (mon.0) 2211 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.657676+0000 mon.a (mon.0) 2212 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.665758+0000 mon.a (mon.0) 2213 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: cephadm 2024-09-20T23:22:14.666399+0000 mgr.y (mgr.15240) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.758625+0000 mon.a (mon.0) 2214 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.760537+0000 mon.a (mon.0) 2215 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.761414+0000 mon.a (mon.0) 2216 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.763544+0000 mon.a (mon.0) 2217 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.764270+0000 mon.a (mon.0) 2218 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.769308+0000 mon.a (mon.0) 2219 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.840263+0000 mon.a (mon.0) 2220 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.842440+0000 mon.a (mon.0) 2221 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.843559+0000 mon.a (mon.0) 2222 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.845697+0000 mon.a (mon.0) 2223 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.913 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.846663+0000 mon.a (mon.0) 2224 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.852442+0000 mon.a (mon.0) 2225 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.937177+0000 mon.a (mon.0) 2226 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.939842+0000 mon.a (mon.0) 2227 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.941178+0000 mon.a (mon.0) 2228 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.943989+0000 mon.a (mon.0) 2229 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.945078+0000 mon.a (mon.0) 2230 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:14.952370+0000 mon.a (mon.0) 2231 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.042437+0000 mon.a (mon.0) 2232 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.045058+0000 mon.a (mon.0) 2233 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.046614+0000 mon.a (mon.0) 2234 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.049663+0000 mon.a (mon.0) 2235 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.050715+0000 mon.a (mon.0) 2236 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.914 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.057074+0000 mon.a (mon.0) 2237 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.915 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.179339+0000 mon.a (mon.0) 2238 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.915 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.182076+0000 mon.a (mon.0) 2239 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.915 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.184169+0000 mon.a (mon.0) 2240 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.915 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.187327+0000 mon.a (mon.0) 2241 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.915 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.188459+0000 mon.a (mon.0) 2242 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.915 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.196911+0000 mon.a (mon.0) 2243 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.915 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.326744+0000 mon.a (mon.0) 2244 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.915 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.329552+0000 mon.a (mon.0) 2245 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.330966+0000 mon.a (mon.0) 2246 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.334005+0000 mon.a (mon.0) 2247 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.335084+0000 mon.a (mon.0) 2248 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.346042+0000 mon.a (mon.0) 2249 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.346437+0000 mon.a (mon.0) 2250 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.472061+0000 mon.a (mon.0) 2251 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.474044+0000 mon.a (mon.0) 2252 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.475008+0000 mon.a (mon.0) 2253 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.477118+0000 mon.a (mon.0) 2254 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.477846+0000 mon.a (mon.0) 2255 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.486177+0000 mon.a (mon.0) 2256 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.560337+0000 mon.a (mon.0) 2257 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.916 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.562545+0000 mon.a (mon.0) 2258 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:15.917 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.563366+0000 mon.a (mon.0) 2259 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:15.917 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.565055+0000 mon.a (mon.0) 2260 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:15.917 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.565706+0000 mon.a (mon.0) 2261 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:15.917 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:15 smithi142 bash[19948]: audit 2024-09-20T23:22:15.572758+0000 mon.a (mon.0) 2262 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.462 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:22:16.800 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: cephadm 2024-09-20T23:22:14.769703+0000 mgr.y (mgr.15240) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.800 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: cephadm 2024-09-20T23:22:14.855462+0000 mgr.y (mgr.15240) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.800 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: cephadm 2024-09-20T23:22:14.953063+0000 mgr.y (mgr.15240) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.800 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: cephadm 2024-09-20T23:22:15.057589+0000 mgr.y (mgr.15240) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: cluster 2024-09-20T23:22:15.079426+0000 mgr.y (mgr.15240) 115 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: cephadm 2024-09-20T23:22:15.197486+0000 mgr.y (mgr.15240) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: cephadm 2024-09-20T23:22:15.346845+0000 mgr.y (mgr.15240) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.420900+0000 mgr.y (mgr.15240) 118 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: cephadm 2024-09-20T23:22:15.486708+0000 mgr.y (mgr.15240) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: cephadm 2024-09-20T23:22:15.573227+0000 mgr.y (mgr.15240) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.654205+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.662872+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.663703+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.665538+0000 mon.a (mon.0) 2266 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.666442+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.673740+0000 mon.a (mon.0) 2268 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: cephadm 2024-09-20T23:22:15.674239+0000 mgr.y (mgr.15240) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.801 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.750833+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.802 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.752434+0000 mon.a (mon.0) 2270 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.802 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.753708+0000 mon.a (mon.0) 2271 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.802 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.755715+0000 mon.a (mon.0) 2272 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:16.802 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.756376+0000 mon.a (mon.0) 2273 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:16.802 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.760749+0000 mon.a (mon.0) 2274 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.802 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.835334+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.802 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.837105+0000 mon.a (mon.0) 2276 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.802 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.838066+0000 mon.a (mon.0) 2277 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.839898+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.840572+0000 mon.a (mon.0) 2279 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.846363+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.925767+0000 mon.a (mon.0) 2281 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.928410+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.929972+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.932474+0000 mon.a (mon.0) 2284 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.933604+0000 mon.a (mon.0) 2285 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:15.941662+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.041812+0000 mon.a (mon.0) 2287 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.044992+0000 mon.a (mon.0) 2288 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.049121+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.052274+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.056992+0000 mon.a (mon.0) 2291 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.069968+0000 mon.a (mon.0) 2292 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.077931+0000 mon.a (mon.0) 2293 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.080732+0000 mon.a (mon.0) 2294 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.090103+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.092821+0000 mon.a (mon.0) 2296 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.100090+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.102188+0000 mon.a (mon.0) 2298 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.109524+0000 mon.a (mon.0) 2299 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.111102+0000 mon.a (mon.0) 2300 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.118294+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.120497+0000 mon.a (mon.0) 2302 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.127538+0000 mon.a (mon.0) 2303 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.130228+0000 mon.a (mon.0) 2304 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.137064+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.139257+0000 mon.a (mon.0) 2306 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.141705+0000 mon.a (mon.0) 2307 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:16 smithi142 bash[19948]: audit 2024-09-20T23:22:16.144042+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.947 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: cephadm 2024-09-20T23:22:14.769703+0000 mgr.y (mgr.15240) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: cephadm 2024-09-20T23:22:14.855462+0000 mgr.y (mgr.15240) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: cephadm 2024-09-20T23:22:14.953063+0000 mgr.y (mgr.15240) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: cephadm 2024-09-20T23:22:15.057589+0000 mgr.y (mgr.15240) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: cluster 2024-09-20T23:22:15.079426+0000 mgr.y (mgr.15240) 115 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: cephadm 2024-09-20T23:22:15.197486+0000 mgr.y (mgr.15240) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: cephadm 2024-09-20T23:22:15.346845+0000 mgr.y (mgr.15240) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.420900+0000 mgr.y (mgr.15240) 118 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: cephadm 2024-09-20T23:22:15.486708+0000 mgr.y (mgr.15240) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: cephadm 2024-09-20T23:22:15.573227+0000 mgr.y (mgr.15240) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.654205+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.662872+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.663703+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.665538+0000 mon.a (mon.0) 2266 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:16.948 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.666442+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:16.949 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.673740+0000 mon.a (mon.0) 2268 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.949 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: cephadm 2024-09-20T23:22:15.674239+0000 mgr.y (mgr.15240) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.949 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.750833+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.949 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.752434+0000 mon.a (mon.0) 2270 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.949 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.753708+0000 mon.a (mon.0) 2271 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.949 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: cephadm 2024-09-20T23:22:14.769703+0000 mgr.y (mgr.15240) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.949 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: cephadm 2024-09-20T23:22:14.855462+0000 mgr.y (mgr.15240) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.949 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: cephadm 2024-09-20T23:22:14.953063+0000 mgr.y (mgr.15240) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: cephadm 2024-09-20T23:22:15.057589+0000 mgr.y (mgr.15240) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: cluster 2024-09-20T23:22:15.079426+0000 mgr.y (mgr.15240) 115 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: cephadm 2024-09-20T23:22:15.197486+0000 mgr.y (mgr.15240) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: cephadm 2024-09-20T23:22:15.346845+0000 mgr.y (mgr.15240) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.420900+0000 mgr.y (mgr.15240) 118 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: cephadm 2024-09-20T23:22:15.486708+0000 mgr.y (mgr.15240) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: cephadm 2024-09-20T23:22:15.573227+0000 mgr.y (mgr.15240) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.654205+0000 mon.a (mon.0) 2263 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.662872+0000 mon.a (mon.0) 2264 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.663703+0000 mon.a (mon.0) 2265 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.665538+0000 mon.a (mon.0) 2266 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.666442+0000 mon.a (mon.0) 2267 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.673740+0000 mon.a (mon.0) 2268 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: cephadm 2024-09-20T23:22:15.674239+0000 mgr.y (mgr.15240) 121 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:16.950 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.750833+0000 mon.a (mon.0) 2269 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.752434+0000 mon.a (mon.0) 2270 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.753708+0000 mon.a (mon.0) 2271 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.755715+0000 mon.a (mon.0) 2272 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.756376+0000 mon.a (mon.0) 2273 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.760749+0000 mon.a (mon.0) 2274 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.835334+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.837105+0000 mon.a (mon.0) 2276 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.838066+0000 mon.a (mon.0) 2277 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.839898+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.840572+0000 mon.a (mon.0) 2279 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.846363+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.925767+0000 mon.a (mon.0) 2281 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.928410+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.929972+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.951 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.932474+0000 mon.a (mon.0) 2284 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:16.952 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.933604+0000 mon.a (mon.0) 2285 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:16.952 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:15.941662+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.952 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.041812+0000 mon.a (mon.0) 2287 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.952 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.044992+0000 mon.a (mon.0) 2288 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.952 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.049121+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.952 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.052274+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.952 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.755715+0000 mon.a (mon.0) 2272 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:16.952 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.756376+0000 mon.a (mon.0) 2273 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:16.952 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.760749+0000 mon.a (mon.0) 2274 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.952 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.835334+0000 mon.a (mon.0) 2275 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.952 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.837105+0000 mon.a (mon.0) 2276 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.838066+0000 mon.a (mon.0) 2277 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.839898+0000 mon.a (mon.0) 2278 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.840572+0000 mon.a (mon.0) 2279 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.846363+0000 mon.a (mon.0) 2280 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.925767+0000 mon.a (mon.0) 2281 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.928410+0000 mon.a (mon.0) 2282 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.929972+0000 mon.a (mon.0) 2283 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.932474+0000 mon.a (mon.0) 2284 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.933604+0000 mon.a (mon.0) 2285 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:15.941662+0000 mon.a (mon.0) 2286 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.041812+0000 mon.a (mon.0) 2287 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.044992+0000 mon.a (mon.0) 2288 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.049121+0000 mon.a (mon.0) 2289 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.052274+0000 mon.a (mon.0) 2290 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.953 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.056992+0000 mon.a (mon.0) 2291 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.069968+0000 mon.a (mon.0) 2292 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.077931+0000 mon.a (mon.0) 2293 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.080732+0000 mon.a (mon.0) 2294 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.090103+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.092821+0000 mon.a (mon.0) 2296 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.100090+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.102188+0000 mon.a (mon.0) 2298 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.109524+0000 mon.a (mon.0) 2299 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.111102+0000 mon.a (mon.0) 2300 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.118294+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.120497+0000 mon.a (mon.0) 2302 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.127538+0000 mon.a (mon.0) 2303 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.130228+0000 mon.a (mon.0) 2304 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.137064+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.954 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.139257+0000 mon.a (mon.0) 2306 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.141705+0000 mon.a (mon.0) 2307 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[19864]: audit 2024-09-20T23:22:16.144042+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.056992+0000 mon.a (mon.0) 2291 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.069968+0000 mon.a (mon.0) 2292 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.077931+0000 mon.a (mon.0) 2293 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.080732+0000 mon.a (mon.0) 2294 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.090103+0000 mon.a (mon.0) 2295 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.092821+0000 mon.a (mon.0) 2296 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.100090+0000 mon.a (mon.0) 2297 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.102188+0000 mon.a (mon.0) 2298 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.109524+0000 mon.a (mon.0) 2299 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.111102+0000 mon.a (mon.0) 2300 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.118294+0000 mon.a (mon.0) 2301 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.120497+0000 mon.a (mon.0) 2302 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.956 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.127538+0000 mon.a (mon.0) 2303 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.956 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.130228+0000 mon.a (mon.0) 2304 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.956 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.137064+0000 mon.a (mon.0) 2305 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:16.956 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.139257+0000 mon.a (mon.0) 2306 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.956 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.141705+0000 mon.a (mon.0) 2307 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:16.956 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:16 smithi083 bash[25244]: audit 2024-09-20T23:22:16.144042+0000 mon.a (mon.0) 2308 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 14s ago 31m - - 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 1s ago 31m - - 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (14m) 14s ago 24m 14.5M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (13m) 1s ago 24m 42.4M - dad864ee21e9 70e2c31eee0c 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (24s) 14s ago 22m - - 3.5 e1d6a67b021e 0cd44e702c29 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283,8765 running (11s) 1s ago 30m 326M - 19.1.1-367-g9e2ac70b cc9251b744a3 2ffefdbc107a 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (11m) 14s ago 32m 478M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (32m) 14s ago 32m 92.7M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (31m) 1s ago 31m 63.8M 2048M 17.2.0 e1d6a67b021e f020a95bce9d 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (31m) 14s ago 31m 66.2M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (14m) 14s ago 24m 8508k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:22:17.192 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (13m) 1s ago 24m 8871k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:22:17.193 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (30m) 14s ago 30m 56.1M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:22:17.193 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (29m) 14s ago 29m 57.3M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:22:17.193 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (28m) 14s ago 28m 52.6M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:22:17.193 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (28m) 14s ago 28m 56.4M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:22:17.193 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (27m) 1s ago 27m 59.0M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:22:17.193 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (26m) 1s ago 26m 55.5M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:22:17.193 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (26m) 1s ago 26m 53.6M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:22:17.193 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (25m) 1s ago 25m 57.5M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:22:17.193 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (18s) 1s ago 24m 51.1M - 2.43.0 a07b618ecd1d c2f1748fdf3a 2024-09-20T23:22:17.193 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (22m) 14s ago 22m 88.7M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:22:17.193 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (22m) 1s ago 22m 90.7M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:22:17.629 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:22:17.629 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:22:17.629 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-09-20T23:22:17.629 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:22:17.629 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:22:17.629 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:22:17.629 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:22:17.629 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:22:17.629 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:22:17.629 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:22:17.629 INFO:teuthology.orchestra.run.smithi083.stdout: "mds": {}, 2024-09-20T23:22:17.629 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:22:17.630 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:22:17.630 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:22:17.630 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:22:17.630 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-09-20T23:22:17.630 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:22:17.630 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:22:17.630 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:22:17.983 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:22:17.984 INFO:teuthology.orchestra.run.smithi083.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5", 2024-09-20T23:22:17.984 INFO:teuthology.orchestra.run.smithi083.stdout: "in_progress": true, 2024-09-20T23:22:17.984 INFO:teuthology.orchestra.run.smithi083.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-20T23:22:17.984 INFO:teuthology.orchestra.run.smithi083.stdout: "services_complete": [ 2024-09-20T23:22:17.984 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr" 2024-09-20T23:22:17.984 INFO:teuthology.orchestra.run.smithi083.stdout: ], 2024-09-20T23:22:17.984 INFO:teuthology.orchestra.run.smithi083.stdout: "progress": "2/2 daemons upgraded", 2024-09-20T23:22:17.984 INFO:teuthology.orchestra.run.smithi083.stdout: "message": "Currently upgrading grafana daemons", 2024-09-20T23:22:17.984 INFO:teuthology.orchestra.run.smithi083.stdout: "is_paused": false 2024-09-20T23:22:17.984 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:22:18.053 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:15.761052+0000 mgr.y (mgr.15240) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:18.053 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:15.846711+0000 mgr.y (mgr.15240) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:18.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:15.942164+0000 mgr.y (mgr.15240) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:18.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:16.057795+0000 mgr.y (mgr.15240) 125 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-20T23:22:18.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:16.082039+0000 mgr.y (mgr.15240) 126 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-20T23:22:18.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:16.094201+0000 mgr.y (mgr.15240) 127 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-20T23:22:18.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:16.103133+0000 mgr.y (mgr.15240) 128 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-20T23:22:18.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:16.111925+0000 mgr.y (mgr.15240) 129 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-09-20T23:22:18.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:16.121336+0000 mgr.y (mgr.15240) 130 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-20T23:22:18.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:16.130925+0000 mgr.y (mgr.15240) 131 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-09-20T23:22:18.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:16.139948+0000 mgr.y (mgr.15240) 132 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-20T23:22:18.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:16.142366+0000 mgr.y (mgr.15240) 133 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-20T23:22:18.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: cephadm 2024-09-20T23:22:16.144688+0000 mgr.y (mgr.15240) 134 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-20T23:22:18.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: audit 2024-09-20T23:22:16.451812+0000 mgr.y (mgr.15240) 135 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:18.055 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: audit 2024-09-20T23:22:17.482797+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:18.055 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: audit 2024-09-20T23:22:17.488140+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:18.055 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: audit 2024-09-20T23:22:17.493392+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:18.055 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[19864]: audit 2024-09-20T23:22:17.630853+0000 mon.a (mon.0) 2312 : audit [DBG] from='client.? 172.21.15.83:0/2789518724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:18.055 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:15.761052+0000 mgr.y (mgr.15240) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:18.055 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:15.846711+0000 mgr.y (mgr.15240) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:18.055 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:15.942164+0000 mgr.y (mgr.15240) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:18.055 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:16.057795+0000 mgr.y (mgr.15240) 125 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-20T23:22:18.055 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:16.082039+0000 mgr.y (mgr.15240) 126 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-20T23:22:18.055 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:16.094201+0000 mgr.y (mgr.15240) 127 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-20T23:22:18.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:16.103133+0000 mgr.y (mgr.15240) 128 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-20T23:22:18.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:16.111925+0000 mgr.y (mgr.15240) 129 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-09-20T23:22:18.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:16.121336+0000 mgr.y (mgr.15240) 130 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-20T23:22:18.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:16.130925+0000 mgr.y (mgr.15240) 131 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-09-20T23:22:18.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:16.139948+0000 mgr.y (mgr.15240) 132 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-20T23:22:18.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:16.142366+0000 mgr.y (mgr.15240) 133 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-20T23:22:18.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: cephadm 2024-09-20T23:22:16.144688+0000 mgr.y (mgr.15240) 134 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-20T23:22:18.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: audit 2024-09-20T23:22:16.451812+0000 mgr.y (mgr.15240) 135 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:18.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: audit 2024-09-20T23:22:17.482797+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:18.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: audit 2024-09-20T23:22:17.488140+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:18.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: audit 2024-09-20T23:22:17.493392+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:18.056 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:17 smithi083 bash[25244]: audit 2024-09-20T23:22:17.630853+0000 mon.a (mon.0) 2312 : audit [DBG] from='client.? 172.21.15.83:0/2789518724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:18.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:15.761052+0000 mgr.y (mgr.15240) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:18.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:15.846711+0000 mgr.y (mgr.15240) 123 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:18.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:15.942164+0000 mgr.y (mgr.15240) 124 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:18.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:16.057795+0000 mgr.y (mgr.15240) 125 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-20T23:22:18.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:16.082039+0000 mgr.y (mgr.15240) 126 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:16.094201+0000 mgr.y (mgr.15240) 127 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:16.103133+0000 mgr.y (mgr.15240) 128 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:16.111925+0000 mgr.y (mgr.15240) 129 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:16.121336+0000 mgr.y (mgr.15240) 130 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:16.130925+0000 mgr.y (mgr.15240) 131 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:16.139948+0000 mgr.y (mgr.15240) 132 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:16.142366+0000 mgr.y (mgr.15240) 133 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: cephadm 2024-09-20T23:22:16.144688+0000 mgr.y (mgr.15240) 134 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: audit 2024-09-20T23:22:16.451812+0000 mgr.y (mgr.15240) 135 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: audit 2024-09-20T23:22:17.482797+0000 mon.a (mon.0) 2309 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: audit 2024-09-20T23:22:17.488140+0000 mon.a (mon.0) 2310 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: audit 2024-09-20T23:22:17.493392+0000 mon.a (mon.0) 2311 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:18.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:17 smithi142 bash[19948]: audit 2024-09-20T23:22:17.630853+0000 mon.a (mon.0) 2312 : audit [DBG] from='client.? 172.21.15.83:0/2789518724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:18.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:18 smithi142 bash[19948]: audit 2024-09-20T23:22:16.824027+0000 mgr.y (mgr.15240) 136 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:18.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:18 smithi142 bash[19948]: cluster 2024-09-20T23:22:17.080185+0000 mgr.y (mgr.15240) 137 : cluster [DBG] pgmap v19: 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-09-20T23:22:18.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:18 smithi142 bash[19948]: audit 2024-09-20T23:22:17.179849+0000 mgr.y (mgr.15240) 138 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:19.053 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:18 smithi083 bash[25244]: audit 2024-09-20T23:22:16.824027+0000 mgr.y (mgr.15240) 136 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:19.053 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:18 smithi083 bash[25244]: cluster 2024-09-20T23:22:17.080185+0000 mgr.y (mgr.15240) 137 : cluster [DBG] pgmap v19: 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-09-20T23:22:19.053 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:18 smithi083 bash[25244]: audit 2024-09-20T23:22:17.179849+0000 mgr.y (mgr.15240) 138 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:19.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:18 smithi083 bash[19864]: audit 2024-09-20T23:22:16.824027+0000 mgr.y (mgr.15240) 136 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:19.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:18 smithi083 bash[19864]: cluster 2024-09-20T23:22:17.080185+0000 mgr.y (mgr.15240) 137 : cluster [DBG] pgmap v19: 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-09-20T23:22:19.054 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:18 smithi083 bash[19864]: audit 2024-09-20T23:22:17.179849+0000 mgr.y (mgr.15240) 138 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:20.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:19 smithi083 bash[19864]: audit 2024-09-20T23:22:17.986040+0000 mgr.y (mgr.15240) 139 : audit [DBG] from='client.25375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:20.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:19 smithi083 bash[19864]: audit 2024-09-20T23:22:19.171083+0000 mon.a (mon.0) 2313 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:20.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:19 smithi083 bash[19864]: audit 2024-09-20T23:22:19.176674+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:20.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:19 smithi083 bash[19864]: audit 2024-09-20T23:22:19.182806+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:20.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:19 smithi142 bash[19948]: audit 2024-09-20T23:22:17.986040+0000 mgr.y (mgr.15240) 139 : audit [DBG] from='client.25375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:20.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:19 smithi142 bash[19948]: audit 2024-09-20T23:22:19.171083+0000 mon.a (mon.0) 2313 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:20.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:19 smithi142 bash[19948]: audit 2024-09-20T23:22:19.176674+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:20.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:19 smithi142 bash[19948]: audit 2024-09-20T23:22:19.182806+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:20.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:19 smithi083 bash[25244]: audit 2024-09-20T23:22:17.986040+0000 mgr.y (mgr.15240) 139 : audit [DBG] from='client.25375 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:20.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:19 smithi083 bash[25244]: audit 2024-09-20T23:22:19.171083+0000 mon.a (mon.0) 2313 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:20.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:19 smithi083 bash[25244]: audit 2024-09-20T23:22:19.176674+0000 mon.a (mon.0) 2314 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:20.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:19 smithi083 bash[25244]: audit 2024-09-20T23:22:19.182806+0000 mon.a (mon.0) 2315 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:20.967 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:20 smithi142 bash[19948]: cluster 2024-09-20T23:22:19.080921+0000 mgr.y (mgr.15240) 140 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:20.967 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:20 smithi142 bash[19948]: cephadm 2024-09-20T23:22:19.550373+0000 mgr.y (mgr.15240) 141 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-20T23:22:20.967 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:20 smithi142 bash[19948]: cephadm 2024-09-20T23:22:19.614282+0000 mgr.y (mgr.15240) 142 : cephadm [INF] Deploying daemon grafana.a on smithi142 2024-09-20T23:22:21.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:20 smithi083 bash[19864]: cluster 2024-09-20T23:22:19.080921+0000 mgr.y (mgr.15240) 140 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:21.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:20 smithi083 bash[19864]: cephadm 2024-09-20T23:22:19.550373+0000 mgr.y (mgr.15240) 141 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-20T23:22:21.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:20 smithi083 bash[19864]: cephadm 2024-09-20T23:22:19.614282+0000 mgr.y (mgr.15240) 142 : cephadm [INF] Deploying daemon grafana.a on smithi142 2024-09-20T23:22:21.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:20 smithi083 bash[25244]: cluster 2024-09-20T23:22:19.080921+0000 mgr.y (mgr.15240) 140 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:21.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:20 smithi083 bash[25244]: cephadm 2024-09-20T23:22:19.550373+0000 mgr.y (mgr.15240) 141 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-20T23:22:21.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:20 smithi083 bash[25244]: cephadm 2024-09-20T23:22:19.614282+0000 mgr.y (mgr.15240) 142 : cephadm [INF] Deploying daemon grafana.a on smithi142 2024-09-20T23:22:22.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:22:21 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:22:21] "GET /metrics HTTP/1.1" 200 38068 "" "Prometheus/2.43.0" 2024-09-20T23:22:23.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:22 smithi142 bash[19948]: cluster 2024-09-20T23:22:21.082010+0000 mgr.y (mgr.15240) 143 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:22:23.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:22 smithi083 bash[19864]: cluster 2024-09-20T23:22:21.082010+0000 mgr.y (mgr.15240) 143 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:22:23.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:22 smithi083 bash[25244]: cluster 2024-09-20T23:22:21.082010+0000 mgr.y (mgr.15240) 143 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:22:24.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:23 smithi142 bash[19948]: cluster 2024-09-20T23:22:23.083342+0000 mgr.y (mgr.15240) 144 : cluster [DBG] pgmap v22: 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-09-20T23:22:24.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:23 smithi083 bash[19864]: cluster 2024-09-20T23:22:23.083342+0000 mgr.y (mgr.15240) 144 : cluster [DBG] pgmap v22: 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-09-20T23:22:24.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:23 smithi083 bash[25244]: cluster 2024-09-20T23:22:23.083342+0000 mgr.y (mgr.15240) 144 : cluster [DBG] pgmap v22: 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-09-20T23:22:26.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:26 smithi142 bash[19948]: cluster 2024-09-20T23:22:25.084090+0000 mgr.y (mgr.15240) 145 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:26.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:26 smithi142 bash[19948]: audit 2024-09-20T23:22:25.431989+0000 mgr.y (mgr.15240) 146 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:26.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:26 smithi083 bash[19864]: cluster 2024-09-20T23:22:25.084090+0000 mgr.y (mgr.15240) 145 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:26.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:26 smithi083 bash[19864]: audit 2024-09-20T23:22:25.431989+0000 mgr.y (mgr.15240) 146 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:26.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:26 smithi083 bash[25244]: cluster 2024-09-20T23:22:25.084090+0000 mgr.y (mgr.15240) 145 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:26.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:26 smithi083 bash[25244]: audit 2024-09-20T23:22:25.431989+0000 mgr.y (mgr.15240) 146 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:28.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:28 smithi142 bash[19948]: cluster 2024-09-20T23:22:27.085814+0000 mgr.y (mgr.15240) 147 : cluster [DBG] pgmap v24: 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-09-20T23:22:28.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:28 smithi083 bash[19864]: cluster 2024-09-20T23:22:27.085814+0000 mgr.y (mgr.15240) 147 : cluster [DBG] pgmap v24: 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-09-20T23:22:28.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:28 smithi083 bash[25244]: cluster 2024-09-20T23:22:27.085814+0000 mgr.y (mgr.15240) 147 : cluster [DBG] pgmap v24: 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-09-20T23:22:30.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:30 smithi142 bash[19948]: cluster 2024-09-20T23:22:29.086539+0000 mgr.y (mgr.15240) 148 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:30.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:30 smithi083 bash[19864]: cluster 2024-09-20T23:22:29.086539+0000 mgr.y (mgr.15240) 148 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:30.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:30 smithi083 bash[25244]: cluster 2024-09-20T23:22:29.086539+0000 mgr.y (mgr.15240) 148 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:31.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:31 smithi142 bash[19948]: audit 2024-09-20T23:22:30.346428+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:22:31.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:31 smithi083 bash[19864]: audit 2024-09-20T23:22:30.346428+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:22:31.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:31 smithi083 bash[25244]: audit 2024-09-20T23:22:30.346428+0000 mon.a (mon.0) 2316 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:22:32.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:22:31 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:22:31] "GET /metrics HTTP/1.1" 200 38061 "" "Prometheus/2.43.0" 2024-09-20T23:22:32.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:32 smithi142 bash[19948]: cluster 2024-09-20T23:22:31.088095+0000 mgr.y (mgr.15240) 149 : cluster [DBG] pgmap v26: 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-09-20T23:22:32.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:32 smithi083 bash[19864]: cluster 2024-09-20T23:22:31.088095+0000 mgr.y (mgr.15240) 149 : cluster [DBG] pgmap v26: 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-09-20T23:22:32.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:32 smithi083 bash[25244]: cluster 2024-09-20T23:22:31.088095+0000 mgr.y (mgr.15240) 149 : cluster [DBG] pgmap v26: 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-09-20T23:22:34.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:33 smithi142 bash[19948]: cluster 2024-09-20T23:22:33.088872+0000 mgr.y (mgr.15240) 150 : cluster [DBG] pgmap v27: 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-09-20T23:22:34.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:33 smithi083 bash[19864]: cluster 2024-09-20T23:22:33.088872+0000 mgr.y (mgr.15240) 150 : cluster [DBG] pgmap v27: 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-09-20T23:22:34.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:33 smithi083 bash[25244]: cluster 2024-09-20T23:22:33.088872+0000 mgr.y (mgr.15240) 150 : cluster [DBG] pgmap v27: 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-09-20T23:22:36.293 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:36 smithi083 bash[19864]: cluster 2024-09-20T23:22:35.089559+0000 mgr.y (mgr.15240) 151 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:36.293 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:36 smithi083 bash[19864]: audit 2024-09-20T23:22:35.440987+0000 mgr.y (mgr.15240) 152 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:36.293 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:36 smithi083 bash[25244]: cluster 2024-09-20T23:22:35.089559+0000 mgr.y (mgr.15240) 151 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:36.293 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:36 smithi083 bash[25244]: audit 2024-09-20T23:22:35.440987+0000 mgr.y (mgr.15240) 152 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:36.486 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:36 smithi142 bash[19948]: cluster 2024-09-20T23:22:35.089559+0000 mgr.y (mgr.15240) 151 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:36.487 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:36 smithi142 bash[19948]: audit 2024-09-20T23:22:35.440987+0000 mgr.y (mgr.15240) 152 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:37.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:37.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:37.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:22:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:37.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:22:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:37.574 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:37.575 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:22:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:37.575 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:22:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:37.575 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:37.575 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:22:37 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:37.876 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:37 smithi142 systemd[1]: Stopping Ceph grafana.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:22:37.876 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:37 smithi142 bash[53454]: t=2024-09-20T23:22:37+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-09-20T23:22:38.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:38 smithi083 bash[25244]: cluster 2024-09-20T23:22:37.091229+0000 mgr.y (mgr.15240) 153 : cluster [DBG] pgmap v29: 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-09-20T23:22:38.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:38 smithi083 bash[25244]: audit 2024-09-20T23:22:37.696416+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:38.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:38 smithi083 bash[25244]: audit 2024-09-20T23:22:37.703749+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:38.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:38 smithi083 bash[25244]: audit 2024-09-20T23:22:37.710240+0000 mon.a (mon.0) 2319 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:38.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:38 smithi083 bash[19864]: cluster 2024-09-20T23:22:37.091229+0000 mgr.y (mgr.15240) 153 : cluster [DBG] pgmap v29: 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-09-20T23:22:38.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:38 smithi083 bash[19864]: audit 2024-09-20T23:22:37.696416+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:38.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:38 smithi083 bash[19864]: audit 2024-09-20T23:22:37.703749+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:38.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:38 smithi083 bash[19864]: audit 2024-09-20T23:22:37.710240+0000 mon.a (mon.0) 2319 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:38.474 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:38 smithi142 bash[19948]: cluster 2024-09-20T23:22:37.091229+0000 mgr.y (mgr.15240) 153 : cluster [DBG] pgmap v29: 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-09-20T23:22:38.474 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:38 smithi142 bash[19948]: audit 2024-09-20T23:22:37.696416+0000 mon.a (mon.0) 2317 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:38.474 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:38 smithi142 bash[19948]: audit 2024-09-20T23:22:37.703749+0000 mon.a (mon.0) 2318 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:38.475 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:38 smithi142 bash[19948]: audit 2024-09-20T23:22:37.710240+0000 mon.a (mon.0) 2319 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:38.823 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:38 smithi142 bash[70467]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-grafana-a 2024-09-20T23:22:39.129 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:39.129 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:39.130 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:22:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:39.130 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:39.130 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:22:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:39.130 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:22:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:39.131 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:38 smithi142 bash[70537]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-grafana-a 2024-09-20T23:22:39.131 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:38 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@grafana.a.service: Deactivated successfully. 2024-09-20T23:22:39.131 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:38 smithi142 systemd[1]: Stopped Ceph grafana.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:22:39.131 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:39.131 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:39 smithi142 systemd[1]: Started Ceph grafana.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:22:39.131 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:22:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:39.132 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:22:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:40.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: cluster 2024-09-20T23:22:39.091969+0000 mgr.y (mgr.15240) 154 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:40.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.194388+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.206207+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.208055+0000 mon.a (mon.0) 2322 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:40.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.210827+0000 mon.a (mon.0) 2323 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:40.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.211853+0000 mon.a (mon.0) 2324 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:40.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.218143+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: cephadm 2024-09-20T23:22:39.218629+0000 mgr.y (mgr.15240) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:40.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.255971+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:22:40.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.256465+0000 mgr.y (mgr.15240) 156 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:22:40.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.282986+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.289901+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.297266+0000 mon.a (mon.0) 2329 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.302363+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.304463+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.306071+0000 mon.a (mon.0) 2332 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.307719+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.309179+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.310171+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.311142+0000 mon.a (mon.0) 2336 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.312459+0000 mon.a (mon.0) 2337 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.314050+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.315387+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.316625+0000 mon.a (mon.0) 2340 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:40 smithi142 bash[19948]: audit 2024-09-20T23:22:39.317826+0000 mon.a (mon.0) 2341 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: cluster 2024-09-20T23:22:39.091969+0000 mgr.y (mgr.15240) 154 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:40.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.194388+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.206207+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.208055+0000 mon.a (mon.0) 2322 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:40.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.210827+0000 mon.a (mon.0) 2323 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:40.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.211853+0000 mon.a (mon.0) 2324 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:40.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.218143+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: cephadm 2024-09-20T23:22:39.218629+0000 mgr.y (mgr.15240) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:40.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.255971+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:22:40.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.256465+0000 mgr.y (mgr.15240) 156 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:22:40.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.282986+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.289901+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.297266+0000 mon.a (mon.0) 2329 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.302363+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:40.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.304463+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.306071+0000 mon.a (mon.0) 2332 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.307719+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.309179+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.310171+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.311142+0000 mon.a (mon.0) 2336 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: cluster 2024-09-20T23:22:39.091969+0000 mgr.y (mgr.15240) 154 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:40.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.194388+0000 mon.a (mon.0) 2320 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.206207+0000 mon.a (mon.0) 2321 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.208055+0000 mon.a (mon.0) 2322 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:40.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.210827+0000 mon.a (mon.0) 2323 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:40.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.211853+0000 mon.a (mon.0) 2324 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:40.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.218143+0000 mon.a (mon.0) 2325 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: cephadm 2024-09-20T23:22:39.218629+0000 mgr.y (mgr.15240) 155 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:40.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.255971+0000 mon.a (mon.0) 2326 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:22:40.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.256465+0000 mgr.y (mgr.15240) 156 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:22:40.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.282986+0000 mon.a (mon.0) 2327 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.289901+0000 mon.a (mon.0) 2328 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.297266+0000 mon.a (mon.0) 2329 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:40.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.302363+0000 mon.a (mon.0) 2330 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:40.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.304463+0000 mon.a (mon.0) 2331 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.306071+0000 mon.a (mon.0) 2332 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.307719+0000 mon.a (mon.0) 2333 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.309179+0000 mon.a (mon.0) 2334 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.310171+0000 mon.a (mon.0) 2335 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.311142+0000 mon.a (mon.0) 2336 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.312459+0000 mon.a (mon.0) 2337 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.314050+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.315387+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.316625+0000 mon.a (mon.0) 2340 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[19864]: audit 2024-09-20T23:22:39.317826+0000 mon.a (mon.0) 2341 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.312459+0000 mon.a (mon.0) 2337 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.314050+0000 mon.a (mon.0) 2338 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.315387+0000 mon.a (mon.0) 2339 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.316625+0000 mon.a (mon.0) 2340 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:40.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:40 smithi083 bash[25244]: audit 2024-09-20T23:22:39.317826+0000 mon.a (mon.0) 2341 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:41.948 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.934942245Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-09-20T23:22:41.949 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935136827Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-09-20T23:22:41.949 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935154586Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-20T23:22:41.949 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935162451Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-20T23:22:41.949 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935167646Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-09-20T23:22:41.949 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935174605Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-09-20T23:22:41.949 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935180694Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-09-20T23:22:41.949 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935186529Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-09-20T23:22:41.949 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935192508Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-09-20T23:22:41.949 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935199133Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-20T23:22:41.949 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935208079Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-20T23:22:41.949 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935213808Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-20T23:22:41.950 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935220928Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-20T23:22:41.950 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935227895Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-20T23:22:41.950 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935233733Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-20T23:22:41.950 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935239512Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-20T23:22:41.950 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935244848Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-20T23:22:41.950 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.93525105Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-20T23:22:41.950 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=settings t=2024-09-20T23:22:41.935257777Z level=info msg="App mode production" 2024-09-20T23:22:41.950 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=sqlstore t=2024-09-20T23:22:41.935319925Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-20T23:22:41.950 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=sqlstore t=2024-09-20T23:22:41.935340508Z 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-09-20T23:22:41.950 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:41.948852833Z level=info msg="Starting DB migrations" 2024-09-20T23:22:42.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:22:41 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:22:41] "GET /metrics HTTP/1.1" 200 38061 "" "Prometheus/2.43.0" 2024-09-20T23:22:42.239 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:42 smithi142 bash[19948]: cluster 2024-09-20T23:22:41.093542+0000 mgr.y (mgr.15240) 157 : cluster [DBG] pgmap v31: 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-09-20T23:22:42.239 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:41 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:41.952923828Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-09-20T23:22:42.239 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:42 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:42.161308027Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-09-20T23:22:42.573 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:42 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:42.421580918Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-09-20T23:22:42.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:42 smithi083 bash[19864]: cluster 2024-09-20T23:22:41.093542+0000 mgr.y (mgr.15240) 157 : cluster [DBG] pgmap v31: 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-09-20T23:22:42.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:42 smithi083 bash[25244]: cluster 2024-09-20T23:22:41.093542+0000 mgr.y (mgr.15240) 157 : cluster [DBG] pgmap v31: 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-09-20T23:22:43.000 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:42 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:42.703599908Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-09-20T23:22:43.000 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:42 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:42.81687739Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-09-20T23:22:43.000 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:42 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:42.908704563Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-09-20T23:22:43.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:43 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:43.000243855Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-09-20T23:22:43.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:43 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:43.08353968Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-09-20T23:22:43.626 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:43 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:43.342050905Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-09-20T23:22:43.888 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:43 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:43.62610562Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-09-20T23:22:43.889 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:43 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:43.742064722Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-09-20T23:22:43.889 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:43 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:43.850353644Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-09-20T23:22:44.156 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:43 smithi142 bash[19948]: cluster 2024-09-20T23:22:43.094297+0000 mgr.y (mgr.15240) 158 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:44.156 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:43 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:43.928868896Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-09-20T23:22:44.157 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:43 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:43.954682843Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-09-20T23:22:44.157 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.005073131Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-09-20T23:22:44.157 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.072479223Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-09-20T23:22:44.157 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.097807344Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-09-20T23:22:44.157 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.123060684Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-09-20T23:22:44.157 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.156639113Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-09-20T23:22:44.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:43 smithi083 bash[19864]: cluster 2024-09-20T23:22:43.094297+0000 mgr.y (mgr.15240) 158 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:44.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:43 smithi083 bash[25244]: cluster 2024-09-20T23:22:43.094297+0000 mgr.y (mgr.15240) 158 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:44.409 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.198642467Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-09-20T23:22:44.409 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.240619154Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-09-20T23:22:44.409 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.26607465Z level=info msg="Executing migration" id="create provenance_type table" 2024-09-20T23:22:44.409 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.308072491Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-09-20T23:22:44.409 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.341534152Z level=info msg="Executing migration" id="create alert_image table" 2024-09-20T23:22:44.409 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.367019848Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-09-20T23:22:44.409 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.409139719Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-09-20T23:22:44.661 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.467769157Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-09-20T23:22:44.661 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.509820286Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-09-20T23:22:44.661 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.551859134Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-09-20T23:22:44.661 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.552053124Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-09-20T23:22:44.661 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.593796089Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-09-20T23:22:44.661 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.619126855Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-09-20T23:22:44.661 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.661309128Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-09-20T23:22:44.930 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[19948]: cephadm 2024-09-20T23:22:43.934255+0000 mgr.y (mgr.15240) 159 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-20T23:22:44.930 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[19948]: cephadm 2024-09-20T23:22:43.998633+0000 mgr.y (mgr.15240) 160 : cephadm [INF] Deploying daemon grafana.a on smithi142 2024-09-20T23:22:44.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.70336382Z level=info msg="Executing migration" id="create secrets table" 2024-09-20T23:22:44.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.77050353Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-09-20T23:22:44.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.804143749Z level=info msg="Executing migration" id="add name column into data_keys" 2024-09-20T23:22:44.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.84604568Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-09-20T23:22:44.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.888187193Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-09-20T23:22:44.930 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.930334831Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-09-20T23:22:45.199 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.95571906Z level=info msg="Executing migration" id="add column hidden to role table" 2024-09-20T23:22:45.199 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.972473764Z level=info msg="Executing migration" id="create query_history table v1" 2024-09-20T23:22:45.199 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:44 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:44.989572472Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-09-20T23:22:45.200 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:45.041012956Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-09-20T23:22:45.200 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:45.090334456Z level=info msg="Executing migration" id="teams permissions migration" 2024-09-20T23:22:45.200 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:45.132256723Z level=info msg="Executing migration" id="dashboard permissions" 2024-09-20T23:22:45.200 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:45.157759527Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-09-20T23:22:45.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:44 smithi083 bash[19864]: cephadm 2024-09-20T23:22:43.934255+0000 mgr.y (mgr.15240) 159 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-20T23:22:45.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:44 smithi083 bash[19864]: cephadm 2024-09-20T23:22:43.998633+0000 mgr.y (mgr.15240) 160 : cephadm [INF] Deploying daemon grafana.a on smithi142 2024-09-20T23:22:45.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:44 smithi083 bash[25244]: cephadm 2024-09-20T23:22:43.934255+0000 mgr.y (mgr.15240) 159 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-20T23:22:45.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:44 smithi083 bash[25244]: cephadm 2024-09-20T23:22:43.998633+0000 mgr.y (mgr.15240) 160 : cephadm [INF] Deploying daemon grafana.a on smithi142 2024-09-20T23:22:45.460 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:45.199906507Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-09-20T23:22:45.460 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:45.261096385Z level=info msg="Executing migration" id="alerting notification permissions" 2024-09-20T23:22:45.460 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:45.349101249Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-09-20T23:22:45.460 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:45.449150429Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-09-20T23:22:45.801 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:45.632301977Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-09-20T23:22:46.073 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:45.798335165Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-09-20T23:22:46.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[19948]: cluster 2024-09-20T23:22:45.095025+0000 mgr.y (mgr.15240) 161 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:46.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[19948]: audit 2024-09-20T23:22:45.350576+0000 mon.a (mon.0) 2342 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:22:46.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:45 smithi142 bash[19948]: audit 2024-09-20T23:22:45.452262+0000 mgr.y (mgr.15240) 162 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:46.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:45 smithi083 bash[19864]: cluster 2024-09-20T23:22:45.095025+0000 mgr.y (mgr.15240) 161 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:46.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:45 smithi083 bash[19864]: audit 2024-09-20T23:22:45.350576+0000 mon.a (mon.0) 2342 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:22:46.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:45 smithi083 bash[19864]: audit 2024-09-20T23:22:45.452262+0000 mgr.y (mgr.15240) 162 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:45 smithi083 bash[25244]: cluster 2024-09-20T23:22:45.095025+0000 mgr.y (mgr.15240) 161 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:45 smithi083 bash[25244]: audit 2024-09-20T23:22:45.350576+0000 mon.a (mon.0) 2342 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:22:46.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:45 smithi083 bash[25244]: audit 2024-09-20T23:22:45.452262+0000 mgr.y (mgr.15240) 162 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:46.382 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:46 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:46.098814184Z level=info msg="Executing migration" id="create correlation table v1" 2024-09-20T23:22:46.382 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:46 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:46.229963708Z level=info msg="Executing migration" id="add index correlations.uid" 2024-09-20T23:22:46.382 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:46 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:46.297136801Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-09-20T23:22:46.383 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:46 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:46.340330185Z level=info msg="Executing migration" id="add correlation config column" 2024-09-20T23:22:46.383 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:46 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:46.382000549Z level=info msg="Executing migration" id="create entity_events table" 2024-09-20T23:22:46.668 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:46 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:46.450158547Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-09-20T23:22:46.994 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:46 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:46.662214131Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-20T23:22:46.994 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:46 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:46.662577957Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-20T23:22:46.994 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:46 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:46.866858341Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-20T23:22:46.994 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:46 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:46.867105885Z 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-09-20T23:22:47.298 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:46 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:46.994693584Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-09-20T23:22:47.298 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:47 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:47.165103495Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-09-20T23:22:47.573 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:47 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:47.296831569Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-09-20T23:22:47.573 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:47 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:47.42225087Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-20T23:22:47.573 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:47 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:47.515896499Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-09-20T23:22:47.918 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:47 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:47.619662148Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-20T23:22:47.918 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:47 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:47.710244654Z level=info msg="Executing migration" id="Drop public config table" 2024-09-20T23:22:47.918 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:47 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:47.766691494Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-09-20T23:22:47.918 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:47 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:47.850757809Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-09-20T23:22:47.918 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:47 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:47.918200144Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-20T23:22:48.240 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:47 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:47.960203895Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-09-20T23:22:48.240 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:48 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:48.002358112Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-09-20T23:22:48.240 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:48 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:48.069722135Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-09-20T23:22:48.240 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:48 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:48.162257878Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-09-20T23:22:48.240 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:48 smithi142 bash[19948]: cluster 2024-09-20T23:22:47.096776+0000 mgr.y (mgr.15240) 163 : cluster [DBG] pgmap v34: 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-09-20T23:22:48.240 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:48 smithi142 bash[19948]: audit 2024-09-20T23:22:47.883177+0000 mon.a (mon.0) 2343 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:48.240 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:48 smithi142 bash[19948]: audit 2024-09-20T23:22:47.915566+0000 mon.a (mon.0) 2344 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:48.241 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:48 smithi142 bash[19948]: audit 2024-09-20T23:22:47.926580+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:48.377 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:22:48.555 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:48 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:48.240249883Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-09-20T23:22:48.555 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:48 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:48.351245062Z level=info msg="Executing migration" id="add share column" 2024-09-20T23:22:48.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:48 smithi083 bash[25244]: cluster 2024-09-20T23:22:47.096776+0000 mgr.y (mgr.15240) 163 : cluster [DBG] pgmap v34: 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-09-20T23:22:48.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:48 smithi083 bash[25244]: audit 2024-09-20T23:22:47.883177+0000 mon.a (mon.0) 2343 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:48.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:48 smithi083 bash[25244]: audit 2024-09-20T23:22:47.915566+0000 mon.a (mon.0) 2344 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:48.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:48 smithi083 bash[25244]: audit 2024-09-20T23:22:47.926580+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:48 smithi083 bash[19864]: cluster 2024-09-20T23:22:47.096776+0000 mgr.y (mgr.15240) 163 : cluster [DBG] pgmap v34: 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-09-20T23:22:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:48 smithi083 bash[19864]: audit 2024-09-20T23:22:47.883177+0000 mon.a (mon.0) 2343 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:48 smithi083 bash[19864]: audit 2024-09-20T23:22:47.915566+0000 mon.a (mon.0) 2344 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:48.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:48 smithi083 bash[19864]: audit 2024-09-20T23:22:47.926580+0000 mon.a (mon.0) 2345 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:48.823 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:48 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:48.55532003Z level=info msg="Executing migration" id="create default alerting folders" 2024-09-20T23:22:49.125 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:22:49.125 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 11s ago 32m - - 2024-09-20T23:22:49.125 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 1s ago 31m - - 2024-09-20T23:22:49.125 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (14m) 11s ago 24m 14.5M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (9s) 1s ago 24m 24.7M - 9.4.12 2bacad6d85d8 1936478742e2 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (56s) 11s ago 22m 41.5M - 3.5 e1d6a67b021e 0cd44e702c29 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283,8765 running (43s) 1s ago 31m 424M - 19.1.1-367-g9e2ac70b cc9251b744a3 2ffefdbc107a 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (11m) 11s ago 33m 493M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (33m) 11s ago 33m 90.1M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (31m) 1s ago 31m 65.6M 2048M 17.2.0 e1d6a67b021e f020a95bce9d 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (31m) 11s ago 31m 66.9M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (15m) 11s ago 25m 8584k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (14m) 1s ago 25m 8552k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (30m) 11s ago 30m 56.2M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (29m) 11s ago 30m 57.5M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (29m) 11s ago 29m 52.8M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:22:49.126 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (28m) 11s ago 28m 56.7M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:22:49.127 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (27m) 1s ago 28m 59.1M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:22:49.127 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (27m) 1s ago 27m 55.7M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:22:49.127 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (26m) 1s ago 26m 53.7M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:22:49.127 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (26m) 1s ago 26m 57.6M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:22:49.127 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (50s) 1s ago 25m 52.9M - 2.43.0 a07b618ecd1d c2f1748fdf3a 2024-09-20T23:22:49.127 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (22m) 11s ago 22m 88.5M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:22:49.127 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (22m) 1s ago 22m 90.8M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:22:49.153 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:48 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:48.889505552Z level=info msg="Executing migration" id="create file table" 2024-09-20T23:22:49.153 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:48 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:48.998332727Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-09-20T23:22:49.153 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:49 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:49.073928215Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-09-20T23:22:49.425 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:49 smithi142 bash[19948]: audit 2024-09-20T23:22:48.364690+0000 mgr.y (mgr.15240) 164 : audit [DBG] from='client.25381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:49.426 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:49 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:49.15333224Z level=info msg="Executing migration" id="create file_meta table" 2024-09-20T23:22:49.426 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:49 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:49.209696673Z level=info msg="Executing migration" id="file table idx: path key" 2024-09-20T23:22:49.531 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: "mds": {}, 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:22:49.532 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:22:49.533 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-09-20T23:22:49.533 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:22:49.533 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:22:49.533 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:22:49.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:49 smithi083 bash[25244]: audit 2024-09-20T23:22:48.364690+0000 mgr.y (mgr.15240) 164 : audit [DBG] from='client.25381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:49.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:49 smithi083 bash[19864]: audit 2024-09-20T23:22:48.364690+0000 mgr.y (mgr.15240) 164 : audit [DBG] from='client.25381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:49.721 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:49 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:49.422867553Z level=info msg="Executing migration" id="set path collation in file table" 2024-09-20T23:22:49.721 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:49 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:49.590367056Z level=info msg="Executing migration" id="managed permissions migration" 2024-09-20T23:22:49.898 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:22:49.898 INFO:teuthology.orchestra.run.smithi083.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5", 2024-09-20T23:22:49.899 INFO:teuthology.orchestra.run.smithi083.stdout: "in_progress": true, 2024-09-20T23:22:49.899 INFO:teuthology.orchestra.run.smithi083.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-20T23:22:49.899 INFO:teuthology.orchestra.run.smithi083.stdout: "services_complete": [ 2024-09-20T23:22:49.899 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr" 2024-09-20T23:22:49.899 INFO:teuthology.orchestra.run.smithi083.stdout: ], 2024-09-20T23:22:49.899 INFO:teuthology.orchestra.run.smithi083.stdout: "progress": "2/2 daemons upgraded", 2024-09-20T23:22:49.899 INFO:teuthology.orchestra.run.smithi083.stdout: "message": "Currently upgrading grafana daemons", 2024-09-20T23:22:49.899 INFO:teuthology.orchestra.run.smithi083.stdout: "is_paused": false 2024-09-20T23:22:49.899 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:22:50.073 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:49 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:49.721150782Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-09-20T23:22:50.073 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:49 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:49.96268428Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-09-20T23:22:50.423 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[19948]: audit 2024-09-20T23:22:48.734338+0000 mgr.y (mgr.15240) 165 : audit [DBG] from='client.25387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:50.423 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[19948]: audit 2024-09-20T23:22:49.087788+0000 mgr.y (mgr.15240) 166 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:50.423 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[19948]: cluster 2024-09-20T23:22:49.097557+0000 mgr.y (mgr.15240) 167 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:50.423 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[19948]: audit 2024-09-20T23:22:49.533413+0000 mon.a (mon.0) 2346 : audit [DBG] from='client.? 172.21.15.83:0/1906875697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:50.423 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.089801685Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-09-20T23:22:50.423 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.157101203Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-09-20T23:22:50.423 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.232837265Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-09-20T23:22:50.424 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.333238964Z level=info msg="Executing migration" id="update group index for alert rules" 2024-09-20T23:22:50.424 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.423249231Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-09-20T23:22:50.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:50 smithi083 bash[19864]: audit 2024-09-20T23:22:48.734338+0000 mgr.y (mgr.15240) 165 : audit [DBG] from='client.25387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:50.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:50 smithi083 bash[19864]: audit 2024-09-20T23:22:49.087788+0000 mgr.y (mgr.15240) 166 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:50.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:50 smithi083 bash[19864]: cluster 2024-09-20T23:22:49.097557+0000 mgr.y (mgr.15240) 167 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:50.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:50 smithi083 bash[19864]: audit 2024-09-20T23:22:49.533413+0000 mon.a (mon.0) 2346 : audit [DBG] from='client.? 172.21.15.83:0/1906875697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:50.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:50 smithi083 bash[25244]: audit 2024-09-20T23:22:48.734338+0000 mgr.y (mgr.15240) 165 : audit [DBG] from='client.25387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:50.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:50 smithi083 bash[25244]: audit 2024-09-20T23:22:49.087788+0000 mgr.y (mgr.15240) 166 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:50.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:50 smithi083 bash[25244]: cluster 2024-09-20T23:22:49.097557+0000 mgr.y (mgr.15240) 167 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:50.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:50 smithi083 bash[25244]: audit 2024-09-20T23:22:49.533413+0000 mon.a (mon.0) 2346 : audit [DBG] from='client.? 172.21.15.83:0/1906875697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:50.675 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.492842049Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-09-20T23:22:50.675 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.565949575Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-09-20T23:22:50.675 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.635365413Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-09-20T23:22:50.955 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.677383318Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-09-20T23:22:50.955 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.724963005Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-09-20T23:22:50.955 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.795130449Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-09-20T23:22:50.955 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.820376251Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-09-20T23:22:50.955 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.874131749Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-09-20T23:22:50.955 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:50 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:50.954643452Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-09-20T23:22:51.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[19948]: audit 2024-09-20T23:22:49.900354+0000 mgr.y (mgr.15240) 168 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:51.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:51.057102006Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-09-20T23:22:51.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:51.155473949Z level=info msg="Executing migration" id="create folder table" 2024-09-20T23:22:51.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:51 smithi083 bash[19864]: audit 2024-09-20T23:22:49.900354+0000 mgr.y (mgr.15240) 168 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:51.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:51 smithi083 bash[25244]: audit 2024-09-20T23:22:49.900354+0000 mgr.y (mgr.15240) 168 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:22:51.609 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:51.344039308Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-09-20T23:22:51.868 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:51.609968566Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-09-20T23:22:51.868 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:51.749432451Z level=info msg="Executing migration" id="Update folder title length" 2024-09-20T23:22:51.868 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:51.816627587Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-09-20T23:22:51.869 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[70592]: logger=migrator t=2024-09-20T23:22:51.868210625Z level=info msg="migrations completed" performed=105 skipped=376 duration=9.915316733s 2024-09-20T23:22:52.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:22:51 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:22:51] "GET /metrics HTTP/1.1" 200 38061 "" "Prometheus/2.43.0" 2024-09-20T23:22:52.119 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:22:52 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:52.119 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:22:52 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:52.119 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:22:52 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:52.119 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:52 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:52.120 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[70592]: logger=sqlstore t=2024-09-20T23:22:51.86958549Z level=info msg="Created default organization" 2024-09-20T23:22:52.120 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[70592]: logger=plugin.finder t=2024-09-20T23:22:51.955381839Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-09-20T23:22:52.120 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[70592]: logger=secrets t=2024-09-20T23:22:51.955534191Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-20T23:22:52.120 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[70592]: logger=query_data t=2024-09-20T23:22:51.963910712Z level=info msg="Query Service initialization" 2024-09-20T23:22:52.120 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:51 smithi142 bash[70592]: logger=live.push_http t=2024-09-20T23:22:51.970972145Z level=info msg="Live Push Gateway initialization" 2024-09-20T23:22:52.120 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:22:52 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:52.393 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:22:52 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:52.393 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:52 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:52.394 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:52 smithi142 bash[19948]: cluster 2024-09-20T23:22:51.099143+0000 mgr.y (mgr.15240) 169 : cluster [DBG] pgmap v36: 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-09-20T23:22:52.394 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:52 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:52.394 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:52 smithi142 systemd[1]: Stopping Ceph grafana.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:22:52.394 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:52 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:52.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:52 smithi083 bash[19864]: cluster 2024-09-20T23:22:51.099143+0000 mgr.y (mgr.15240) 169 : cluster [DBG] pgmap v36: 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-09-20T23:22:52.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:52 smithi083 bash[25244]: cluster 2024-09-20T23:22:51.099143+0000 mgr.y (mgr.15240) 169 : cluster [DBG] pgmap v36: 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-09-20T23:22:53.224 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:52 smithi142 bash[71617]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-grafana-a 2024-09-20T23:22:53.224 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@grafana.a.service: Main process exited, code=exited, status=143/n/a 2024-09-20T23:22:53.224 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:53 smithi142 bash[71677]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-grafana-a 2024-09-20T23:22:53.224 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@grafana.a.service: Failed with result 'exit-code'. 2024-09-20T23:22:53.224 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: Stopped Ceph grafana.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:22:53.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:53.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:53.574 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:53.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:53.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:53.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:53.575 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:53.575 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:53.575 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: Started Ceph grafana.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:22:53.575 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:22:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:22:54.635 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: cluster 2024-09-20T23:22:53.099840+0000 mgr.y (mgr.15240) 170 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.397359+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.409588+0000 mon.a (mon.0) 2348 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.412021+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.417289+0000 mon.a (mon.0) 2350 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.418830+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.428151+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: cephadm 2024-09-20T23:22:53.428874+0000 mgr.y (mgr.15240) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.497441+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:22:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.498105+0000 mgr.y (mgr.15240) 172 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:22:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.581663+0000 mon.a (mon.0) 2354 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.584895+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.587299+0000 mon.a (mon.0) 2356 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.590909+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.592062+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.601151+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: cephadm 2024-09-20T23:22:53.601908+0000 mgr.y (mgr.15240) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.737246+0000 mon.a (mon.0) 2360 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.739496+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.740667+0000 mon.a (mon.0) 2362 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.743717+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.744641+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.751447+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.880055+0000 mon.a (mon.0) 2366 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.882361+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.883519+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.637 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.886296+0000 mon.a (mon.0) 2369 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.638 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.887235+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.638 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.895461+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.638 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:53.999071+0000 mon.a (mon.0) 2372 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.001774+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.003178+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.006280+0000 mon.a (mon.0) 2375 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.007377+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.015642+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.127601+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.130272+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.131632+0000 mon.a (mon.0) 2380 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.134422+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.135446+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.143715+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.245407+0000 mon.a (mon.0) 2384 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.248131+0000 mon.a (mon.0) 2385 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.640 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.249546+0000 mon.a (mon.0) 2386 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.640 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.252685+0000 mon.a (mon.0) 2387 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.640 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.253817+0000 mon.a (mon.0) 2388 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.640 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.261485+0000 mon.a (mon.0) 2389 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.640 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.382165+0000 mon.a (mon.0) 2390 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.640 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.384951+0000 mon.a (mon.0) 2391 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.640 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.386397+0000 mon.a (mon.0) 2392 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.640 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.389022+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.640 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[19948]: audit 2024-09-20T23:22:54.390098+0000 mon.a (mon.0) 2394 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.723 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: cluster 2024-09-20T23:22:53.099840+0000 mgr.y (mgr.15240) 170 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:54.723 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.397359+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.723 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.409588+0000 mon.a (mon.0) 2348 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.723 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.412021+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.723 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.417289+0000 mon.a (mon.0) 2350 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.723 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.418830+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.723 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.428151+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.723 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: cephadm 2024-09-20T23:22:53.428874+0000 mgr.y (mgr.15240) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:54.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.497441+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:22:54.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.498105+0000 mgr.y (mgr.15240) 172 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:22:54.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.581663+0000 mon.a (mon.0) 2354 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.584895+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.587299+0000 mon.a (mon.0) 2356 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.590909+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.592062+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.601151+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: cephadm 2024-09-20T23:22:53.601908+0000 mgr.y (mgr.15240) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:54.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.737246+0000 mon.a (mon.0) 2360 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.739496+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: cluster 2024-09-20T23:22:53.099840+0000 mgr.y (mgr.15240) 170 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.397359+0000 mon.a (mon.0) 2347 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.409588+0000 mon.a (mon.0) 2348 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.412021+0000 mon.a (mon.0) 2349 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.417289+0000 mon.a (mon.0) 2350 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.418830+0000 mon.a (mon.0) 2351 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.428151+0000 mon.a (mon.0) 2352 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: cephadm 2024-09-20T23:22:53.428874+0000 mgr.y (mgr.15240) 171 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.497441+0000 mon.a (mon.0) 2353 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.498105+0000 mgr.y (mgr.15240) 172 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.581663+0000 mon.a (mon.0) 2354 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.584895+0000 mon.a (mon.0) 2355 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.587299+0000 mon.a (mon.0) 2356 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.590909+0000 mon.a (mon.0) 2357 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.592062+0000 mon.a (mon.0) 2358 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.601151+0000 mon.a (mon.0) 2359 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: cephadm 2024-09-20T23:22:53.601908+0000 mgr.y (mgr.15240) 173 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:54.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.737246+0000 mon.a (mon.0) 2360 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.739496+0000 mon.a (mon.0) 2361 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.740667+0000 mon.a (mon.0) 2362 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.743717+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.744641+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.751447+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.880055+0000 mon.a (mon.0) 2366 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.882361+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.883519+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.886296+0000 mon.a (mon.0) 2369 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.887235+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.895461+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:53.999071+0000 mon.a (mon.0) 2372 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.001774+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.003178+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.006280+0000 mon.a (mon.0) 2375 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.007377+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.015642+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.127601+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.130272+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.131632+0000 mon.a (mon.0) 2380 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.740667+0000 mon.a (mon.0) 2362 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.743717+0000 mon.a (mon.0) 2363 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.744641+0000 mon.a (mon.0) 2364 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.751447+0000 mon.a (mon.0) 2365 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.880055+0000 mon.a (mon.0) 2366 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.882361+0000 mon.a (mon.0) 2367 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.883519+0000 mon.a (mon.0) 2368 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.886296+0000 mon.a (mon.0) 2369 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.887235+0000 mon.a (mon.0) 2370 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.895461+0000 mon.a (mon.0) 2371 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:53.999071+0000 mon.a (mon.0) 2372 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.001774+0000 mon.a (mon.0) 2373 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.003178+0000 mon.a (mon.0) 2374 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.006280+0000 mon.a (mon.0) 2375 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.007377+0000 mon.a (mon.0) 2376 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.015642+0000 mon.a (mon.0) 2377 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.127601+0000 mon.a (mon.0) 2378 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.130272+0000 mon.a (mon.0) 2379 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.131632+0000 mon.a (mon.0) 2380 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.134422+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.135446+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.143715+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.245407+0000 mon.a (mon.0) 2384 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.248131+0000 mon.a (mon.0) 2385 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.249546+0000 mon.a (mon.0) 2386 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.252685+0000 mon.a (mon.0) 2387 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.253817+0000 mon.a (mon.0) 2388 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.261485+0000 mon.a (mon.0) 2389 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.382165+0000 mon.a (mon.0) 2390 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.384951+0000 mon.a (mon.0) 2391 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.386397+0000 mon.a (mon.0) 2392 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.389022+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[25244]: audit 2024-09-20T23:22:54.390098+0000 mon.a (mon.0) 2394 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.730 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.134422+0000 mon.a (mon.0) 2381 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.730 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.135446+0000 mon.a (mon.0) 2382 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.730 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.143715+0000 mon.a (mon.0) 2383 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.245407+0000 mon.a (mon.0) 2384 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.248131+0000 mon.a (mon.0) 2385 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.249546+0000 mon.a (mon.0) 2386 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.252685+0000 mon.a (mon.0) 2387 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.253817+0000 mon.a (mon.0) 2388 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.261485+0000 mon.a (mon.0) 2389 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:54.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.382165+0000 mon.a (mon.0) 2390 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.384951+0000 mon.a (mon.0) 2391 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:54.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.386397+0000 mon.a (mon.0) 2392 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:54.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.389022+0000 mon.a (mon.0) 2393 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:54.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:54 smithi083 bash[19864]: audit 2024-09-20T23:22:54.390098+0000 mon.a (mon.0) 2394 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:54.938 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634661664Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634870484Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634886944Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634891291Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.63489451Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634897879Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634901292Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634904448Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.6349094Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634913617Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634919647Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634922732Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634926358Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634929512Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634932686Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-20T23:22:54.939 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634935677Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-20T23:22:54.940 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634938693Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-20T23:22:54.940 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634941929Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-20T23:22:54.940 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=settings t=2024-09-20T23:22:54.634945233Z level=info msg="App mode production" 2024-09-20T23:22:54.940 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=sqlstore t=2024-09-20T23:22:54.63501456Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-20T23:22:54.940 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=sqlstore t=2024-09-20T23:22:54.635039742Z 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-09-20T23:22:54.940 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=migrator t=2024-09-20T23:22:54.652798415Z level=info msg="Starting DB migrations" 2024-09-20T23:22:54.940 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=migrator t=2024-09-20T23:22:54.658550189Z level=info msg="migrations completed" performed=0 skipped=481 duration=530.958µs 2024-09-20T23:22:54.940 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=sqlstore t=2024-09-20T23:22:54.65906771Z level=info msg="Created default organization" 2024-09-20T23:22:54.940 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=plugin.finder t=2024-09-20T23:22:54.694223592Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-09-20T23:22:54.940 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=secrets t=2024-09-20T23:22:54.694327365Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-20T23:22:54.940 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=query_data t=2024-09-20T23:22:54.696687294Z level=info msg="Query Service initialization" 2024-09-20T23:22:54.940 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:54 smithi142 bash[71731]: logger=live.push_http t=2024-09-20T23:22:54.701262085Z level=info msg="Live Push Gateway initialization" 2024-09-20T23:22:55.665 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: cephadm 2024-09-20T23:22:53.751997+0000 mgr.y (mgr.15240) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.665 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: cephadm 2024-09-20T23:22:53.896000+0000 mgr.y (mgr.15240) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.665 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: cephadm 2024-09-20T23:22:54.016165+0000 mgr.y (mgr.15240) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.665 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: cephadm 2024-09-20T23:22:54.144153+0000 mgr.y (mgr.15240) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.665 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: cephadm 2024-09-20T23:22:54.261973+0000 mgr.y (mgr.15240) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.665 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.410505+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.665 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: cephadm 2024-09-20T23:22:54.411221+0000 mgr.y (mgr.15240) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.665 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.543312+0000 mon.a (mon.0) 2396 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.666 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.545452+0000 mon.a (mon.0) 2397 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.666 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.547009+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.666 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.549319+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.666 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.550080+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.666 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.557543+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.666 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: cephadm 2024-09-20T23:22:54.558034+0000 mgr.y (mgr.15240) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.666 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.693659+0000 mon.a (mon.0) 2402 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.666 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.695994+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.666 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.697108+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.666 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.699204+0000 mon.a (mon.0) 2405 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.666 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.699991+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.667 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.705217+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.667 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.778931+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.667 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.780771+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.667 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.781647+0000 mon.a (mon.0) 2410 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.667 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.783526+0000 mon.a (mon.0) 2411 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.667 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.784145+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.668 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.789217+0000 mon.a (mon.0) 2413 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.668 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.858778+0000 mon.a (mon.0) 2414 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.668 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.860928+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.668 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.861955+0000 mon.a (mon.0) 2416 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.668 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.864805+0000 mon.a (mon.0) 2417 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.668 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.865559+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.668 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.871228+0000 mon.a (mon.0) 2419 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.668 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.963622+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.668 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.965802+0000 mon.a (mon.0) 2421 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.668 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.967115+0000 mon.a (mon.0) 2422 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.668 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.969354+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.669 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.970057+0000 mon.a (mon.0) 2424 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.669 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:54.976077+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.669 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.059114+0000 mon.a (mon.0) 2426 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.669 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.061243+0000 mon.a (mon.0) 2427 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.669 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.062328+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.669 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.064723+0000 mon.a (mon.0) 2429 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.669 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.065574+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.669 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.073028+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.669 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.182597+0000 mon.a (mon.0) 2432 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.669 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.184700+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.670 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.185675+0000 mon.a (mon.0) 2434 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.670 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.187668+0000 mon.a (mon.0) 2435 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.670 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.188496+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.670 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.193969+0000 mon.a (mon.0) 2437 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.670 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.293653+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.670 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.296296+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.670 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.297858+0000 mon.a (mon.0) 2440 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.670 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.299951+0000 mon.a (mon.0) 2441 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.670 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.300636+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.670 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[19948]: audit 2024-09-20T23:22:55.306169+0000 mon.a (mon.0) 2443 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: cephadm 2024-09-20T23:22:53.751997+0000 mgr.y (mgr.15240) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: cephadm 2024-09-20T23:22:53.896000+0000 mgr.y (mgr.15240) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: cephadm 2024-09-20T23:22:54.016165+0000 mgr.y (mgr.15240) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: cephadm 2024-09-20T23:22:54.144153+0000 mgr.y (mgr.15240) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: cephadm 2024-09-20T23:22:54.261973+0000 mgr.y (mgr.15240) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.410505+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: cephadm 2024-09-20T23:22:54.411221+0000 mgr.y (mgr.15240) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.543312+0000 mon.a (mon.0) 2396 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.545452+0000 mon.a (mon.0) 2397 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.547009+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.549319+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.550080+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.557543+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: cephadm 2024-09-20T23:22:54.558034+0000 mgr.y (mgr.15240) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.693659+0000 mon.a (mon.0) 2402 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.695994+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.697108+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.699204+0000 mon.a (mon.0) 2405 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.699991+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.705217+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: cephadm 2024-09-20T23:22:53.751997+0000 mgr.y (mgr.15240) 174 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: cephadm 2024-09-20T23:22:53.896000+0000 mgr.y (mgr.15240) 175 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: cephadm 2024-09-20T23:22:54.016165+0000 mgr.y (mgr.15240) 176 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: cephadm 2024-09-20T23:22:54.144153+0000 mgr.y (mgr.15240) 177 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: cephadm 2024-09-20T23:22:54.261973+0000 mgr.y (mgr.15240) 178 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.410505+0000 mon.a (mon.0) 2395 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: cephadm 2024-09-20T23:22:54.411221+0000 mgr.y (mgr.15240) 179 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.543312+0000 mon.a (mon.0) 2396 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.545452+0000 mon.a (mon.0) 2397 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.547009+0000 mon.a (mon.0) 2398 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.549319+0000 mon.a (mon.0) 2399 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.550080+0000 mon.a (mon.0) 2400 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.557543+0000 mon.a (mon.0) 2401 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: cephadm 2024-09-20T23:22:54.558034+0000 mgr.y (mgr.15240) 180 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:55.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.693659+0000 mon.a (mon.0) 2402 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.695994+0000 mon.a (mon.0) 2403 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.697108+0000 mon.a (mon.0) 2404 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.699204+0000 mon.a (mon.0) 2405 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.699991+0000 mon.a (mon.0) 2406 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.705217+0000 mon.a (mon.0) 2407 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.778931+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.780771+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.781647+0000 mon.a (mon.0) 2410 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.783526+0000 mon.a (mon.0) 2411 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.784145+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.789217+0000 mon.a (mon.0) 2413 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.858778+0000 mon.a (mon.0) 2414 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.860928+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.861955+0000 mon.a (mon.0) 2416 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.864805+0000 mon.a (mon.0) 2417 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.865559+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.871228+0000 mon.a (mon.0) 2419 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.963622+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.965802+0000 mon.a (mon.0) 2421 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.967115+0000 mon.a (mon.0) 2422 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.969354+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.970057+0000 mon.a (mon.0) 2424 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:54.976077+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.059114+0000 mon.a (mon.0) 2426 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.061243+0000 mon.a (mon.0) 2427 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.062328+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.064723+0000 mon.a (mon.0) 2429 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.065574+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.073028+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.182597+0000 mon.a (mon.0) 2432 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.184700+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.185675+0000 mon.a (mon.0) 2434 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.187668+0000 mon.a (mon.0) 2435 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.188496+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.193969+0000 mon.a (mon.0) 2437 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.293653+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.296296+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.297858+0000 mon.a (mon.0) 2440 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.299951+0000 mon.a (mon.0) 2441 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.300636+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[19864]: audit 2024-09-20T23:22:55.306169+0000 mon.a (mon.0) 2443 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.778931+0000 mon.a (mon.0) 2408 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.780771+0000 mon.a (mon.0) 2409 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.781647+0000 mon.a (mon.0) 2410 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.783526+0000 mon.a (mon.0) 2411 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.784145+0000 mon.a (mon.0) 2412 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.789217+0000 mon.a (mon.0) 2413 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.858778+0000 mon.a (mon.0) 2414 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.860928+0000 mon.a (mon.0) 2415 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.861955+0000 mon.a (mon.0) 2416 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.864805+0000 mon.a (mon.0) 2417 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.865559+0000 mon.a (mon.0) 2418 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.871228+0000 mon.a (mon.0) 2419 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.963622+0000 mon.a (mon.0) 2420 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.965802+0000 mon.a (mon.0) 2421 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.967115+0000 mon.a (mon.0) 2422 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.969354+0000 mon.a (mon.0) 2423 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.970057+0000 mon.a (mon.0) 2424 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:54.976077+0000 mon.a (mon.0) 2425 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.059114+0000 mon.a (mon.0) 2426 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.061243+0000 mon.a (mon.0) 2427 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.062328+0000 mon.a (mon.0) 2428 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.064723+0000 mon.a (mon.0) 2429 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.065574+0000 mon.a (mon.0) 2430 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.073028+0000 mon.a (mon.0) 2431 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.182597+0000 mon.a (mon.0) 2432 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.184700+0000 mon.a (mon.0) 2433 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.185675+0000 mon.a (mon.0) 2434 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.187668+0000 mon.a (mon.0) 2435 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.188496+0000 mon.a (mon.0) 2436 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.193969+0000 mon.a (mon.0) 2437 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.293653+0000 mon.a (mon.0) 2438 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.296296+0000 mon.a (mon.0) 2439 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:55.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.297858+0000 mon.a (mon.0) 2440 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:55.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.299951+0000 mon.a (mon.0) 2441 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:55.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.300636+0000 mon.a (mon.0) 2442 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:55.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:55 smithi083 bash[25244]: audit 2024-09-20T23:22:55.306169+0000 mon.a (mon.0) 2443 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:55.944 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[71731]: logger=infra.usagestats.collector t=2024-09-20T23:22:55.664797633Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-20T23:22:55.944 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[71731]: logger=provisioning.datasources t=2024-09-20T23:22:55.742828046Z level=info msg="deleted correlations based on configuration" ds_name=Dashboard1 2024-09-20T23:22:55.944 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[71731]: logger=provisioning.datasources t=2024-09-20T23:22:55.742850735Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-09-20T23:22:55.944 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[71731]: logger=provisioning.datasources t=2024-09-20T23:22:55.743023015Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-20T23:22:56.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[71731]: logger=provisioning.alerting t=2024-09-20T23:22:55.944355681Z level=info msg="starting to provision alerting" 2024-09-20T23:22:56.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[71731]: logger=provisioning.alerting t=2024-09-20T23:22:55.944406347Z level=info msg="finished to provision alerting" 2024-09-20T23:22:56.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[71731]: logger=ngalert.state.manager t=2024-09-20T23:22:55.944714634Z level=info msg="Warming state cache for startup" 2024-09-20T23:22:56.323 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[71731]: logger=grafanaStorageLogger t=2024-09-20T23:22:55.945175188Z level=info msg="storage starting" 2024-09-20T23:22:56.324 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[71731]: logger=ngalert.state.manager t=2024-09-20T23:22:55.946356368Z level=info msg="State cache has been initialized" states=0 duration=1.637497ms 2024-09-20T23:22:56.324 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[71731]: logger=ticker t=2024-09-20T23:22:55.946904249Z level=info msg=starting first_tick=2024-09-20T23:23:00Z 2024-09-20T23:22:56.324 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[71731]: logger=ngalert.multiorg.alertmanager t=2024-09-20T23:22:55.94695734Z level=info msg="starting MultiOrg Alertmanager" 2024-09-20T23:22:56.324 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:22:55 smithi142 bash[71731]: logger=http.server t=2024-09-20T23:22:55.947705646Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-20T23:22:56.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: cephadm 2024-09-20T23:22:54.705649+0000 mgr.y (mgr.15240) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: cephadm 2024-09-20T23:22:54.789609+0000 mgr.y (mgr.15240) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: cephadm 2024-09-20T23:22:54.871884+0000 mgr.y (mgr.15240) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: cephadm 2024-09-20T23:22:54.976558+0000 mgr.y (mgr.15240) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: cephadm 2024-09-20T23:22:55.073556+0000 mgr.y (mgr.15240) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: cluster 2024-09-20T23:22:55.100335+0000 mgr.y (mgr.15240) 186 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: cephadm 2024-09-20T23:22:55.194357+0000 mgr.y (mgr.15240) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: cephadm 2024-09-20T23:22:55.306672+0000 mgr.y (mgr.15240) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.427412+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.429333+0000 mon.a (mon.0) 2445 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.430300+0000 mon.a (mon.0) 2446 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.432431+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.433212+0000 mon.a (mon.0) 2448 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.440842+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: cephadm 2024-09-20T23:22:55.441298+0000 mgr.y (mgr.15240) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.460735+0000 mgr.y (mgr.15240) 190 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:56.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.541545+0000 mon.a (mon.0) 2450 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.543540+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.544979+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.547170+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: cephadm 2024-09-20T23:22:54.705649+0000 mgr.y (mgr.15240) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: cephadm 2024-09-20T23:22:54.789609+0000 mgr.y (mgr.15240) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: cephadm 2024-09-20T23:22:54.871884+0000 mgr.y (mgr.15240) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: cephadm 2024-09-20T23:22:54.976558+0000 mgr.y (mgr.15240) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: cephadm 2024-09-20T23:22:55.073556+0000 mgr.y (mgr.15240) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: cluster 2024-09-20T23:22:55.100335+0000 mgr.y (mgr.15240) 186 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: cephadm 2024-09-20T23:22:55.194357+0000 mgr.y (mgr.15240) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: cephadm 2024-09-20T23:22:55.306672+0000 mgr.y (mgr.15240) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.427412+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.429333+0000 mon.a (mon.0) 2445 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.430300+0000 mon.a (mon.0) 2446 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.432431+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.433212+0000 mon.a (mon.0) 2448 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.440842+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: cephadm 2024-09-20T23:22:55.441298+0000 mgr.y (mgr.15240) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.460735+0000 mgr.y (mgr.15240) 190 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.541545+0000 mon.a (mon.0) 2450 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.543540+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.544979+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.547170+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.547837+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.554228+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: cephadm 2024-09-20T23:22:55.555376+0000 mgr.y (mgr.15240) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.638263+0000 mon.a (mon.0) 2456 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.640287+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.641360+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.643916+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.644751+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.652657+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: cephadm 2024-09-20T23:22:55.653238+0000 mgr.y (mgr.15240) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.744855+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.746820+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.747761+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.750369+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.751205+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.758930+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.836955+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.838677+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.839447+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.841225+0000 mon.a (mon.0) 2471 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.841844+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.847071+0000 mon.a (mon.0) 2473 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.932772+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.935390+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.936732+0000 mon.a (mon.0) 2476 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.940246+0000 mon.a (mon.0) 2477 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.941053+0000 mon.a (mon.0) 2478 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:55.946336+0000 mon.a (mon.0) 2479 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.037506+0000 mon.a (mon.0) 2480 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.040145+0000 mon.a (mon.0) 2481 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.041589+0000 mon.a (mon.0) 2482 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.044638+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.045719+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.053499+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.154535+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.157068+0000 mon.a (mon.0) 2487 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.158466+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.161532+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.547837+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.554228+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: cephadm 2024-09-20T23:22:55.555376+0000 mgr.y (mgr.15240) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.638263+0000 mon.a (mon.0) 2456 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.640287+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.641360+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.643916+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.644751+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.652657+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: cephadm 2024-09-20T23:22:55.653238+0000 mgr.y (mgr.15240) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.744855+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.746820+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.747761+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.750369+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.751205+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.758930+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.836955+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.838677+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.839447+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.162530+0000 mon.a (mon.0) 2490 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.170834+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.249520+0000 mon.a (mon.0) 2492 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.252410+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.253891+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.257089+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.258064+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.266213+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.345010+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.346802+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.347564+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.349294+0000 mon.a (mon.0) 2501 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.349929+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[19864]: audit 2024-09-20T23:22:56.354776+0000 mon.a (mon.0) 2503 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.841225+0000 mon.a (mon.0) 2471 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.841844+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.847071+0000 mon.a (mon.0) 2473 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.932772+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.935390+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.936732+0000 mon.a (mon.0) 2476 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.940246+0000 mon.a (mon.0) 2477 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.941053+0000 mon.a (mon.0) 2478 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:55.946336+0000 mon.a (mon.0) 2479 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.037506+0000 mon.a (mon.0) 2480 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.040145+0000 mon.a (mon.0) 2481 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.041589+0000 mon.a (mon.0) 2482 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.044638+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.045719+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.053499+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.154535+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.157068+0000 mon.a (mon.0) 2487 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.158466+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.161532+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.162530+0000 mon.a (mon.0) 2490 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.170834+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.249520+0000 mon.a (mon.0) 2492 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.252410+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.253891+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.257089+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.258064+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.266213+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.345010+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.346802+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.347564+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.349294+0000 mon.a (mon.0) 2501 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.349929+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:56 smithi083 bash[25244]: audit 2024-09-20T23:22:56.354776+0000 mon.a (mon.0) 2503 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: cephadm 2024-09-20T23:22:54.705649+0000 mgr.y (mgr.15240) 181 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: cephadm 2024-09-20T23:22:54.789609+0000 mgr.y (mgr.15240) 182 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: cephadm 2024-09-20T23:22:54.871884+0000 mgr.y (mgr.15240) 183 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: cephadm 2024-09-20T23:22:54.976558+0000 mgr.y (mgr.15240) 184 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: cephadm 2024-09-20T23:22:55.073556+0000 mgr.y (mgr.15240) 185 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: cluster 2024-09-20T23:22:55.100335+0000 mgr.y (mgr.15240) 186 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:22:56.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: cephadm 2024-09-20T23:22:55.194357+0000 mgr.y (mgr.15240) 187 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: cephadm 2024-09-20T23:22:55.306672+0000 mgr.y (mgr.15240) 188 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.427412+0000 mon.a (mon.0) 2444 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.429333+0000 mon.a (mon.0) 2445 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.430300+0000 mon.a (mon.0) 2446 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.432431+0000 mon.a (mon.0) 2447 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.433212+0000 mon.a (mon.0) 2448 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.440842+0000 mon.a (mon.0) 2449 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: cephadm 2024-09-20T23:22:55.441298+0000 mgr.y (mgr.15240) 189 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.460735+0000 mgr.y (mgr.15240) 190 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:22:56.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.541545+0000 mon.a (mon.0) 2450 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.543540+0000 mon.a (mon.0) 2451 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.544979+0000 mon.a (mon.0) 2452 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.547170+0000 mon.a (mon.0) 2453 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.547837+0000 mon.a (mon.0) 2454 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.554228+0000 mon.a (mon.0) 2455 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: cephadm 2024-09-20T23:22:55.555376+0000 mgr.y (mgr.15240) 191 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.638263+0000 mon.a (mon.0) 2456 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.640287+0000 mon.a (mon.0) 2457 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.641360+0000 mon.a (mon.0) 2458 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.643916+0000 mon.a (mon.0) 2459 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.644751+0000 mon.a (mon.0) 2460 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.652657+0000 mon.a (mon.0) 2461 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: cephadm 2024-09-20T23:22:55.653238+0000 mgr.y (mgr.15240) 192 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.744855+0000 mon.a (mon.0) 2462 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.746820+0000 mon.a (mon.0) 2463 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.747761+0000 mon.a (mon.0) 2464 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.750369+0000 mon.a (mon.0) 2465 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.751205+0000 mon.a (mon.0) 2466 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.758930+0000 mon.a (mon.0) 2467 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.836955+0000 mon.a (mon.0) 2468 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.838677+0000 mon.a (mon.0) 2469 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.839447+0000 mon.a (mon.0) 2470 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.841225+0000 mon.a (mon.0) 2471 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.841844+0000 mon.a (mon.0) 2472 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.847071+0000 mon.a (mon.0) 2473 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.932772+0000 mon.a (mon.0) 2474 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.935390+0000 mon.a (mon.0) 2475 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.936732+0000 mon.a (mon.0) 2476 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.940246+0000 mon.a (mon.0) 2477 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.941053+0000 mon.a (mon.0) 2478 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:55.946336+0000 mon.a (mon.0) 2479 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.037506+0000 mon.a (mon.0) 2480 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.040145+0000 mon.a (mon.0) 2481 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.041589+0000 mon.a (mon.0) 2482 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.044638+0000 mon.a (mon.0) 2483 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.045719+0000 mon.a (mon.0) 2484 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.053499+0000 mon.a (mon.0) 2485 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.154535+0000 mon.a (mon.0) 2486 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.157068+0000 mon.a (mon.0) 2487 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.158466+0000 mon.a (mon.0) 2488 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.161532+0000 mon.a (mon.0) 2489 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.162530+0000 mon.a (mon.0) 2490 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.170834+0000 mon.a (mon.0) 2491 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.249520+0000 mon.a (mon.0) 2492 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.252410+0000 mon.a (mon.0) 2493 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.253891+0000 mon.a (mon.0) 2494 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.257089+0000 mon.a (mon.0) 2495 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.258064+0000 mon.a (mon.0) 2496 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.266213+0000 mon.a (mon.0) 2497 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:56.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.345010+0000 mon.a (mon.0) 2498 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.346802+0000 mon.a (mon.0) 2499 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:56.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.347564+0000 mon.a (mon.0) 2500 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:56.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.349294+0000 mon.a (mon.0) 2501 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:56.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.349929+0000 mon.a (mon.0) 2502 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:56.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:56 smithi142 bash[19948]: audit 2024-09-20T23:22:56.354776+0000 mon.a (mon.0) 2503 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.430 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: cephadm 2024-09-20T23:22:55.759448+0000 mgr.y (mgr.15240) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.430 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: cephadm 2024-09-20T23:22:55.847528+0000 mgr.y (mgr.15240) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.430 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: cephadm 2024-09-20T23:22:55.946794+0000 mgr.y (mgr.15240) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.430 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: cephadm 2024-09-20T23:22:56.053976+0000 mgr.y (mgr.15240) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.430 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: cephadm 2024-09-20T23:22:56.171350+0000 mgr.y (mgr.15240) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: cephadm 2024-09-20T23:22:56.266727+0000 mgr.y (mgr.15240) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: cephadm 2024-09-20T23:22:56.355112+0000 mgr.y (mgr.15240) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.431592+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.433324+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.434098+0000 mon.a (mon.0) 2506 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.435843+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.436475+0000 mon.a (mon.0) 2508 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.443600+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: cephadm 2024-09-20T23:22:56.444023+0000 mgr.y (mgr.15240) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.515880+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.517642+0000 mon.a (mon.0) 2511 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.518425+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.520099+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.431 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.520719+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.527584+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: cephadm 2024-09-20T23:22:56.527994+0000 mgr.y (mgr.15240) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.601555+0000 mon.a (mon.0) 2516 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.603776+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.604847+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.606984+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.607770+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.614860+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: cephadm 2024-09-20T23:22:56.615371+0000 mgr.y (mgr.15240) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.698203+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.700208+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.701106+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.702989+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.432 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.703656+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.710624+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.794889+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.796954+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.798063+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.800118+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.800852+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.809166+0000 mon.a (mon.0) 2533 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.908603+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.911140+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.912417+0000 mon.a (mon.0) 2536 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.915739+0000 mon.a (mon.0) 2537 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.916697+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:56.925389+0000 mon.a (mon.0) 2539 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.433 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.032662+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.034860+0000 mon.a (mon.0) 2541 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.035975+0000 mon.a (mon.0) 2542 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.038808+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.039546+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.045343+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.126301+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.128101+0000 mon.a (mon.0) 2547 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.128887+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.434 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.130618+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.434 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: cephadm 2024-09-20T23:22:55.759448+0000 mgr.y (mgr.15240) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.434 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: cephadm 2024-09-20T23:22:55.847528+0000 mgr.y (mgr.15240) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.434 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: cephadm 2024-09-20T23:22:55.946794+0000 mgr.y (mgr.15240) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: cephadm 2024-09-20T23:22:56.053976+0000 mgr.y (mgr.15240) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: cephadm 2024-09-20T23:22:56.171350+0000 mgr.y (mgr.15240) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: cephadm 2024-09-20T23:22:56.266727+0000 mgr.y (mgr.15240) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: cephadm 2024-09-20T23:22:56.355112+0000 mgr.y (mgr.15240) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.431592+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.433324+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.434098+0000 mon.a (mon.0) 2506 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.435843+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.436475+0000 mon.a (mon.0) 2508 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.443600+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: cephadm 2024-09-20T23:22:56.444023+0000 mgr.y (mgr.15240) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.515880+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.517642+0000 mon.a (mon.0) 2511 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.436 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.518425+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.436 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.520099+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.436 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.520719+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.436 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.527584+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.436 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: cephadm 2024-09-20T23:22:56.527994+0000 mgr.y (mgr.15240) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.436 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.601555+0000 mon.a (mon.0) 2516 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.436 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.603776+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.436 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.604847+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.436 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.606984+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.436 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.607770+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.708 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: cephadm 2024-09-20T23:22:55.759448+0000 mgr.y (mgr.15240) 193 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.708 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: cephadm 2024-09-20T23:22:55.847528+0000 mgr.y (mgr.15240) 194 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.708 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: cephadm 2024-09-20T23:22:55.946794+0000 mgr.y (mgr.15240) 195 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.708 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: cephadm 2024-09-20T23:22:56.053976+0000 mgr.y (mgr.15240) 196 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.708 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: cephadm 2024-09-20T23:22:56.171350+0000 mgr.y (mgr.15240) 197 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.708 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: cephadm 2024-09-20T23:22:56.266727+0000 mgr.y (mgr.15240) 198 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.708 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: cephadm 2024-09-20T23:22:56.355112+0000 mgr.y (mgr.15240) 199 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.708 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.431592+0000 mon.a (mon.0) 2504 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.708 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.433324+0000 mon.a (mon.0) 2505 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.708 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.434098+0000 mon.a (mon.0) 2506 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.435843+0000 mon.a (mon.0) 2507 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.436475+0000 mon.a (mon.0) 2508 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.443600+0000 mon.a (mon.0) 2509 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: cephadm 2024-09-20T23:22:56.444023+0000 mgr.y (mgr.15240) 200 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.515880+0000 mon.a (mon.0) 2510 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.517642+0000 mon.a (mon.0) 2511 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.518425+0000 mon.a (mon.0) 2512 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.520099+0000 mon.a (mon.0) 2513 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.520719+0000 mon.a (mon.0) 2514 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.527584+0000 mon.a (mon.0) 2515 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: cephadm 2024-09-20T23:22:56.527994+0000 mgr.y (mgr.15240) 201 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.601555+0000 mon.a (mon.0) 2516 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.603776+0000 mon.a (mon.0) 2517 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.604847+0000 mon.a (mon.0) 2518 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.709 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.606984+0000 mon.a (mon.0) 2519 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.607770+0000 mon.a (mon.0) 2520 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.614860+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: cephadm 2024-09-20T23:22:56.615371+0000 mgr.y (mgr.15240) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.698203+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.700208+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.701106+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.702989+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.703656+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.710624+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.794889+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.796954+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.798063+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.800118+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.800852+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.809166+0000 mon.a (mon.0) 2533 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.908603+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.911140+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.912417+0000 mon.a (mon.0) 2536 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.915739+0000 mon.a (mon.0) 2537 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.916697+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:56.925389+0000 mon.a (mon.0) 2539 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.032662+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.034860+0000 mon.a (mon.0) 2541 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.035975+0000 mon.a (mon.0) 2542 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.038808+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.039546+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.045343+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.126301+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.711 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.128101+0000 mon.a (mon.0) 2547 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.128887+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.130618+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.131224+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.136140+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.206393+0000 mon.a (mon.0) 2552 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.208429+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.209434+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.211776+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.212631+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.217472+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.300655+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.303381+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.305010+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.308450+0000 mon.a (mon.0) 2561 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.712 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.309739+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.713 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:57 smithi142 bash[19948]: audit 2024-09-20T23:22:57.318327+0000 mon.a (mon.0) 2563 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.131224+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.136140+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.206393+0000 mon.a (mon.0) 2552 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.208429+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.209434+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.211776+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.212631+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.217472+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.300655+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.303381+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.305010+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.308450+0000 mon.a (mon.0) 2561 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.309739+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[19864]: audit 2024-09-20T23:22:57.318327+0000 mon.a (mon.0) 2563 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.614860+0000 mon.a (mon.0) 2521 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: cephadm 2024-09-20T23:22:56.615371+0000 mgr.y (mgr.15240) 202 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:57.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.698203+0000 mon.a (mon.0) 2522 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.700208+0000 mon.a (mon.0) 2523 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.701106+0000 mon.a (mon.0) 2524 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.702989+0000 mon.a (mon.0) 2525 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.703656+0000 mon.a (mon.0) 2526 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.710624+0000 mon.a (mon.0) 2527 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.794889+0000 mon.a (mon.0) 2528 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.796954+0000 mon.a (mon.0) 2529 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.798063+0000 mon.a (mon.0) 2530 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.800118+0000 mon.a (mon.0) 2531 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.800852+0000 mon.a (mon.0) 2532 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.809166+0000 mon.a (mon.0) 2533 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.908603+0000 mon.a (mon.0) 2534 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.911140+0000 mon.a (mon.0) 2535 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.912417+0000 mon.a (mon.0) 2536 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.915739+0000 mon.a (mon.0) 2537 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.916697+0000 mon.a (mon.0) 2538 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:56.925389+0000 mon.a (mon.0) 2539 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.032662+0000 mon.a (mon.0) 2540 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.034860+0000 mon.a (mon.0) 2541 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.035975+0000 mon.a (mon.0) 2542 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.038808+0000 mon.a (mon.0) 2543 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.039546+0000 mon.a (mon.0) 2544 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.045343+0000 mon.a (mon.0) 2545 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.126301+0000 mon.a (mon.0) 2546 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.128101+0000 mon.a (mon.0) 2547 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.128887+0000 mon.a (mon.0) 2548 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.130618+0000 mon.a (mon.0) 2549 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.131224+0000 mon.a (mon.0) 2550 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.136140+0000 mon.a (mon.0) 2551 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.206393+0000 mon.a (mon.0) 2552 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.208429+0000 mon.a (mon.0) 2553 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.209434+0000 mon.a (mon.0) 2554 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.211776+0000 mon.a (mon.0) 2555 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.212631+0000 mon.a (mon.0) 2556 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.217472+0000 mon.a (mon.0) 2557 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:57.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.300655+0000 mon.a (mon.0) 2558 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.303381+0000 mon.a (mon.0) 2559 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:57.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.305010+0000 mon.a (mon.0) 2560 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:57.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.308450+0000 mon.a (mon.0) 2561 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:57.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.309739+0000 mon.a (mon.0) 2562 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:57.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:57 smithi083 bash[25244]: audit 2024-09-20T23:22:57.318327+0000 mon.a (mon.0) 2563 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: cephadm 2024-09-20T23:22:56.711027+0000 mgr.y (mgr.15240) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: cephadm 2024-09-20T23:22:56.809739+0000 mgr.y (mgr.15240) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: cephadm 2024-09-20T23:22:56.926091+0000 mgr.y (mgr.15240) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: cephadm 2024-09-20T23:22:57.045974+0000 mgr.y (mgr.15240) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: cluster 2024-09-20T23:22:57.101237+0000 mgr.y (mgr.15240) 207 : cluster [DBG] pgmap v39: 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-09-20T23:22:58.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: cephadm 2024-09-20T23:22:57.136533+0000 mgr.y (mgr.15240) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: cephadm 2024-09-20T23:22:57.217926+0000 mgr.y (mgr.15240) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: cephadm 2024-09-20T23:22:57.318857+0000 mgr.y (mgr.15240) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.443469+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.446019+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.447320+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.449913+0000 mon.a (mon.0) 2567 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.450718+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.456132+0000 mon.a (mon.0) 2569 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: cephadm 2024-09-20T23:22:57.456447+0000 mgr.y (mgr.15240) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.561431+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.563923+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.565145+0000 mon.a (mon.0) 2572 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.567431+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.568314+0000 mon.a (mon.0) 2574 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.576652+0000 mon.a (mon.0) 2575 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: cephadm 2024-09-20T23:22:57.577461+0000 mgr.y (mgr.15240) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.651003+0000 mon.a (mon.0) 2576 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.653180+0000 mon.a (mon.0) 2577 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.654791+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.657048+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.657978+0000 mon.a (mon.0) 2580 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.670074+0000 mon.a (mon.0) 2581 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: cephadm 2024-09-20T23:22:57.670667+0000 mgr.y (mgr.15240) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.752948+0000 mon.a (mon.0) 2582 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.754822+0000 mon.a (mon.0) 2583 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.755680+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.757450+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.758101+0000 mon.a (mon.0) 2586 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.765963+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.839012+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.843823+0000 mon.a (mon.0) 2589 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.846511+0000 mon.a (mon.0) 2590 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.848282+0000 mon.a (mon.0) 2591 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.849923+0000 mon.a (mon.0) 2592 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: cephadm 2024-09-20T23:22:56.711027+0000 mgr.y (mgr.15240) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: cephadm 2024-09-20T23:22:56.809739+0000 mgr.y (mgr.15240) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: cephadm 2024-09-20T23:22:56.926091+0000 mgr.y (mgr.15240) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: cephadm 2024-09-20T23:22:57.045974+0000 mgr.y (mgr.15240) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: cluster 2024-09-20T23:22:57.101237+0000 mgr.y (mgr.15240) 207 : cluster [DBG] pgmap v39: 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-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: cephadm 2024-09-20T23:22:57.136533+0000 mgr.y (mgr.15240) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: cephadm 2024-09-20T23:22:57.217926+0000 mgr.y (mgr.15240) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: cephadm 2024-09-20T23:22:57.318857+0000 mgr.y (mgr.15240) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.443469+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.446019+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.447320+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.449913+0000 mon.a (mon.0) 2567 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.450718+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.456132+0000 mon.a (mon.0) 2569 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: cephadm 2024-09-20T23:22:57.456447+0000 mgr.y (mgr.15240) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.561431+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.563923+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.565145+0000 mon.a (mon.0) 2572 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.567431+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.568314+0000 mon.a (mon.0) 2574 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.852620+0000 mon.a (mon.0) 2593 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.854904+0000 mon.a (mon.0) 2594 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.855553+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.861381+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.933900+0000 mon.a (mon.0) 2597 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.936474+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.937817+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.941302+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.942301+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:57.951058+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.037558+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.039285+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.040099+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.042328+0000 mon.a (mon.0) 2606 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.042950+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.053561+0000 mon.a (mon.0) 2608 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.127759+0000 mon.a (mon.0) 2609 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.130045+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.131188+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.133886+0000 mon.a (mon.0) 2612 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.134534+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.139477+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.214803+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.217195+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.218083+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.219863+0000 mon.a (mon.0) 2618 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.220534+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.225598+0000 mon.a (mon.0) 2620 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.299766+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.302088+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.304826+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.306954+0000 mon.a (mon.0) 2624 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.307825+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.313372+0000 mon.a (mon.0) 2626 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.406402+0000 mon.a (mon.0) 2627 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.408568+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.409535+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[25244]: audit 2024-09-20T23:22:58.411864+0000 mon.a (mon.0) 2630 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.576652+0000 mon.a (mon.0) 2575 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: cephadm 2024-09-20T23:22:57.577461+0000 mgr.y (mgr.15240) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.651003+0000 mon.a (mon.0) 2576 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.653180+0000 mon.a (mon.0) 2577 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.654791+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.657048+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.657978+0000 mon.a (mon.0) 2580 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.670074+0000 mon.a (mon.0) 2581 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: cephadm 2024-09-20T23:22:57.670667+0000 mgr.y (mgr.15240) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.752948+0000 mon.a (mon.0) 2582 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.754822+0000 mon.a (mon.0) 2583 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.755680+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.757450+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.758101+0000 mon.a (mon.0) 2586 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.765963+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.839012+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.843823+0000 mon.a (mon.0) 2589 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.846511+0000 mon.a (mon.0) 2590 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.848282+0000 mon.a (mon.0) 2591 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.849923+0000 mon.a (mon.0) 2592 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.852620+0000 mon.a (mon.0) 2593 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.854904+0000 mon.a (mon.0) 2594 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.855553+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.861381+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.933900+0000 mon.a (mon.0) 2597 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.936474+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.937817+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.941302+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.942301+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:57.951058+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.037558+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.039285+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.040099+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.042328+0000 mon.a (mon.0) 2606 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.042950+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.053561+0000 mon.a (mon.0) 2608 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.127759+0000 mon.a (mon.0) 2609 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.130045+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.131188+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.133886+0000 mon.a (mon.0) 2612 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.134534+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.139477+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.214803+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.217195+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.218083+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.219863+0000 mon.a (mon.0) 2618 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.220534+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.225598+0000 mon.a (mon.0) 2620 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.299766+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.302088+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.304826+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.306954+0000 mon.a (mon.0) 2624 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.307825+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.313372+0000 mon.a (mon.0) 2626 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.406402+0000 mon.a (mon.0) 2627 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.408568+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.409535+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:58 smithi083 bash[19864]: audit 2024-09-20T23:22:58.411864+0000 mon.a (mon.0) 2630 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: cephadm 2024-09-20T23:22:56.711027+0000 mgr.y (mgr.15240) 203 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: cephadm 2024-09-20T23:22:56.809739+0000 mgr.y (mgr.15240) 204 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: cephadm 2024-09-20T23:22:56.926091+0000 mgr.y (mgr.15240) 205 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: cephadm 2024-09-20T23:22:57.045974+0000 mgr.y (mgr.15240) 206 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: cluster 2024-09-20T23:22:57.101237+0000 mgr.y (mgr.15240) 207 : cluster [DBG] pgmap v39: 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-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: cephadm 2024-09-20T23:22:57.136533+0000 mgr.y (mgr.15240) 208 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: cephadm 2024-09-20T23:22:57.217926+0000 mgr.y (mgr.15240) 209 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: cephadm 2024-09-20T23:22:57.318857+0000 mgr.y (mgr.15240) 210 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.443469+0000 mon.a (mon.0) 2564 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.446019+0000 mon.a (mon.0) 2565 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.447320+0000 mon.a (mon.0) 2566 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.449913+0000 mon.a (mon.0) 2567 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.450718+0000 mon.a (mon.0) 2568 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.456132+0000 mon.a (mon.0) 2569 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: cephadm 2024-09-20T23:22:57.456447+0000 mgr.y (mgr.15240) 211 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.561431+0000 mon.a (mon.0) 2570 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.563923+0000 mon.a (mon.0) 2571 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.565145+0000 mon.a (mon.0) 2572 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.567431+0000 mon.a (mon.0) 2573 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.568314+0000 mon.a (mon.0) 2574 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.576652+0000 mon.a (mon.0) 2575 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: cephadm 2024-09-20T23:22:57.577461+0000 mgr.y (mgr.15240) 212 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.651003+0000 mon.a (mon.0) 2576 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.653180+0000 mon.a (mon.0) 2577 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.654791+0000 mon.a (mon.0) 2578 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.657048+0000 mon.a (mon.0) 2579 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.657978+0000 mon.a (mon.0) 2580 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.670074+0000 mon.a (mon.0) 2581 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: cephadm 2024-09-20T23:22:57.670667+0000 mgr.y (mgr.15240) 213 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:58.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.752948+0000 mon.a (mon.0) 2582 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.754822+0000 mon.a (mon.0) 2583 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.755680+0000 mon.a (mon.0) 2584 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.757450+0000 mon.a (mon.0) 2585 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.758101+0000 mon.a (mon.0) 2586 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.765963+0000 mon.a (mon.0) 2587 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.839012+0000 mon.a (mon.0) 2588 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.843823+0000 mon.a (mon.0) 2589 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.846511+0000 mon.a (mon.0) 2590 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.848282+0000 mon.a (mon.0) 2591 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.849923+0000 mon.a (mon.0) 2592 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.852620+0000 mon.a (mon.0) 2593 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.854904+0000 mon.a (mon.0) 2594 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.855553+0000 mon.a (mon.0) 2595 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.861381+0000 mon.a (mon.0) 2596 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.933900+0000 mon.a (mon.0) 2597 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.936474+0000 mon.a (mon.0) 2598 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.937817+0000 mon.a (mon.0) 2599 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.941302+0000 mon.a (mon.0) 2600 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.942301+0000 mon.a (mon.0) 2601 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:57.951058+0000 mon.a (mon.0) 2602 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.037558+0000 mon.a (mon.0) 2603 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.039285+0000 mon.a (mon.0) 2604 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.040099+0000 mon.a (mon.0) 2605 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.042328+0000 mon.a (mon.0) 2606 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.042950+0000 mon.a (mon.0) 2607 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.053561+0000 mon.a (mon.0) 2608 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.127759+0000 mon.a (mon.0) 2609 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.130045+0000 mon.a (mon.0) 2610 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.131188+0000 mon.a (mon.0) 2611 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.133886+0000 mon.a (mon.0) 2612 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.134534+0000 mon.a (mon.0) 2613 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.139477+0000 mon.a (mon.0) 2614 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.214803+0000 mon.a (mon.0) 2615 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.217195+0000 mon.a (mon.0) 2616 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.218083+0000 mon.a (mon.0) 2617 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.219863+0000 mon.a (mon.0) 2618 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.220534+0000 mon.a (mon.0) 2619 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.225598+0000 mon.a (mon.0) 2620 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.299766+0000 mon.a (mon.0) 2621 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.302088+0000 mon.a (mon.0) 2622 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.304826+0000 mon.a (mon.0) 2623 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.306954+0000 mon.a (mon.0) 2624 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:58.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.307825+0000 mon.a (mon.0) 2625 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:58.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.313372+0000 mon.a (mon.0) 2626 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:58.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.406402+0000 mon.a (mon.0) 2627 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.408568+0000 mon.a (mon.0) 2628 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:58.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.409535+0000 mon.a (mon.0) 2629 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:58.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:58 smithi142 bash[19948]: audit 2024-09-20T23:22:58.411864+0000 mon.a (mon.0) 2630 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: cephadm 2024-09-20T23:22:57.766542+0000 mgr.y (mgr.15240) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: cephadm 2024-09-20T23:22:57.861753+0000 mgr.y (mgr.15240) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: cephadm 2024-09-20T23:22:57.951504+0000 mgr.y (mgr.15240) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: cephadm 2024-09-20T23:22:58.054046+0000 mgr.y (mgr.15240) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: cephadm 2024-09-20T23:22:58.139891+0000 mgr.y (mgr.15240) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: cephadm 2024-09-20T23:22:58.226009+0000 mgr.y (mgr.15240) 219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: cephadm 2024-09-20T23:22:58.313866+0000 mgr.y (mgr.15240) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.412557+0000 mon.a (mon.0) 2631 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.438093+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: cephadm 2024-09-20T23:22:58.439210+0000 mgr.y (mgr.15240) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.516350+0000 mon.a (mon.0) 2633 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.518193+0000 mon.a (mon.0) 2634 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.519123+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.520959+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.521635+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.529919+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: cephadm 2024-09-20T23:22:58.530355+0000 mgr.y (mgr.15240) 222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.607626+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.609734+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.610876+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.612770+0000 mon.a (mon.0) 2642 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.613389+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.620147+0000 mon.a (mon.0) 2644 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: cephadm 2024-09-20T23:22:58.620550+0000 mgr.y (mgr.15240) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.696604+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.698399+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.699619+0000 mon.a (mon.0) 2647 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.701500+0000 mon.a (mon.0) 2648 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.702267+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.707157+0000 mon.a (mon.0) 2650 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.778219+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.780138+0000 mon.a (mon.0) 2652 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.780954+0000 mon.a (mon.0) 2653 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.782723+0000 mon.a (mon.0) 2654 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.783303+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.788063+0000 mon.a (mon.0) 2656 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.859032+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.860793+0000 mon.a (mon.0) 2658 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.861598+0000 mon.a (mon.0) 2659 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.863537+0000 mon.a (mon.0) 2660 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.864267+0000 mon.a (mon.0) 2661 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.868851+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.939155+0000 mon.a (mon.0) 2663 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.941080+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.942084+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.943966+0000 mon.a (mon.0) 2666 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.944628+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:58.949262+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.019626+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.021469+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.022387+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.024672+0000 mon.a (mon.0) 2672 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.025357+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.030189+0000 mon.a (mon.0) 2674 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.114187+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.116111+0000 mon.a (mon.0) 2676 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.116994+0000 mon.a (mon.0) 2677 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.118891+0000 mon.a (mon.0) 2678 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: cephadm 2024-09-20T23:22:57.766542+0000 mgr.y (mgr.15240) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: cephadm 2024-09-20T23:22:57.861753+0000 mgr.y (mgr.15240) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: cephadm 2024-09-20T23:22:57.951504+0000 mgr.y (mgr.15240) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: cephadm 2024-09-20T23:22:58.054046+0000 mgr.y (mgr.15240) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: cephadm 2024-09-20T23:22:58.139891+0000 mgr.y (mgr.15240) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: cephadm 2024-09-20T23:22:58.226009+0000 mgr.y (mgr.15240) 219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: cephadm 2024-09-20T23:22:58.313866+0000 mgr.y (mgr.15240) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.412557+0000 mon.a (mon.0) 2631 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.438093+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: cephadm 2024-09-20T23:22:58.439210+0000 mgr.y (mgr.15240) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.516350+0000 mon.a (mon.0) 2633 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.518193+0000 mon.a (mon.0) 2634 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.519123+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.520959+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.521635+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.529919+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: cephadm 2024-09-20T23:22:58.530355+0000 mgr.y (mgr.15240) 222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.607626+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.609734+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.610876+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.119501+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.124202+0000 mon.a (mon.0) 2680 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.196350+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.198479+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.199269+0000 mon.a (mon.0) 2683 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.201214+0000 mon.a (mon.0) 2684 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.201814+0000 mon.a (mon.0) 2685 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.207068+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.282432+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.284298+0000 mon.a (mon.0) 2688 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.285196+0000 mon.a (mon.0) 2689 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.287208+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.287841+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.292447+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.367109+0000 mon.a (mon.0) 2693 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.368866+0000 mon.a (mon.0) 2694 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.369638+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.371563+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.372319+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:22:59 smithi142 bash[19948]: audit 2024-09-20T23:22:59.377222+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: cephadm 2024-09-20T23:22:57.766542+0000 mgr.y (mgr.15240) 214 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: cephadm 2024-09-20T23:22:57.861753+0000 mgr.y (mgr.15240) 215 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: cephadm 2024-09-20T23:22:57.951504+0000 mgr.y (mgr.15240) 216 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: cephadm 2024-09-20T23:22:58.054046+0000 mgr.y (mgr.15240) 217 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: cephadm 2024-09-20T23:22:58.139891+0000 mgr.y (mgr.15240) 218 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: cephadm 2024-09-20T23:22:58.226009+0000 mgr.y (mgr.15240) 219 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: cephadm 2024-09-20T23:22:58.313866+0000 mgr.y (mgr.15240) 220 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.412557+0000 mon.a (mon.0) 2631 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.438093+0000 mon.a (mon.0) 2632 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: cephadm 2024-09-20T23:22:58.439210+0000 mgr.y (mgr.15240) 221 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.516350+0000 mon.a (mon.0) 2633 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.518193+0000 mon.a (mon.0) 2634 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.519123+0000 mon.a (mon.0) 2635 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.520959+0000 mon.a (mon.0) 2636 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.521635+0000 mon.a (mon.0) 2637 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.529919+0000 mon.a (mon.0) 2638 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: cephadm 2024-09-20T23:22:58.530355+0000 mgr.y (mgr.15240) 222 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.607626+0000 mon.a (mon.0) 2639 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.609734+0000 mon.a (mon.0) 2640 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.610876+0000 mon.a (mon.0) 2641 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.612770+0000 mon.a (mon.0) 2642 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.613389+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.620147+0000 mon.a (mon.0) 2644 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: cephadm 2024-09-20T23:22:58.620550+0000 mgr.y (mgr.15240) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.696604+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.698399+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.699619+0000 mon.a (mon.0) 2647 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.701500+0000 mon.a (mon.0) 2648 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.702267+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.707157+0000 mon.a (mon.0) 2650 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.778219+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.780138+0000 mon.a (mon.0) 2652 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.780954+0000 mon.a (mon.0) 2653 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.782723+0000 mon.a (mon.0) 2654 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.783303+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.788063+0000 mon.a (mon.0) 2656 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.859032+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.860793+0000 mon.a (mon.0) 2658 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.861598+0000 mon.a (mon.0) 2659 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.612770+0000 mon.a (mon.0) 2642 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.613389+0000 mon.a (mon.0) 2643 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.620147+0000 mon.a (mon.0) 2644 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: cephadm 2024-09-20T23:22:58.620550+0000 mgr.y (mgr.15240) 223 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.696604+0000 mon.a (mon.0) 2645 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.698399+0000 mon.a (mon.0) 2646 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.699619+0000 mon.a (mon.0) 2647 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.701500+0000 mon.a (mon.0) 2648 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.702267+0000 mon.a (mon.0) 2649 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.707157+0000 mon.a (mon.0) 2650 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.778219+0000 mon.a (mon.0) 2651 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.780138+0000 mon.a (mon.0) 2652 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.780954+0000 mon.a (mon.0) 2653 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.782723+0000 mon.a (mon.0) 2654 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.783303+0000 mon.a (mon.0) 2655 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.788063+0000 mon.a (mon.0) 2656 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.837 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.859032+0000 mon.a (mon.0) 2657 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.837 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.860793+0000 mon.a (mon.0) 2658 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.837 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.861598+0000 mon.a (mon.0) 2659 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.863537+0000 mon.a (mon.0) 2660 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.864267+0000 mon.a (mon.0) 2661 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.868851+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.939155+0000 mon.a (mon.0) 2663 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.941080+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.942084+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.943966+0000 mon.a (mon.0) 2666 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.944628+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:58.949262+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.019626+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.021469+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.022387+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.024672+0000 mon.a (mon.0) 2672 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.025357+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.030189+0000 mon.a (mon.0) 2674 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.114187+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.116111+0000 mon.a (mon.0) 2676 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.116994+0000 mon.a (mon.0) 2677 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.118891+0000 mon.a (mon.0) 2678 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.863537+0000 mon.a (mon.0) 2660 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.864267+0000 mon.a (mon.0) 2661 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.868851+0000 mon.a (mon.0) 2662 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.939155+0000 mon.a (mon.0) 2663 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.941080+0000 mon.a (mon.0) 2664 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.942084+0000 mon.a (mon.0) 2665 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.943966+0000 mon.a (mon.0) 2666 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.944628+0000 mon.a (mon.0) 2667 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:58.949262+0000 mon.a (mon.0) 2668 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.019626+0000 mon.a (mon.0) 2669 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.021469+0000 mon.a (mon.0) 2670 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.022387+0000 mon.a (mon.0) 2671 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.024672+0000 mon.a (mon.0) 2672 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.025357+0000 mon.a (mon.0) 2673 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.030189+0000 mon.a (mon.0) 2674 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.114187+0000 mon.a (mon.0) 2675 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.116111+0000 mon.a (mon.0) 2676 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.116994+0000 mon.a (mon.0) 2677 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.118891+0000 mon.a (mon.0) 2678 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.119501+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.124202+0000 mon.a (mon.0) 2680 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.196350+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.198479+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.199269+0000 mon.a (mon.0) 2683 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.201214+0000 mon.a (mon.0) 2684 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.201814+0000 mon.a (mon.0) 2685 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.207068+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.282432+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.284298+0000 mon.a (mon.0) 2688 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.285196+0000 mon.a (mon.0) 2689 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.287208+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.287841+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.292447+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.367109+0000 mon.a (mon.0) 2693 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.368866+0000 mon.a (mon.0) 2694 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.369638+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.371563+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.843 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.372319+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.843 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[19864]: audit 2024-09-20T23:22:59.377222+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.119501+0000 mon.a (mon.0) 2679 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.124202+0000 mon.a (mon.0) 2680 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.196350+0000 mon.a (mon.0) 2681 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.198479+0000 mon.a (mon.0) 2682 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.199269+0000 mon.a (mon.0) 2683 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.201214+0000 mon.a (mon.0) 2684 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.201814+0000 mon.a (mon.0) 2685 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.207068+0000 mon.a (mon.0) 2686 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.282432+0000 mon.a (mon.0) 2687 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.284298+0000 mon.a (mon.0) 2688 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.285196+0000 mon.a (mon.0) 2689 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.287208+0000 mon.a (mon.0) 2690 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.287841+0000 mon.a (mon.0) 2691 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.292447+0000 mon.a (mon.0) 2692 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.367109+0000 mon.a (mon.0) 2693 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.368866+0000 mon.a (mon.0) 2694 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.369638+0000 mon.a (mon.0) 2695 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.371563+0000 mon.a (mon.0) 2696 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.372319+0000 mon.a (mon.0) 2697 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:22:59.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:22:59 smithi083 bash[25244]: audit 2024-09-20T23:22:59.377222+0000 mon.a (mon.0) 2698 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cephadm 2024-09-20T23:22:58.707564+0000 mgr.y (mgr.15240) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cephadm 2024-09-20T23:22:58.788457+0000 mgr.y (mgr.15240) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cephadm 2024-09-20T23:22:58.869218+0000 mgr.y (mgr.15240) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cephadm 2024-09-20T23:22:58.949649+0000 mgr.y (mgr.15240) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cephadm 2024-09-20T23:22:59.030709+0000 mgr.y (mgr.15240) 228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cluster 2024-09-20T23:22:59.101604+0000 mgr.y (mgr.15240) 229 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:00.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cephadm 2024-09-20T23:22:59.124614+0000 mgr.y (mgr.15240) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cephadm 2024-09-20T23:22:59.207411+0000 mgr.y (mgr.15240) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cephadm 2024-09-20T23:22:59.292831+0000 mgr.y (mgr.15240) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cephadm 2024-09-20T23:22:59.377797+0000 mgr.y (mgr.15240) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.457175+0000 mon.a (mon.0) 2699 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.459117+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.459972+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.461785+0000 mon.a (mon.0) 2702 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.462354+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.467156+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cephadm 2024-09-20T23:22:59.467534+0000 mgr.y (mgr.15240) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.538505+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.540441+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.541375+0000 mon.a (mon.0) 2707 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.543160+0000 mon.a (mon.0) 2708 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.543790+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.551465+0000 mon.a (mon.0) 2710 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cephadm 2024-09-20T23:22:59.551962+0000 mgr.y (mgr.15240) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.626012+0000 mon.a (mon.0) 2711 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.627737+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.628537+0000 mon.a (mon.0) 2713 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.630264+0000 mon.a (mon.0) 2714 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.630916+0000 mon.a (mon.0) 2715 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.636311+0000 mon.a (mon.0) 2716 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: cephadm 2024-09-20T23:22:59.636709+0000 mgr.y (mgr.15240) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.710307+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.712834+0000 mon.a (mon.0) 2718 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.714142+0000 mon.a (mon.0) 2719 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.716914+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.717877+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.723716+0000 mon.a (mon.0) 2722 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.827888+0000 mon.a (mon.0) 2723 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.831055+0000 mon.a (mon.0) 2724 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.832538+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.835192+0000 mon.a (mon.0) 2726 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.836226+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.842534+0000 mon.a (mon.0) 2728 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.946855+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.949769+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.951879+0000 mon.a (mon.0) 2731 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.955234+0000 mon.a (mon.0) 2732 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.956462+0000 mon.a (mon.0) 2733 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:22:59.963079+0000 mon.a (mon.0) 2734 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.063610+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.066275+0000 mon.a (mon.0) 2736 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.067528+0000 mon.a (mon.0) 2737 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.070756+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.071588+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.077921+0000 mon.a (mon.0) 2740 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.174600+0000 mon.a (mon.0) 2741 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.177477+0000 mon.a (mon.0) 2742 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.180321+0000 mon.a (mon.0) 2743 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.184565+0000 mon.a (mon.0) 2744 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.185382+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.192062+0000 mon.a (mon.0) 2746 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.272644+0000 mon.a (mon.0) 2747 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.274641+0000 mon.a (mon.0) 2748 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.275555+0000 mon.a (mon.0) 2749 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.278006+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.278661+0000 mon.a (mon.0) 2751 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.794 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.285692+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.795 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.349681+0000 mon.a (mon.0) 2753 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:23:00.795 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.386426+0000 mon.a (mon.0) 2754 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.795 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.388369+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.795 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.389574+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.795 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.391606+0000 mon.a (mon.0) 2757 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.795 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.392308+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.795 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:00 smithi142 bash[19948]: audit 2024-09-20T23:23:00.399645+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cephadm 2024-09-20T23:22:58.707564+0000 mgr.y (mgr.15240) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cephadm 2024-09-20T23:22:58.788457+0000 mgr.y (mgr.15240) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cephadm 2024-09-20T23:22:58.869218+0000 mgr.y (mgr.15240) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cephadm 2024-09-20T23:22:58.949649+0000 mgr.y (mgr.15240) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cephadm 2024-09-20T23:22:59.030709+0000 mgr.y (mgr.15240) 228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cluster 2024-09-20T23:22:59.101604+0000 mgr.y (mgr.15240) 229 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cephadm 2024-09-20T23:22:59.124614+0000 mgr.y (mgr.15240) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cephadm 2024-09-20T23:22:59.207411+0000 mgr.y (mgr.15240) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cephadm 2024-09-20T23:22:59.292831+0000 mgr.y (mgr.15240) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cephadm 2024-09-20T23:22:59.377797+0000 mgr.y (mgr.15240) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.457175+0000 mon.a (mon.0) 2699 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.459117+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.459972+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.461785+0000 mon.a (mon.0) 2702 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.462354+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.467156+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cephadm 2024-09-20T23:22:59.467534+0000 mgr.y (mgr.15240) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.538505+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.540441+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.541375+0000 mon.a (mon.0) 2707 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.543160+0000 mon.a (mon.0) 2708 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.543790+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.551465+0000 mon.a (mon.0) 2710 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cephadm 2024-09-20T23:22:59.551962+0000 mgr.y (mgr.15240) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.626012+0000 mon.a (mon.0) 2711 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.627737+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.628537+0000 mon.a (mon.0) 2713 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.630264+0000 mon.a (mon.0) 2714 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.630916+0000 mon.a (mon.0) 2715 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.636311+0000 mon.a (mon.0) 2716 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: cephadm 2024-09-20T23:22:59.636709+0000 mgr.y (mgr.15240) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.710307+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.712834+0000 mon.a (mon.0) 2718 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.714142+0000 mon.a (mon.0) 2719 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.716914+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.717877+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.723716+0000 mon.a (mon.0) 2722 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.827888+0000 mon.a (mon.0) 2723 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.831055+0000 mon.a (mon.0) 2724 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.832538+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.835192+0000 mon.a (mon.0) 2726 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.836226+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.842534+0000 mon.a (mon.0) 2728 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.946855+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.949769+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.951879+0000 mon.a (mon.0) 2731 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.955234+0000 mon.a (mon.0) 2732 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.956462+0000 mon.a (mon.0) 2733 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:22:59.963079+0000 mon.a (mon.0) 2734 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.063610+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.066275+0000 mon.a (mon.0) 2736 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.067528+0000 mon.a (mon.0) 2737 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.070756+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.071588+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.077921+0000 mon.a (mon.0) 2740 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.174600+0000 mon.a (mon.0) 2741 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.177477+0000 mon.a (mon.0) 2742 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.180321+0000 mon.a (mon.0) 2743 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cephadm 2024-09-20T23:22:58.707564+0000 mgr.y (mgr.15240) 224 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cephadm 2024-09-20T23:22:58.788457+0000 mgr.y (mgr.15240) 225 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cephadm 2024-09-20T23:22:58.869218+0000 mgr.y (mgr.15240) 226 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cephadm 2024-09-20T23:22:58.949649+0000 mgr.y (mgr.15240) 227 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cephadm 2024-09-20T23:22:59.030709+0000 mgr.y (mgr.15240) 228 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cluster 2024-09-20T23:22:59.101604+0000 mgr.y (mgr.15240) 229 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:00.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cephadm 2024-09-20T23:22:59.124614+0000 mgr.y (mgr.15240) 230 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cephadm 2024-09-20T23:22:59.207411+0000 mgr.y (mgr.15240) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cephadm 2024-09-20T23:22:59.292831+0000 mgr.y (mgr.15240) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cephadm 2024-09-20T23:22:59.377797+0000 mgr.y (mgr.15240) 233 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.457175+0000 mon.a (mon.0) 2699 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.459117+0000 mon.a (mon.0) 2700 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.459972+0000 mon.a (mon.0) 2701 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.461785+0000 mon.a (mon.0) 2702 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.462354+0000 mon.a (mon.0) 2703 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.467156+0000 mon.a (mon.0) 2704 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cephadm 2024-09-20T23:22:59.467534+0000 mgr.y (mgr.15240) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.538505+0000 mon.a (mon.0) 2705 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.540441+0000 mon.a (mon.0) 2706 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.541375+0000 mon.a (mon.0) 2707 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.184565+0000 mon.a (mon.0) 2744 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.185382+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.192062+0000 mon.a (mon.0) 2746 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.272644+0000 mon.a (mon.0) 2747 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.274641+0000 mon.a (mon.0) 2748 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.275555+0000 mon.a (mon.0) 2749 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.278006+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.278661+0000 mon.a (mon.0) 2751 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.285692+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.349681+0000 mon.a (mon.0) 2753 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.386426+0000 mon.a (mon.0) 2754 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.388369+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.389574+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.391606+0000 mon.a (mon.0) 2757 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.392308+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[25244]: audit 2024-09-20T23:23:00.399645+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.543160+0000 mon.a (mon.0) 2708 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.543790+0000 mon.a (mon.0) 2709 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.551465+0000 mon.a (mon.0) 2710 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cephadm 2024-09-20T23:22:59.551962+0000 mgr.y (mgr.15240) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.626012+0000 mon.a (mon.0) 2711 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.627737+0000 mon.a (mon.0) 2712 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.628537+0000 mon.a (mon.0) 2713 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.630264+0000 mon.a (mon.0) 2714 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.630916+0000 mon.a (mon.0) 2715 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.636311+0000 mon.a (mon.0) 2716 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: cephadm 2024-09-20T23:22:59.636709+0000 mgr.y (mgr.15240) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.710307+0000 mon.a (mon.0) 2717 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.712834+0000 mon.a (mon.0) 2718 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.714142+0000 mon.a (mon.0) 2719 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.716914+0000 mon.a (mon.0) 2720 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.717877+0000 mon.a (mon.0) 2721 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.723716+0000 mon.a (mon.0) 2722 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.827888+0000 mon.a (mon.0) 2723 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.831055+0000 mon.a (mon.0) 2724 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.832538+0000 mon.a (mon.0) 2725 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.835192+0000 mon.a (mon.0) 2726 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.836226+0000 mon.a (mon.0) 2727 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.842534+0000 mon.a (mon.0) 2728 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.946855+0000 mon.a (mon.0) 2729 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.949769+0000 mon.a (mon.0) 2730 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.951879+0000 mon.a (mon.0) 2731 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.955234+0000 mon.a (mon.0) 2732 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.956462+0000 mon.a (mon.0) 2733 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:22:59.963079+0000 mon.a (mon.0) 2734 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.063610+0000 mon.a (mon.0) 2735 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.066275+0000 mon.a (mon.0) 2736 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.067528+0000 mon.a (mon.0) 2737 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.070756+0000 mon.a (mon.0) 2738 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.071588+0000 mon.a (mon.0) 2739 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.077921+0000 mon.a (mon.0) 2740 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.174600+0000 mon.a (mon.0) 2741 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.177477+0000 mon.a (mon.0) 2742 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.180321+0000 mon.a (mon.0) 2743 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.184565+0000 mon.a (mon.0) 2744 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.185382+0000 mon.a (mon.0) 2745 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.192062+0000 mon.a (mon.0) 2746 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.272644+0000 mon.a (mon.0) 2747 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.274641+0000 mon.a (mon.0) 2748 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.275555+0000 mon.a (mon.0) 2749 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.278006+0000 mon.a (mon.0) 2750 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.278661+0000 mon.a (mon.0) 2751 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.285692+0000 mon.a (mon.0) 2752 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:00.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.349681+0000 mon.a (mon.0) 2753 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:23:00.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.386426+0000 mon.a (mon.0) 2754 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.388369+0000 mon.a (mon.0) 2755 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:00.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.389574+0000 mon.a (mon.0) 2756 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:00.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.391606+0000 mon.a (mon.0) 2757 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:00.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.392308+0000 mon.a (mon.0) 2758 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:00.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:00 smithi083 bash[19864]: audit 2024-09-20T23:23:00.399645+0000 mon.a (mon.0) 2759 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: cephadm 2024-09-20T23:22:59.724192+0000 mgr.y (mgr.15240) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: cephadm 2024-09-20T23:22:59.843050+0000 mgr.y (mgr.15240) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: cephadm 2024-09-20T23:22:59.963667+0000 mgr.y (mgr.15240) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: cephadm 2024-09-20T23:23:00.078421+0000 mgr.y (mgr.15240) 240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: cephadm 2024-09-20T23:23:00.192455+0000 mgr.y (mgr.15240) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: cephadm 2024-09-20T23:23:00.286071+0000 mgr.y (mgr.15240) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: cephadm 2024-09-20T23:23:00.400081+0000 mgr.y (mgr.15240) 243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.494207+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.496107+0000 mon.a (mon.0) 2761 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.497009+0000 mon.a (mon.0) 2762 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.498704+0000 mon.a (mon.0) 2763 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.499376+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.504239+0000 mon.a (mon.0) 2765 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: cephadm 2024-09-20T23:23:00.504545+0000 mgr.y (mgr.15240) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.581765+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.583939+0000 mon.a (mon.0) 2767 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.584724+0000 mon.a (mon.0) 2768 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.586338+0000 mon.a (mon.0) 2769 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.586980+0000 mon.a (mon.0) 2770 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.594143+0000 mon.a (mon.0) 2771 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: cephadm 2024-09-20T23:23:00.594513+0000 mgr.y (mgr.15240) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.678333+0000 mon.a (mon.0) 2772 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.681365+0000 mon.a (mon.0) 2773 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.682678+0000 mon.a (mon.0) 2774 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.685090+0000 mon.a (mon.0) 2775 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.686040+0000 mon.a (mon.0) 2776 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.693958+0000 mon.a (mon.0) 2777 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.799130+0000 mon.a (mon.0) 2778 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.801085+0000 mon.a (mon.0) 2779 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.802004+0000 mon.a (mon.0) 2780 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.804437+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.805184+0000 mon.a (mon.0) 2782 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.812767+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.936398+0000 mon.a (mon.0) 2784 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.938913+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.940558+0000 mon.a (mon.0) 2786 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.943694+0000 mon.a (mon.0) 2787 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.944638+0000 mon.a (mon.0) 2788 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:00.953225+0000 mon.a (mon.0) 2789 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.730 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: cephadm 2024-09-20T23:22:59.724192+0000 mgr.y (mgr.15240) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: cephadm 2024-09-20T23:22:59.843050+0000 mgr.y (mgr.15240) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: cephadm 2024-09-20T23:22:59.963667+0000 mgr.y (mgr.15240) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: cephadm 2024-09-20T23:23:00.078421+0000 mgr.y (mgr.15240) 240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: cephadm 2024-09-20T23:23:00.192455+0000 mgr.y (mgr.15240) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: cephadm 2024-09-20T23:23:00.286071+0000 mgr.y (mgr.15240) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: cephadm 2024-09-20T23:23:00.400081+0000 mgr.y (mgr.15240) 243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.494207+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.496107+0000 mon.a (mon.0) 2761 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.497009+0000 mon.a (mon.0) 2762 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.498704+0000 mon.a (mon.0) 2763 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.499376+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.504239+0000 mon.a (mon.0) 2765 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.731 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: cephadm 2024-09-20T23:23:00.504545+0000 mgr.y (mgr.15240) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.581765+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.583939+0000 mon.a (mon.0) 2767 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.584724+0000 mon.a (mon.0) 2768 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.586338+0000 mon.a (mon.0) 2769 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.586980+0000 mon.a (mon.0) 2770 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.732 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.594143+0000 mon.a (mon.0) 2771 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.732 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.076365+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.732 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.079281+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.732 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.080851+0000 mon.a (mon.0) 2792 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.732 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.084184+0000 mon.a (mon.0) 2793 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.732 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.085229+0000 mon.a (mon.0) 2794 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.732 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.093687+0000 mon.a (mon.0) 2795 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.733 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.209153+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.733 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.211846+0000 mon.a (mon.0) 2797 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.733 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.213205+0000 mon.a (mon.0) 2798 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.733 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.216614+0000 mon.a (mon.0) 2799 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.733 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.217493+0000 mon.a (mon.0) 2800 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.733 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.226468+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.733 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.353522+0000 mon.a (mon.0) 2802 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.733 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.356043+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.733 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.357146+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.733 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.359437+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.733 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.360215+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.733 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[25244]: audit 2024-09-20T23:23:01.369101+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: cephadm 2024-09-20T23:23:00.594513+0000 mgr.y (mgr.15240) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.678333+0000 mon.a (mon.0) 2772 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.681365+0000 mon.a (mon.0) 2773 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.682678+0000 mon.a (mon.0) 2774 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.685090+0000 mon.a (mon.0) 2775 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.686040+0000 mon.a (mon.0) 2776 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.693958+0000 mon.a (mon.0) 2777 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.799130+0000 mon.a (mon.0) 2778 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.801085+0000 mon.a (mon.0) 2779 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.802004+0000 mon.a (mon.0) 2780 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.804437+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.734 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.805184+0000 mon.a (mon.0) 2782 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.812767+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.936398+0000 mon.a (mon.0) 2784 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.938913+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.940558+0000 mon.a (mon.0) 2786 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.943694+0000 mon.a (mon.0) 2787 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.944638+0000 mon.a (mon.0) 2788 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:00.953225+0000 mon.a (mon.0) 2789 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.076365+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.079281+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.080851+0000 mon.a (mon.0) 2792 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.084184+0000 mon.a (mon.0) 2793 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.085229+0000 mon.a (mon.0) 2794 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.093687+0000 mon.a (mon.0) 2795 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.209153+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.735 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.211846+0000 mon.a (mon.0) 2797 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.213205+0000 mon.a (mon.0) 2798 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.216614+0000 mon.a (mon.0) 2799 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.217493+0000 mon.a (mon.0) 2800 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.226468+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.353522+0000 mon.a (mon.0) 2802 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.356043+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.357146+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.359437+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.360215+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.736 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[19864]: audit 2024-09-20T23:23:01.369101+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: cephadm 2024-09-20T23:22:59.724192+0000 mgr.y (mgr.15240) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: cephadm 2024-09-20T23:22:59.843050+0000 mgr.y (mgr.15240) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: cephadm 2024-09-20T23:22:59.963667+0000 mgr.y (mgr.15240) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: cephadm 2024-09-20T23:23:00.078421+0000 mgr.y (mgr.15240) 240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: cephadm 2024-09-20T23:23:00.192455+0000 mgr.y (mgr.15240) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: cephadm 2024-09-20T23:23:00.286071+0000 mgr.y (mgr.15240) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: cephadm 2024-09-20T23:23:00.400081+0000 mgr.y (mgr.15240) 243 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.494207+0000 mon.a (mon.0) 2760 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.496107+0000 mon.a (mon.0) 2761 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.497009+0000 mon.a (mon.0) 2762 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.498704+0000 mon.a (mon.0) 2763 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.499376+0000 mon.a (mon.0) 2764 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.504239+0000 mon.a (mon.0) 2765 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: cephadm 2024-09-20T23:23:00.504545+0000 mgr.y (mgr.15240) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.581765+0000 mon.a (mon.0) 2766 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.583939+0000 mon.a (mon.0) 2767 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.584724+0000 mon.a (mon.0) 2768 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.586338+0000 mon.a (mon.0) 2769 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.586980+0000 mon.a (mon.0) 2770 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.594143+0000 mon.a (mon.0) 2771 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: cephadm 2024-09-20T23:23:00.594513+0000 mgr.y (mgr.15240) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.678333+0000 mon.a (mon.0) 2772 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.681365+0000 mon.a (mon.0) 2773 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.682678+0000 mon.a (mon.0) 2774 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.685090+0000 mon.a (mon.0) 2775 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.686040+0000 mon.a (mon.0) 2776 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.693958+0000 mon.a (mon.0) 2777 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.799130+0000 mon.a (mon.0) 2778 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.801085+0000 mon.a (mon.0) 2779 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.802004+0000 mon.a (mon.0) 2780 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.804437+0000 mon.a (mon.0) 2781 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.805184+0000 mon.a (mon.0) 2782 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.812767+0000 mon.a (mon.0) 2783 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.936398+0000 mon.a (mon.0) 2784 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.938913+0000 mon.a (mon.0) 2785 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.940558+0000 mon.a (mon.0) 2786 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.943694+0000 mon.a (mon.0) 2787 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.944638+0000 mon.a (mon.0) 2788 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:00.953225+0000 mon.a (mon.0) 2789 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.076365+0000 mon.a (mon.0) 2790 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.079281+0000 mon.a (mon.0) 2791 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.080851+0000 mon.a (mon.0) 2792 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.084184+0000 mon.a (mon.0) 2793 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.085229+0000 mon.a (mon.0) 2794 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.093687+0000 mon.a (mon.0) 2795 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.209153+0000 mon.a (mon.0) 2796 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.211846+0000 mon.a (mon.0) 2797 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.213205+0000 mon.a (mon.0) 2798 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.216614+0000 mon.a (mon.0) 2799 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.745 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.217493+0000 mon.a (mon.0) 2800 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.745 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.226468+0000 mon.a (mon.0) 2801 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:01.745 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.353522+0000 mon.a (mon.0) 2802 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.745 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.356043+0000 mon.a (mon.0) 2803 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:01.745 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.357146+0000 mon.a (mon.0) 2804 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:01.745 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.359437+0000 mon.a (mon.0) 2805 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:01.745 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.360215+0000 mon.a (mon.0) 2806 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:01.745 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:01 smithi142 bash[19948]: audit 2024-09-20T23:23:01.369101+0000 mon.a (mon.0) 2807 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:23:01 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:23:01] "GET /metrics HTTP/1.1" 200 38061 "" "Prometheus/2.43.0" 2024-09-20T23:23:02.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: cephadm 2024-09-20T23:23:00.694468+0000 mgr.y (mgr.15240) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: cephadm 2024-09-20T23:23:00.813141+0000 mgr.y (mgr.15240) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: cephadm 2024-09-20T23:23:00.953742+0000 mgr.y (mgr.15240) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: cephadm 2024-09-20T23:23:01.094295+0000 mgr.y (mgr.15240) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: cluster 2024-09-20T23:23:01.102635+0000 mgr.y (mgr.15240) 250 : cluster [DBG] pgmap v41: 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-09-20T23:23:02.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: cephadm 2024-09-20T23:23:01.227003+0000 mgr.y (mgr.15240) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: cephadm 2024-09-20T23:23:01.369775+0000 mgr.y (mgr.15240) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.489921+0000 mon.a (mon.0) 2808 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.492944+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.495121+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.498953+0000 mon.a (mon.0) 2811 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.500074+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.506221+0000 mon.a (mon.0) 2813 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: cephadm 2024-09-20T23:23:01.506635+0000 mgr.y (mgr.15240) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.625541+0000 mon.a (mon.0) 2814 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.628127+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.629465+0000 mon.a (mon.0) 2816 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.631873+0000 mon.a (mon.0) 2817 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.632744+0000 mon.a (mon.0) 2818 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.638412+0000 mon.a (mon.0) 2819 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: cephadm 2024-09-20T23:23:01.638993+0000 mgr.y (mgr.15240) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.766936+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.769197+0000 mon.a (mon.0) 2821 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.770834+0000 mon.a (mon.0) 2822 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.774389+0000 mon.a (mon.0) 2823 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.775669+0000 mon.a (mon.0) 2824 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.783893+0000 mon.a (mon.0) 2825 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.915768+0000 mon.a (mon.0) 2826 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.918283+0000 mon.a (mon.0) 2827 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.919655+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.922295+0000 mon.a (mon.0) 2829 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.923256+0000 mon.a (mon.0) 2830 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:01.931362+0000 mon.a (mon.0) 2831 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.061865+0000 mon.a (mon.0) 2832 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.064704+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.066490+0000 mon.a (mon.0) 2834 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.069886+0000 mon.a (mon.0) 2835 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.070752+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.077727+0000 mon.a (mon.0) 2837 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.207715+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.210190+0000 mon.a (mon.0) 2839 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.211929+0000 mon.a (mon.0) 2840 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.214685+0000 mon.a (mon.0) 2841 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.215489+0000 mon.a (mon.0) 2842 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.223382+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.355822+0000 mon.a (mon.0) 2844 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.358324+0000 mon.a (mon.0) 2845 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.359568+0000 mon.a (mon.0) 2846 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.363029+0000 mon.a (mon.0) 2847 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.363952+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:02 smithi142 bash[19948]: audit 2024-09-20T23:23:02.371272+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: cephadm 2024-09-20T23:23:00.694468+0000 mgr.y (mgr.15240) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: cephadm 2024-09-20T23:23:00.813141+0000 mgr.y (mgr.15240) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: cephadm 2024-09-20T23:23:00.953742+0000 mgr.y (mgr.15240) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: cephadm 2024-09-20T23:23:01.094295+0000 mgr.y (mgr.15240) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: cluster 2024-09-20T23:23:01.102635+0000 mgr.y (mgr.15240) 250 : cluster [DBG] pgmap v41: 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-09-20T23:23:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: cephadm 2024-09-20T23:23:01.227003+0000 mgr.y (mgr.15240) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: cephadm 2024-09-20T23:23:01.369775+0000 mgr.y (mgr.15240) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.489921+0000 mon.a (mon.0) 2808 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.492944+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.495121+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.498953+0000 mon.a (mon.0) 2811 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.500074+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.506221+0000 mon.a (mon.0) 2813 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: cephadm 2024-09-20T23:23:01.506635+0000 mgr.y (mgr.15240) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.625541+0000 mon.a (mon.0) 2814 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.628127+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.629465+0000 mon.a (mon.0) 2816 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.631873+0000 mon.a (mon.0) 2817 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.632744+0000 mon.a (mon.0) 2818 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.638412+0000 mon.a (mon.0) 2819 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: cephadm 2024-09-20T23:23:01.638993+0000 mgr.y (mgr.15240) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.766936+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.769197+0000 mon.a (mon.0) 2821 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.770834+0000 mon.a (mon.0) 2822 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.774389+0000 mon.a (mon.0) 2823 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.775669+0000 mon.a (mon.0) 2824 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.783893+0000 mon.a (mon.0) 2825 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.915768+0000 mon.a (mon.0) 2826 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.918283+0000 mon.a (mon.0) 2827 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.919655+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.922295+0000 mon.a (mon.0) 2829 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.923256+0000 mon.a (mon.0) 2830 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:01.931362+0000 mon.a (mon.0) 2831 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.061865+0000 mon.a (mon.0) 2832 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.064704+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.066490+0000 mon.a (mon.0) 2834 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.069886+0000 mon.a (mon.0) 2835 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.070752+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.077727+0000 mon.a (mon.0) 2837 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: cephadm 2024-09-20T23:23:00.694468+0000 mgr.y (mgr.15240) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: cephadm 2024-09-20T23:23:00.813141+0000 mgr.y (mgr.15240) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: cephadm 2024-09-20T23:23:00.953742+0000 mgr.y (mgr.15240) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: cephadm 2024-09-20T23:23:01.094295+0000 mgr.y (mgr.15240) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: cluster 2024-09-20T23:23:01.102635+0000 mgr.y (mgr.15240) 250 : cluster [DBG] pgmap v41: 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-09-20T23:23:02.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: cephadm 2024-09-20T23:23:01.227003+0000 mgr.y (mgr.15240) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: cephadm 2024-09-20T23:23:01.369775+0000 mgr.y (mgr.15240) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.489921+0000 mon.a (mon.0) 2808 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.492944+0000 mon.a (mon.0) 2809 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.495121+0000 mon.a (mon.0) 2810 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.498953+0000 mon.a (mon.0) 2811 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.500074+0000 mon.a (mon.0) 2812 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.506221+0000 mon.a (mon.0) 2813 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: cephadm 2024-09-20T23:23:01.506635+0000 mgr.y (mgr.15240) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.625541+0000 mon.a (mon.0) 2814 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.628127+0000 mon.a (mon.0) 2815 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.629465+0000 mon.a (mon.0) 2816 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.631873+0000 mon.a (mon.0) 2817 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.632744+0000 mon.a (mon.0) 2818 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.638412+0000 mon.a (mon.0) 2819 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.207715+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.210190+0000 mon.a (mon.0) 2839 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.211929+0000 mon.a (mon.0) 2840 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.214685+0000 mon.a (mon.0) 2841 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.215489+0000 mon.a (mon.0) 2842 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.223382+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.355822+0000 mon.a (mon.0) 2844 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.358324+0000 mon.a (mon.0) 2845 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.359568+0000 mon.a (mon.0) 2846 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.363029+0000 mon.a (mon.0) 2847 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.363952+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[19864]: audit 2024-09-20T23:23:02.371272+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: cephadm 2024-09-20T23:23:01.638993+0000 mgr.y (mgr.15240) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:02.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.766936+0000 mon.a (mon.0) 2820 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.769197+0000 mon.a (mon.0) 2821 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.770834+0000 mon.a (mon.0) 2822 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.774389+0000 mon.a (mon.0) 2823 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.775669+0000 mon.a (mon.0) 2824 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.783893+0000 mon.a (mon.0) 2825 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.915768+0000 mon.a (mon.0) 2826 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.918283+0000 mon.a (mon.0) 2827 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.919655+0000 mon.a (mon.0) 2828 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.922295+0000 mon.a (mon.0) 2829 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.923256+0000 mon.a (mon.0) 2830 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:01.931362+0000 mon.a (mon.0) 2831 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.061865+0000 mon.a (mon.0) 2832 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.064704+0000 mon.a (mon.0) 2833 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.066490+0000 mon.a (mon.0) 2834 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.069886+0000 mon.a (mon.0) 2835 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.070752+0000 mon.a (mon.0) 2836 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.077727+0000 mon.a (mon.0) 2837 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.207715+0000 mon.a (mon.0) 2838 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.210190+0000 mon.a (mon.0) 2839 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.211929+0000 mon.a (mon.0) 2840 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.214685+0000 mon.a (mon.0) 2841 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.215489+0000 mon.a (mon.0) 2842 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.223382+0000 mon.a (mon.0) 2843 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:02.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.355822+0000 mon.a (mon.0) 2844 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.358324+0000 mon.a (mon.0) 2845 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:02.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.359568+0000 mon.a (mon.0) 2846 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:02.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.363029+0000 mon.a (mon.0) 2847 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:02.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.363952+0000 mon.a (mon.0) 2848 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:02.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:02 smithi083 bash[25244]: audit 2024-09-20T23:23:02.371272+0000 mon.a (mon.0) 2849 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.679 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: cephadm 2024-09-20T23:23:01.784417+0000 mgr.y (mgr.15240) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.679 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: cephadm 2024-09-20T23:23:01.932973+0000 mgr.y (mgr.15240) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.679 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: cephadm 2024-09-20T23:23:02.078267+0000 mgr.y (mgr.15240) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: cephadm 2024-09-20T23:23:02.223923+0000 mgr.y (mgr.15240) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: cephadm 2024-09-20T23:23:02.371958+0000 mgr.y (mgr.15240) 259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.472221+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.475709+0000 mon.a (mon.0) 2851 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.476883+0000 mon.a (mon.0) 2852 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.478613+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.479219+0000 mon.a (mon.0) 2854 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.488709+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: cephadm 2024-09-20T23:23:02.489267+0000 mgr.y (mgr.15240) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.562845+0000 mon.a (mon.0) 2856 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.565009+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.566529+0000 mon.a (mon.0) 2858 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.570106+0000 mon.a (mon.0) 2859 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.680 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.571283+0000 mon.a (mon.0) 2860 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.581661+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: cephadm 2024-09-20T23:23:02.582342+0000 mgr.y (mgr.15240) 261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.659932+0000 mon.a (mon.0) 2862 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.662053+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.663183+0000 mon.a (mon.0) 2864 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.666042+0000 mon.a (mon.0) 2865 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.666957+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.674224+0000 mon.a (mon.0) 2867 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: cephadm 2024-09-20T23:23:02.674607+0000 mgr.y (mgr.15240) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.767316+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.769940+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.771088+0000 mon.a (mon.0) 2870 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.773127+0000 mon.a (mon.0) 2871 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.773897+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.780955+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.857100+0000 mon.a (mon.0) 2874 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.859193+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.860609+0000 mon.a (mon.0) 2876 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.862605+0000 mon.a (mon.0) 2877 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.863397+0000 mon.a (mon.0) 2878 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.872922+0000 mon.a (mon.0) 2879 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.948039+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.951032+0000 mon.a (mon.0) 2881 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.951933+0000 mon.a (mon.0) 2882 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.954133+0000 mon.a (mon.0) 2883 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.954879+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:02.961833+0000 mon.a (mon.0) 2885 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.036078+0000 mon.a (mon.0) 2886 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.038342+0000 mon.a (mon.0) 2887 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.039598+0000 mon.a (mon.0) 2888 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.042608+0000 mon.a (mon.0) 2889 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.043307+0000 mon.a (mon.0) 2890 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.052770+0000 mon.a (mon.0) 2891 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.139229+0000 mon.a (mon.0) 2892 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.141783+0000 mon.a (mon.0) 2893 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.143223+0000 mon.a (mon.0) 2894 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.146700+0000 mon.a (mon.0) 2895 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.147528+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.157401+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.248684+0000 mon.a (mon.0) 2898 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.251741+0000 mon.a (mon.0) 2899 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.253528+0000 mon.a (mon.0) 2900 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.256650+0000 mon.a (mon.0) 2901 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.257553+0000 mon.a (mon.0) 2902 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.263329+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.359808+0000 mon.a (mon.0) 2904 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.362496+0000 mon.a (mon.0) 2905 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.363834+0000 mon.a (mon.0) 2906 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.366703+0000 mon.a (mon.0) 2907 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.367631+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:03 smithi142 bash[19948]: audit 2024-09-20T23:23:03.373521+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: cephadm 2024-09-20T23:23:01.784417+0000 mgr.y (mgr.15240) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: cephadm 2024-09-20T23:23:01.932973+0000 mgr.y (mgr.15240) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: cephadm 2024-09-20T23:23:02.078267+0000 mgr.y (mgr.15240) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: cephadm 2024-09-20T23:23:02.223923+0000 mgr.y (mgr.15240) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: cephadm 2024-09-20T23:23:02.371958+0000 mgr.y (mgr.15240) 259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.472221+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.475709+0000 mon.a (mon.0) 2851 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.476883+0000 mon.a (mon.0) 2852 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.478613+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.479219+0000 mon.a (mon.0) 2854 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.488709+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: cephadm 2024-09-20T23:23:02.489267+0000 mgr.y (mgr.15240) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.562845+0000 mon.a (mon.0) 2856 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.565009+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.566529+0000 mon.a (mon.0) 2858 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.570106+0000 mon.a (mon.0) 2859 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.571283+0000 mon.a (mon.0) 2860 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.581661+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: cephadm 2024-09-20T23:23:02.582342+0000 mgr.y (mgr.15240) 261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.659932+0000 mon.a (mon.0) 2862 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: cephadm 2024-09-20T23:23:01.784417+0000 mgr.y (mgr.15240) 255 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: cephadm 2024-09-20T23:23:01.932973+0000 mgr.y (mgr.15240) 256 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: cephadm 2024-09-20T23:23:02.078267+0000 mgr.y (mgr.15240) 257 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: cephadm 2024-09-20T23:23:02.223923+0000 mgr.y (mgr.15240) 258 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: cephadm 2024-09-20T23:23:02.371958+0000 mgr.y (mgr.15240) 259 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.472221+0000 mon.a (mon.0) 2850 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.475709+0000 mon.a (mon.0) 2851 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.476883+0000 mon.a (mon.0) 2852 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.478613+0000 mon.a (mon.0) 2853 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.479219+0000 mon.a (mon.0) 2854 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.488709+0000 mon.a (mon.0) 2855 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: cephadm 2024-09-20T23:23:02.489267+0000 mgr.y (mgr.15240) 260 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.562845+0000 mon.a (mon.0) 2856 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.565009+0000 mon.a (mon.0) 2857 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.566529+0000 mon.a (mon.0) 2858 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.570106+0000 mon.a (mon.0) 2859 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.571283+0000 mon.a (mon.0) 2860 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.581661+0000 mon.a (mon.0) 2861 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: cephadm 2024-09-20T23:23:02.582342+0000 mgr.y (mgr.15240) 261 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.659932+0000 mon.a (mon.0) 2862 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.662053+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.663183+0000 mon.a (mon.0) 2864 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.666042+0000 mon.a (mon.0) 2865 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.666957+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.674224+0000 mon.a (mon.0) 2867 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: cephadm 2024-09-20T23:23:02.674607+0000 mgr.y (mgr.15240) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.767316+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.769940+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.771088+0000 mon.a (mon.0) 2870 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.773127+0000 mon.a (mon.0) 2871 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.773897+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.780955+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.857100+0000 mon.a (mon.0) 2874 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.859193+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.860609+0000 mon.a (mon.0) 2876 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.862605+0000 mon.a (mon.0) 2877 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.863397+0000 mon.a (mon.0) 2878 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.872922+0000 mon.a (mon.0) 2879 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.948039+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.662053+0000 mon.a (mon.0) 2863 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.663183+0000 mon.a (mon.0) 2864 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.666042+0000 mon.a (mon.0) 2865 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.666957+0000 mon.a (mon.0) 2866 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.674224+0000 mon.a (mon.0) 2867 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: cephadm 2024-09-20T23:23:02.674607+0000 mgr.y (mgr.15240) 262 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:03.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.767316+0000 mon.a (mon.0) 2868 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.769940+0000 mon.a (mon.0) 2869 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.771088+0000 mon.a (mon.0) 2870 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.773127+0000 mon.a (mon.0) 2871 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.773897+0000 mon.a (mon.0) 2872 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.780955+0000 mon.a (mon.0) 2873 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.857100+0000 mon.a (mon.0) 2874 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.859193+0000 mon.a (mon.0) 2875 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.860609+0000 mon.a (mon.0) 2876 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.862605+0000 mon.a (mon.0) 2877 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.863397+0000 mon.a (mon.0) 2878 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.872922+0000 mon.a (mon.0) 2879 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.948039+0000 mon.a (mon.0) 2880 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.951032+0000 mon.a (mon.0) 2881 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.951933+0000 mon.a (mon.0) 2882 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.954133+0000 mon.a (mon.0) 2883 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.954879+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:02.961833+0000 mon.a (mon.0) 2885 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.036078+0000 mon.a (mon.0) 2886 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.038342+0000 mon.a (mon.0) 2887 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.039598+0000 mon.a (mon.0) 2888 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.042608+0000 mon.a (mon.0) 2889 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.043307+0000 mon.a (mon.0) 2890 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.052770+0000 mon.a (mon.0) 2891 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.139229+0000 mon.a (mon.0) 2892 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.141783+0000 mon.a (mon.0) 2893 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.143223+0000 mon.a (mon.0) 2894 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.146700+0000 mon.a (mon.0) 2895 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.147528+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.157401+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.248684+0000 mon.a (mon.0) 2898 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.251741+0000 mon.a (mon.0) 2899 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.253528+0000 mon.a (mon.0) 2900 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.256650+0000 mon.a (mon.0) 2901 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.257553+0000 mon.a (mon.0) 2902 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.263329+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.359808+0000 mon.a (mon.0) 2904 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.362496+0000 mon.a (mon.0) 2905 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.363834+0000 mon.a (mon.0) 2906 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.366703+0000 mon.a (mon.0) 2907 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.367631+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[19864]: audit 2024-09-20T23:23:03.373521+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.951032+0000 mon.a (mon.0) 2881 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.951933+0000 mon.a (mon.0) 2882 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.954133+0000 mon.a (mon.0) 2883 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.954879+0000 mon.a (mon.0) 2884 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:02.961833+0000 mon.a (mon.0) 2885 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.036078+0000 mon.a (mon.0) 2886 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.038342+0000 mon.a (mon.0) 2887 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.039598+0000 mon.a (mon.0) 2888 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.042608+0000 mon.a (mon.0) 2889 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.043307+0000 mon.a (mon.0) 2890 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.052770+0000 mon.a (mon.0) 2891 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.139229+0000 mon.a (mon.0) 2892 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.141783+0000 mon.a (mon.0) 2893 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.143223+0000 mon.a (mon.0) 2894 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.146700+0000 mon.a (mon.0) 2895 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.147528+0000 mon.a (mon.0) 2896 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.157401+0000 mon.a (mon.0) 2897 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.248684+0000 mon.a (mon.0) 2898 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.251741+0000 mon.a (mon.0) 2899 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.253528+0000 mon.a (mon.0) 2900 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.256650+0000 mon.a (mon.0) 2901 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.257553+0000 mon.a (mon.0) 2902 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.263329+0000 mon.a (mon.0) 2903 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:03.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.359808+0000 mon.a (mon.0) 2904 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.362496+0000 mon.a (mon.0) 2905 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:03.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.363834+0000 mon.a (mon.0) 2906 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:03.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.366703+0000 mon.a (mon.0) 2907 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:03.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.367631+0000 mon.a (mon.0) 2908 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:03.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:03 smithi083 bash[25244]: audit 2024-09-20T23:23:03.373521+0000 mon.a (mon.0) 2909 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: cephadm 2024-09-20T23:23:02.781402+0000 mgr.y (mgr.15240) 263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: cephadm 2024-09-20T23:23:02.873403+0000 mgr.y (mgr.15240) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: cephadm 2024-09-20T23:23:02.962193+0000 mgr.y (mgr.15240) 265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: cephadm 2024-09-20T23:23:03.053245+0000 mgr.y (mgr.15240) 266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: cluster 2024-09-20T23:23:03.103048+0000 mgr.y (mgr.15240) 267 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:04.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: cephadm 2024-09-20T23:23:03.157892+0000 mgr.y (mgr.15240) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: cephadm 2024-09-20T23:23:03.263833+0000 mgr.y (mgr.15240) 269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: cephadm 2024-09-20T23:23:03.373987+0000 mgr.y (mgr.15240) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.477533+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.479526+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.480547+0000 mon.a (mon.0) 2912 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.482882+0000 mon.a (mon.0) 2913 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.483693+0000 mon.a (mon.0) 2914 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.489136+0000 mon.a (mon.0) 2915 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: cephadm 2024-09-20T23:23:03.489769+0000 mgr.y (mgr.15240) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.602160+0000 mon.a (mon.0) 2916 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.604323+0000 mon.a (mon.0) 2917 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.605439+0000 mon.a (mon.0) 2918 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.608482+0000 mon.a (mon.0) 2919 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.609648+0000 mon.a (mon.0) 2920 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.616820+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: cephadm 2024-09-20T23:23:03.617468+0000 mgr.y (mgr.15240) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.724116+0000 mon.a (mon.0) 2922 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.726525+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.728684+0000 mon.a (mon.0) 2924 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.731917+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.732868+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.740571+0000 mon.a (mon.0) 2927 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.850141+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.853310+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.855006+0000 mon.a (mon.0) 2930 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.858377+0000 mon.a (mon.0) 2931 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.859552+0000 mon.a (mon.0) 2932 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.865842+0000 mon.a (mon.0) 2933 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.971036+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.973667+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.975219+0000 mon.a (mon.0) 2936 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.978513+0000 mon.a (mon.0) 2937 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.979236+0000 mon.a (mon.0) 2938 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: cephadm 2024-09-20T23:23:02.781402+0000 mgr.y (mgr.15240) 263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: cephadm 2024-09-20T23:23:02.873403+0000 mgr.y (mgr.15240) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: cephadm 2024-09-20T23:23:02.962193+0000 mgr.y (mgr.15240) 265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: cephadm 2024-09-20T23:23:03.053245+0000 mgr.y (mgr.15240) 266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: cluster 2024-09-20T23:23:03.103048+0000 mgr.y (mgr.15240) 267 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:04.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: cephadm 2024-09-20T23:23:03.157892+0000 mgr.y (mgr.15240) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: cephadm 2024-09-20T23:23:03.263833+0000 mgr.y (mgr.15240) 269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: cephadm 2024-09-20T23:23:03.373987+0000 mgr.y (mgr.15240) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.477533+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.479526+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.480547+0000 mon.a (mon.0) 2912 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.482882+0000 mon.a (mon.0) 2913 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.483693+0000 mon.a (mon.0) 2914 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.489136+0000 mon.a (mon.0) 2915 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: cephadm 2024-09-20T23:23:03.489769+0000 mgr.y (mgr.15240) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.602160+0000 mon.a (mon.0) 2916 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.604323+0000 mon.a (mon.0) 2917 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.605439+0000 mon.a (mon.0) 2918 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.608482+0000 mon.a (mon.0) 2919 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.609648+0000 mon.a (mon.0) 2920 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: cephadm 2024-09-20T23:23:02.781402+0000 mgr.y (mgr.15240) 263 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: cephadm 2024-09-20T23:23:02.873403+0000 mgr.y (mgr.15240) 264 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: cephadm 2024-09-20T23:23:02.962193+0000 mgr.y (mgr.15240) 265 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: cephadm 2024-09-20T23:23:03.053245+0000 mgr.y (mgr.15240) 266 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: cluster 2024-09-20T23:23:03.103048+0000 mgr.y (mgr.15240) 267 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:04.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: cephadm 2024-09-20T23:23:03.157892+0000 mgr.y (mgr.15240) 268 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: cephadm 2024-09-20T23:23:03.263833+0000 mgr.y (mgr.15240) 269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: cephadm 2024-09-20T23:23:03.373987+0000 mgr.y (mgr.15240) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.477533+0000 mon.a (mon.0) 2910 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.479526+0000 mon.a (mon.0) 2911 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.480547+0000 mon.a (mon.0) 2912 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.482882+0000 mon.a (mon.0) 2913 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.483693+0000 mon.a (mon.0) 2914 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.489136+0000 mon.a (mon.0) 2915 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: cephadm 2024-09-20T23:23:03.489769+0000 mgr.y (mgr.15240) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.602160+0000 mon.a (mon.0) 2916 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.604323+0000 mon.a (mon.0) 2917 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.605439+0000 mon.a (mon.0) 2918 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.608482+0000 mon.a (mon.0) 2919 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.609648+0000 mon.a (mon.0) 2920 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:03.985625+0000 mon.a (mon.0) 2939 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.057450+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.059737+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.060704+0000 mon.a (mon.0) 2942 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.063302+0000 mon.a (mon.0) 2943 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.063977+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.069004+0000 mon.a (mon.0) 2945 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.088252+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.093511+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.098441+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.144297+0000 mon.a (mon.0) 2949 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.146682+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.148933+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.151262+0000 mon.a (mon.0) 2952 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.153286+0000 mon.a (mon.0) 2953 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.155005+0000 mon.a (mon.0) 2954 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.156499+0000 mon.a (mon.0) 2955 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.158443+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.160767+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.162625+0000 mon.a (mon.0) 2958 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.164354+0000 mon.a (mon.0) 2959 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.166128+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.167783+0000 mon.a (mon.0) 2961 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.169344+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.170942+0000 mon.a (mon.0) 2963 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.176560+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.178224+0000 mon.a (mon.0) 2965 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.184075+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.185245+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.188627+0000 mon.a (mon.0) 2968 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.189709+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.193266+0000 mon.a (mon.0) 2970 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.194674+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.195565+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.202757+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.204060+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.205225+0000 mon.a (mon.0) 2975 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.211303+0000 mon.a (mon.0) 2976 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-20T23:23:04.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.212540+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.214050+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.219877+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.221202+0000 mon.a (mon.0) 2980 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.222080+0000 mon.a (mon.0) 2981 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.226041+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.226967+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.236073+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.237174+0000 mon.a (mon.0) 2985 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.238129+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.239147+0000 mon.a (mon.0) 2987 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.240095+0000 mon.a (mon.0) 2988 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.241031+0000 mon.a (mon.0) 2989 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.241939+0000 mon.a (mon.0) 2990 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.243169+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.247685+0000 mon.a (mon.0) 2992 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.248424+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.251532+0000 mon.a (mon.0) 2994 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.252581+0000 mon.a (mon.0) 2995 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.259559+0000 mon.a (mon.0) 2996 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.354489+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.358606+0000 mon.a (mon.0) 2998 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.359836+0000 mon.a (mon.0) 2999 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:04 smithi142 bash[19948]: audit 2024-09-20T23:23:04.371701+0000 mon.a (mon.0) 3000 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.616820+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: cephadm 2024-09-20T23:23:03.617468+0000 mgr.y (mgr.15240) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.724116+0000 mon.a (mon.0) 2922 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.726525+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.728684+0000 mon.a (mon.0) 2924 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.731917+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.732868+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.740571+0000 mon.a (mon.0) 2927 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.850141+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.853310+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.855006+0000 mon.a (mon.0) 2930 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.858377+0000 mon.a (mon.0) 2931 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.859552+0000 mon.a (mon.0) 2932 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.865842+0000 mon.a (mon.0) 2933 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.971036+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.973667+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.975219+0000 mon.a (mon.0) 2936 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.978513+0000 mon.a (mon.0) 2937 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.979236+0000 mon.a (mon.0) 2938 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.616820+0000 mon.a (mon.0) 2921 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: cephadm 2024-09-20T23:23:03.617468+0000 mgr.y (mgr.15240) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:04.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.724116+0000 mon.a (mon.0) 2922 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.726525+0000 mon.a (mon.0) 2923 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.728684+0000 mon.a (mon.0) 2924 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.731917+0000 mon.a (mon.0) 2925 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.732868+0000 mon.a (mon.0) 2926 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.740571+0000 mon.a (mon.0) 2927 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.850141+0000 mon.a (mon.0) 2928 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.853310+0000 mon.a (mon.0) 2929 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.855006+0000 mon.a (mon.0) 2930 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.858377+0000 mon.a (mon.0) 2931 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.859552+0000 mon.a (mon.0) 2932 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.865842+0000 mon.a (mon.0) 2933 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.971036+0000 mon.a (mon.0) 2934 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.973667+0000 mon.a (mon.0) 2935 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.975219+0000 mon.a (mon.0) 2936 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.978513+0000 mon.a (mon.0) 2937 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.979236+0000 mon.a (mon.0) 2938 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:03.985625+0000 mon.a (mon.0) 2939 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.057450+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.059737+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.060704+0000 mon.a (mon.0) 2942 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.063302+0000 mon.a (mon.0) 2943 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.063977+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.069004+0000 mon.a (mon.0) 2945 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.088252+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.093511+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.098441+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.144297+0000 mon.a (mon.0) 2949 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.146682+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.148933+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.151262+0000 mon.a (mon.0) 2952 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.153286+0000 mon.a (mon.0) 2953 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.155005+0000 mon.a (mon.0) 2954 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.156499+0000 mon.a (mon.0) 2955 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.158443+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.160767+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.162625+0000 mon.a (mon.0) 2958 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:03.985625+0000 mon.a (mon.0) 2939 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.057450+0000 mon.a (mon.0) 2940 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.059737+0000 mon.a (mon.0) 2941 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.060704+0000 mon.a (mon.0) 2942 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.063302+0000 mon.a (mon.0) 2943 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.063977+0000 mon.a (mon.0) 2944 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.069004+0000 mon.a (mon.0) 2945 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.088252+0000 mon.a (mon.0) 2946 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.093511+0000 mon.a (mon.0) 2947 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.098441+0000 mon.a (mon.0) 2948 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.144297+0000 mon.a (mon.0) 2949 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.146682+0000 mon.a (mon.0) 2950 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.148933+0000 mon.a (mon.0) 2951 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.151262+0000 mon.a (mon.0) 2952 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.153286+0000 mon.a (mon.0) 2953 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.842 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.155005+0000 mon.a (mon.0) 2954 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.156499+0000 mon.a (mon.0) 2955 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.158443+0000 mon.a (mon.0) 2956 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.160767+0000 mon.a (mon.0) 2957 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.162625+0000 mon.a (mon.0) 2958 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.164354+0000 mon.a (mon.0) 2959 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.166128+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.167783+0000 mon.a (mon.0) 2961 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.169344+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.170942+0000 mon.a (mon.0) 2963 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.176560+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.178224+0000 mon.a (mon.0) 2965 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.184075+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.185245+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.188627+0000 mon.a (mon.0) 2968 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-20T23:23:04.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.189709+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:23:04.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.193266+0000 mon.a (mon.0) 2970 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-20T23:23:04.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.194674+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:23:04.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.195565+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:23:04.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.202757+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-20T23:23:04.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.204060+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:23:04.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.205225+0000 mon.a (mon.0) 2975 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:23:04.844 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.164354+0000 mon.a (mon.0) 2959 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.844 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.166128+0000 mon.a (mon.0) 2960 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.844 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.167783+0000 mon.a (mon.0) 2961 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.844 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.169344+0000 mon.a (mon.0) 2962 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.170942+0000 mon.a (mon.0) 2963 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.176560+0000 mon.a (mon.0) 2964 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.178224+0000 mon.a (mon.0) 2965 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.184075+0000 mon.a (mon.0) 2966 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.185245+0000 mon.a (mon.0) 2967 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.188627+0000 mon.a (mon.0) 2968 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.189709+0000 mon.a (mon.0) 2969 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.193266+0000 mon.a (mon.0) 2970 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.194674+0000 mon.a (mon.0) 2971 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.195565+0000 mon.a (mon.0) 2972 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.202757+0000 mon.a (mon.0) 2973 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.204060+0000 mon.a (mon.0) 2974 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:23:04.845 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.205225+0000 mon.a (mon.0) 2975 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:23:04.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.211303+0000 mon.a (mon.0) 2976 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-20T23:23:04.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.212540+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.214050+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:23:04.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.219877+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-20T23:23:04.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.221202+0000 mon.a (mon.0) 2980 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:23:04.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.222080+0000 mon.a (mon.0) 2981 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:23:04.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.226041+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-20T23:23:04.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.226967+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:23:04.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.236073+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-20T23:23:04.847 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.237174+0000 mon.a (mon.0) 2985 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.847 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.238129+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.847 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.239147+0000 mon.a (mon.0) 2987 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.847 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.240095+0000 mon.a (mon.0) 2988 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.847 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.241031+0000 mon.a (mon.0) 2989 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.847 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.241939+0000 mon.a (mon.0) 2990 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.847 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.243169+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:23:04.847 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.211303+0000 mon.a (mon.0) 2976 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-20T23:23:04.847 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.212540+0000 mon.a (mon.0) 2977 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.847 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.214050+0000 mon.a (mon.0) 2978 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.219877+0000 mon.a (mon.0) 2979 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.221202+0000 mon.a (mon.0) 2980 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.222080+0000 mon.a (mon.0) 2981 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.226041+0000 mon.a (mon.0) 2982 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.226967+0000 mon.a (mon.0) 2983 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.236073+0000 mon.a (mon.0) 2984 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.237174+0000 mon.a (mon.0) 2985 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.238129+0000 mon.a (mon.0) 2986 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.239147+0000 mon.a (mon.0) 2987 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.240095+0000 mon.a (mon.0) 2988 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.241031+0000 mon.a (mon.0) 2989 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.241939+0000 mon.a (mon.0) 2990 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:23:04.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.243169+0000 mon.a (mon.0) 2991 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:23:04.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.247685+0000 mon.a (mon.0) 2992 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-20T23:23:04.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.248424+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.251532+0000 mon.a (mon.0) 2994 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.252581+0000 mon.a (mon.0) 2995 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.259559+0000 mon.a (mon.0) 2996 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.354489+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.358606+0000 mon.a (mon.0) 2998 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.359836+0000 mon.a (mon.0) 2999 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[25244]: audit 2024-09-20T23:23:04.371701+0000 mon.a (mon.0) 3000 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.849 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.247685+0000 mon.a (mon.0) 2992 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-20T23:23:04.850 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.248424+0000 mon.a (mon.0) 2993 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.850 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.251532+0000 mon.a (mon.0) 2994 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.850 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.252581+0000 mon.a (mon.0) 2995 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.850 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.259559+0000 mon.a (mon.0) 2996 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:04.850 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.354489+0000 mon.a (mon.0) 2997 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:23:04.850 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.358606+0000 mon.a (mon.0) 2998 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:23:04.850 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.359836+0000 mon.a (mon.0) 2999 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:23:04.850 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:04 smithi083 bash[19864]: audit 2024-09-20T23:23:04.371701+0000 mon.a (mon.0) 3000 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:05.768 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:05 smithi142 bash[19948]: cephadm 2024-09-20T23:23:03.741273+0000 mgr.y (mgr.15240) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:05.768 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:05 smithi142 bash[19948]: cephadm 2024-09-20T23:23:03.866293+0000 mgr.y (mgr.15240) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:05.768 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:05 smithi142 bash[19948]: cephadm 2024-09-20T23:23:03.986067+0000 mgr.y (mgr.15240) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:05.768 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:05 smithi142 bash[19948]: cephadm 2024-09-20T23:23:04.069402+0000 mgr.y (mgr.15240) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:05.768 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:05 smithi142 bash[19948]: cephadm 2024-09-20T23:23:04.172065+0000 mgr.y (mgr.15240) 277 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-20T23:23:05.768 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:05 smithi142 bash[19948]: cephadm 2024-09-20T23:23:04.242633+0000 mgr.y (mgr.15240) 278 : cephadm [INF] Upgrade: Complete! 2024-09-20T23:23:05.769 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:05 smithi142 bash[19948]: audit 2024-09-20T23:23:05.347743+0000 mon.a (mon.0) 3001 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:05.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[19864]: cephadm 2024-09-20T23:23:03.741273+0000 mgr.y (mgr.15240) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:05.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[19864]: cephadm 2024-09-20T23:23:03.866293+0000 mgr.y (mgr.15240) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:05.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[19864]: cephadm 2024-09-20T23:23:03.986067+0000 mgr.y (mgr.15240) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:05.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[19864]: cephadm 2024-09-20T23:23:04.069402+0000 mgr.y (mgr.15240) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:05.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[19864]: cephadm 2024-09-20T23:23:04.172065+0000 mgr.y (mgr.15240) 277 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-20T23:23:05.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[19864]: cephadm 2024-09-20T23:23:04.242633+0000 mgr.y (mgr.15240) 278 : cephadm [INF] Upgrade: Complete! 2024-09-20T23:23:05.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[19864]: audit 2024-09-20T23:23:05.347743+0000 mon.a (mon.0) 3001 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:05.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[25244]: cephadm 2024-09-20T23:23:03.741273+0000 mgr.y (mgr.15240) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:05.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[25244]: cephadm 2024-09-20T23:23:03.866293+0000 mgr.y (mgr.15240) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:05.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[25244]: cephadm 2024-09-20T23:23:03.986067+0000 mgr.y (mgr.15240) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:05.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[25244]: cephadm 2024-09-20T23:23:04.069402+0000 mgr.y (mgr.15240) 276 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:23:05.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[25244]: cephadm 2024-09-20T23:23:04.172065+0000 mgr.y (mgr.15240) 277 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-20T23:23:05.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[25244]: cephadm 2024-09-20T23:23:04.242633+0000 mgr.y (mgr.15240) 278 : cephadm [INF] Upgrade: Complete! 2024-09-20T23:23:05.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:05 smithi083 bash[25244]: audit 2024-09-20T23:23:05.347743+0000 mon.a (mon.0) 3001 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:06.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:06 smithi142 bash[19948]: cluster 2024-09-20T23:23:05.103707+0000 mgr.y (mgr.15240) 279 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:23:06.710 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:06 smithi142 bash[19948]: audit 2024-09-20T23:23:05.468961+0000 mgr.y (mgr.15240) 280 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:06 smithi083 bash[19864]: cluster 2024-09-20T23:23:05.103707+0000 mgr.y (mgr.15240) 279 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:23:06.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:06 smithi083 bash[19864]: audit 2024-09-20T23:23:05.468961+0000 mgr.y (mgr.15240) 280 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:06.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:06 smithi083 bash[25244]: cluster 2024-09-20T23:23:05.103707+0000 mgr.y (mgr.15240) 279 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-20T23:23:06.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:06 smithi083 bash[25244]: audit 2024-09-20T23:23:05.468961+0000 mgr.y (mgr.15240) 280 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:08 smithi142 bash[19948]: cluster 2024-09-20T23:23:07.105402+0000 mgr.y (mgr.15240) 281 : cluster [DBG] pgmap v44: 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-09-20T23:23:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:08 smithi142 bash[19948]: audit 2024-09-20T23:23:07.410961+0000 mon.a (mon.0) 3002 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:08 smithi142 bash[19948]: audit 2024-09-20T23:23:07.421468+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:08 smithi142 bash[19948]: audit 2024-09-20T23:23:07.431878+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:08.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:08 smithi083 bash[19864]: cluster 2024-09-20T23:23:07.105402+0000 mgr.y (mgr.15240) 281 : cluster [DBG] pgmap v44: 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-09-20T23:23:08.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:08 smithi083 bash[19864]: audit 2024-09-20T23:23:07.410961+0000 mon.a (mon.0) 3002 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:08.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:08 smithi083 bash[19864]: audit 2024-09-20T23:23:07.421468+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:08.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:08 smithi083 bash[19864]: audit 2024-09-20T23:23:07.431878+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:08.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:08 smithi083 bash[25244]: cluster 2024-09-20T23:23:07.105402+0000 mgr.y (mgr.15240) 281 : cluster [DBG] pgmap v44: 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-09-20T23:23:08.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:08 smithi083 bash[25244]: audit 2024-09-20T23:23:07.410961+0000 mon.a (mon.0) 3002 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:08.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:08 smithi083 bash[25244]: audit 2024-09-20T23:23:07.421468+0000 mon.a (mon.0) 3003 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:08.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:08 smithi083 bash[25244]: audit 2024-09-20T23:23:07.431878+0000 mon.a (mon.0) 3004 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:10.726 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:10 smithi142 bash[19948]: cluster 2024-09-20T23:23:09.106111+0000 mgr.y (mgr.15240) 282 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:10.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:10 smithi083 bash[19864]: cluster 2024-09-20T23:23:09.106111+0000 mgr.y (mgr.15240) 282 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:10.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:10 smithi083 bash[25244]: cluster 2024-09-20T23:23:09.106111+0000 mgr.y (mgr.15240) 282 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:12.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:23:11 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:23:11] "GET /metrics HTTP/1.1" 200 38061 "" "Prometheus/2.43.0" 2024-09-20T23:23:12.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:12 smithi142 bash[19948]: cluster 2024-09-20T23:23:11.107650+0000 mgr.y (mgr.15240) 283 : cluster [DBG] pgmap v46: 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-09-20T23:23:12.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:12 smithi083 bash[19864]: cluster 2024-09-20T23:23:11.107650+0000 mgr.y (mgr.15240) 283 : cluster [DBG] pgmap v46: 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-09-20T23:23:12.823 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:12 smithi083 bash[25244]: cluster 2024-09-20T23:23:11.107650+0000 mgr.y (mgr.15240) 283 : cluster [DBG] pgmap v46: 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-09-20T23:23:14.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:13 smithi142 bash[19948]: cluster 2024-09-20T23:23:13.108466+0000 mgr.y (mgr.15240) 284 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:14.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:13 smithi083 bash[19864]: cluster 2024-09-20T23:23:13.108466+0000 mgr.y (mgr.15240) 284 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:14.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:13 smithi083 bash[25244]: cluster 2024-09-20T23:23:13.108466+0000 mgr.y (mgr.15240) 284 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:16.510 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:16 smithi083 bash[25244]: cluster 2024-09-20T23:23:15.109150+0000 mgr.y (mgr.15240) 285 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:16.510 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:16 smithi083 bash[25244]: audit 2024-09-20T23:23:15.350937+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:23:16.511 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:16 smithi083 bash[25244]: audit 2024-09-20T23:23:15.476775+0000 mgr.y (mgr.15240) 286 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:16.511 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:16 smithi083 bash[19864]: cluster 2024-09-20T23:23:15.109150+0000 mgr.y (mgr.15240) 285 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:16.511 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:16 smithi083 bash[19864]: audit 2024-09-20T23:23:15.350937+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:23:16.511 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:16 smithi083 bash[19864]: audit 2024-09-20T23:23:15.476775+0000 mgr.y (mgr.15240) 286 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:16 smithi142 bash[19948]: cluster 2024-09-20T23:23:15.109150+0000 mgr.y (mgr.15240) 285 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:16 smithi142 bash[19948]: audit 2024-09-20T23:23:15.350937+0000 mon.a (mon.0) 3005 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:23:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:16 smithi142 bash[19948]: audit 2024-09-20T23:23:15.476775+0000 mgr.y (mgr.15240) 286 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:18.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:18 smithi083 bash[19864]: cluster 2024-09-20T23:23:17.110891+0000 mgr.y (mgr.15240) 287 : cluster [DBG] pgmap v49: 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-09-20T23:23:18.323 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:18 smithi083 bash[19864]: audit 2024-09-20T23:23:18.021259+0000 mon.a (mon.0) 3006 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:18.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:18 smithi083 bash[19864]: audit 2024-09-20T23:23:18.032562+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:18.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:18 smithi083 bash[19864]: audit 2024-09-20T23:23:18.042772+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:18.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:18 smithi083 bash[25244]: cluster 2024-09-20T23:23:17.110891+0000 mgr.y (mgr.15240) 287 : cluster [DBG] pgmap v49: 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-09-20T23:23:18.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:18 smithi083 bash[25244]: audit 2024-09-20T23:23:18.021259+0000 mon.a (mon.0) 3006 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:18.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:18 smithi083 bash[25244]: audit 2024-09-20T23:23:18.032562+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:18.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:18 smithi083 bash[25244]: audit 2024-09-20T23:23:18.042772+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:18.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:18 smithi142 bash[19948]: cluster 2024-09-20T23:23:17.110891+0000 mgr.y (mgr.15240) 287 : cluster [DBG] pgmap v49: 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-09-20T23:23:18.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:18 smithi142 bash[19948]: audit 2024-09-20T23:23:18.021259+0000 mon.a (mon.0) 3006 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:18.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:18 smithi142 bash[19948]: audit 2024-09-20T23:23:18.032562+0000 mon.a (mon.0) 3007 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:18.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:18 smithi142 bash[19948]: audit 2024-09-20T23:23:18.042772+0000 mon.a (mon.0) 3008 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:20.470 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:20 smithi083 bash[25244]: cluster 2024-09-20T23:23:19.111448+0000 mgr.y (mgr.15240) 288 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:20.470 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:20 smithi083 bash[19864]: cluster 2024-09-20T23:23:19.111448+0000 mgr.y (mgr.15240) 288 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:20.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:20 smithi142 bash[19948]: cluster 2024-09-20T23:23:19.111448+0000 mgr.y (mgr.15240) 288 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:21.007 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-20T23:23:21.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:21 smithi083 bash[25244]: audit 2024-09-20T23:23:20.281504+0000 mgr.y (mgr.15240) 289 : audit [DBG] from='client.25411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:21.274 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:21 smithi083 bash[19864]: audit 2024-09-20T23:23:20.281504+0000 mgr.y (mgr.15240) 289 : audit [DBG] from='client.25411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:21.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:21 smithi142 bash[19948]: audit 2024-09-20T23:23:20.281504+0000 mgr.y (mgr.15240) 289 : audit [DBG] from='client.25411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:22.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:23:21 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:23:21] "GET /metrics HTTP/1.1" 200 38055 "" "Prometheus/2.43.0" 2024-09-20T23:23:22.435 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:22 smithi083 bash[19864]: cluster 2024-09-20T23:23:21.112991+0000 mgr.y (mgr.15240) 290 : cluster [DBG] pgmap v51: 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-09-20T23:23:22.435 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:22 smithi083 bash[25244]: cluster 2024-09-20T23:23:21.112991+0000 mgr.y (mgr.15240) 290 : cluster [DBG] pgmap v51: 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-09-20T23:23:22.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:22 smithi142 bash[19948]: cluster 2024-09-20T23:23:21.112991+0000 mgr.y (mgr.15240) 290 : cluster [DBG] pgmap v51: 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-09-20T23:23:24.218 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:23 smithi083 bash[25244]: cluster 2024-09-20T23:23:23.113695+0000 mgr.y (mgr.15240) 291 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:24.218 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:23 smithi083 bash[19864]: cluster 2024-09-20T23:23:23.113695+0000 mgr.y (mgr.15240) 291 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:24.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:23 smithi142 bash[19948]: cluster 2024-09-20T23:23:23.113695+0000 mgr.y (mgr.15240) 291 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:24.725 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:23:25.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:24 smithi083 bash[25244]: audit 2024-09-20T23:23:24.713455+0000 mon.a (mon.0) 3009 : audit [DBG] from='client.? 172.21.15.83:0/3279624525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:25.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:24 smithi083 bash[19864]: audit 2024-09-20T23:23:24.713455+0000 mon.a (mon.0) 3009 : audit [DBG] from='client.? 172.21.15.83:0/3279624525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:25.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:24 smithi142 bash[19948]: audit 2024-09-20T23:23:24.713455+0000 mon.a (mon.0) 3009 : audit [DBG] from='client.? 172.21.15.83:0/3279624525' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:25.502 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions | jq -e '"'"'.mgr | keys'"'"' | grep $sha1' 2024-09-20T23:23:26.296 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:25 smithi142 bash[19948]: cluster 2024-09-20T23:23:25.114378+0000 mgr.y (mgr.15240) 292 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:26.296 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:25 smithi142 bash[19948]: audit 2024-09-20T23:23:25.485100+0000 mgr.y (mgr.15240) 293 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:26.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:25 smithi083 bash[25244]: cluster 2024-09-20T23:23:25.114378+0000 mgr.y (mgr.15240) 292 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:26.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:25 smithi083 bash[25244]: audit 2024-09-20T23:23:25.485100+0000 mgr.y (mgr.15240) 293 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:26.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:25 smithi083 bash[19864]: cluster 2024-09-20T23:23:25.114378+0000 mgr.y (mgr.15240) 292 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:26.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:25 smithi083 bash[19864]: audit 2024-09-20T23:23:25.485100+0000 mgr.y (mgr.15240) 293 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:28.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:28 smithi142 bash[19948]: cluster 2024-09-20T23:23:27.115374+0000 mgr.y (mgr.15240) 294 : cluster [DBG] pgmap v54: 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-09-20T23:23:28.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:28 smithi142 bash[19948]: audit 2024-09-20T23:23:27.589598+0000 mon.a (mon.0) 3010 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:28.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:28 smithi142 bash[19948]: audit 2024-09-20T23:23:27.597744+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:28.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:28 smithi142 bash[19948]: audit 2024-09-20T23:23:27.605831+0000 mon.a (mon.0) 3012 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:29.073 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:28 smithi083 bash[25244]: cluster 2024-09-20T23:23:27.115374+0000 mgr.y (mgr.15240) 294 : cluster [DBG] pgmap v54: 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-09-20T23:23:29.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:28 smithi083 bash[25244]: audit 2024-09-20T23:23:27.589598+0000 mon.a (mon.0) 3010 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:29.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:28 smithi083 bash[25244]: audit 2024-09-20T23:23:27.597744+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:29.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:28 smithi083 bash[25244]: audit 2024-09-20T23:23:27.605831+0000 mon.a (mon.0) 3012 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:29.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:28 smithi083 bash[19864]: cluster 2024-09-20T23:23:27.115374+0000 mgr.y (mgr.15240) 294 : cluster [DBG] pgmap v54: 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-09-20T23:23:29.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:28 smithi083 bash[19864]: audit 2024-09-20T23:23:27.589598+0000 mon.a (mon.0) 3010 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:29.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:28 smithi083 bash[19864]: audit 2024-09-20T23:23:27.597744+0000 mon.a (mon.0) 3011 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:29.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:28 smithi083 bash[19864]: audit 2024-09-20T23:23:27.605831+0000 mon.a (mon.0) 3012 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:29.146 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)" 2024-09-20T23:23:29.835 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 2'"'"'' 2024-09-20T23:23:29.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:29 smithi083 bash[25244]: audit 2024-09-20T23:23:29.135369+0000 mon.c (mon.1) 207 : audit [DBG] from='client.? 172.21.15.83:0/1400651434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:29.846 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:29 smithi083 bash[19864]: audit 2024-09-20T23:23:29.135369+0000 mon.c (mon.1) 207 : audit [DBG] from='client.? 172.21.15.83:0/1400651434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:30.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:29 smithi142 bash[19948]: audit 2024-09-20T23:23:29.135369+0000 mon.c (mon.1) 207 : audit [DBG] from='client.? 172.21.15.83:0/1400651434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:31.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:30 smithi142 bash[19948]: cluster 2024-09-20T23:23:29.115795+0000 mgr.y (mgr.15240) 295 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:31.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:30 smithi142 bash[19948]: audit 2024-09-20T23:23:30.351389+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:23:31.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:30 smithi083 bash[19864]: cluster 2024-09-20T23:23:29.115795+0000 mgr.y (mgr.15240) 295 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:31.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:30 smithi083 bash[19864]: audit 2024-09-20T23:23:30.351389+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:23:31.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:30 smithi083 bash[25244]: cluster 2024-09-20T23:23:29.115795+0000 mgr.y (mgr.15240) 295 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:31.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:30 smithi083 bash[25244]: audit 2024-09-20T23:23:30.351389+0000 mon.a (mon.0) 3013 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:23:32.073 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:23:31 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:23:31] "GET /metrics HTTP/1.1" 200 38055 "" "Prometheus/2.43.0" 2024-09-20T23:23:33.034 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:32 smithi083 bash[19864]: cluster 2024-09-20T23:23:31.117355+0000 mgr.y (mgr.15240) 296 : cluster [DBG] pgmap v56: 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-09-20T23:23:33.034 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:32 smithi083 bash[25244]: cluster 2024-09-20T23:23:31.117355+0000 mgr.y (mgr.15240) 296 : cluster [DBG] pgmap v56: 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-09-20T23:23:33.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:32 smithi142 bash[19948]: cluster 2024-09-20T23:23:31.117355+0000 mgr.y (mgr.15240) 296 : cluster [DBG] pgmap v56: 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-09-20T23:23:33.505 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:23:34.246 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:33 smithi083 bash[25244]: cluster 2024-09-20T23:23:33.117843+0000 mgr.y (mgr.15240) 297 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:34.246 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:33 smithi083 bash[25244]: audit 2024-09-20T23:23:33.492983+0000 mon.a (mon.0) 3014 : audit [DBG] from='client.? 172.21.15.83:0/1890693746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:34.246 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:33 smithi083 bash[19864]: cluster 2024-09-20T23:23:33.117843+0000 mgr.y (mgr.15240) 297 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:34.246 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:33 smithi083 bash[19864]: audit 2024-09-20T23:23:33.492983+0000 mon.a (mon.0) 3014 : audit [DBG] from='client.? 172.21.15.83:0/1890693746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:34.247 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 2'"'"'' 2024-09-20T23:23:34.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:33 smithi142 bash[19948]: cluster 2024-09-20T23:23:33.117843+0000 mgr.y (mgr.15240) 297 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:34.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:33 smithi142 bash[19948]: audit 2024-09-20T23:23:33.492983+0000 mon.a (mon.0) 3014 : audit [DBG] from='client.? 172.21.15.83:0/1890693746' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:23:36.531 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:36 smithi083 bash[19864]: cluster 2024-09-20T23:23:35.118522+0000 mgr.y (mgr.15240) 298 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:36.531 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:36 smithi083 bash[19864]: audit 2024-09-20T23:23:35.493035+0000 mgr.y (mgr.15240) 299 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:36.531 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:36 smithi083 bash[25244]: cluster 2024-09-20T23:23:35.118522+0000 mgr.y (mgr.15240) 298 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:36.531 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:36 smithi083 bash[25244]: audit 2024-09-20T23:23:35.493035+0000 mgr.y (mgr.15240) 299 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:36.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:36 smithi142 bash[19948]: cluster 2024-09-20T23:23:35.118522+0000 mgr.y (mgr.15240) 298 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:36.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:36 smithi142 bash[19948]: audit 2024-09-20T23:23:35.493035+0000 mgr.y (mgr.15240) 299 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:38.572 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:38 smithi083 bash[25244]: cluster 2024-09-20T23:23:37.120157+0000 mgr.y (mgr.15240) 300 : cluster [DBG] pgmap v59: 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-09-20T23:23:38.572 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:38 smithi083 bash[19864]: cluster 2024-09-20T23:23:37.120157+0000 mgr.y (mgr.15240) 300 : cluster [DBG] pgmap v59: 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-09-20T23:23:38.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:38 smithi142 bash[19948]: cluster 2024-09-20T23:23:37.120157+0000 mgr.y (mgr.15240) 300 : cluster [DBG] pgmap v59: 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-09-20T23:23:39.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:39 smithi142 bash[19948]: audit 2024-09-20T23:23:38.220369+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:39.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:39 smithi142 bash[19948]: audit 2024-09-20T23:23:38.230443+0000 mon.a (mon.0) 3016 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:39.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:39 smithi142 bash[19948]: audit 2024-09-20T23:23:38.242559+0000 mon.a (mon.0) 3017 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:39.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:39 smithi083 bash[25244]: audit 2024-09-20T23:23:38.220369+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:39.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:39 smithi083 bash[25244]: audit 2024-09-20T23:23:38.230443+0000 mon.a (mon.0) 3016 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:39.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:39 smithi083 bash[25244]: audit 2024-09-20T23:23:38.242559+0000 mon.a (mon.0) 3017 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:39.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:39 smithi083 bash[19864]: audit 2024-09-20T23:23:38.220369+0000 mon.a (mon.0) 3015 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:39.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:39 smithi083 bash[19864]: audit 2024-09-20T23:23:38.230443+0000 mon.a (mon.0) 3016 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:39.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:39 smithi083 bash[19864]: audit 2024-09-20T23:23:38.242559+0000 mon.a (mon.0) 3017 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:40.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:40 smithi142 bash[19948]: cluster 2024-09-20T23:23:39.120624+0000 mgr.y (mgr.15240) 301 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:40.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:40 smithi142 bash[19948]: audit 2024-09-20T23:23:39.522897+0000 mgr.y (mgr.15240) 302 : audit [DBG] from='client.25435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:40.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:40 smithi083 bash[25244]: cluster 2024-09-20T23:23:39.120624+0000 mgr.y (mgr.15240) 301 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:40.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:40 smithi083 bash[25244]: audit 2024-09-20T23:23:39.522897+0000 mgr.y (mgr.15240) 302 : audit [DBG] from='client.25435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:40.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:40 smithi083 bash[19864]: cluster 2024-09-20T23:23:39.120624+0000 mgr.y (mgr.15240) 301 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:40.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:40 smithi083 bash[19864]: audit 2024-09-20T23:23:39.522897+0000 mgr.y (mgr.15240) 302 : audit [DBG] from='client.25435 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:42.001 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:23:41 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:23:41] "GET /metrics HTTP/1.1" 200 38055 "" "Prometheus/2.43.0" 2024-09-20T23:23:42.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:42 smithi083 bash[19864]: cluster 2024-09-20T23:23:41.122172+0000 mgr.y (mgr.15240) 303 : cluster [DBG] pgmap v61: 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-09-20T23:23:42.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:42 smithi083 bash[25244]: cluster 2024-09-20T23:23:41.122172+0000 mgr.y (mgr.15240) 303 : cluster [DBG] pgmap v61: 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-09-20T23:23:42.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:42 smithi142 bash[19948]: cluster 2024-09-20T23:23:41.122172+0000 mgr.y (mgr.15240) 303 : cluster [DBG] pgmap v61: 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-09-20T23:23:43.060 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:23:43.762 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch upgrade status' 2024-09-20T23:23:44.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:43 smithi083 bash[19864]: cluster 2024-09-20T23:23:43.122634+0000 mgr.y (mgr.15240) 304 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:44.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:43 smithi083 bash[25244]: cluster 2024-09-20T23:23:43.122634+0000 mgr.y (mgr.15240) 304 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:44.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:43 smithi142 bash[19948]: cluster 2024-09-20T23:23:43.122634+0000 mgr.y (mgr.15240) 304 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:46.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:46 smithi142 bash[19948]: cluster 2024-09-20T23:23:45.123059+0000 mgr.y (mgr.15240) 305 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:46.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:46 smithi142 bash[19948]: audit 2024-09-20T23:23:45.351657+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:23:46.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:46 smithi142 bash[19948]: audit 2024-09-20T23:23:45.500986+0000 mgr.y (mgr.15240) 306 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:46.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:46 smithi083 bash[19864]: cluster 2024-09-20T23:23:45.123059+0000 mgr.y (mgr.15240) 305 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:46.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:46 smithi083 bash[19864]: audit 2024-09-20T23:23:45.351657+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:23:46.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:46 smithi083 bash[19864]: audit 2024-09-20T23:23:45.500986+0000 mgr.y (mgr.15240) 306 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:46.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:46 smithi083 bash[25244]: cluster 2024-09-20T23:23:45.123059+0000 mgr.y (mgr.15240) 305 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:46.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:46 smithi083 bash[25244]: audit 2024-09-20T23:23:45.351657+0000 mon.a (mon.0) 3018 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:23:46.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:46 smithi083 bash[25244]: audit 2024-09-20T23:23:45.500986+0000 mgr.y (mgr.15240) 306 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:47.306 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:23:47.306 INFO:teuthology.orchestra.run.smithi083.stdout: "target_image": null, 2024-09-20T23:23:47.306 INFO:teuthology.orchestra.run.smithi083.stdout: "in_progress": false, 2024-09-20T23:23:47.306 INFO:teuthology.orchestra.run.smithi083.stdout: "which": "", 2024-09-20T23:23:47.307 INFO:teuthology.orchestra.run.smithi083.stdout: "services_complete": [], 2024-09-20T23:23:47.307 INFO:teuthology.orchestra.run.smithi083.stdout: "progress": null, 2024-09-20T23:23:47.307 INFO:teuthology.orchestra.run.smithi083.stdout: "message": "", 2024-09-20T23:23:47.307 INFO:teuthology.orchestra.run.smithi083.stdout: "is_paused": false 2024-09-20T23:23:47.307 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:23:48.024 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph health detail' 2024-09-20T23:23:48.294 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:48 smithi083 bash[25244]: cluster 2024-09-20T23:23:47.124635+0000 mgr.y (mgr.15240) 307 : cluster [DBG] pgmap v64: 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-09-20T23:23:48.294 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:48 smithi083 bash[25244]: audit 2024-09-20T23:23:47.307605+0000 mgr.y (mgr.15240) 308 : audit [DBG] from='client.25441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:48.294 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:48 smithi083 bash[25244]: audit 2024-09-20T23:23:47.726446+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:48.295 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:48 smithi083 bash[25244]: audit 2024-09-20T23:23:47.738673+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:48.295 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:48 smithi083 bash[25244]: audit 2024-09-20T23:23:47.751212+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:48.295 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:48 smithi083 bash[19864]: cluster 2024-09-20T23:23:47.124635+0000 mgr.y (mgr.15240) 307 : cluster [DBG] pgmap v64: 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-09-20T23:23:48.295 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:48 smithi083 bash[19864]: audit 2024-09-20T23:23:47.307605+0000 mgr.y (mgr.15240) 308 : audit [DBG] from='client.25441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:48.295 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:48 smithi083 bash[19864]: audit 2024-09-20T23:23:47.726446+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:48.295 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:48 smithi083 bash[19864]: audit 2024-09-20T23:23:47.738673+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:48.295 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:48 smithi083 bash[19864]: audit 2024-09-20T23:23:47.751212+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:48.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:48 smithi142 bash[19948]: cluster 2024-09-20T23:23:47.124635+0000 mgr.y (mgr.15240) 307 : cluster [DBG] pgmap v64: 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-09-20T23:23:48.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:48 smithi142 bash[19948]: audit 2024-09-20T23:23:47.307605+0000 mgr.y (mgr.15240) 308 : audit [DBG] from='client.25441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:48.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:48 smithi142 bash[19948]: audit 2024-09-20T23:23:47.726446+0000 mon.a (mon.0) 3019 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:48.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:48 smithi142 bash[19948]: audit 2024-09-20T23:23:47.738673+0000 mon.a (mon.0) 3020 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:48.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:48 smithi142 bash[19948]: audit 2024-09-20T23:23:47.751212+0000 mon.a (mon.0) 3021 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:50.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:50 smithi142 bash[19948]: cluster 2024-09-20T23:23:49.125286+0000 mgr.y (mgr.15240) 309 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:50.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:50 smithi083 bash[19864]: cluster 2024-09-20T23:23:49.125286+0000 mgr.y (mgr.15240) 309 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:50 smithi083 bash[25244]: cluster 2024-09-20T23:23:49.125286+0000 mgr.y (mgr.15240) 309 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:51.740 INFO:teuthology.orchestra.run.smithi083.stdout:HEALTH_OK 2024-09-20T23:23:52.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:23:51 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:23:51] "GET /metrics HTTP/1.1" 200 38059 "" "Prometheus/2.43.0" 2024-09-20T23:23:52.466 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:52 smithi083 bash[19864]: cluster 2024-09-20T23:23:51.126903+0000 mgr.y (mgr.15240) 310 : cluster [DBG] pgmap v66: 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-09-20T23:23:52.466 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:52 smithi083 bash[19864]: audit 2024-09-20T23:23:51.742309+0000 mon.a (mon.0) 3022 : audit [DBG] from='client.? 172.21.15.83:0/3173500391' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:23:52.466 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:52 smithi083 bash[25244]: cluster 2024-09-20T23:23:51.126903+0000 mgr.y (mgr.15240) 310 : cluster [DBG] pgmap v66: 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-09-20T23:23:52.466 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:52 smithi083 bash[25244]: audit 2024-09-20T23:23:51.742309+0000 mon.a (mon.0) 3022 : audit [DBG] from='client.? 172.21.15.83:0/3173500391' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:23:52.467 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.x | awk '"'"'{print $2}'"'"')' 2024-09-20T23:23:52.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:52 smithi142 bash[19948]: cluster 2024-09-20T23:23:51.126903+0000 mgr.y (mgr.15240) 310 : cluster [DBG] pgmap v66: 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-09-20T23:23:52.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:52 smithi142 bash[19948]: audit 2024-09-20T23:23:51.742309+0000 mon.a (mon.0) 3022 : audit [DBG] from='client.? 172.21.15.83:0/3173500391' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:23:54.073 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:53 smithi083 bash[19864]: cluster 2024-09-20T23:23:53.127541+0000 mgr.y (mgr.15240) 311 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:54.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:53 smithi083 bash[25244]: cluster 2024-09-20T23:23:53.127541+0000 mgr.y (mgr.15240) 311 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:54.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:53 smithi142 bash[19948]: cluster 2024-09-20T23:23:53.127541+0000 mgr.y (mgr.15240) 311 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:56.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:56 smithi142 bash[19948]: cluster 2024-09-20T23:23:55.128215+0000 mgr.y (mgr.15240) 312 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:56.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:56 smithi142 bash[19948]: audit 2024-09-20T23:23:55.512364+0000 mgr.y (mgr.15240) 313 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:56.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:56 smithi083 bash[25244]: cluster 2024-09-20T23:23:55.128215+0000 mgr.y (mgr.15240) 312 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:56.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:56 smithi083 bash[25244]: audit 2024-09-20T23:23:55.512364+0000 mgr.y (mgr.15240) 313 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:56 smithi083 bash[19864]: cluster 2024-09-20T23:23:55.128215+0000 mgr.y (mgr.15240) 312 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:23:56.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:56 smithi083 bash[19864]: audit 2024-09-20T23:23:55.512364+0000 mgr.y (mgr.15240) 313 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:23:57.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:57 smithi142 bash[19948]: audit 2024-09-20T23:23:56.078951+0000 mgr.y (mgr.15240) 314 : audit [DBG] from='client.25453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:57.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:57 smithi142 bash[19948]: audit 2024-09-20T23:23:56.504915+0000 mgr.y (mgr.15240) 315 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "daemon_types": "mon", "hosts": "smithi142", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:57.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:57 smithi083 bash[25244]: audit 2024-09-20T23:23:56.078951+0000 mgr.y (mgr.15240) 314 : audit [DBG] from='client.25453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:57.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:57 smithi083 bash[25244]: audit 2024-09-20T23:23:56.504915+0000 mgr.y (mgr.15240) 315 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "daemon_types": "mon", "hosts": "smithi142", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:57.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:57 smithi083 bash[19864]: audit 2024-09-20T23:23:56.078951+0000 mgr.y (mgr.15240) 314 : audit [DBG] from='client.25453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:57.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:57 smithi083 bash[19864]: audit 2024-09-20T23:23:56.504915+0000 mgr.y (mgr.15240) 315 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "daemon_types": "mon", "hosts": "smithi142", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:23:58.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:58 smithi142 bash[19948]: cluster 2024-09-20T23:23:57.129916+0000 mgr.y (mgr.15240) 316 : cluster [DBG] pgmap v69: 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-09-20T23:23:58.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:58 smithi083 bash[19864]: cluster 2024-09-20T23:23:57.129916+0000 mgr.y (mgr.15240) 316 : cluster [DBG] pgmap v69: 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-09-20T23:23:58.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:58 smithi083 bash[25244]: cluster 2024-09-20T23:23:57.129916+0000 mgr.y (mgr.15240) 316 : cluster [DBG] pgmap v69: 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-09-20T23:23:59.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:59 smithi083 bash[19864]: audit 2024-09-20T23:23:58.424893+0000 mon.a (mon.0) 3023 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:59.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:59 smithi083 bash[19864]: audit 2024-09-20T23:23:58.434816+0000 mon.a (mon.0) 3024 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:59.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:23:59 smithi083 bash[19864]: audit 2024-09-20T23:23:58.443978+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:59.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:59 smithi083 bash[25244]: audit 2024-09-20T23:23:58.424893+0000 mon.a (mon.0) 3023 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:59.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:59 smithi083 bash[25244]: audit 2024-09-20T23:23:58.434816+0000 mon.a (mon.0) 3024 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:59.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:23:59 smithi083 bash[25244]: audit 2024-09-20T23:23:58.443978+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:59.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:59 smithi142 bash[19948]: audit 2024-09-20T23:23:58.424893+0000 mon.a (mon.0) 3023 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:59.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:59 smithi142 bash[19948]: audit 2024-09-20T23:23:58.434816+0000 mon.a (mon.0) 3024 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:23:59.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:23:59 smithi142 bash[19948]: audit 2024-09-20T23:23:58.443978+0000 mon.a (mon.0) 3025 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:00.573 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:00 smithi083 bash[25244]: cluster 2024-09-20T23:23:59.130770+0000 mgr.y (mgr.15240) 317 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:00.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:00 smithi083 bash[25244]: audit 2024-09-20T23:24:00.352186+0000 mon.a (mon.0) 3026 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:24:00.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:00 smithi083 bash[19864]: cluster 2024-09-20T23:23:59.130770+0000 mgr.y (mgr.15240) 317 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:00.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:00 smithi083 bash[19864]: audit 2024-09-20T23:24:00.352186+0000 mon.a (mon.0) 3026 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:24:00.599 INFO:teuthology.orchestra.run.smithi083.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:24:00.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:00 smithi142 bash[19948]: cluster 2024-09-20T23:23:59.130770+0000 mgr.y (mgr.15240) 317 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:00.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:00 smithi142 bash[19948]: audit 2024-09-20T23:24:00.352186+0000 mon.a (mon.0) 3026 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:24:01.604 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[25244]: cephadm 2024-09-20T23:24:00.595449+0000 mgr.y (mgr.15240) 318 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:24:01.604 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[25244]: audit 2024-09-20T23:24:00.601132+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:01.604 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[25244]: audit 2024-09-20T23:24:00.601915+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:01.604 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[25244]: audit 2024-09-20T23:24:00.604321+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:01.605 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[19864]: cephadm 2024-09-20T23:24:00.595449+0000 mgr.y (mgr.15240) 318 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:24:01.605 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[19864]: audit 2024-09-20T23:24:00.601132+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:01.605 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[19864]: audit 2024-09-20T23:24:00.601915+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:01.605 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[19864]: audit 2024-09-20T23:24:00.604321+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:01.605 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[19864]: audit 2024-09-20T23:24:00.605234+0000 mon.a (mon.0) 3030 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:01.605 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[19864]: audit 2024-09-20T23:24:00.610755+0000 mon.a (mon.0) 3031 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:01.605 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[19864]: cephadm 2024-09-20T23:24:00.688508+0000 mgr.y (mgr.15240) 319 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:24:02.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:01 smithi142 bash[19948]: cephadm 2024-09-20T23:24:00.595449+0000 mgr.y (mgr.15240) 318 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:24:02.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:01 smithi142 bash[19948]: audit 2024-09-20T23:24:00.601132+0000 mon.a (mon.0) 3027 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:02.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:01 smithi142 bash[19948]: audit 2024-09-20T23:24:00.601915+0000 mon.a (mon.0) 3028 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:02.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:01 smithi142 bash[19948]: audit 2024-09-20T23:24:00.604321+0000 mon.a (mon.0) 3029 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:02.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:01 smithi142 bash[19948]: audit 2024-09-20T23:24:00.605234+0000 mon.a (mon.0) 3030 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:02.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:01 smithi142 bash[19948]: audit 2024-09-20T23:24:00.610755+0000 mon.a (mon.0) 3031 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:02.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:01 smithi142 bash[19948]: cephadm 2024-09-20T23:24:00.688508+0000 mgr.y (mgr.15240) 319 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:24:02.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:24:01] "GET /metrics HTTP/1.1" 200 38067 "" "Prometheus/2.43.0" 2024-09-20T23:24:02.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[25244]: audit 2024-09-20T23:24:00.605234+0000 mon.a (mon.0) 3030 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:02.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[25244]: audit 2024-09-20T23:24:00.610755+0000 mon.a (mon.0) 3031 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:02.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:01 smithi083 bash[25244]: cephadm 2024-09-20T23:24:00.688508+0000 mgr.y (mgr.15240) 319 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:24:02.088 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- 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 ; sleep 30 ; done' 2024-09-20T23:24:02.955 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:02 smithi083 bash[25244]: cluster 2024-09-20T23:24:01.132341+0000 mgr.y (mgr.15240) 320 : cluster [DBG] pgmap v71: 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-09-20T23:24:02.955 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:02 smithi083 bash[19864]: cluster 2024-09-20T23:24:01.132341+0000 mgr.y (mgr.15240) 320 : cluster [DBG] pgmap v71: 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-09-20T23:24:03.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:02 smithi142 bash[19948]: cluster 2024-09-20T23:24:01.132341+0000 mgr.y (mgr.15240) 320 : cluster [DBG] pgmap v71: 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-09-20T23:24:04.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:03 smithi142 bash[19948]: cluster 2024-09-20T23:24:03.132996+0000 mgr.y (mgr.15240) 321 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:04.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:03 smithi083 bash[25244]: cluster 2024-09-20T23:24:03.132996+0000 mgr.y (mgr.15240) 321 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:04.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:03 smithi083 bash[19864]: cluster 2024-09-20T23:24:03.132996+0000 mgr.y (mgr.15240) 321 : cluster [DBG] pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:06.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:06 smithi142 bash[19948]: cluster 2024-09-20T23:24:05.133725+0000 mgr.y (mgr.15240) 322 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:06.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:06 smithi142 bash[19948]: audit 2024-09-20T23:24:05.523664+0000 mgr.y (mgr.15240) 323 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:06.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:06 smithi083 bash[19864]: cluster 2024-09-20T23:24:05.133725+0000 mgr.y (mgr.15240) 322 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:06.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:06 smithi083 bash[19864]: audit 2024-09-20T23:24:05.523664+0000 mgr.y (mgr.15240) 323 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:06.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:06 smithi083 bash[25244]: cluster 2024-09-20T23:24:05.133725+0000 mgr.y (mgr.15240) 322 : cluster [DBG] pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:06.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:06 smithi083 bash[25244]: audit 2024-09-20T23:24:05.523664+0000 mgr.y (mgr.15240) 323 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:07.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:07 smithi142 bash[19948]: audit 2024-09-20T23:24:06.190572+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:07.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:07 smithi142 bash[19948]: cephadm 2024-09-20T23:24:06.191122+0000 mgr.y (mgr.15240) 324 : cephadm [INF] Upgrade: Target is version 19.1.1-367-g9e2ac70b (squid) 2024-09-20T23:24:07.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:07 smithi142 bash[19948]: cephadm 2024-09-20T23:24:06.191202+0000 mgr.y (mgr.15240) 325 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, digests ['quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5'] 2024-09-20T23:24:07.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:07 smithi142 bash[19948]: audit 2024-09-20T23:24:06.196927+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:07.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:07 smithi142 bash[19948]: audit 2024-09-20T23:24:06.200038+0000 mon.a (mon.0) 3034 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:07.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:07 smithi142 bash[19948]: cephadm 2024-09-20T23:24:06.201143+0000 mgr.y (mgr.15240) 326 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-20T23:24:07.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:07 smithi142 bash[19948]: audit 2024-09-20T23:24:06.206478+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:07.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:07 smithi142 bash[19948]: audit 2024-09-20T23:24:06.208969+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-20T23:24:07.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:07 smithi142 bash[19948]: audit 2024-09-20T23:24:06.210425+0000 mon.a (mon.0) 3037 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-20T23:24:07.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:07 smithi142 bash[19948]: cephadm 2024-09-20T23:24:06.211347+0000 mgr.y (mgr.15240) 327 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-20T23:24:07.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[25244]: audit 2024-09-20T23:24:06.190572+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:07.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[25244]: cephadm 2024-09-20T23:24:06.191122+0000 mgr.y (mgr.15240) 324 : cephadm [INF] Upgrade: Target is version 19.1.1-367-g9e2ac70b (squid) 2024-09-20T23:24:07.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[25244]: cephadm 2024-09-20T23:24:06.191202+0000 mgr.y (mgr.15240) 325 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, digests ['quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5'] 2024-09-20T23:24:07.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[25244]: audit 2024-09-20T23:24:06.196927+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:07.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[25244]: audit 2024-09-20T23:24:06.200038+0000 mon.a (mon.0) 3034 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:07.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[25244]: cephadm 2024-09-20T23:24:06.201143+0000 mgr.y (mgr.15240) 326 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-20T23:24:07.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[25244]: audit 2024-09-20T23:24:06.206478+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:07.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[25244]: audit 2024-09-20T23:24:06.208969+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-20T23:24:07.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[25244]: audit 2024-09-20T23:24:06.210425+0000 mon.a (mon.0) 3037 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-20T23:24:07.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[25244]: cephadm 2024-09-20T23:24:06.211347+0000 mgr.y (mgr.15240) 327 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-20T23:24:07.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[19864]: audit 2024-09-20T23:24:06.190572+0000 mon.a (mon.0) 3032 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:07.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[19864]: cephadm 2024-09-20T23:24:06.191122+0000 mgr.y (mgr.15240) 324 : cephadm [INF] Upgrade: Target is version 19.1.1-367-g9e2ac70b (squid) 2024-09-20T23:24:07.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[19864]: cephadm 2024-09-20T23:24:06.191202+0000 mgr.y (mgr.15240) 325 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, digests ['quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5'] 2024-09-20T23:24:07.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[19864]: audit 2024-09-20T23:24:06.196927+0000 mon.a (mon.0) 3033 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:07.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[19864]: audit 2024-09-20T23:24:06.200038+0000 mon.a (mon.0) 3034 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:07.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[19864]: cephadm 2024-09-20T23:24:06.201143+0000 mgr.y (mgr.15240) 326 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-20T23:24:07.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[19864]: audit 2024-09-20T23:24:06.206478+0000 mon.a (mon.0) 3035 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:07.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[19864]: audit 2024-09-20T23:24:06.208969+0000 mon.a (mon.0) 3036 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-20T23:24:07.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[19864]: audit 2024-09-20T23:24:06.210425+0000 mon.a (mon.0) 3037 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-20T23:24:07.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:07 smithi083 bash[19864]: cephadm 2024-09-20T23:24:06.211347+0000 mgr.y (mgr.15240) 327 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-09-20T23:24:07.712 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:24:08.469 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:24:08.469 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 10s ago 33m - - 2024-09-20T23:24:08.469 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 0s ago 33m - - 2024-09-20T23:24:08.469 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (16m) 10s ago 26m 14.5M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (75s) 0s ago 25m 74.0M - 9.4.12 2bacad6d85d8 0e41a43feae1 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (2m) 10s ago 23m 42.0M - 3.5 e1d6a67b021e 0cd44e702c29 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283,8765 running (2m) 0s ago 32m 425M - 19.1.1-367-g9e2ac70b cc9251b744a3 2ffefdbc107a 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (13m) 10s ago 34m 497M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (34m) 10s ago 34m 93.8M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (32m) 0s ago 32m 67.6M 2048M 17.2.0 e1d6a67b021e f020a95bce9d 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (33m) 10s ago 33m 68.5M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (16m) 10s ago 26m 8611k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (15m) 0s ago 26m 8328k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (31m) 10s ago 32m 56.4M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (31m) 10s ago 31m 57.7M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (30m) 10s ago 30m 52.9M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (29m) 10s ago 29m 56.9M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (29m) 0s ago 29m 59.3M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:24:08.470 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (28m) 0s ago 28m 55.9M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:24:08.471 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (28m) 0s ago 28m 53.8M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:24:08.471 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (27m) 0s ago 27m 57.8M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:24:08.471 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (2m) 0s ago 26m 55.6M - 2.43.0 a07b618ecd1d c2f1748fdf3a 2024-09-20T23:24:08.471 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (24m) 10s ago 24m 88.8M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:24:08.471 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (24m) 0s ago 24m 91.0M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:24:08.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:08 smithi142 bash[19948]: cluster 2024-09-20T23:24:07.135406+0000 mgr.y (mgr.15240) 328 : cluster [DBG] pgmap v74: 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-09-20T23:24:08.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:08 smithi142 bash[19948]: audit 2024-09-20T23:24:07.698506+0000 mgr.y (mgr.15240) 329 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:08.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:08 smithi142 bash[19948]: audit 2024-09-20T23:24:07.925647+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:08.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:08 smithi142 bash[19948]: audit 2024-09-20T23:24:07.937708+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:08.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:08 smithi142 bash[19948]: audit 2024-09-20T23:24:07.950101+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:08.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:08 smithi083 bash[25244]: cluster 2024-09-20T23:24:07.135406+0000 mgr.y (mgr.15240) 328 : cluster [DBG] pgmap v74: 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-09-20T23:24:08.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:08 smithi083 bash[25244]: audit 2024-09-20T23:24:07.698506+0000 mgr.y (mgr.15240) 329 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:08.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:08 smithi083 bash[25244]: audit 2024-09-20T23:24:07.925647+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:08.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:08 smithi083 bash[25244]: audit 2024-09-20T23:24:07.937708+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:08.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:08 smithi083 bash[25244]: audit 2024-09-20T23:24:07.950101+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:08.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:08 smithi083 bash[19864]: cluster 2024-09-20T23:24:07.135406+0000 mgr.y (mgr.15240) 328 : cluster [DBG] pgmap v74: 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-09-20T23:24:08.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:08 smithi083 bash[19864]: audit 2024-09-20T23:24:07.698506+0000 mgr.y (mgr.15240) 329 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:08.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:08 smithi083 bash[19864]: audit 2024-09-20T23:24:07.925647+0000 mon.a (mon.0) 3038 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:08.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:08 smithi083 bash[19864]: audit 2024-09-20T23:24:07.937708+0000 mon.a (mon.0) 3039 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:08.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:08 smithi083 bash[19864]: audit 2024-09-20T23:24:07.950101+0000 mon.a (mon.0) 3040 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:08.887 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:24:08.887 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:24:08.887 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2024-09-20T23:24:08.887 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:24:08.887 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:24:08.887 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:24:08.887 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:24:08.887 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:24:08.887 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:24:08.887 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:24:08.887 INFO:teuthology.orchestra.run.smithi083.stdout: "mds": {}, 2024-09-20T23:24:08.887 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:24:08.888 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:24:08.888 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:24:08.888 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:24:08.888 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2024-09-20T23:24:08.888 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:24:08.888 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:24:08.888 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:24:09.236 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:24:09.236 INFO:teuthology.orchestra.run.smithi083.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5", 2024-09-20T23:24:09.236 INFO:teuthology.orchestra.run.smithi083.stdout: "in_progress": true, 2024-09-20T23:24:09.236 INFO:teuthology.orchestra.run.smithi083.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi142", 2024-09-20T23:24:09.236 INFO:teuthology.orchestra.run.smithi083.stdout: "services_complete": [], 2024-09-20T23:24:09.236 INFO:teuthology.orchestra.run.smithi083.stdout: "progress": "0/1 daemons upgraded", 2024-09-20T23:24:09.236 INFO:teuthology.orchestra.run.smithi083.stdout: "message": "Currently upgrading mon daemons", 2024-09-20T23:24:09.236 INFO:teuthology.orchestra.run.smithi083.stdout: "is_paused": false 2024-09-20T23:24:09.236 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:24:09.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:09 smithi142 bash[19948]: audit 2024-09-20T23:24:08.075592+0000 mgr.y (mgr.15240) 330 : audit [DBG] from='client.25471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:09.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:09 smithi142 bash[19948]: audit 2024-09-20T23:24:08.431237+0000 mgr.y (mgr.15240) 331 : audit [DBG] from='client.25477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:09.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:09 smithi142 bash[19948]: audit 2024-09-20T23:24:08.888006+0000 mon.c (mon.1) 208 : audit [DBG] from='client.? 172.21.15.83:0/229924349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:09.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:09 smithi083 bash[19864]: audit 2024-09-20T23:24:08.075592+0000 mgr.y (mgr.15240) 330 : audit [DBG] from='client.25471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:09.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:09 smithi083 bash[19864]: audit 2024-09-20T23:24:08.431237+0000 mgr.y (mgr.15240) 331 : audit [DBG] from='client.25477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:09.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:09 smithi083 bash[19864]: audit 2024-09-20T23:24:08.888006+0000 mon.c (mon.1) 208 : audit [DBG] from='client.? 172.21.15.83:0/229924349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:09.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:09 smithi083 bash[25244]: audit 2024-09-20T23:24:08.075592+0000 mgr.y (mgr.15240) 330 : audit [DBG] from='client.25471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:09.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:09 smithi083 bash[25244]: audit 2024-09-20T23:24:08.431237+0000 mgr.y (mgr.15240) 331 : audit [DBG] from='client.25477 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:09.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:09 smithi083 bash[25244]: audit 2024-09-20T23:24:08.888006+0000 mon.c (mon.1) 208 : audit [DBG] from='client.? 172.21.15.83:0/229924349' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:10.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:10 smithi142 bash[19948]: cluster 2024-09-20T23:24:09.136073+0000 mgr.y (mgr.15240) 332 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:10.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:10 smithi142 bash[19948]: audit 2024-09-20T23:24:09.236911+0000 mgr.y (mgr.15240) 333 : audit [DBG] from='client.25489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:10.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:10 smithi142 bash[19948]: cephadm 2024-09-20T23:24:09.460139+0000 mgr.y (mgr.15240) 334 : cephadm [INF] Upgrade: Updating mon.b 2024-09-20T23:24:10.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:10 smithi142 bash[19948]: audit 2024-09-20T23:24:09.468960+0000 mon.a (mon.0) 3041 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:10.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:10 smithi142 bash[19948]: audit 2024-09-20T23:24:09.470865+0000 mon.a (mon.0) 3042 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:24:10.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:10 smithi142 bash[19948]: audit 2024-09-20T23:24:09.472257+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:24:10.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:10 smithi142 bash[19948]: audit 2024-09-20T23:24:09.473648+0000 mon.a (mon.0) 3044 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:10.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:10 smithi142 bash[19948]: cephadm 2024-09-20T23:24:09.475551+0000 mgr.y (mgr.15240) 335 : cephadm [INF] Deploying daemon mon.b on smithi142 2024-09-20T23:24:10.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[19864]: cluster 2024-09-20T23:24:09.136073+0000 mgr.y (mgr.15240) 332 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:10.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[19864]: audit 2024-09-20T23:24:09.236911+0000 mgr.y (mgr.15240) 333 : audit [DBG] from='client.25489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:10.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[19864]: cephadm 2024-09-20T23:24:09.460139+0000 mgr.y (mgr.15240) 334 : cephadm [INF] Upgrade: Updating mon.b 2024-09-20T23:24:10.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[19864]: audit 2024-09-20T23:24:09.468960+0000 mon.a (mon.0) 3041 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:10.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[19864]: audit 2024-09-20T23:24:09.470865+0000 mon.a (mon.0) 3042 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:24:10.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[19864]: audit 2024-09-20T23:24:09.472257+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:24:10.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[19864]: audit 2024-09-20T23:24:09.473648+0000 mon.a (mon.0) 3044 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:10.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[19864]: cephadm 2024-09-20T23:24:09.475551+0000 mgr.y (mgr.15240) 335 : cephadm [INF] Deploying daemon mon.b on smithi142 2024-09-20T23:24:10.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[25244]: cluster 2024-09-20T23:24:09.136073+0000 mgr.y (mgr.15240) 332 : cluster [DBG] pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:10.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[25244]: audit 2024-09-20T23:24:09.236911+0000 mgr.y (mgr.15240) 333 : audit [DBG] from='client.25489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:10.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[25244]: cephadm 2024-09-20T23:24:09.460139+0000 mgr.y (mgr.15240) 334 : cephadm [INF] Upgrade: Updating mon.b 2024-09-20T23:24:10.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[25244]: audit 2024-09-20T23:24:09.468960+0000 mon.a (mon.0) 3041 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:10.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[25244]: audit 2024-09-20T23:24:09.470865+0000 mon.a (mon.0) 3042 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:24:10.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[25244]: audit 2024-09-20T23:24:09.472257+0000 mon.a (mon.0) 3043 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:24:10.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[25244]: audit 2024-09-20T23:24:09.473648+0000 mon.a (mon.0) 3044 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:10.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:10 smithi083 bash[25244]: cephadm 2024-09-20T23:24:09.475551+0000 mgr.y (mgr.15240) 335 : cephadm [INF] Deploying daemon mon.b on smithi142 2024-09-20T23:24:12.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:24:11 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:24:11] "GET /metrics HTTP/1.1" 200 38067 "" "Prometheus/2.43.0" 2024-09-20T23:24:12.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:12 smithi142 bash[19948]: cluster 2024-09-20T23:24:11.137653+0000 mgr.y (mgr.15240) 336 : cluster [DBG] pgmap v76: 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-09-20T23:24:12.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:12 smithi083 bash[19864]: cluster 2024-09-20T23:24:11.137653+0000 mgr.y (mgr.15240) 336 : cluster [DBG] pgmap v76: 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-09-20T23:24:12.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:12 smithi083 bash[25244]: cluster 2024-09-20T23:24:11.137653+0000 mgr.y (mgr.15240) 336 : cluster [DBG] pgmap v76: 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-09-20T23:24:14.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:13 smithi142 bash[19948]: cluster 2024-09-20T23:24:13.138487+0000 mgr.y (mgr.15240) 337 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:14.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:13 smithi083 bash[19864]: cluster 2024-09-20T23:24:13.138487+0000 mgr.y (mgr.15240) 337 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:14.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:13 smithi083 bash[25244]: cluster 2024-09-20T23:24:13.138487+0000 mgr.y (mgr.15240) 337 : cluster [DBG] pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:14.392 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:14 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:14.392 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:24:14 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:14.392 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:24:14 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:14.393 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:24:14 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:14.393 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:24:14 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:14.393 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:24:14 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:14.393 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:24:14 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:14.394 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:24:14 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:14.394 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:24:14 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:14.648 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:14 smithi142 systemd[1]: Stopping Ceph mon.b for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:24:14.649 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:14 smithi142 bash[19948]: debug 2024-09-20T23:24:14.488+0000 7f2c25617700 -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-09-20T23:24:14.649 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:14 smithi142 bash[19948]: debug 2024-09-20T23:24:14.488+0000 7f2c25617700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-20T23:24:15.503 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:15 smithi142 bash[74215]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mon-b 2024-09-20T23:24:15.504 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:15 smithi142 bash[74274]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mon-b 2024-09-20T23:24:15.504 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:15 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.b.service: Deactivated successfully. 2024-09-20T23:24:15.504 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:15 smithi142 systemd[1]: Stopped Ceph mon.b for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:24:15.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:24:15 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:15.823 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:24:15 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:15.824 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:24:15 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:15.824 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:24:15 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:15.824 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:24:15 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:15.824 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:24:15 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:15.825 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:24:15 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:15 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:15 smithi142 systemd[1]: Started Ceph mon.b for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:24:15.825 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:24:15 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:24:17.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.744+0000 7f8943c0bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-20T23:24:17.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.744+0000 7f8943c0bc80 0 ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable), process ceph-mon, pid 7 2024-09-20T23:24:17.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.744+0000 7f8943c0bc80 0 pidfile_write: ignore empty --pid-file 2024-09-20T23:24:17.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.744+0000 7f8943c0bc80 0 load: jerasure load: lrc 2024-09-20T23:24:17.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-20T23:24:17.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Git sha 0 2024-09-20T23:24:17.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Compile date 2024-09-19 18:20:48 2024-09-20T23:24:17.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: DB SUMMARY 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: DB Session ID: 9SCHUP7UIMAON2EGXVWM 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: CURRENT file: CURRENT 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 4392 Bytes 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000078.sst 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000076.log size: 1137583 ; 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.error_if_exists: 0 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.create_if_missing: 0 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-20T23:24:17.075 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.env: 0x5586b093f940 2024-09-20T23:24:17.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-20T23:24:17.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.info_log: 0x5586b13956e0 2024-09-20T23:24:17.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-20T23:24:17.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.statistics: (nil) 2024-09-20T23:24:17.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.use_fsync: 0 2024-09-20T23:24:17.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-20T23:24:17.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T23:24:17.076 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.db_log_dir: 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.wal_dir: 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T23:24:17.077 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.write_buffer_manager: 0x5586b13a48c0 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-20T23:24:17.078 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.unordered_write: 0 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.row_cache: None 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.wal_filter: None 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.two_write_queues: 0 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.wal_compression: 0 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.atomic_flush: 0 2024-09-20T23:24:17.079 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-20T23:24:17.080 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_open_files: -1 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-20T23:24:17.081 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-20T23:24:17.082 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Compression algorithms supported: 2024-09-20T23:24:17.082 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: kZSTD supported: 0 2024-09-20T23:24:17.082 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: kXpressCompression supported: 0 2024-09-20T23:24:17.082 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-20T23:24:17.082 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T23:24:17.082 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-20T23:24:17.082 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: kZlibCompression supported: 1 2024-09-20T23:24:17.082 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-20T23:24:17.082 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-20T23:24:17.082 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T23:24:17.082 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-20T23:24:17.082 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2024-09-20T23:24:17.083 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-20T23:24:17.083 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T23:24:17.083 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.merge_operator: 2024-09-20T23:24:17.083 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_filter: None 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5586b1395320) 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: cache_index_and_filter_blocks: 1 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: pin_top_level_index_and_filter: 1 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: index_type: 0 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: data_block_index_type: 0 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: index_shortening: 1 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: data_block_hash_table_util_ratio: 0.750000 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: checksum: 4 2024-09-20T23:24:17.084 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: no_block_cache: 0 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: block_cache: 0x5586b138b1f0 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: block_cache_name: BinnedLRUCache 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: block_cache_options: 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: capacity : 536870912 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: num_shard_bits : 4 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: strict_capacity_limit : 0 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: high_pri_pool_ratio: 0.000 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: block_cache_compressed: (nil) 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: persistent_cache: (nil) 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: block_size: 4096 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: block_size_deviation: 10 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: block_restart_interval: 16 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: index_block_restart_interval: 1 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: metadata_block_size: 4096 2024-09-20T23:24:17.085 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: partition_filters: 0 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: use_delta_encoding: 1 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: filter_policy: bloomfilter 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: whole_key_filtering: 1 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: verify_compression: 0 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: read_amp_bytes_per_bit: 0 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: format_version: 5 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: enable_index_compression: 1 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: block_align: 0 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: max_auto_readahead_size: 262144 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: prepopulate_block_cache: 0 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: initial_auto_readahead_size: 8192 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: num_file_reads_for_auto_readahead: 2 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-20T23:24:17.086 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compression: NoCompression 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.num_levels: 7 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T23:24:17.087 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T23:24:17.088 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T23:24:17.089 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T23:24:17.090 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.bloom_locality: 0 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.ttl: 2592000 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T23:24:17.091 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.enable_blob_files: false 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.min_blob_size: 0 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f89409e2640 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 78.sst 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 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 80, last_sequence is 43362, log_number is 76,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-20T23:24:17.092 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 76 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 06c56db0-afb3-4985-aaa5-561d2b381ec9 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726874656752525, "job": 1, "event": "recovery_started", "wal_files": [76]} 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.748+0000 7f8943c0bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #76 mode 2 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.752+0000 7f8943c0bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726874656756766, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 81, "file_size": 717030, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 43367, "largest_seqno": 44033, "table_properties": {"data_size": 713611, "index_size": 1739, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 645, "raw_key_size": 5557, "raw_average_key_size": 23, "raw_value_size": 708204, "raw_average_value_size": 2950, "num_data_blocks": 77, "num_entries": 240, "num_filter_entries": 240, "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": 1726874656, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "06c56db0-afb3-4985-aaa5-561d2b381ec9", "db_session_id": "9SCHUP7UIMAON2EGXVWM", "orig_file_number": 81, "seqno_to_time_mapping": "N/A"}} 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.752+0000 7f8943c0bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726874656756904, "job": 1, "event": "recovery_finished"} 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.752+0000 7f8943c0bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 83 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.752+0000 7f8943c0bc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f8943c0bc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000076.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f8943c0bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5586b13b6e00 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f8943c0bc80 4 rocksdb: DB pointer 0x5586b14b6000 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f89399d4640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f89399d4640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: ** DB Stats ** 2024-09-20T23:24:17.093 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: ** Compaction Stats [default] ** 2024-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: 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-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: L0 1/0 700.22 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 307.6 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: L6 1/0 10.06 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-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Sum 2/0 10.74 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 307.6 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 307.6 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-09-20T23:24:17.094 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: ** Compaction Stats [default] ** 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: 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-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 307.6 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Flush(GB): cumulative 0.001, interval 0.001 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: AddFile(Keys): cumulative 0, interval 0 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Cumulative compaction: 0.00 GB write, 92.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Interval compaction: 0.00 GB write, 92.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: 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-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Block cache BinnedLRUCache@0x5586b138b1f0#7 capacity: 512.00 MB usage: 2.55 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-20T23:24:17.095 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: Block cache entry stats(count,size,portion): FilterBlock(1,0.72 KB,0.000137091%) IndexBlock(1,1.83 KB,0.000348687%) Misc(1,0.00 KB,0%) 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: ** File Read Latency Histogram By Level [default] ** 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f8943c0bc80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] at bind addrs [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f8943c0bc80 1 mon.b@-1(???) e3 preinit fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f8943c0bc80 0 mon.b@-1(???).mds e1 new map 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f8943c0bc80 0 mon.b@-1(???).mds e1 print_map 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: e1 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: btime 1970-01-01T00:00:00:000000+0000 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: 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-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: legacy client fscid: -1 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: No filesystems configured 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f8943c0bc80 0 mon.b@-1(???).osd e113 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f8943c0bc80 0 mon.b@-1(???).osd e113 crush map has features 432629239337189376, adjusting msgr requires 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f8943c0bc80 0 mon.b@-1(???).osd e113 crush map has features 432629239337189376, adjusting msgr requires 2024-09-20T23:24:17.096 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f8943c0bc80 0 mon.b@-1(???).osd e113 crush map has features 432629239337189376, adjusting msgr requires 2024-09-20T23:24:17.097 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:16 smithi142 bash[74331]: debug 2024-09-20T23:24:16.756+0000 7f8943c0bc80 1 mon.b@-1(???).paxosservice(auth 1..29) refresh upgraded, format 0 -> 3 2024-09-20T23:24:18.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cluster 2024-09-20T23:24:15.139304+0000 mgr.y (mgr.15240) 338 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:18.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:15.535014+0000 mgr.y (mgr.15240) 339 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:18.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cluster 2024-09-20T23:24:16.972285+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-20T23:24:18.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cluster 2024-09-20T23:24:16.975078+0000 mon.c (mon.1) 209 : cluster [INF] mon.c calling monitor election 2024-09-20T23:24:18.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cluster 2024-09-20T23:24:16.975567+0000 mon.a (mon.0) 3046 : cluster [INF] mon.a calling monitor election 2024-09-20T23:24:18.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cluster 2024-09-20T23:24:16.998793+0000 mon.a (mon.0) 3047 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T23:24:18.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cluster 2024-09-20T23:24:17.010609+0000 mon.a (mon.0) 3048 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],b=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],c=[v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0]} 2024-09-20T23:24:18.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cluster 2024-09-20T23:24:17.010707+0000 mon.a (mon.0) 3049 : cluster [DBG] fsmap 2024-09-20T23:24:18.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cluster 2024-09-20T23:24:17.010804+0000 mon.a (mon.0) 3050 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cluster 2024-09-20T23:24:17.011650+0000 mon.a (mon.0) 3051 : cluster [DBG] mgrmap e42: y(active, since 2m), standbys: x 2024-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cluster 2024-09-20T23:24:17.037688+0000 mon.a (mon.0) 3052 : cluster [INF] overall HEALTH_OK 2024-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.044818+0000 mon.a (mon.0) 3053 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.054543+0000 mon.a (mon.0) 3054 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.056769+0000 mon.a (mon.0) 3055 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.061065+0000 mon.a (mon.0) 3056 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.062764+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.074497+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cephadm 2024-09-20T23:24:17.075363+0000 mgr.y (mgr.15240) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cluster 2024-09-20T23:24:17.141003+0000 mgr.y (mgr.15240) 341 : cluster [DBG] pgmap v79: 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-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.191447+0000 mon.a (mon.0) 3059 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.194403+0000 mon.a (mon.0) 3060 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.196583+0000 mon.a (mon.0) 3061 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.199733+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.200927+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.211670+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cephadm 2024-09-20T23:24:17.212558+0000 mgr.y (mgr.15240) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.326870+0000 mon.a (mon.0) 3065 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.329579+0000 mon.a (mon.0) 3066 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.331307+0000 mon.a (mon.0) 3067 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.334783+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.335930+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.346516+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cephadm 2024-09-20T23:24:17.347124+0000 mgr.y (mgr.15240) 343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.461084+0000 mon.a (mon.0) 3071 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.464001+0000 mon.a (mon.0) 3072 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.465749+0000 mon.a (mon.0) 3073 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.469042+0000 mon.a (mon.0) 3074 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.470344+0000 mon.a (mon.0) 3075 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.480741+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cephadm 2024-09-20T23:24:17.481337+0000 mgr.y (mgr.15240) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.566014+0000 mon.a (mon.0) 3077 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.568052+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.569145+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.571241+0000 mon.a (mon.0) 3080 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.572046+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.580163+0000 mon.a (mon.0) 3082 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cephadm 2024-09-20T23:24:17.580670+0000 mgr.y (mgr.15240) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.673418+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.675148+0000 mon.a (mon.0) 3084 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.675972+0000 mon.a (mon.0) 3085 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.677913+0000 mon.a (mon.0) 3086 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.678558+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.687227+0000 mon.a (mon.0) 3088 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: cephadm 2024-09-20T23:24:17.687791+0000 mgr.y (mgr.15240) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.766618+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.769026+0000 mon.a (mon.0) 3090 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.770399+0000 mon.a (mon.0) 3091 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.773042+0000 mon.a (mon.0) 3092 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.773777+0000 mon.a (mon.0) 3093 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.780882+0000 mon.a (mon.0) 3094 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.879022+0000 mon.a (mon.0) 3095 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.880928+0000 mon.a (mon.0) 3096 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.881871+0000 mon.a (mon.0) 3097 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.884443+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.885180+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:17.894403+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:18 smithi142 bash[74331]: audit 2024-09-20T23:24:18.004094+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cluster 2024-09-20T23:24:15.139304+0000 mgr.y (mgr.15240) 338 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:18.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:15.535014+0000 mgr.y (mgr.15240) 339 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cluster 2024-09-20T23:24:16.972285+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cluster 2024-09-20T23:24:16.975078+0000 mon.c (mon.1) 209 : cluster [INF] mon.c calling monitor election 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cluster 2024-09-20T23:24:16.975567+0000 mon.a (mon.0) 3046 : cluster [INF] mon.a calling monitor election 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cluster 2024-09-20T23:24:16.998793+0000 mon.a (mon.0) 3047 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cluster 2024-09-20T23:24:17.010609+0000 mon.a (mon.0) 3048 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],b=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],c=[v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0]} 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cluster 2024-09-20T23:24:17.010707+0000 mon.a (mon.0) 3049 : cluster [DBG] fsmap 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cluster 2024-09-20T23:24:17.010804+0000 mon.a (mon.0) 3050 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cluster 2024-09-20T23:24:17.011650+0000 mon.a (mon.0) 3051 : cluster [DBG] mgrmap e42: y(active, since 2m), standbys: x 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cluster 2024-09-20T23:24:17.037688+0000 mon.a (mon.0) 3052 : cluster [INF] overall HEALTH_OK 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.044818+0000 mon.a (mon.0) 3053 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.054543+0000 mon.a (mon.0) 3054 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.056769+0000 mon.a (mon.0) 3055 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.061065+0000 mon.a (mon.0) 3056 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.062764+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.074497+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cephadm 2024-09-20T23:24:17.075363+0000 mgr.y (mgr.15240) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cluster 2024-09-20T23:24:17.141003+0000 mgr.y (mgr.15240) 341 : cluster [DBG] pgmap v79: 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-09-20T23:24:18.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.191447+0000 mon.a (mon.0) 3059 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.194403+0000 mon.a (mon.0) 3060 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cluster 2024-09-20T23:24:15.139304+0000 mgr.y (mgr.15240) 338 : cluster [DBG] pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:18.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:15.535014+0000 mgr.y (mgr.15240) 339 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:18.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cluster 2024-09-20T23:24:16.972285+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-20T23:24:18.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cluster 2024-09-20T23:24:16.975078+0000 mon.c (mon.1) 209 : cluster [INF] mon.c calling monitor election 2024-09-20T23:24:18.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cluster 2024-09-20T23:24:16.975567+0000 mon.a (mon.0) 3046 : cluster [INF] mon.a calling monitor election 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cluster 2024-09-20T23:24:16.998793+0000 mon.a (mon.0) 3047 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cluster 2024-09-20T23:24:17.010609+0000 mon.a (mon.0) 3048 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0],b=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],c=[v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0]} 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cluster 2024-09-20T23:24:17.010707+0000 mon.a (mon.0) 3049 : cluster [DBG] fsmap 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cluster 2024-09-20T23:24:17.010804+0000 mon.a (mon.0) 3050 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cluster 2024-09-20T23:24:17.011650+0000 mon.a (mon.0) 3051 : cluster [DBG] mgrmap e42: y(active, since 2m), standbys: x 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cluster 2024-09-20T23:24:17.037688+0000 mon.a (mon.0) 3052 : cluster [INF] overall HEALTH_OK 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.044818+0000 mon.a (mon.0) 3053 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.054543+0000 mon.a (mon.0) 3054 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.056769+0000 mon.a (mon.0) 3055 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.061065+0000 mon.a (mon.0) 3056 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.062764+0000 mon.a (mon.0) 3057 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.074497+0000 mon.a (mon.0) 3058 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cephadm 2024-09-20T23:24:17.075363+0000 mgr.y (mgr.15240) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cluster 2024-09-20T23:24:17.141003+0000 mgr.y (mgr.15240) 341 : cluster [DBG] pgmap v79: 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-09-20T23:24:18.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.191447+0000 mon.a (mon.0) 3059 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.194403+0000 mon.a (mon.0) 3060 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.196583+0000 mon.a (mon.0) 3061 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.199733+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.200927+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.211670+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cephadm 2024-09-20T23:24:17.212558+0000 mgr.y (mgr.15240) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.326870+0000 mon.a (mon.0) 3065 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.329579+0000 mon.a (mon.0) 3066 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.331307+0000 mon.a (mon.0) 3067 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.334783+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.335930+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.346516+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cephadm 2024-09-20T23:24:17.347124+0000 mgr.y (mgr.15240) 343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.461084+0000 mon.a (mon.0) 3071 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.464001+0000 mon.a (mon.0) 3072 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.465749+0000 mon.a (mon.0) 3073 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.469042+0000 mon.a (mon.0) 3074 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.470344+0000 mon.a (mon.0) 3075 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.480741+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cephadm 2024-09-20T23:24:17.481337+0000 mgr.y (mgr.15240) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.566014+0000 mon.a (mon.0) 3077 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.568052+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.569145+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.571241+0000 mon.a (mon.0) 3080 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.572046+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.580163+0000 mon.a (mon.0) 3082 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cephadm 2024-09-20T23:24:17.580670+0000 mgr.y (mgr.15240) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.673418+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.675148+0000 mon.a (mon.0) 3084 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.675972+0000 mon.a (mon.0) 3085 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.677913+0000 mon.a (mon.0) 3086 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.678558+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.687227+0000 mon.a (mon.0) 3088 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: cephadm 2024-09-20T23:24:17.687791+0000 mgr.y (mgr.15240) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.766618+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.769026+0000 mon.a (mon.0) 3090 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.770399+0000 mon.a (mon.0) 3091 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.773042+0000 mon.a (mon.0) 3092 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.773777+0000 mon.a (mon.0) 3093 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.780882+0000 mon.a (mon.0) 3094 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.196583+0000 mon.a (mon.0) 3061 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.199733+0000 mon.a (mon.0) 3062 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.200927+0000 mon.a (mon.0) 3063 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.211670+0000 mon.a (mon.0) 3064 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cephadm 2024-09-20T23:24:17.212558+0000 mgr.y (mgr.15240) 342 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.326870+0000 mon.a (mon.0) 3065 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.329579+0000 mon.a (mon.0) 3066 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.331307+0000 mon.a (mon.0) 3067 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.334783+0000 mon.a (mon.0) 3068 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.335930+0000 mon.a (mon.0) 3069 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.346516+0000 mon.a (mon.0) 3070 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cephadm 2024-09-20T23:24:17.347124+0000 mgr.y (mgr.15240) 343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.461084+0000 mon.a (mon.0) 3071 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.464001+0000 mon.a (mon.0) 3072 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.465749+0000 mon.a (mon.0) 3073 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.469042+0000 mon.a (mon.0) 3074 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.470344+0000 mon.a (mon.0) 3075 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.480741+0000 mon.a (mon.0) 3076 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cephadm 2024-09-20T23:24:17.481337+0000 mgr.y (mgr.15240) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.566014+0000 mon.a (mon.0) 3077 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.879022+0000 mon.a (mon.0) 3095 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.880928+0000 mon.a (mon.0) 3096 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.881871+0000 mon.a (mon.0) 3097 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.884443+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.885180+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:17.894403+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[19864]: audit 2024-09-20T23:24:18.004094+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.568052+0000 mon.a (mon.0) 3078 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.569145+0000 mon.a (mon.0) 3079 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.571241+0000 mon.a (mon.0) 3080 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.572046+0000 mon.a (mon.0) 3081 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.580163+0000 mon.a (mon.0) 3082 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cephadm 2024-09-20T23:24:17.580670+0000 mgr.y (mgr.15240) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.673418+0000 mon.a (mon.0) 3083 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.675148+0000 mon.a (mon.0) 3084 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.675972+0000 mon.a (mon.0) 3085 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.677913+0000 mon.a (mon.0) 3086 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.678558+0000 mon.a (mon.0) 3087 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.687227+0000 mon.a (mon.0) 3088 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: cephadm 2024-09-20T23:24:17.687791+0000 mgr.y (mgr.15240) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.766618+0000 mon.a (mon.0) 3089 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.769026+0000 mon.a (mon.0) 3090 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.770399+0000 mon.a (mon.0) 3091 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.773042+0000 mon.a (mon.0) 3092 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.773777+0000 mon.a (mon.0) 3093 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.780882+0000 mon.a (mon.0) 3094 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.879022+0000 mon.a (mon.0) 3095 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.880928+0000 mon.a (mon.0) 3096 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:18.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.881871+0000 mon.a (mon.0) 3097 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:18.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.884443+0000 mon.a (mon.0) 3098 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:18.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.885180+0000 mon.a (mon.0) 3099 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:18.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:17.894403+0000 mon.a (mon.0) 3100 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:18.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:18 smithi083 bash[25244]: audit 2024-09-20T23:24:18.004094+0000 mon.a (mon.0) 3101 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: cephadm 2024-09-20T23:24:17.781295+0000 mgr.y (mgr.15240) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: cephadm 2024-09-20T23:24:17.895007+0000 mgr.y (mgr.15240) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.007222+0000 mon.a (mon.0) 3102 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.016821+0000 mon.a (mon.0) 3103 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.019948+0000 mon.a (mon.0) 3104 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.020647+0000 mon.a (mon.0) 3105 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.025270+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: cephadm 2024-09-20T23:24:18.025694+0000 mgr.y (mgr.15240) 349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.128259+0000 mon.a (mon.0) 3107 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.130831+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.132632+0000 mon.a (mon.0) 3109 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.135891+0000 mon.a (mon.0) 3110 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.136945+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.143322+0000 mon.a (mon.0) 3112 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: cephadm 2024-09-20T23:24:18.143929+0000 mgr.y (mgr.15240) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.251959+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.254036+0000 mon.a (mon.0) 3114 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.255110+0000 mon.a (mon.0) 3115 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.257757+0000 mon.a (mon.0) 3116 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.258769+0000 mon.a (mon.0) 3117 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.267289+0000 mon.a (mon.0) 3118 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: cephadm 2024-09-20T23:24:18.267951+0000 mgr.y (mgr.15240) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.376965+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.379643+0000 mon.a (mon.0) 3120 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.381108+0000 mon.a (mon.0) 3121 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.383809+0000 mon.a (mon.0) 3122 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.384767+0000 mon.a (mon.0) 3123 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.392819+0000 mon.a (mon.0) 3124 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: cephadm 2024-09-20T23:24:18.393393+0000 mgr.y (mgr.15240) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.501176+0000 mon.a (mon.0) 3125 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.503304+0000 mon.a (mon.0) 3126 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.504227+0000 mon.a (mon.0) 3127 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.506267+0000 mon.a (mon.0) 3128 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.507083+0000 mon.a (mon.0) 3129 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.512812+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: cephadm 2024-09-20T23:24:18.513567+0000 mgr.y (mgr.15240) 353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.578648+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.583868+0000 mon.a (mon.0) 3132 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.589150+0000 mon.a (mon.0) 3133 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.594945+0000 mon.a (mon.0) 3134 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.596653+0000 mon.a (mon.0) 3135 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.597390+0000 mon.a (mon.0) 3136 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.598991+0000 mon.a (mon.0) 3137 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.599559+0000 mon.a (mon.0) 3138 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.604063+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: cephadm 2024-09-20T23:24:18.604428+0000 mgr.y (mgr.15240) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.681128+0000 mon.a (mon.0) 3140 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.683925+0000 mon.a (mon.0) 3141 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.685540+0000 mon.a (mon.0) 3142 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.688614+0000 mon.a (mon.0) 3143 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.689789+0000 mon.a (mon.0) 3144 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.695971+0000 mon.a (mon.0) 3145 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: cephadm 2024-09-20T23:24:18.696340+0000 mgr.y (mgr.15240) 355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.776057+0000 mon.a (mon.0) 3146 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.777732+0000 mon.a (mon.0) 3147 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.778889+0000 mon.a (mon.0) 3148 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.781200+0000 mon.a (mon.0) 3149 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.781912+0000 mon.a (mon.0) 3150 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.790071+0000 mon.a (mon.0) 3151 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.865634+0000 mon.a (mon.0) 3152 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.867513+0000 mon.a (mon.0) 3153 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.868540+0000 mon.a (mon.0) 3154 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.870707+0000 mon.a (mon.0) 3155 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.871601+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.879827+0000 mon.a (mon.0) 3157 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.987239+0000 mon.a (mon.0) 3158 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.989876+0000 mon.a (mon.0) 3159 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.991426+0000 mon.a (mon.0) 3160 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.994909+0000 mon.a (mon.0) 3161 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:18.995946+0000 mon.a (mon.0) 3162 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:19 smithi142 bash[74331]: audit 2024-09-20T23:24:19.003612+0000 mon.a (mon.0) 3163 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: cephadm 2024-09-20T23:24:17.781295+0000 mgr.y (mgr.15240) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: cephadm 2024-09-20T23:24:17.895007+0000 mgr.y (mgr.15240) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.007222+0000 mon.a (mon.0) 3102 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.016821+0000 mon.a (mon.0) 3103 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.019948+0000 mon.a (mon.0) 3104 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.020647+0000 mon.a (mon.0) 3105 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.025270+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: cephadm 2024-09-20T23:24:18.025694+0000 mgr.y (mgr.15240) 349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.128259+0000 mon.a (mon.0) 3107 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.130831+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.132632+0000 mon.a (mon.0) 3109 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.135891+0000 mon.a (mon.0) 3110 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.136945+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.143322+0000 mon.a (mon.0) 3112 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: cephadm 2024-09-20T23:24:18.143929+0000 mgr.y (mgr.15240) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.251959+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.254036+0000 mon.a (mon.0) 3114 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.255110+0000 mon.a (mon.0) 3115 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.257757+0000 mon.a (mon.0) 3116 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.258769+0000 mon.a (mon.0) 3117 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.267289+0000 mon.a (mon.0) 3118 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: cephadm 2024-09-20T23:24:18.267951+0000 mgr.y (mgr.15240) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.376965+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.379643+0000 mon.a (mon.0) 3120 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.381108+0000 mon.a (mon.0) 3121 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.383809+0000 mon.a (mon.0) 3122 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.384767+0000 mon.a (mon.0) 3123 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.392819+0000 mon.a (mon.0) 3124 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: cephadm 2024-09-20T23:24:18.393393+0000 mgr.y (mgr.15240) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.501176+0000 mon.a (mon.0) 3125 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.503304+0000 mon.a (mon.0) 3126 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.504227+0000 mon.a (mon.0) 3127 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.506267+0000 mon.a (mon.0) 3128 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.507083+0000 mon.a (mon.0) 3129 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.512812+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: cephadm 2024-09-20T23:24:18.513567+0000 mgr.y (mgr.15240) 353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.578648+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.583868+0000 mon.a (mon.0) 3132 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.589150+0000 mon.a (mon.0) 3133 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: cephadm 2024-09-20T23:24:17.781295+0000 mgr.y (mgr.15240) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: cephadm 2024-09-20T23:24:17.895007+0000 mgr.y (mgr.15240) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.007222+0000 mon.a (mon.0) 3102 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.016821+0000 mon.a (mon.0) 3103 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.019948+0000 mon.a (mon.0) 3104 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.020647+0000 mon.a (mon.0) 3105 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.025270+0000 mon.a (mon.0) 3106 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: cephadm 2024-09-20T23:24:18.025694+0000 mgr.y (mgr.15240) 349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.128259+0000 mon.a (mon.0) 3107 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.130831+0000 mon.a (mon.0) 3108 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.132632+0000 mon.a (mon.0) 3109 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.135891+0000 mon.a (mon.0) 3110 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.136945+0000 mon.a (mon.0) 3111 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.143322+0000 mon.a (mon.0) 3112 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: cephadm 2024-09-20T23:24:18.143929+0000 mgr.y (mgr.15240) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.251959+0000 mon.a (mon.0) 3113 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.254036+0000 mon.a (mon.0) 3114 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.255110+0000 mon.a (mon.0) 3115 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.257757+0000 mon.a (mon.0) 3116 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.594945+0000 mon.a (mon.0) 3134 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.596653+0000 mon.a (mon.0) 3135 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.597390+0000 mon.a (mon.0) 3136 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.598991+0000 mon.a (mon.0) 3137 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.599559+0000 mon.a (mon.0) 3138 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.604063+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: cephadm 2024-09-20T23:24:18.604428+0000 mgr.y (mgr.15240) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.681128+0000 mon.a (mon.0) 3140 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.683925+0000 mon.a (mon.0) 3141 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.685540+0000 mon.a (mon.0) 3142 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.688614+0000 mon.a (mon.0) 3143 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.689789+0000 mon.a (mon.0) 3144 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.695971+0000 mon.a (mon.0) 3145 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: cephadm 2024-09-20T23:24:18.696340+0000 mgr.y (mgr.15240) 355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.776057+0000 mon.a (mon.0) 3146 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.777732+0000 mon.a (mon.0) 3147 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.778889+0000 mon.a (mon.0) 3148 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.781200+0000 mon.a (mon.0) 3149 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.781912+0000 mon.a (mon.0) 3150 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.790071+0000 mon.a (mon.0) 3151 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.865634+0000 mon.a (mon.0) 3152 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.867513+0000 mon.a (mon.0) 3153 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.868540+0000 mon.a (mon.0) 3154 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.870707+0000 mon.a (mon.0) 3155 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.871601+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.879827+0000 mon.a (mon.0) 3157 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.987239+0000 mon.a (mon.0) 3158 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.989876+0000 mon.a (mon.0) 3159 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.991426+0000 mon.a (mon.0) 3160 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.994909+0000 mon.a (mon.0) 3161 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:18.995946+0000 mon.a (mon.0) 3162 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[19864]: audit 2024-09-20T23:24:19.003612+0000 mon.a (mon.0) 3163 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.258769+0000 mon.a (mon.0) 3117 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.267289+0000 mon.a (mon.0) 3118 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: cephadm 2024-09-20T23:24:18.267951+0000 mgr.y (mgr.15240) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.376965+0000 mon.a (mon.0) 3119 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.379643+0000 mon.a (mon.0) 3120 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.381108+0000 mon.a (mon.0) 3121 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.383809+0000 mon.a (mon.0) 3122 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.384767+0000 mon.a (mon.0) 3123 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.392819+0000 mon.a (mon.0) 3124 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: cephadm 2024-09-20T23:24:18.393393+0000 mgr.y (mgr.15240) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.501176+0000 mon.a (mon.0) 3125 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.503304+0000 mon.a (mon.0) 3126 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.504227+0000 mon.a (mon.0) 3127 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.506267+0000 mon.a (mon.0) 3128 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.507083+0000 mon.a (mon.0) 3129 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.512812+0000 mon.a (mon.0) 3130 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: cephadm 2024-09-20T23:24:18.513567+0000 mgr.y (mgr.15240) 353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.578648+0000 mon.a (mon.0) 3131 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.583868+0000 mon.a (mon.0) 3132 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.589150+0000 mon.a (mon.0) 3133 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.594945+0000 mon.a (mon.0) 3134 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.596653+0000 mon.a (mon.0) 3135 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.597390+0000 mon.a (mon.0) 3136 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.598991+0000 mon.a (mon.0) 3137 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.599559+0000 mon.a (mon.0) 3138 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.604063+0000 mon.a (mon.0) 3139 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: cephadm 2024-09-20T23:24:18.604428+0000 mgr.y (mgr.15240) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.681128+0000 mon.a (mon.0) 3140 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.683925+0000 mon.a (mon.0) 3141 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.685540+0000 mon.a (mon.0) 3142 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.688614+0000 mon.a (mon.0) 3143 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.689789+0000 mon.a (mon.0) 3144 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.695971+0000 mon.a (mon.0) 3145 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: cephadm 2024-09-20T23:24:18.696340+0000 mgr.y (mgr.15240) 355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.776057+0000 mon.a (mon.0) 3146 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.777732+0000 mon.a (mon.0) 3147 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.778889+0000 mon.a (mon.0) 3148 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.781200+0000 mon.a (mon.0) 3149 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.781912+0000 mon.a (mon.0) 3150 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.790071+0000 mon.a (mon.0) 3151 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.865634+0000 mon.a (mon.0) 3152 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.867513+0000 mon.a (mon.0) 3153 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.868540+0000 mon.a (mon.0) 3154 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.870707+0000 mon.a (mon.0) 3155 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.871601+0000 mon.a (mon.0) 3156 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.879827+0000 mon.a (mon.0) 3157 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:19.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.987239+0000 mon.a (mon.0) 3158 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.989876+0000 mon.a (mon.0) 3159 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:19.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.991426+0000 mon.a (mon.0) 3160 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:19.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.994909+0000 mon.a (mon.0) 3161 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:19.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:18.995946+0000 mon.a (mon.0) 3162 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:19.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:19 smithi083 bash[25244]: audit 2024-09-20T23:24:19.003612+0000 mon.a (mon.0) 3163 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: cephadm 2024-09-20T23:24:18.790472+0000 mgr.y (mgr.15240) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: cephadm 2024-09-20T23:24:18.880266+0000 mgr.y (mgr.15240) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: cephadm 2024-09-20T23:24:19.004161+0000 mgr.y (mgr.15240) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.112455+0000 mon.a (mon.0) 3164 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.115053+0000 mon.a (mon.0) 3165 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.116531+0000 mon.a (mon.0) 3166 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.119305+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.120515+0000 mon.a (mon.0) 3168 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.268 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.126870+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.269 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: cephadm 2024-09-20T23:24:19.127312+0000 mgr.y (mgr.15240) 359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.269 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: cluster 2024-09-20T23:24:19.141833+0000 mgr.y (mgr.15240) 360 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:20.269 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.225402+0000 mon.a (mon.0) 3170 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.269 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.227617+0000 mon.a (mon.0) 3171 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.269 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.229025+0000 mon.a (mon.0) 3172 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.269 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.232101+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.269 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.233211+0000 mon.a (mon.0) 3174 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.269 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.239082+0000 mon.a (mon.0) 3175 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.269 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: cephadm 2024-09-20T23:24:19.239512+0000 mgr.y (mgr.15240) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.269 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.349215+0000 mon.a (mon.0) 3176 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.269 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: cephadm 2024-09-20T23:24:18.790472+0000 mgr.y (mgr.15240) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.269 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: cephadm 2024-09-20T23:24:18.880266+0000 mgr.y (mgr.15240) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: cephadm 2024-09-20T23:24:19.004161+0000 mgr.y (mgr.15240) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.112455+0000 mon.a (mon.0) 3164 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.115053+0000 mon.a (mon.0) 3165 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.116531+0000 mon.a (mon.0) 3166 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.119305+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.120515+0000 mon.a (mon.0) 3168 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.126870+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: cephadm 2024-09-20T23:24:19.127312+0000 mgr.y (mgr.15240) 359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: cluster 2024-09-20T23:24:19.141833+0000 mgr.y (mgr.15240) 360 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.225402+0000 mon.a (mon.0) 3170 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.227617+0000 mon.a (mon.0) 3171 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.229025+0000 mon.a (mon.0) 3172 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.232101+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.270 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.233211+0000 mon.a (mon.0) 3174 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.271 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.239082+0000 mon.a (mon.0) 3175 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.271 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: cephadm 2024-09-20T23:24:19.239512+0000 mgr.y (mgr.15240) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.271 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.349215+0000 mon.a (mon.0) 3176 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.271 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.351367+0000 mon.a (mon.0) 3177 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.271 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.352369+0000 mon.a (mon.0) 3178 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.271 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.354626+0000 mon.a (mon.0) 3179 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.271 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.355436+0000 mon.a (mon.0) 3180 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.271 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.361061+0000 mon.a (mon.0) 3181 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.271 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: cephadm 2024-09-20T23:24:19.361431+0000 mgr.y (mgr.15240) 362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.271 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.444393+0000 mon.a (mon.0) 3182 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.271 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.446329+0000 mon.a (mon.0) 3183 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.271 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.447298+0000 mon.a (mon.0) 3184 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.272 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.449387+0000 mon.a (mon.0) 3185 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.272 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.450059+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.272 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.455290+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.272 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: cephadm 2024-09-20T23:24:19.455690+0000 mgr.y (mgr.15240) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.272 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.544797+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.272 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.546725+0000 mon.a (mon.0) 3189 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.272 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.547693+0000 mon.a (mon.0) 3190 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.272 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.550426+0000 mon.a (mon.0) 3191 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.272 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.551201+0000 mon.a (mon.0) 3192 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.272 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.556568+0000 mon.a (mon.0) 3193 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.272 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: cephadm 2024-09-20T23:24:19.556980+0000 mgr.y (mgr.15240) 364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.272 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.351367+0000 mon.a (mon.0) 3177 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.352369+0000 mon.a (mon.0) 3178 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.354626+0000 mon.a (mon.0) 3179 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.355436+0000 mon.a (mon.0) 3180 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.361061+0000 mon.a (mon.0) 3181 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: cephadm 2024-09-20T23:24:19.361431+0000 mgr.y (mgr.15240) 362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.444393+0000 mon.a (mon.0) 3182 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.446329+0000 mon.a (mon.0) 3183 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.447298+0000 mon.a (mon.0) 3184 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.449387+0000 mon.a (mon.0) 3185 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.450059+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.455290+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: cephadm 2024-09-20T23:24:19.455690+0000 mgr.y (mgr.15240) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.544797+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.546725+0000 mon.a (mon.0) 3189 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.273 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.547693+0000 mon.a (mon.0) 3190 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.274 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.550426+0000 mon.a (mon.0) 3191 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.274 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.551201+0000 mon.a (mon.0) 3192 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.274 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.556568+0000 mon.a (mon.0) 3193 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.274 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: cephadm 2024-09-20T23:24:19.556980+0000 mgr.y (mgr.15240) 364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.274 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.662619+0000 mon.a (mon.0) 3194 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.274 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.665226+0000 mon.a (mon.0) 3195 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.274 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.667042+0000 mon.a (mon.0) 3196 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.274 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.669919+0000 mon.a (mon.0) 3197 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.274 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.670809+0000 mon.a (mon.0) 3198 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.274 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.676599+0000 mon.a (mon.0) 3199 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: cephadm 2024-09-20T23:24:19.677033+0000 mgr.y (mgr.15240) 365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.764433+0000 mon.a (mon.0) 3200 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.766993+0000 mon.a (mon.0) 3201 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.768252+0000 mon.a (mon.0) 3202 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.770363+0000 mon.a (mon.0) 3203 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.771320+0000 mon.a (mon.0) 3204 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.776956+0000 mon.a (mon.0) 3205 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.852675+0000 mon.a (mon.0) 3206 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.855068+0000 mon.a (mon.0) 3207 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.856180+0000 mon.a (mon.0) 3208 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.858508+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.859390+0000 mon.a (mon.0) 3210 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.275 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.866930+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.662619+0000 mon.a (mon.0) 3194 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.665226+0000 mon.a (mon.0) 3195 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.667042+0000 mon.a (mon.0) 3196 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.669919+0000 mon.a (mon.0) 3197 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.670809+0000 mon.a (mon.0) 3198 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.676599+0000 mon.a (mon.0) 3199 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: cephadm 2024-09-20T23:24:19.677033+0000 mgr.y (mgr.15240) 365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.764433+0000 mon.a (mon.0) 3200 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.766993+0000 mon.a (mon.0) 3201 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.768252+0000 mon.a (mon.0) 3202 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.770363+0000 mon.a (mon.0) 3203 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.276 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.771320+0000 mon.a (mon.0) 3204 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.277 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.776956+0000 mon.a (mon.0) 3205 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.277 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.852675+0000 mon.a (mon.0) 3206 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.277 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.855068+0000 mon.a (mon.0) 3207 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.277 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.856180+0000 mon.a (mon.0) 3208 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.277 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.858508+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.277 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.859390+0000 mon.a (mon.0) 3210 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.277 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.866930+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.277 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.953549+0000 mon.a (mon.0) 3212 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.277 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.955316+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.277 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.956261+0000 mon.a (mon.0) 3214 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.277 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.958145+0000 mon.a (mon.0) 3215 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.277 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.958880+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.278 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[19864]: audit 2024-09-20T23:24:19.966193+0000 mon.a (mon.0) 3217 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.278 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.953549+0000 mon.a (mon.0) 3212 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.278 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.955316+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.278 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.956261+0000 mon.a (mon.0) 3214 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.278 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.958145+0000 mon.a (mon.0) 3215 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.278 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.958880+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.279 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:20 smithi083 bash[25244]: audit 2024-09-20T23:24:19.966193+0000 mon.a (mon.0) 3217 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: cephadm 2024-09-20T23:24:18.790472+0000 mgr.y (mgr.15240) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: cephadm 2024-09-20T23:24:18.880266+0000 mgr.y (mgr.15240) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: cephadm 2024-09-20T23:24:19.004161+0000 mgr.y (mgr.15240) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.112455+0000 mon.a (mon.0) 3164 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.115053+0000 mon.a (mon.0) 3165 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.116531+0000 mon.a (mon.0) 3166 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.119305+0000 mon.a (mon.0) 3167 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.120515+0000 mon.a (mon.0) 3168 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.126870+0000 mon.a (mon.0) 3169 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: cephadm 2024-09-20T23:24:19.127312+0000 mgr.y (mgr.15240) 359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: cluster 2024-09-20T23:24:19.141833+0000 mgr.y (mgr.15240) 360 : cluster [DBG] pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.225402+0000 mon.a (mon.0) 3170 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.227617+0000 mon.a (mon.0) 3171 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.229025+0000 mon.a (mon.0) 3172 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.232101+0000 mon.a (mon.0) 3173 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.233211+0000 mon.a (mon.0) 3174 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.239082+0000 mon.a (mon.0) 3175 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: cephadm 2024-09-20T23:24:19.239512+0000 mgr.y (mgr.15240) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.349215+0000 mon.a (mon.0) 3176 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.351367+0000 mon.a (mon.0) 3177 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.352369+0000 mon.a (mon.0) 3178 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.354626+0000 mon.a (mon.0) 3179 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.355436+0000 mon.a (mon.0) 3180 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.361061+0000 mon.a (mon.0) 3181 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: cephadm 2024-09-20T23:24:19.361431+0000 mgr.y (mgr.15240) 362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.444393+0000 mon.a (mon.0) 3182 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.446329+0000 mon.a (mon.0) 3183 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.447298+0000 mon.a (mon.0) 3184 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.449387+0000 mon.a (mon.0) 3185 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.450059+0000 mon.a (mon.0) 3186 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.455290+0000 mon.a (mon.0) 3187 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: cephadm 2024-09-20T23:24:19.455690+0000 mgr.y (mgr.15240) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.544797+0000 mon.a (mon.0) 3188 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.546725+0000 mon.a (mon.0) 3189 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.547693+0000 mon.a (mon.0) 3190 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.550426+0000 mon.a (mon.0) 3191 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.551201+0000 mon.a (mon.0) 3192 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.556568+0000 mon.a (mon.0) 3193 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: cephadm 2024-09-20T23:24:19.556980+0000 mgr.y (mgr.15240) 364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.662619+0000 mon.a (mon.0) 3194 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.665226+0000 mon.a (mon.0) 3195 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.667042+0000 mon.a (mon.0) 3196 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.669919+0000 mon.a (mon.0) 3197 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.670809+0000 mon.a (mon.0) 3198 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.676599+0000 mon.a (mon.0) 3199 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: cephadm 2024-09-20T23:24:19.677033+0000 mgr.y (mgr.15240) 365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.764433+0000 mon.a (mon.0) 3200 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.766993+0000 mon.a (mon.0) 3201 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.768252+0000 mon.a (mon.0) 3202 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.770363+0000 mon.a (mon.0) 3203 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.771320+0000 mon.a (mon.0) 3204 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.776956+0000 mon.a (mon.0) 3205 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.852675+0000 mon.a (mon.0) 3206 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.855068+0000 mon.a (mon.0) 3207 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.856180+0000 mon.a (mon.0) 3208 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.858508+0000 mon.a (mon.0) 3209 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.859390+0000 mon.a (mon.0) 3210 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.866930+0000 mon.a (mon.0) 3211 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.953549+0000 mon.a (mon.0) 3212 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.955316+0000 mon.a (mon.0) 3213 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:20.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.956261+0000 mon.a (mon.0) 3214 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:20.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.958145+0000 mon.a (mon.0) 3215 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:20.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.958880+0000 mon.a (mon.0) 3216 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:20.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:20 smithi142 bash[74331]: audit 2024-09-20T23:24:19.966193+0000 mon.a (mon.0) 3217 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: cephadm 2024-09-20T23:24:19.777408+0000 mgr.y (mgr.15240) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: cephadm 2024-09-20T23:24:19.867304+0000 mgr.y (mgr.15240) 367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: cephadm 2024-09-20T23:24:19.966665+0000 mgr.y (mgr.15240) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.049662+0000 mon.a (mon.0) 3218 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.051943+0000 mon.a (mon.0) 3219 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.052903+0000 mon.a (mon.0) 3220 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.054985+0000 mon.a (mon.0) 3221 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.055719+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.067416+0000 mon.a (mon.0) 3223 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: cephadm 2024-09-20T23:24:20.067848+0000 mgr.y (mgr.15240) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.148608+0000 mon.a (mon.0) 3224 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.150413+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.151245+0000 mon.a (mon.0) 3226 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.153046+0000 mon.a (mon.0) 3227 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.153718+0000 mon.a (mon.0) 3228 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.160166+0000 mon.a (mon.0) 3229 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: cephadm 2024-09-20T23:24:20.160586+0000 mgr.y (mgr.15240) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.233750+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.235374+0000 mon.a (mon.0) 3231 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.236162+0000 mon.a (mon.0) 3232 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.238188+0000 mon.a (mon.0) 3233 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.238914+0000 mon.a (mon.0) 3234 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.247192+0000 mon.a (mon.0) 3235 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: cephadm 2024-09-20T23:24:20.247626+0000 mgr.y (mgr.15240) 371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.322507+0000 mon.a (mon.0) 3236 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.324115+0000 mon.a (mon.0) 3237 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.324880+0000 mon.a (mon.0) 3238 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.326568+0000 mon.a (mon.0) 3239 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.327161+0000 mon.a (mon.0) 3240 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.335028+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: cephadm 2024-09-20T23:24:20.335351+0000 mgr.y (mgr.15240) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.409440+0000 mon.a (mon.0) 3242 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.411586+0000 mon.a (mon.0) 3243 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.413431+0000 mon.a (mon.0) 3244 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.416818+0000 mon.a (mon.0) 3245 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.417792+0000 mon.a (mon.0) 3246 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.426644+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: cephadm 2024-09-20T23:24:20.427060+0000 mgr.y (mgr.15240) 373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.512887+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.515510+0000 mon.a (mon.0) 3249 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.516338+0000 mon.a (mon.0) 3250 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.518014+0000 mon.a (mon.0) 3251 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.518649+0000 mon.a (mon.0) 3252 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.526548+0000 mon.a (mon.0) 3253 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: cephadm 2024-09-20T23:24:20.526893+0000 mgr.y (mgr.15240) 374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.601819+0000 mon.a (mon.0) 3254 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.603616+0000 mon.a (mon.0) 3255 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.604446+0000 mon.a (mon.0) 3256 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.606256+0000 mon.a (mon.0) 3257 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.606891+0000 mon.a (mon.0) 3258 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.615147+0000 mon.a (mon.0) 3259 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: cephadm 2024-09-20T23:24:20.615675+0000 mgr.y (mgr.15240) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.698331+0000 mon.a (mon.0) 3260 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.700775+0000 mon.a (mon.0) 3261 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.702350+0000 mon.a (mon.0) 3262 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.705678+0000 mon.a (mon.0) 3263 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.706460+0000 mon.a (mon.0) 3264 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.713554+0000 mon.a (mon.0) 3265 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.787209+0000 mon.a (mon.0) 3266 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.789782+0000 mon.a (mon.0) 3267 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.791620+0000 mon.a (mon.0) 3268 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.794322+0000 mon.a (mon.0) 3269 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.795202+0000 mon.a (mon.0) 3270 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.805951+0000 mon.a (mon.0) 3271 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.899538+0000 mon.a (mon.0) 3272 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.901648+0000 mon.a (mon.0) 3273 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.902828+0000 mon.a (mon.0) 3274 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.905517+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.906324+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:20.913926+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:21.006261+0000 mon.a (mon.0) 3278 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:21.007942+0000 mon.a (mon.0) 3279 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:21.008679+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:21.010244+0000 mon.a (mon.0) 3281 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:21 smithi142 bash[74331]: audit 2024-09-20T23:24:21.010795+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: cephadm 2024-09-20T23:24:19.777408+0000 mgr.y (mgr.15240) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: cephadm 2024-09-20T23:24:19.867304+0000 mgr.y (mgr.15240) 367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: cephadm 2024-09-20T23:24:19.966665+0000 mgr.y (mgr.15240) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.049662+0000 mon.a (mon.0) 3218 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.051943+0000 mon.a (mon.0) 3219 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.052903+0000 mon.a (mon.0) 3220 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.054985+0000 mon.a (mon.0) 3221 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.055719+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.067416+0000 mon.a (mon.0) 3223 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: cephadm 2024-09-20T23:24:20.067848+0000 mgr.y (mgr.15240) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.148608+0000 mon.a (mon.0) 3224 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.150413+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.151245+0000 mon.a (mon.0) 3226 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.153046+0000 mon.a (mon.0) 3227 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.153718+0000 mon.a (mon.0) 3228 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.160166+0000 mon.a (mon.0) 3229 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: cephadm 2024-09-20T23:24:20.160586+0000 mgr.y (mgr.15240) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.233750+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.235374+0000 mon.a (mon.0) 3231 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: cephadm 2024-09-20T23:24:19.777408+0000 mgr.y (mgr.15240) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: cephadm 2024-09-20T23:24:19.867304+0000 mgr.y (mgr.15240) 367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: cephadm 2024-09-20T23:24:19.966665+0000 mgr.y (mgr.15240) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.049662+0000 mon.a (mon.0) 3218 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.051943+0000 mon.a (mon.0) 3219 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.052903+0000 mon.a (mon.0) 3220 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.054985+0000 mon.a (mon.0) 3221 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.055719+0000 mon.a (mon.0) 3222 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.067416+0000 mon.a (mon.0) 3223 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: cephadm 2024-09-20T23:24:20.067848+0000 mgr.y (mgr.15240) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.148608+0000 mon.a (mon.0) 3224 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.150413+0000 mon.a (mon.0) 3225 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.151245+0000 mon.a (mon.0) 3226 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.153046+0000 mon.a (mon.0) 3227 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.153718+0000 mon.a (mon.0) 3228 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.160166+0000 mon.a (mon.0) 3229 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: cephadm 2024-09-20T23:24:20.160586+0000 mgr.y (mgr.15240) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.233750+0000 mon.a (mon.0) 3230 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.235374+0000 mon.a (mon.0) 3231 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.236162+0000 mon.a (mon.0) 3232 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.238188+0000 mon.a (mon.0) 3233 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.238914+0000 mon.a (mon.0) 3234 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.247192+0000 mon.a (mon.0) 3235 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: cephadm 2024-09-20T23:24:20.247626+0000 mgr.y (mgr.15240) 371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.322507+0000 mon.a (mon.0) 3236 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.324115+0000 mon.a (mon.0) 3237 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.324880+0000 mon.a (mon.0) 3238 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.326568+0000 mon.a (mon.0) 3239 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.327161+0000 mon.a (mon.0) 3240 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.335028+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: cephadm 2024-09-20T23:24:20.335351+0000 mgr.y (mgr.15240) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.409440+0000 mon.a (mon.0) 3242 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.411586+0000 mon.a (mon.0) 3243 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.413431+0000 mon.a (mon.0) 3244 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.416818+0000 mon.a (mon.0) 3245 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.417792+0000 mon.a (mon.0) 3246 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.426644+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: cephadm 2024-09-20T23:24:20.427060+0000 mgr.y (mgr.15240) 373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.512887+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.236162+0000 mon.a (mon.0) 3232 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.238188+0000 mon.a (mon.0) 3233 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.238914+0000 mon.a (mon.0) 3234 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.247192+0000 mon.a (mon.0) 3235 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: cephadm 2024-09-20T23:24:20.247626+0000 mgr.y (mgr.15240) 371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.322507+0000 mon.a (mon.0) 3236 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.324115+0000 mon.a (mon.0) 3237 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.324880+0000 mon.a (mon.0) 3238 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.326568+0000 mon.a (mon.0) 3239 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.327161+0000 mon.a (mon.0) 3240 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.335028+0000 mon.a (mon.0) 3241 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: cephadm 2024-09-20T23:24:20.335351+0000 mgr.y (mgr.15240) 372 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.409440+0000 mon.a (mon.0) 3242 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.411586+0000 mon.a (mon.0) 3243 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.413431+0000 mon.a (mon.0) 3244 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.416818+0000 mon.a (mon.0) 3245 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.417792+0000 mon.a (mon.0) 3246 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.426644+0000 mon.a (mon.0) 3247 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: cephadm 2024-09-20T23:24:20.427060+0000 mgr.y (mgr.15240) 373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.512887+0000 mon.a (mon.0) 3248 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.515510+0000 mon.a (mon.0) 3249 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.516338+0000 mon.a (mon.0) 3250 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.518014+0000 mon.a (mon.0) 3251 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.518649+0000 mon.a (mon.0) 3252 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.526548+0000 mon.a (mon.0) 3253 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: cephadm 2024-09-20T23:24:20.526893+0000 mgr.y (mgr.15240) 374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.601819+0000 mon.a (mon.0) 3254 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.603616+0000 mon.a (mon.0) 3255 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.604446+0000 mon.a (mon.0) 3256 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.606256+0000 mon.a (mon.0) 3257 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.606891+0000 mon.a (mon.0) 3258 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.615147+0000 mon.a (mon.0) 3259 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: cephadm 2024-09-20T23:24:20.615675+0000 mgr.y (mgr.15240) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.698331+0000 mon.a (mon.0) 3260 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.700775+0000 mon.a (mon.0) 3261 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.702350+0000 mon.a (mon.0) 3262 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.705678+0000 mon.a (mon.0) 3263 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.706460+0000 mon.a (mon.0) 3264 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.713554+0000 mon.a (mon.0) 3265 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.515510+0000 mon.a (mon.0) 3249 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.516338+0000 mon.a (mon.0) 3250 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.518014+0000 mon.a (mon.0) 3251 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.518649+0000 mon.a (mon.0) 3252 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.526548+0000 mon.a (mon.0) 3253 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: cephadm 2024-09-20T23:24:20.526893+0000 mgr.y (mgr.15240) 374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.601819+0000 mon.a (mon.0) 3254 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.603616+0000 mon.a (mon.0) 3255 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.604446+0000 mon.a (mon.0) 3256 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.606256+0000 mon.a (mon.0) 3257 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.606891+0000 mon.a (mon.0) 3258 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.615147+0000 mon.a (mon.0) 3259 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: cephadm 2024-09-20T23:24:20.615675+0000 mgr.y (mgr.15240) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:21.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.698331+0000 mon.a (mon.0) 3260 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.700775+0000 mon.a (mon.0) 3261 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.702350+0000 mon.a (mon.0) 3262 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.705678+0000 mon.a (mon.0) 3263 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.706460+0000 mon.a (mon.0) 3264 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.713554+0000 mon.a (mon.0) 3265 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.787209+0000 mon.a (mon.0) 3266 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.789782+0000 mon.a (mon.0) 3267 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.791620+0000 mon.a (mon.0) 3268 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.794322+0000 mon.a (mon.0) 3269 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.795202+0000 mon.a (mon.0) 3270 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.805951+0000 mon.a (mon.0) 3271 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.899538+0000 mon.a (mon.0) 3272 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.901648+0000 mon.a (mon.0) 3273 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.902828+0000 mon.a (mon.0) 3274 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.905517+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.906324+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:20.913926+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:21.006261+0000 mon.a (mon.0) 3278 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:21.007942+0000 mon.a (mon.0) 3279 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:21.008679+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:21.010244+0000 mon.a (mon.0) 3281 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[25244]: audit 2024-09-20T23:24:21.010795+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.787209+0000 mon.a (mon.0) 3266 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.789782+0000 mon.a (mon.0) 3267 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.791620+0000 mon.a (mon.0) 3268 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.794322+0000 mon.a (mon.0) 3269 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.795202+0000 mon.a (mon.0) 3270 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.805951+0000 mon.a (mon.0) 3271 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.899538+0000 mon.a (mon.0) 3272 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.901648+0000 mon.a (mon.0) 3273 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.902828+0000 mon.a (mon.0) 3274 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.905517+0000 mon.a (mon.0) 3275 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.906324+0000 mon.a (mon.0) 3276 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:21.342 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:20.913926+0000 mon.a (mon.0) 3277 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:21.342 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:21.006261+0000 mon.a (mon.0) 3278 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.342 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:21.007942+0000 mon.a (mon.0) 3279 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:21.342 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:21.008679+0000 mon.a (mon.0) 3280 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:21.342 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:21.010244+0000 mon.a (mon.0) 3281 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:21.342 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[19864]: audit 2024-09-20T23:24:21.010795+0000 mon.a (mon.0) 3282 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.022 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:24:21] "GET /metrics HTTP/1.1" 200 38072 "" "Prometheus/2.43.0" 2024-09-20T23:24:22.022 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:24:21 smithi083 bash[70411]: debug 2024-09-20T23:24:21.770+0000 7f4901098640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-20T23:24:22.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: cephadm 2024-09-20T23:24:20.713944+0000 mgr.y (mgr.15240) 376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: cephadm 2024-09-20T23:24:20.806447+0000 mgr.y (mgr.15240) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: cephadm 2024-09-20T23:24:20.914417+0000 mgr.y (mgr.15240) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.017535+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: cephadm 2024-09-20T23:24:21.017860+0000 mgr.y (mgr.15240) 379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.095225+0000 mon.a (mon.0) 3284 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.096855+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.097750+0000 mon.a (mon.0) 3286 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.099450+0000 mon.a (mon.0) 3287 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.100081+0000 mon.a (mon.0) 3288 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.104667+0000 mon.a (mon.0) 3289 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: cephadm 2024-09-20T23:24:21.105032+0000 mgr.y (mgr.15240) 380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: cluster 2024-09-20T23:24:21.142635+0000 mgr.y (mgr.15240) 381 : cluster [DBG] pgmap v81: 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-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.174591+0000 mon.a (mon.0) 3290 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.177244+0000 mon.a (mon.0) 3291 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.178431+0000 mon.a (mon.0) 3292 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.181226+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.182072+0000 mon.a (mon.0) 3294 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.189682+0000 mon.a (mon.0) 3295 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: cephadm 2024-09-20T23:24:21.190175+0000 mgr.y (mgr.15240) 382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.272239+0000 mon.a (mon.0) 3296 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.274144+0000 mon.a (mon.0) 3297 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.275060+0000 mon.a (mon.0) 3298 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.278061+0000 mon.a (mon.0) 3299 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.278927+0000 mon.a (mon.0) 3300 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.286329+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: cephadm 2024-09-20T23:24:21.286804+0000 mgr.y (mgr.15240) 383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.366009+0000 mon.a (mon.0) 3302 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.367813+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.368636+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.370462+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.371018+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.378103+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: cephadm 2024-09-20T23:24:21.378488+0000 mgr.y (mgr.15240) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.450841+0000 mon.a (mon.0) 3308 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.453376+0000 mon.a (mon.0) 3309 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.455581+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.458910+0000 mon.a (mon.0) 3311 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.459647+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.467403+0000 mon.a (mon.0) 3313 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: cephadm 2024-09-20T23:24:21.467907+0000 mgr.y (mgr.15240) 385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.543445+0000 mon.a (mon.0) 3314 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.546092+0000 mon.a (mon.0) 3315 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.547488+0000 mon.a (mon.0) 3316 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.550724+0000 mon.a (mon.0) 3317 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.551831+0000 mon.a (mon.0) 3318 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.559750+0000 mon.a (mon.0) 3319 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: cephadm 2024-09-20T23:24:21.560437+0000 mgr.y (mgr.15240) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.650958+0000 mon.a (mon.0) 3320 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.653756+0000 mon.a (mon.0) 3321 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.654804+0000 mon.a (mon.0) 3322 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.656924+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.657789+0000 mon.a (mon.0) 3324 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.667529+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: cephadm 2024-09-20T23:24:21.668099+0000 mgr.y (mgr.15240) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.764856+0000 mon.a (mon.0) 3326 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.767839+0000 mon.a (mon.0) 3327 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.774090+0000 mon.a (mon.0) 3328 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.776982+0000 mon.a (mon.0) 3329 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.777900+0000 mon.a (mon.0) 3330 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.785998+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.902646+0000 mon.a (mon.0) 3332 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.904707+0000 mon.a (mon.0) 3333 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.905623+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.907762+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.908587+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:21.916316+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:22 smithi142 bash[74331]: audit 2024-09-20T23:24:22.020691+0000 mon.a (mon.0) 3338 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: cephadm 2024-09-20T23:24:20.713944+0000 mgr.y (mgr.15240) 376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: cephadm 2024-09-20T23:24:20.806447+0000 mgr.y (mgr.15240) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: cephadm 2024-09-20T23:24:20.914417+0000 mgr.y (mgr.15240) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.017535+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: cephadm 2024-09-20T23:24:21.017860+0000 mgr.y (mgr.15240) 379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.095225+0000 mon.a (mon.0) 3284 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.096855+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.097750+0000 mon.a (mon.0) 3286 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.099450+0000 mon.a (mon.0) 3287 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.100081+0000 mon.a (mon.0) 3288 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.104667+0000 mon.a (mon.0) 3289 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: cephadm 2024-09-20T23:24:21.105032+0000 mgr.y (mgr.15240) 380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: cluster 2024-09-20T23:24:21.142635+0000 mgr.y (mgr.15240) 381 : cluster [DBG] pgmap v81: 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-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.174591+0000 mon.a (mon.0) 3290 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.177244+0000 mon.a (mon.0) 3291 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.178431+0000 mon.a (mon.0) 3292 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.181226+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.182072+0000 mon.a (mon.0) 3294 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.189682+0000 mon.a (mon.0) 3295 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: cephadm 2024-09-20T23:24:21.190175+0000 mgr.y (mgr.15240) 382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: cephadm 2024-09-20T23:24:20.713944+0000 mgr.y (mgr.15240) 376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: cephadm 2024-09-20T23:24:20.806447+0000 mgr.y (mgr.15240) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: cephadm 2024-09-20T23:24:20.914417+0000 mgr.y (mgr.15240) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.017535+0000 mon.a (mon.0) 3283 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: cephadm 2024-09-20T23:24:21.017860+0000 mgr.y (mgr.15240) 379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.095225+0000 mon.a (mon.0) 3284 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.096855+0000 mon.a (mon.0) 3285 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.097750+0000 mon.a (mon.0) 3286 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.099450+0000 mon.a (mon.0) 3287 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.100081+0000 mon.a (mon.0) 3288 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.104667+0000 mon.a (mon.0) 3289 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: cephadm 2024-09-20T23:24:21.105032+0000 mgr.y (mgr.15240) 380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: cluster 2024-09-20T23:24:21.142635+0000 mgr.y (mgr.15240) 381 : cluster [DBG] pgmap v81: 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-09-20T23:24:22.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.174591+0000 mon.a (mon.0) 3290 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.177244+0000 mon.a (mon.0) 3291 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.178431+0000 mon.a (mon.0) 3292 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.181226+0000 mon.a (mon.0) 3293 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.182072+0000 mon.a (mon.0) 3294 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.189682+0000 mon.a (mon.0) 3295 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: cephadm 2024-09-20T23:24:21.190175+0000 mgr.y (mgr.15240) 382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.272239+0000 mon.a (mon.0) 3296 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.274144+0000 mon.a (mon.0) 3297 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.275060+0000 mon.a (mon.0) 3298 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.278061+0000 mon.a (mon.0) 3299 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.278927+0000 mon.a (mon.0) 3300 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.286329+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: cephadm 2024-09-20T23:24:21.286804+0000 mgr.y (mgr.15240) 383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.366009+0000 mon.a (mon.0) 3302 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.367813+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.368636+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.370462+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.371018+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.378103+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: cephadm 2024-09-20T23:24:21.378488+0000 mgr.y (mgr.15240) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.450841+0000 mon.a (mon.0) 3308 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.453376+0000 mon.a (mon.0) 3309 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.455581+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.458910+0000 mon.a (mon.0) 3311 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.459647+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.272239+0000 mon.a (mon.0) 3296 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.274144+0000 mon.a (mon.0) 3297 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.275060+0000 mon.a (mon.0) 3298 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.278061+0000 mon.a (mon.0) 3299 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.278927+0000 mon.a (mon.0) 3300 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.286329+0000 mon.a (mon.0) 3301 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: cephadm 2024-09-20T23:24:21.286804+0000 mgr.y (mgr.15240) 383 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.366009+0000 mon.a (mon.0) 3302 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.367813+0000 mon.a (mon.0) 3303 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.368636+0000 mon.a (mon.0) 3304 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.370462+0000 mon.a (mon.0) 3305 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.371018+0000 mon.a (mon.0) 3306 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.378103+0000 mon.a (mon.0) 3307 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: cephadm 2024-09-20T23:24:21.378488+0000 mgr.y (mgr.15240) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.450841+0000 mon.a (mon.0) 3308 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.453376+0000 mon.a (mon.0) 3309 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.455581+0000 mon.a (mon.0) 3310 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.458910+0000 mon.a (mon.0) 3311 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.459647+0000 mon.a (mon.0) 3312 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.467403+0000 mon.a (mon.0) 3313 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: cephadm 2024-09-20T23:24:21.467907+0000 mgr.y (mgr.15240) 385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.543445+0000 mon.a (mon.0) 3314 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.546092+0000 mon.a (mon.0) 3315 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.547488+0000 mon.a (mon.0) 3316 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.550724+0000 mon.a (mon.0) 3317 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.551831+0000 mon.a (mon.0) 3318 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.559750+0000 mon.a (mon.0) 3319 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: cephadm 2024-09-20T23:24:21.560437+0000 mgr.y (mgr.15240) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.650958+0000 mon.a (mon.0) 3320 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.653756+0000 mon.a (mon.0) 3321 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.654804+0000 mon.a (mon.0) 3322 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.656924+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.657789+0000 mon.a (mon.0) 3324 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.667529+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: cephadm 2024-09-20T23:24:21.668099+0000 mgr.y (mgr.15240) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.764856+0000 mon.a (mon.0) 3326 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.767839+0000 mon.a (mon.0) 3327 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.774090+0000 mon.a (mon.0) 3328 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.467403+0000 mon.a (mon.0) 3313 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: cephadm 2024-09-20T23:24:21.467907+0000 mgr.y (mgr.15240) 385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.543445+0000 mon.a (mon.0) 3314 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.546092+0000 mon.a (mon.0) 3315 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.547488+0000 mon.a (mon.0) 3316 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.550724+0000 mon.a (mon.0) 3317 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.551831+0000 mon.a (mon.0) 3318 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.559750+0000 mon.a (mon.0) 3319 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: cephadm 2024-09-20T23:24:21.560437+0000 mgr.y (mgr.15240) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.650958+0000 mon.a (mon.0) 3320 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.653756+0000 mon.a (mon.0) 3321 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.654804+0000 mon.a (mon.0) 3322 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.656924+0000 mon.a (mon.0) 3323 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.657789+0000 mon.a (mon.0) 3324 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.667529+0000 mon.a (mon.0) 3325 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: cephadm 2024-09-20T23:24:21.668099+0000 mgr.y (mgr.15240) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:22.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.764856+0000 mon.a (mon.0) 3326 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.767839+0000 mon.a (mon.0) 3327 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.774090+0000 mon.a (mon.0) 3328 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.776982+0000 mon.a (mon.0) 3329 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.777900+0000 mon.a (mon.0) 3330 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.785998+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.902646+0000 mon.a (mon.0) 3332 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.904707+0000 mon.a (mon.0) 3333 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.905623+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.907762+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.908587+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:21.916316+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[19864]: audit 2024-09-20T23:24:22.020691+0000 mon.a (mon.0) 3338 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.776982+0000 mon.a (mon.0) 3329 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.777900+0000 mon.a (mon.0) 3330 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.785998+0000 mon.a (mon.0) 3331 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.902646+0000 mon.a (mon.0) 3332 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.904707+0000 mon.a (mon.0) 3333 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:22.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.905623+0000 mon.a (mon.0) 3334 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:22.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.907762+0000 mon.a (mon.0) 3335 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:22.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.908587+0000 mon.a (mon.0) 3336 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:22.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:21.916316+0000 mon.a (mon.0) 3337 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:22.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:22 smithi083 bash[25244]: audit 2024-09-20T23:24:22.020691+0000 mon.a (mon.0) 3338 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.034 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: cephadm 2024-09-20T23:24:21.786623+0000 mgr.y (mgr.15240) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.034 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: cephadm 2024-09-20T23:24:21.916841+0000 mgr.y (mgr.15240) 389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.034 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.022890+0000 mon.a (mon.0) 3339 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.034 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.031928+0000 mon.a (mon.0) 3340 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.034 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.034910+0000 mon.a (mon.0) 3341 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.035621+0000 mon.a (mon.0) 3342 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.042176+0000 mon.a (mon.0) 3343 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: cephadm 2024-09-20T23:24:22.042516+0000 mgr.y (mgr.15240) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.130276+0000 mon.a (mon.0) 3344 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.131993+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.132764+0000 mon.a (mon.0) 3346 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.134458+0000 mon.a (mon.0) 3347 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.135053+0000 mon.a (mon.0) 3348 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.141582+0000 mon.a (mon.0) 3349 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: cephadm 2024-09-20T23:24:22.141897+0000 mgr.y (mgr.15240) 391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.225383+0000 mon.a (mon.0) 3350 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.035 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.227091+0000 mon.a (mon.0) 3351 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.228186+0000 mon.a (mon.0) 3352 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.229954+0000 mon.a (mon.0) 3353 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.230516+0000 mon.a (mon.0) 3354 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.237210+0000 mon.a (mon.0) 3355 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: cephadm 2024-09-20T23:24:22.237534+0000 mgr.y (mgr.15240) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.316789+0000 mon.a (mon.0) 3356 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.318517+0000 mon.a (mon.0) 3357 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.319468+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.321253+0000 mon.a (mon.0) 3359 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.321846+0000 mon.a (mon.0) 3360 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.330809+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: cephadm 2024-09-20T23:24:22.331252+0000 mgr.y (mgr.15240) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.401742+0000 mon.a (mon.0) 3362 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.403574+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.036 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.404416+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.406286+0000 mon.a (mon.0) 3365 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.406868+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.413491+0000 mon.a (mon.0) 3367 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: cephadm 2024-09-20T23:24:22.413872+0000 mgr.y (mgr.15240) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.489003+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.491134+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.492029+0000 mon.a (mon.0) 3370 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.493936+0000 mon.a (mon.0) 3371 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.494634+0000 mon.a (mon.0) 3372 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.501552+0000 mon.a (mon.0) 3373 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: cephadm 2024-09-20T23:24:22.501884+0000 mgr.y (mgr.15240) 395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.572283+0000 mon.a (mon.0) 3374 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.573966+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.037 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.574755+0000 mon.a (mon.0) 3376 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.038 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: cephadm 2024-09-20T23:24:21.786623+0000 mgr.y (mgr.15240) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.038 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: cephadm 2024-09-20T23:24:21.916841+0000 mgr.y (mgr.15240) 389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.038 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.022890+0000 mon.a (mon.0) 3339 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.038 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.031928+0000 mon.a (mon.0) 3340 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.038 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.034910+0000 mon.a (mon.0) 3341 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.038 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.035621+0000 mon.a (mon.0) 3342 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.042176+0000 mon.a (mon.0) 3343 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: cephadm 2024-09-20T23:24:22.042516+0000 mgr.y (mgr.15240) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.130276+0000 mon.a (mon.0) 3344 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.131993+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.132764+0000 mon.a (mon.0) 3346 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.134458+0000 mon.a (mon.0) 3347 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.135053+0000 mon.a (mon.0) 3348 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.141582+0000 mon.a (mon.0) 3349 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: cephadm 2024-09-20T23:24:22.141897+0000 mgr.y (mgr.15240) 391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.225383+0000 mon.a (mon.0) 3350 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.227091+0000 mon.a (mon.0) 3351 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.228186+0000 mon.a (mon.0) 3352 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.229954+0000 mon.a (mon.0) 3353 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.230516+0000 mon.a (mon.0) 3354 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.039 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.237210+0000 mon.a (mon.0) 3355 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: cephadm 2024-09-20T23:24:22.237534+0000 mgr.y (mgr.15240) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.316789+0000 mon.a (mon.0) 3356 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.318517+0000 mon.a (mon.0) 3357 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.319468+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.321253+0000 mon.a (mon.0) 3359 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.321846+0000 mon.a (mon.0) 3360 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.330809+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: cephadm 2024-09-20T23:24:22.331252+0000 mgr.y (mgr.15240) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.401742+0000 mon.a (mon.0) 3362 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.403574+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.404416+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.406286+0000 mon.a (mon.0) 3365 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.406868+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.413491+0000 mon.a (mon.0) 3367 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.040 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: cephadm 2024-09-20T23:24:22.413872+0000 mgr.y (mgr.15240) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.489003+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.491134+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.492029+0000 mon.a (mon.0) 3370 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.493936+0000 mon.a (mon.0) 3371 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.494634+0000 mon.a (mon.0) 3372 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.501552+0000 mon.a (mon.0) 3373 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: cephadm 2024-09-20T23:24:22.501884+0000 mgr.y (mgr.15240) 395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.572283+0000 mon.a (mon.0) 3374 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.573966+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.574755+0000 mon.a (mon.0) 3376 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.576568+0000 mon.a (mon.0) 3377 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.577135+0000 mon.a (mon.0) 3378 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.584053+0000 mon.a (mon.0) 3379 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.041 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: cephadm 2024-09-20T23:24:22.584757+0000 mgr.y (mgr.15240) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.283 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.658671+0000 mon.a (mon.0) 3380 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.283 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.660456+0000 mon.a (mon.0) 3381 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.283 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.661399+0000 mon.a (mon.0) 3382 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.283 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.663096+0000 mon.a (mon.0) 3383 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.283 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.663700+0000 mon.a (mon.0) 3384 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.283 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.670212+0000 mon.a (mon.0) 3385 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.283 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: cephadm 2024-09-20T23:24:22.670522+0000 mgr.y (mgr.15240) 397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.283 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.744681+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.284 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.746330+0000 mon.a (mon.0) 3387 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.284 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.747428+0000 mon.a (mon.0) 3388 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.284 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.749245+0000 mon.a (mon.0) 3389 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.284 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.749925+0000 mon.a (mon.0) 3390 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.284 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.756061+0000 mon.a (mon.0) 3391 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.284 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.835398+0000 mon.a (mon.0) 3392 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.284 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.837436+0000 mon.a (mon.0) 3393 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.284 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.838337+0000 mon.a (mon.0) 3394 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.284 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.840065+0000 mon.a (mon.0) 3395 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.284 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.840733+0000 mon.a (mon.0) 3396 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.284 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.847251+0000 mon.a (mon.0) 3397 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.284 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.576568+0000 mon.a (mon.0) 3377 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.577135+0000 mon.a (mon.0) 3378 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.584053+0000 mon.a (mon.0) 3379 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: cephadm 2024-09-20T23:24:22.584757+0000 mgr.y (mgr.15240) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.658671+0000 mon.a (mon.0) 3380 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.660456+0000 mon.a (mon.0) 3381 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.661399+0000 mon.a (mon.0) 3382 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.663096+0000 mon.a (mon.0) 3383 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.663700+0000 mon.a (mon.0) 3384 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.670212+0000 mon.a (mon.0) 3385 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: cephadm 2024-09-20T23:24:22.670522+0000 mgr.y (mgr.15240) 397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.744681+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.746330+0000 mon.a (mon.0) 3387 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.285 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.747428+0000 mon.a (mon.0) 3388 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.286 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.749245+0000 mon.a (mon.0) 3389 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.286 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.749925+0000 mon.a (mon.0) 3390 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.286 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.756061+0000 mon.a (mon.0) 3391 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.286 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.835398+0000 mon.a (mon.0) 3392 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.286 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.837436+0000 mon.a (mon.0) 3393 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.286 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.938276+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.286 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.939901+0000 mon.a (mon.0) 3399 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.286 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.940675+0000 mon.a (mon.0) 3400 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.286 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.942408+0000 mon.a (mon.0) 3401 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.286 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.943009+0000 mon.a (mon.0) 3402 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.286 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[25244]: audit 2024-09-20T23:24:22.949726+0000 mon.a (mon.0) 3403 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.287 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.838337+0000 mon.a (mon.0) 3394 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.287 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.840065+0000 mon.a (mon.0) 3395 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.287 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.840733+0000 mon.a (mon.0) 3396 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.287 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.847251+0000 mon.a (mon.0) 3397 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.287 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.938276+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.287 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.939901+0000 mon.a (mon.0) 3399 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.287 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.940675+0000 mon.a (mon.0) 3400 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.287 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.942408+0000 mon.a (mon.0) 3401 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.287 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.943009+0000 mon.a (mon.0) 3402 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.287 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:23 smithi083 bash[19864]: audit 2024-09-20T23:24:22.949726+0000 mon.a (mon.0) 3403 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: cephadm 2024-09-20T23:24:21.786623+0000 mgr.y (mgr.15240) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: cephadm 2024-09-20T23:24:21.916841+0000 mgr.y (mgr.15240) 389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.022890+0000 mon.a (mon.0) 3339 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.031928+0000 mon.a (mon.0) 3340 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.034910+0000 mon.a (mon.0) 3341 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.035621+0000 mon.a (mon.0) 3342 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.042176+0000 mon.a (mon.0) 3343 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: cephadm 2024-09-20T23:24:22.042516+0000 mgr.y (mgr.15240) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.130276+0000 mon.a (mon.0) 3344 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.131993+0000 mon.a (mon.0) 3345 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.132764+0000 mon.a (mon.0) 3346 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.134458+0000 mon.a (mon.0) 3347 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.135053+0000 mon.a (mon.0) 3348 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.141582+0000 mon.a (mon.0) 3349 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: cephadm 2024-09-20T23:24:22.141897+0000 mgr.y (mgr.15240) 391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.225383+0000 mon.a (mon.0) 3350 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.227091+0000 mon.a (mon.0) 3351 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.228186+0000 mon.a (mon.0) 3352 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.229954+0000 mon.a (mon.0) 3353 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.230516+0000 mon.a (mon.0) 3354 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.237210+0000 mon.a (mon.0) 3355 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: cephadm 2024-09-20T23:24:22.237534+0000 mgr.y (mgr.15240) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.316789+0000 mon.a (mon.0) 3356 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.318517+0000 mon.a (mon.0) 3357 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.319468+0000 mon.a (mon.0) 3358 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.321253+0000 mon.a (mon.0) 3359 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.321846+0000 mon.a (mon.0) 3360 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.330809+0000 mon.a (mon.0) 3361 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: cephadm 2024-09-20T23:24:22.331252+0000 mgr.y (mgr.15240) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.401742+0000 mon.a (mon.0) 3362 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.403574+0000 mon.a (mon.0) 3363 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.404416+0000 mon.a (mon.0) 3364 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.406286+0000 mon.a (mon.0) 3365 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.406868+0000 mon.a (mon.0) 3366 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.413491+0000 mon.a (mon.0) 3367 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: cephadm 2024-09-20T23:24:22.413872+0000 mgr.y (mgr.15240) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.489003+0000 mon.a (mon.0) 3368 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.491134+0000 mon.a (mon.0) 3369 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.492029+0000 mon.a (mon.0) 3370 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.493936+0000 mon.a (mon.0) 3371 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.494634+0000 mon.a (mon.0) 3372 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.501552+0000 mon.a (mon.0) 3373 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: cephadm 2024-09-20T23:24:22.501884+0000 mgr.y (mgr.15240) 395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.572283+0000 mon.a (mon.0) 3374 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.573966+0000 mon.a (mon.0) 3375 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.574755+0000 mon.a (mon.0) 3376 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.576568+0000 mon.a (mon.0) 3377 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.577135+0000 mon.a (mon.0) 3378 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.584053+0000 mon.a (mon.0) 3379 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: cephadm 2024-09-20T23:24:22.584757+0000 mgr.y (mgr.15240) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.658671+0000 mon.a (mon.0) 3380 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.660456+0000 mon.a (mon.0) 3381 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.661399+0000 mon.a (mon.0) 3382 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.663096+0000 mon.a (mon.0) 3383 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.663700+0000 mon.a (mon.0) 3384 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.670212+0000 mon.a (mon.0) 3385 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: cephadm 2024-09-20T23:24:22.670522+0000 mgr.y (mgr.15240) 397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.744681+0000 mon.a (mon.0) 3386 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.746330+0000 mon.a (mon.0) 3387 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.747428+0000 mon.a (mon.0) 3388 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.749245+0000 mon.a (mon.0) 3389 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.749925+0000 mon.a (mon.0) 3390 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.756061+0000 mon.a (mon.0) 3391 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.835398+0000 mon.a (mon.0) 3392 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.837436+0000 mon.a (mon.0) 3393 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.838337+0000 mon.a (mon.0) 3394 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.840065+0000 mon.a (mon.0) 3395 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.840733+0000 mon.a (mon.0) 3396 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.847251+0000 mon.a (mon.0) 3397 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:23.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.938276+0000 mon.a (mon.0) 3398 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.939901+0000 mon.a (mon.0) 3399 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:23.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.940675+0000 mon.a (mon.0) 3400 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:23.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.942408+0000 mon.a (mon.0) 3401 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:23.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.943009+0000 mon.a (mon.0) 3402 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:23.329 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:23 smithi142 bash[74331]: audit 2024-09-20T23:24:22.949726+0000 mon.a (mon.0) 3403 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.283 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: cephadm 2024-09-20T23:24:22.756364+0000 mgr.y (mgr.15240) 398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.283 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: cephadm 2024-09-20T23:24:22.847622+0000 mgr.y (mgr.15240) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.283 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: cephadm 2024-09-20T23:24:22.950082+0000 mgr.y (mgr.15240) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.283 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.043063+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.283 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.045044+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.283 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.046020+0000 mon.a (mon.0) 3406 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.283 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.047838+0000 mon.a (mon.0) 3407 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.283 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.048507+0000 mon.a (mon.0) 3408 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.283 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.054201+0000 mon.a (mon.0) 3409 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: cephadm 2024-09-20T23:24:23.054577+0000 mgr.y (mgr.15240) 401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.128754+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.130478+0000 mon.a (mon.0) 3411 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.131237+0000 mon.a (mon.0) 3412 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.132962+0000 mon.a (mon.0) 3413 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.133557+0000 mon.a (mon.0) 3414 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.139169+0000 mon.a (mon.0) 3415 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: cephadm 2024-09-20T23:24:23.139585+0000 mgr.y (mgr.15240) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: cluster 2024-09-20T23:24:23.143049+0000 mgr.y (mgr.15240) 403 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.210242+0000 mon.a (mon.0) 3416 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.212038+0000 mon.a (mon.0) 3417 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.212910+0000 mon.a (mon.0) 3418 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.214662+0000 mon.a (mon.0) 3419 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.215288+0000 mon.a (mon.0) 3420 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.284 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.220973+0000 mon.a (mon.0) 3421 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: cephadm 2024-09-20T23:24:23.221366+0000 mgr.y (mgr.15240) 404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.295821+0000 mon.a (mon.0) 3422 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.297478+0000 mon.a (mon.0) 3423 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.298234+0000 mon.a (mon.0) 3424 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.299868+0000 mon.a (mon.0) 3425 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.300480+0000 mon.a (mon.0) 3426 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.305180+0000 mon.a (mon.0) 3427 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: cephadm 2024-09-20T23:24:23.305558+0000 mgr.y (mgr.15240) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.376914+0000 mon.a (mon.0) 3428 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.379460+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.380640+0000 mon.a (mon.0) 3430 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.383028+0000 mon.a (mon.0) 3431 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.383647+0000 mon.a (mon.0) 3432 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.285 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.389590+0000 mon.a (mon.0) 3433 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: cephadm 2024-09-20T23:24:23.389957+0000 mgr.y (mgr.15240) 406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.462773+0000 mon.a (mon.0) 3434 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.464567+0000 mon.a (mon.0) 3435 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.465554+0000 mon.a (mon.0) 3436 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.468019+0000 mon.a (mon.0) 3437 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.469286+0000 mon.a (mon.0) 3438 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.474292+0000 mon.a (mon.0) 3439 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: cephadm 2024-09-20T23:24:23.474785+0000 mgr.y (mgr.15240) 407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.562679+0000 mon.a (mon.0) 3440 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.564770+0000 mon.a (mon.0) 3441 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.565599+0000 mon.a (mon.0) 3442 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.567940+0000 mon.a (mon.0) 3443 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.286 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.568567+0000 mon.a (mon.0) 3444 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.574305+0000 mon.a (mon.0) 3445 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: cephadm 2024-09-20T23:24:23.574796+0000 mgr.y (mgr.15240) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.661917+0000 mon.a (mon.0) 3446 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.664692+0000 mon.a (mon.0) 3447 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.665853+0000 mon.a (mon.0) 3448 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.668559+0000 mon.a (mon.0) 3449 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.669394+0000 mon.a (mon.0) 3450 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.675176+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: cephadm 2024-09-20T23:24:23.675567+0000 mgr.y (mgr.15240) 409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.787820+0000 mon.a (mon.0) 3452 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.790557+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.791909+0000 mon.a (mon.0) 3454 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.795009+0000 mon.a (mon.0) 3455 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.287 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.796080+0000 mon.a (mon.0) 3456 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.804585+0000 mon.a (mon.0) 3457 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.886462+0000 mon.a (mon.0) 3458 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.889101+0000 mon.a (mon.0) 3459 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.890412+0000 mon.a (mon.0) 3460 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.893154+0000 mon.a (mon.0) 3461 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.894237+0000 mon.a (mon.0) 3462 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.901115+0000 mon.a (mon.0) 3463 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.994100+0000 mon.a (mon.0) 3464 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.995911+0000 mon.a (mon.0) 3465 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.996751+0000 mon.a (mon.0) 3466 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.998653+0000 mon.a (mon.0) 3467 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:23.999328+0000 mon.a (mon.0) 3468 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.288 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:24 smithi142 bash[74331]: audit 2024-09-20T23:24:24.005288+0000 mon.a (mon.0) 3469 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: cephadm 2024-09-20T23:24:22.756364+0000 mgr.y (mgr.15240) 398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: cephadm 2024-09-20T23:24:22.847622+0000 mgr.y (mgr.15240) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: cephadm 2024-09-20T23:24:22.950082+0000 mgr.y (mgr.15240) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.043063+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.045044+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.046020+0000 mon.a (mon.0) 3406 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.047838+0000 mon.a (mon.0) 3407 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.048507+0000 mon.a (mon.0) 3408 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.054201+0000 mon.a (mon.0) 3409 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: cephadm 2024-09-20T23:24:23.054577+0000 mgr.y (mgr.15240) 401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.128754+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.130478+0000 mon.a (mon.0) 3411 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.131237+0000 mon.a (mon.0) 3412 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.132962+0000 mon.a (mon.0) 3413 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.133557+0000 mon.a (mon.0) 3414 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.139169+0000 mon.a (mon.0) 3415 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: cephadm 2024-09-20T23:24:23.139585+0000 mgr.y (mgr.15240) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: cluster 2024-09-20T23:24:23.143049+0000 mgr.y (mgr.15240) 403 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:24.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.210242+0000 mon.a (mon.0) 3416 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.212038+0000 mon.a (mon.0) 3417 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.212910+0000 mon.a (mon.0) 3418 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.214662+0000 mon.a (mon.0) 3419 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.215288+0000 mon.a (mon.0) 3420 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.220973+0000 mon.a (mon.0) 3421 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: cephadm 2024-09-20T23:24:23.221366+0000 mgr.y (mgr.15240) 404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.295821+0000 mon.a (mon.0) 3422 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.297478+0000 mon.a (mon.0) 3423 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.298234+0000 mon.a (mon.0) 3424 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.299868+0000 mon.a (mon.0) 3425 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.300480+0000 mon.a (mon.0) 3426 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.305180+0000 mon.a (mon.0) 3427 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: cephadm 2024-09-20T23:24:23.305558+0000 mgr.y (mgr.15240) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.376914+0000 mon.a (mon.0) 3428 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.379460+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.380640+0000 mon.a (mon.0) 3430 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.383028+0000 mon.a (mon.0) 3431 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.383647+0000 mon.a (mon.0) 3432 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.389590+0000 mon.a (mon.0) 3433 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: cephadm 2024-09-20T23:24:23.389957+0000 mgr.y (mgr.15240) 406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.462773+0000 mon.a (mon.0) 3434 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.464567+0000 mon.a (mon.0) 3435 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.465554+0000 mon.a (mon.0) 3436 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.468019+0000 mon.a (mon.0) 3437 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.469286+0000 mon.a (mon.0) 3438 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.474292+0000 mon.a (mon.0) 3439 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: cephadm 2024-09-20T23:24:23.474785+0000 mgr.y (mgr.15240) 407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.562679+0000 mon.a (mon.0) 3440 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.564770+0000 mon.a (mon.0) 3441 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.565599+0000 mon.a (mon.0) 3442 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.567940+0000 mon.a (mon.0) 3443 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.568567+0000 mon.a (mon.0) 3444 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.574305+0000 mon.a (mon.0) 3445 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: cephadm 2024-09-20T23:24:23.574796+0000 mgr.y (mgr.15240) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.661917+0000 mon.a (mon.0) 3446 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.664692+0000 mon.a (mon.0) 3447 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.665853+0000 mon.a (mon.0) 3448 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.668559+0000 mon.a (mon.0) 3449 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.669394+0000 mon.a (mon.0) 3450 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: cephadm 2024-09-20T23:24:22.756364+0000 mgr.y (mgr.15240) 398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: cephadm 2024-09-20T23:24:22.847622+0000 mgr.y (mgr.15240) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: cephadm 2024-09-20T23:24:22.950082+0000 mgr.y (mgr.15240) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.043063+0000 mon.a (mon.0) 3404 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.045044+0000 mon.a (mon.0) 3405 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.046020+0000 mon.a (mon.0) 3406 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.047838+0000 mon.a (mon.0) 3407 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.048507+0000 mon.a (mon.0) 3408 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.054201+0000 mon.a (mon.0) 3409 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: cephadm 2024-09-20T23:24:23.054577+0000 mgr.y (mgr.15240) 401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.128754+0000 mon.a (mon.0) 3410 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.130478+0000 mon.a (mon.0) 3411 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.131237+0000 mon.a (mon.0) 3412 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.132962+0000 mon.a (mon.0) 3413 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.133557+0000 mon.a (mon.0) 3414 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.139169+0000 mon.a (mon.0) 3415 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: cephadm 2024-09-20T23:24:23.139585+0000 mgr.y (mgr.15240) 402 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: cluster 2024-09-20T23:24:23.143049+0000 mgr.y (mgr.15240) 403 : cluster [DBG] pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:24.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.210242+0000 mon.a (mon.0) 3416 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.675176+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: cephadm 2024-09-20T23:24:23.675567+0000 mgr.y (mgr.15240) 409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.787820+0000 mon.a (mon.0) 3452 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.790557+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.791909+0000 mon.a (mon.0) 3454 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.795009+0000 mon.a (mon.0) 3455 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.796080+0000 mon.a (mon.0) 3456 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.804585+0000 mon.a (mon.0) 3457 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.886462+0000 mon.a (mon.0) 3458 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.889101+0000 mon.a (mon.0) 3459 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.890412+0000 mon.a (mon.0) 3460 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.893154+0000 mon.a (mon.0) 3461 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.894237+0000 mon.a (mon.0) 3462 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.901115+0000 mon.a (mon.0) 3463 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.994100+0000 mon.a (mon.0) 3464 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.995911+0000 mon.a (mon.0) 3465 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.996751+0000 mon.a (mon.0) 3466 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.998653+0000 mon.a (mon.0) 3467 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:23.999328+0000 mon.a (mon.0) 3468 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[19864]: audit 2024-09-20T23:24:24.005288+0000 mon.a (mon.0) 3469 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.212038+0000 mon.a (mon.0) 3417 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.212910+0000 mon.a (mon.0) 3418 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.214662+0000 mon.a (mon.0) 3419 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.215288+0000 mon.a (mon.0) 3420 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.220973+0000 mon.a (mon.0) 3421 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: cephadm 2024-09-20T23:24:23.221366+0000 mgr.y (mgr.15240) 404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.295821+0000 mon.a (mon.0) 3422 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.297478+0000 mon.a (mon.0) 3423 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.298234+0000 mon.a (mon.0) 3424 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.299868+0000 mon.a (mon.0) 3425 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.300480+0000 mon.a (mon.0) 3426 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.305180+0000 mon.a (mon.0) 3427 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: cephadm 2024-09-20T23:24:23.305558+0000 mgr.y (mgr.15240) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.376914+0000 mon.a (mon.0) 3428 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.379460+0000 mon.a (mon.0) 3429 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.380640+0000 mon.a (mon.0) 3430 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.383028+0000 mon.a (mon.0) 3431 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.383647+0000 mon.a (mon.0) 3432 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.389590+0000 mon.a (mon.0) 3433 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: cephadm 2024-09-20T23:24:23.389957+0000 mgr.y (mgr.15240) 406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.462773+0000 mon.a (mon.0) 3434 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.464567+0000 mon.a (mon.0) 3435 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.465554+0000 mon.a (mon.0) 3436 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.468019+0000 mon.a (mon.0) 3437 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.469286+0000 mon.a (mon.0) 3438 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.474292+0000 mon.a (mon.0) 3439 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: cephadm 2024-09-20T23:24:23.474785+0000 mgr.y (mgr.15240) 407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.562679+0000 mon.a (mon.0) 3440 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.564770+0000 mon.a (mon.0) 3441 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.565599+0000 mon.a (mon.0) 3442 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.567940+0000 mon.a (mon.0) 3443 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.568567+0000 mon.a (mon.0) 3444 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.574305+0000 mon.a (mon.0) 3445 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: cephadm 2024-09-20T23:24:23.574796+0000 mgr.y (mgr.15240) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.661917+0000 mon.a (mon.0) 3446 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.664692+0000 mon.a (mon.0) 3447 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.665853+0000 mon.a (mon.0) 3448 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.668559+0000 mon.a (mon.0) 3449 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.669394+0000 mon.a (mon.0) 3450 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.675176+0000 mon.a (mon.0) 3451 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: cephadm 2024-09-20T23:24:23.675567+0000 mgr.y (mgr.15240) 409 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.787820+0000 mon.a (mon.0) 3452 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.790557+0000 mon.a (mon.0) 3453 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.791909+0000 mon.a (mon.0) 3454 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.795009+0000 mon.a (mon.0) 3455 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.796080+0000 mon.a (mon.0) 3456 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.804585+0000 mon.a (mon.0) 3457 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.886462+0000 mon.a (mon.0) 3458 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.889101+0000 mon.a (mon.0) 3459 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.890412+0000 mon.a (mon.0) 3460 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.893154+0000 mon.a (mon.0) 3461 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.894237+0000 mon.a (mon.0) 3462 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.901115+0000 mon.a (mon.0) 3463 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:24.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.994100+0000 mon.a (mon.0) 3464 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.995911+0000 mon.a (mon.0) 3465 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:24.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.996751+0000 mon.a (mon.0) 3466 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:24.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.998653+0000 mon.a (mon.0) 3467 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:24.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:23.999328+0000 mon.a (mon.0) 3468 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:24.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:24 smithi083 bash[25244]: audit 2024-09-20T23:24:24.005288+0000 mon.a (mon.0) 3469 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.037 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: cephadm 2024-09-20T23:24:23.805264+0000 mgr.y (mgr.15240) 410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.037 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: cephadm 2024-09-20T23:24:23.901789+0000 mgr.y (mgr.15240) 411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.037 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: cephadm 2024-09-20T23:24:24.005722+0000 mgr.y (mgr.15240) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.085043+0000 mon.a (mon.0) 3470 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.087278+0000 mon.a (mon.0) 3471 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.088504+0000 mon.a (mon.0) 3472 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.091108+0000 mon.a (mon.0) 3473 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.091996+0000 mon.a (mon.0) 3474 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.101752+0000 mon.a (mon.0) 3475 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: cephadm 2024-09-20T23:24:24.102296+0000 mgr.y (mgr.15240) 413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.178384+0000 mon.a (mon.0) 3476 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.180618+0000 mon.a (mon.0) 3477 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.181956+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.184801+0000 mon.a (mon.0) 3479 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.185643+0000 mon.a (mon.0) 3480 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.193125+0000 mon.a (mon.0) 3481 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: cephadm 2024-09-20T23:24:24.193779+0000 mgr.y (mgr.15240) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.300331+0000 mon.a (mon.0) 3482 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.302934+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.304328+0000 mon.a (mon.0) 3484 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.307922+0000 mon.a (mon.0) 3485 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.308870+0000 mon.a (mon.0) 3486 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.316797+0000 mon.a (mon.0) 3487 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: cephadm 2024-09-20T23:24:24.317294+0000 mgr.y (mgr.15240) 415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.411806+0000 mon.a (mon.0) 3488 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.414291+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.415641+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.418454+0000 mon.a (mon.0) 3491 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.419426+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.427533+0000 mon.a (mon.0) 3493 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: cephadm 2024-09-20T23:24:24.428157+0000 mgr.y (mgr.15240) 416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.547749+0000 mon.a (mon.0) 3494 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.550303+0000 mon.a (mon.0) 3495 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.551642+0000 mon.a (mon.0) 3496 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.554646+0000 mon.a (mon.0) 3497 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.555585+0000 mon.a (mon.0) 3498 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.564039+0000 mon.a (mon.0) 3499 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: cephadm 2024-09-20T23:24:24.564539+0000 mgr.y (mgr.15240) 417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.698992+0000 mon.a (mon.0) 3500 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.701122+0000 mon.a (mon.0) 3501 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.702169+0000 mon.a (mon.0) 3502 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.704583+0000 mon.a (mon.0) 3503 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.705866+0000 mon.a (mon.0) 3504 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.714374+0000 mon.a (mon.0) 3505 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.843033+0000 mon.a (mon.0) 3506 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.845568+0000 mon.a (mon.0) 3507 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.847439+0000 mon.a (mon.0) 3508 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.850459+0000 mon.a (mon.0) 3509 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.851530+0000 mon.a (mon.0) 3510 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.860042+0000 mon.a (mon.0) 3511 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:24.999700+0000 mon.a (mon.0) 3512 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:25.002159+0000 mon.a (mon.0) 3513 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:25.003520+0000 mon.a (mon.0) 3514 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:25.007187+0000 mon.a (mon.0) 3515 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:25.008245+0000 mon.a (mon.0) 3516 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:25 smithi142 bash[74331]: audit 2024-09-20T23:24:25.016837+0000 mon.a (mon.0) 3517 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: cephadm 2024-09-20T23:24:23.805264+0000 mgr.y (mgr.15240) 410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: cephadm 2024-09-20T23:24:23.901789+0000 mgr.y (mgr.15240) 411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: cephadm 2024-09-20T23:24:24.005722+0000 mgr.y (mgr.15240) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.085043+0000 mon.a (mon.0) 3470 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.087278+0000 mon.a (mon.0) 3471 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.088504+0000 mon.a (mon.0) 3472 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.091108+0000 mon.a (mon.0) 3473 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.091996+0000 mon.a (mon.0) 3474 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.101752+0000 mon.a (mon.0) 3475 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: cephadm 2024-09-20T23:24:24.102296+0000 mgr.y (mgr.15240) 413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.178384+0000 mon.a (mon.0) 3476 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.180618+0000 mon.a (mon.0) 3477 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.181956+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.184801+0000 mon.a (mon.0) 3479 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.185643+0000 mon.a (mon.0) 3480 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.193125+0000 mon.a (mon.0) 3481 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: cephadm 2024-09-20T23:24:24.193779+0000 mgr.y (mgr.15240) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.300331+0000 mon.a (mon.0) 3482 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.302934+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.304328+0000 mon.a (mon.0) 3484 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.307922+0000 mon.a (mon.0) 3485 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.308870+0000 mon.a (mon.0) 3486 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.316797+0000 mon.a (mon.0) 3487 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: cephadm 2024-09-20T23:24:24.317294+0000 mgr.y (mgr.15240) 415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.411806+0000 mon.a (mon.0) 3488 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.414291+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.415641+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.418454+0000 mon.a (mon.0) 3491 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.419426+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.427533+0000 mon.a (mon.0) 3493 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: cephadm 2024-09-20T23:24:24.428157+0000 mgr.y (mgr.15240) 416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.547749+0000 mon.a (mon.0) 3494 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.550303+0000 mon.a (mon.0) 3495 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.551642+0000 mon.a (mon.0) 3496 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.554646+0000 mon.a (mon.0) 3497 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.555585+0000 mon.a (mon.0) 3498 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.564039+0000 mon.a (mon.0) 3499 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: cephadm 2024-09-20T23:24:24.564539+0000 mgr.y (mgr.15240) 417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.698992+0000 mon.a (mon.0) 3500 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.701122+0000 mon.a (mon.0) 3501 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.702169+0000 mon.a (mon.0) 3502 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.704583+0000 mon.a (mon.0) 3503 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.705866+0000 mon.a (mon.0) 3504 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.714374+0000 mon.a (mon.0) 3505 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.843033+0000 mon.a (mon.0) 3506 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.845568+0000 mon.a (mon.0) 3507 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.847439+0000 mon.a (mon.0) 3508 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.850459+0000 mon.a (mon.0) 3509 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.851530+0000 mon.a (mon.0) 3510 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.860042+0000 mon.a (mon.0) 3511 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:24.999700+0000 mon.a (mon.0) 3512 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:25.002159+0000 mon.a (mon.0) 3513 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:25.003520+0000 mon.a (mon.0) 3514 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:25.007187+0000 mon.a (mon.0) 3515 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:25.008245+0000 mon.a (mon.0) 3516 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[25244]: audit 2024-09-20T23:24:25.016837+0000 mon.a (mon.0) 3517 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: cephadm 2024-09-20T23:24:23.805264+0000 mgr.y (mgr.15240) 410 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: cephadm 2024-09-20T23:24:23.901789+0000 mgr.y (mgr.15240) 411 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: cephadm 2024-09-20T23:24:24.005722+0000 mgr.y (mgr.15240) 412 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.085043+0000 mon.a (mon.0) 3470 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.087278+0000 mon.a (mon.0) 3471 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.088504+0000 mon.a (mon.0) 3472 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.091108+0000 mon.a (mon.0) 3473 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.091996+0000 mon.a (mon.0) 3474 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.101752+0000 mon.a (mon.0) 3475 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: cephadm 2024-09-20T23:24:24.102296+0000 mgr.y (mgr.15240) 413 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.178384+0000 mon.a (mon.0) 3476 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.180618+0000 mon.a (mon.0) 3477 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.181956+0000 mon.a (mon.0) 3478 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.184801+0000 mon.a (mon.0) 3479 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.185643+0000 mon.a (mon.0) 3480 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.193125+0000 mon.a (mon.0) 3481 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: cephadm 2024-09-20T23:24:24.193779+0000 mgr.y (mgr.15240) 414 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.300331+0000 mon.a (mon.0) 3482 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.302934+0000 mon.a (mon.0) 3483 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.304328+0000 mon.a (mon.0) 3484 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.307922+0000 mon.a (mon.0) 3485 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.308870+0000 mon.a (mon.0) 3486 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.316797+0000 mon.a (mon.0) 3487 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: cephadm 2024-09-20T23:24:24.317294+0000 mgr.y (mgr.15240) 415 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.411806+0000 mon.a (mon.0) 3488 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.414291+0000 mon.a (mon.0) 3489 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.415641+0000 mon.a (mon.0) 3490 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.418454+0000 mon.a (mon.0) 3491 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.419426+0000 mon.a (mon.0) 3492 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.427533+0000 mon.a (mon.0) 3493 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: cephadm 2024-09-20T23:24:24.428157+0000 mgr.y (mgr.15240) 416 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.547749+0000 mon.a (mon.0) 3494 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.550303+0000 mon.a (mon.0) 3495 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.551642+0000 mon.a (mon.0) 3496 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.554646+0000 mon.a (mon.0) 3497 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.555585+0000 mon.a (mon.0) 3498 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.564039+0000 mon.a (mon.0) 3499 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: cephadm 2024-09-20T23:24:24.564539+0000 mgr.y (mgr.15240) 417 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.698992+0000 mon.a (mon.0) 3500 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.701122+0000 mon.a (mon.0) 3501 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.702169+0000 mon.a (mon.0) 3502 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.704583+0000 mon.a (mon.0) 3503 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.705866+0000 mon.a (mon.0) 3504 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.714374+0000 mon.a (mon.0) 3505 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.843033+0000 mon.a (mon.0) 3506 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.845568+0000 mon.a (mon.0) 3507 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.847439+0000 mon.a (mon.0) 3508 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.850459+0000 mon.a (mon.0) 3509 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.851530+0000 mon.a (mon.0) 3510 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.860042+0000 mon.a (mon.0) 3511 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:25.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:24.999700+0000 mon.a (mon.0) 3512 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:25.002159+0000 mon.a (mon.0) 3513 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:25.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:25.003520+0000 mon.a (mon.0) 3514 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:25.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:25.007187+0000 mon.a (mon.0) 3515 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:25.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:25.008245+0000 mon.a (mon.0) 3516 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:25.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:25 smithi083 bash[19864]: audit 2024-09-20T23:24:25.016837+0000 mon.a (mon.0) 3517 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: cephadm 2024-09-20T23:24:24.714983+0000 mgr.y (mgr.15240) 418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: cephadm 2024-09-20T23:24:24.860669+0000 mgr.y (mgr.15240) 419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: cephadm 2024-09-20T23:24:25.017359+0000 mgr.y (mgr.15240) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.119016+0000 mon.a (mon.0) 3518 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.121503+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.123223+0000 mon.a (mon.0) 3520 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.126386+0000 mon.a (mon.0) 3521 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.127493+0000 mon.a (mon.0) 3522 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.133816+0000 mon.a (mon.0) 3523 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: cephadm 2024-09-20T23:24:25.134319+0000 mgr.y (mgr.15240) 421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: cluster 2024-09-20T23:24:25.143625+0000 mgr.y (mgr.15240) 422 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.230154+0000 mon.a (mon.0) 3524 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.232240+0000 mon.a (mon.0) 3525 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.233606+0000 mon.a (mon.0) 3526 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.236627+0000 mon.a (mon.0) 3527 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.237435+0000 mon.a (mon.0) 3528 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.244999+0000 mon.a (mon.0) 3529 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: cephadm 2024-09-20T23:24:25.245386+0000 mgr.y (mgr.15240) 423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.321632+0000 mon.a (mon.0) 3530 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.323697+0000 mon.a (mon.0) 3531 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.324822+0000 mon.a (mon.0) 3532 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.327594+0000 mon.a (mon.0) 3533 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.328399+0000 mon.a (mon.0) 3534 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.335841+0000 mon.a (mon.0) 3535 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: cephadm 2024-09-20T23:24:25.336213+0000 mgr.y (mgr.15240) 424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.412805+0000 mon.a (mon.0) 3536 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.415151+0000 mon.a (mon.0) 3537 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.417206+0000 mon.a (mon.0) 3538 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.419853+0000 mon.a (mon.0) 3539 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.420883+0000 mon.a (mon.0) 3540 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.428540+0000 mon.a (mon.0) 3541 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: cephadm 2024-09-20T23:24:25.429283+0000 mgr.y (mgr.15240) 425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.522010+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.524067+0000 mon.a (mon.0) 3543 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.525239+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.527898+0000 mon.a (mon.0) 3545 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.528703+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.538737+0000 mon.a (mon.0) 3547 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: cephadm 2024-09-20T23:24:25.539550+0000 mgr.y (mgr.15240) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.544857+0000 mgr.y (mgr.15240) 427 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.622490+0000 mon.a (mon.0) 3548 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.624993+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.625994+0000 mon.a (mon.0) 3550 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.628302+0000 mon.a (mon.0) 3551 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.629133+0000 mon.a (mon.0) 3552 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.638891+0000 mon.a (mon.0) 3553 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: cephadm 2024-09-20T23:24:25.639367+0000 mgr.y (mgr.15240) 428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.718696+0000 mon.a (mon.0) 3554 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.721357+0000 mon.a (mon.0) 3555 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.723004+0000 mon.a (mon.0) 3556 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.726109+0000 mon.a (mon.0) 3557 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.727102+0000 mon.a (mon.0) 3558 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.735272+0000 mon.a (mon.0) 3559 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.839915+0000 mon.a (mon.0) 3560 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.841891+0000 mon.a (mon.0) 3561 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.842830+0000 mon.a (mon.0) 3562 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.845413+0000 mon.a (mon.0) 3563 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.846176+0000 mon.a (mon.0) 3564 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.853228+0000 mon.a (mon.0) 3565 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.327 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.980407+0000 mon.a (mon.0) 3566 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.982513+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.983650+0000 mon.a (mon.0) 3568 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.986468+0000 mon.a (mon.0) 3569 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.987322+0000 mon.a (mon.0) 3570 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.328 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:26 smithi142 bash[74331]: audit 2024-09-20T23:24:25.995335+0000 mon.a (mon.0) 3571 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: cephadm 2024-09-20T23:24:24.714983+0000 mgr.y (mgr.15240) 418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: cephadm 2024-09-20T23:24:24.860669+0000 mgr.y (mgr.15240) 419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: cephadm 2024-09-20T23:24:25.017359+0000 mgr.y (mgr.15240) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.119016+0000 mon.a (mon.0) 3518 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.121503+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.123223+0000 mon.a (mon.0) 3520 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.126386+0000 mon.a (mon.0) 3521 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.127493+0000 mon.a (mon.0) 3522 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.133816+0000 mon.a (mon.0) 3523 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: cephadm 2024-09-20T23:24:25.134319+0000 mgr.y (mgr.15240) 421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: cluster 2024-09-20T23:24:25.143625+0000 mgr.y (mgr.15240) 422 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.230154+0000 mon.a (mon.0) 3524 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.232240+0000 mon.a (mon.0) 3525 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.233606+0000 mon.a (mon.0) 3526 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.236627+0000 mon.a (mon.0) 3527 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.237435+0000 mon.a (mon.0) 3528 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.244999+0000 mon.a (mon.0) 3529 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: cephadm 2024-09-20T23:24:25.245386+0000 mgr.y (mgr.15240) 423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.321632+0000 mon.a (mon.0) 3530 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: cephadm 2024-09-20T23:24:24.714983+0000 mgr.y (mgr.15240) 418 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: cephadm 2024-09-20T23:24:24.860669+0000 mgr.y (mgr.15240) 419 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: cephadm 2024-09-20T23:24:25.017359+0000 mgr.y (mgr.15240) 420 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.119016+0000 mon.a (mon.0) 3518 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.121503+0000 mon.a (mon.0) 3519 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.123223+0000 mon.a (mon.0) 3520 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.126386+0000 mon.a (mon.0) 3521 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.127493+0000 mon.a (mon.0) 3522 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.133816+0000 mon.a (mon.0) 3523 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: cephadm 2024-09-20T23:24:25.134319+0000 mgr.y (mgr.15240) 421 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: cluster 2024-09-20T23:24:25.143625+0000 mgr.y (mgr.15240) 422 : cluster [DBG] pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.230154+0000 mon.a (mon.0) 3524 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.232240+0000 mon.a (mon.0) 3525 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.233606+0000 mon.a (mon.0) 3526 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.236627+0000 mon.a (mon.0) 3527 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.237435+0000 mon.a (mon.0) 3528 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.244999+0000 mon.a (mon.0) 3529 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: cephadm 2024-09-20T23:24:25.245386+0000 mgr.y (mgr.15240) 423 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.321632+0000 mon.a (mon.0) 3530 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.323697+0000 mon.a (mon.0) 3531 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.324822+0000 mon.a (mon.0) 3532 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.327594+0000 mon.a (mon.0) 3533 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.328399+0000 mon.a (mon.0) 3534 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.335841+0000 mon.a (mon.0) 3535 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: cephadm 2024-09-20T23:24:25.336213+0000 mgr.y (mgr.15240) 424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.412805+0000 mon.a (mon.0) 3536 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.415151+0000 mon.a (mon.0) 3537 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.417206+0000 mon.a (mon.0) 3538 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.419853+0000 mon.a (mon.0) 3539 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.420883+0000 mon.a (mon.0) 3540 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.428540+0000 mon.a (mon.0) 3541 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: cephadm 2024-09-20T23:24:25.429283+0000 mgr.y (mgr.15240) 425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.522010+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.524067+0000 mon.a (mon.0) 3543 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.525239+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.527898+0000 mon.a (mon.0) 3545 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.528703+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.538737+0000 mon.a (mon.0) 3547 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.333 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: cephadm 2024-09-20T23:24:25.539550+0000 mgr.y (mgr.15240) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.323697+0000 mon.a (mon.0) 3531 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.324822+0000 mon.a (mon.0) 3532 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.327594+0000 mon.a (mon.0) 3533 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.328399+0000 mon.a (mon.0) 3534 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.335841+0000 mon.a (mon.0) 3535 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: cephadm 2024-09-20T23:24:25.336213+0000 mgr.y (mgr.15240) 424 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.412805+0000 mon.a (mon.0) 3536 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.415151+0000 mon.a (mon.0) 3537 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.417206+0000 mon.a (mon.0) 3538 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.419853+0000 mon.a (mon.0) 3539 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.420883+0000 mon.a (mon.0) 3540 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.428540+0000 mon.a (mon.0) 3541 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: cephadm 2024-09-20T23:24:25.429283+0000 mgr.y (mgr.15240) 425 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.522010+0000 mon.a (mon.0) 3542 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.524067+0000 mon.a (mon.0) 3543 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.525239+0000 mon.a (mon.0) 3544 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.527898+0000 mon.a (mon.0) 3545 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.528703+0000 mon.a (mon.0) 3546 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.538737+0000 mon.a (mon.0) 3547 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: cephadm 2024-09-20T23:24:25.539550+0000 mgr.y (mgr.15240) 426 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.544857+0000 mgr.y (mgr.15240) 427 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.622490+0000 mon.a (mon.0) 3548 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.624993+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.625994+0000 mon.a (mon.0) 3550 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.628302+0000 mon.a (mon.0) 3551 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.629133+0000 mon.a (mon.0) 3552 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.638891+0000 mon.a (mon.0) 3553 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: cephadm 2024-09-20T23:24:25.639367+0000 mgr.y (mgr.15240) 428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.718696+0000 mon.a (mon.0) 3554 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.721357+0000 mon.a (mon.0) 3555 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.723004+0000 mon.a (mon.0) 3556 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.726109+0000 mon.a (mon.0) 3557 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.727102+0000 mon.a (mon.0) 3558 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.735272+0000 mon.a (mon.0) 3559 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.839915+0000 mon.a (mon.0) 3560 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.841891+0000 mon.a (mon.0) 3561 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.842830+0000 mon.a (mon.0) 3562 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.845413+0000 mon.a (mon.0) 3563 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.846176+0000 mon.a (mon.0) 3564 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.544857+0000 mgr.y (mgr.15240) 427 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:26.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.622490+0000 mon.a (mon.0) 3548 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.624993+0000 mon.a (mon.0) 3549 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.625994+0000 mon.a (mon.0) 3550 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.628302+0000 mon.a (mon.0) 3551 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.629133+0000 mon.a (mon.0) 3552 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.638891+0000 mon.a (mon.0) 3553 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: cephadm 2024-09-20T23:24:25.639367+0000 mgr.y (mgr.15240) 428 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.718696+0000 mon.a (mon.0) 3554 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.721357+0000 mon.a (mon.0) 3555 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.723004+0000 mon.a (mon.0) 3556 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.726109+0000 mon.a (mon.0) 3557 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.727102+0000 mon.a (mon.0) 3558 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.735272+0000 mon.a (mon.0) 3559 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.839915+0000 mon.a (mon.0) 3560 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.841891+0000 mon.a (mon.0) 3561 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.842830+0000 mon.a (mon.0) 3562 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.845413+0000 mon.a (mon.0) 3563 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.846176+0000 mon.a (mon.0) 3564 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.853228+0000 mon.a (mon.0) 3565 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.980407+0000 mon.a (mon.0) 3566 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.982513+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.983650+0000 mon.a (mon.0) 3568 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.986468+0000 mon.a (mon.0) 3569 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.987322+0000 mon.a (mon.0) 3570 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.338 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[19864]: audit 2024-09-20T23:24:25.995335+0000 mon.a (mon.0) 3571 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.853228+0000 mon.a (mon.0) 3565 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:26.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.980407+0000 mon.a (mon.0) 3566 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.982513+0000 mon.a (mon.0) 3567 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:26.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.983650+0000 mon.a (mon.0) 3568 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:26.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.986468+0000 mon.a (mon.0) 3569 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:26.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.987322+0000 mon.a (mon.0) 3570 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:26.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:26 smithi083 bash[25244]: audit 2024-09-20T23:24:25.995335+0000 mon.a (mon.0) 3571 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: cephadm 2024-09-20T23:24:25.735715+0000 mgr.y (mgr.15240) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: cephadm 2024-09-20T23:24:25.853689+0000 mgr.y (mgr.15240) 430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: cephadm 2024-09-20T23:24:25.995777+0000 mgr.y (mgr.15240) 431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.125508+0000 mon.a (mon.0) 3572 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.127521+0000 mon.a (mon.0) 3573 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.128558+0000 mon.a (mon.0) 3574 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.131134+0000 mon.a (mon.0) 3575 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.132277+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.141243+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: cephadm 2024-09-20T23:24:26.141631+0000 mgr.y (mgr.15240) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.219479+0000 mon.a (mon.0) 3578 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.221923+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.223571+0000 mon.a (mon.0) 3580 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.226388+0000 mon.a (mon.0) 3581 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.227040+0000 mon.a (mon.0) 3582 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.234429+0000 mon.a (mon.0) 3583 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: cephadm 2024-09-20T23:24:26.234849+0000 mgr.y (mgr.15240) 433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.311100+0000 mon.a (mon.0) 3584 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.312906+0000 mon.a (mon.0) 3585 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: cephadm 2024-09-20T23:24:25.735715+0000 mgr.y (mgr.15240) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: cephadm 2024-09-20T23:24:25.853689+0000 mgr.y (mgr.15240) 430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: cephadm 2024-09-20T23:24:25.995777+0000 mgr.y (mgr.15240) 431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.125508+0000 mon.a (mon.0) 3572 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.127521+0000 mon.a (mon.0) 3573 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.128558+0000 mon.a (mon.0) 3574 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.131134+0000 mon.a (mon.0) 3575 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.132277+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.141243+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: cephadm 2024-09-20T23:24:26.141631+0000 mgr.y (mgr.15240) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.219479+0000 mon.a (mon.0) 3578 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.221923+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.223571+0000 mon.a (mon.0) 3580 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.226388+0000 mon.a (mon.0) 3581 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.227040+0000 mon.a (mon.0) 3582 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.234429+0000 mon.a (mon.0) 3583 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: cephadm 2024-09-20T23:24:26.234849+0000 mgr.y (mgr.15240) 433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.311100+0000 mon.a (mon.0) 3584 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.312906+0000 mon.a (mon.0) 3585 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: cephadm 2024-09-20T23:24:25.735715+0000 mgr.y (mgr.15240) 429 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: cephadm 2024-09-20T23:24:25.853689+0000 mgr.y (mgr.15240) 430 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: cephadm 2024-09-20T23:24:25.995777+0000 mgr.y (mgr.15240) 431 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.125508+0000 mon.a (mon.0) 3572 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.127521+0000 mon.a (mon.0) 3573 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.128558+0000 mon.a (mon.0) 3574 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.131134+0000 mon.a (mon.0) 3575 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.132277+0000 mon.a (mon.0) 3576 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.141243+0000 mon.a (mon.0) 3577 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: cephadm 2024-09-20T23:24:26.141631+0000 mgr.y (mgr.15240) 432 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.219479+0000 mon.a (mon.0) 3578 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.221923+0000 mon.a (mon.0) 3579 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.223571+0000 mon.a (mon.0) 3580 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.226388+0000 mon.a (mon.0) 3581 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.227040+0000 mon.a (mon.0) 3582 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.234429+0000 mon.a (mon.0) 3583 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: cephadm 2024-09-20T23:24:26.234849+0000 mgr.y (mgr.15240) 433 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.311100+0000 mon.a (mon.0) 3584 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.312906+0000 mon.a (mon.0) 3585 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.314217+0000 mon.a (mon.0) 3586 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.316792+0000 mon.a (mon.0) 3587 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.317455+0000 mon.a (mon.0) 3588 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.324712+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: cephadm 2024-09-20T23:24:26.325126+0000 mgr.y (mgr.15240) 434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.413025+0000 mon.a (mon.0) 3590 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.415200+0000 mon.a (mon.0) 3591 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.416458+0000 mon.a (mon.0) 3592 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.418945+0000 mon.a (mon.0) 3593 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.419753+0000 mon.a (mon.0) 3594 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.427356+0000 mon.a (mon.0) 3595 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: cephadm 2024-09-20T23:24:26.427718+0000 mgr.y (mgr.15240) 435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.508960+0000 mon.a (mon.0) 3596 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.511772+0000 mon.a (mon.0) 3597 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.513325+0000 mon.a (mon.0) 3598 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.515832+0000 mon.a (mon.0) 3599 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.516848+0000 mon.a (mon.0) 3600 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.525020+0000 mon.a (mon.0) 3601 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: cephadm 2024-09-20T23:24:26.525718+0000 mgr.y (mgr.15240) 436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.620091+0000 mon.a (mon.0) 3602 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.621989+0000 mon.a (mon.0) 3603 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.622943+0000 mon.a (mon.0) 3604 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.625420+0000 mon.a (mon.0) 3605 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.626110+0000 mon.a (mon.0) 3606 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.633998+0000 mon.a (mon.0) 3607 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: cephadm 2024-09-20T23:24:26.634399+0000 mgr.y (mgr.15240) 437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.728369+0000 mon.a (mon.0) 3608 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.730967+0000 mon.a (mon.0) 3609 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.732282+0000 mon.a (mon.0) 3610 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.735430+0000 mon.a (mon.0) 3611 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.736373+0000 mon.a (mon.0) 3612 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.744335+0000 mon.a (mon.0) 3613 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.852076+0000 mon.a (mon.0) 3614 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.854628+0000 mon.a (mon.0) 3615 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.856086+0000 mon.a (mon.0) 3616 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.859153+0000 mon.a (mon.0) 3617 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.859862+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.870748+0000 mon.a (mon.0) 3619 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.975378+0000 mon.a (mon.0) 3620 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.979707+0000 mon.a (mon.0) 3621 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.980597+0000 mon.a (mon.0) 3622 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.982289+0000 mon.a (mon.0) 3623 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.983052+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:27 smithi142 bash[74331]: audit 2024-09-20T23:24:26.990003+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.314217+0000 mon.a (mon.0) 3586 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.316792+0000 mon.a (mon.0) 3587 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.317455+0000 mon.a (mon.0) 3588 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.324712+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: cephadm 2024-09-20T23:24:26.325126+0000 mgr.y (mgr.15240) 434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.413025+0000 mon.a (mon.0) 3590 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.415200+0000 mon.a (mon.0) 3591 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.416458+0000 mon.a (mon.0) 3592 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.418945+0000 mon.a (mon.0) 3593 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.419753+0000 mon.a (mon.0) 3594 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.427356+0000 mon.a (mon.0) 3595 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: cephadm 2024-09-20T23:24:26.427718+0000 mgr.y (mgr.15240) 435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.508960+0000 mon.a (mon.0) 3596 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.511772+0000 mon.a (mon.0) 3597 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.513325+0000 mon.a (mon.0) 3598 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.515832+0000 mon.a (mon.0) 3599 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.516848+0000 mon.a (mon.0) 3600 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.525020+0000 mon.a (mon.0) 3601 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: cephadm 2024-09-20T23:24:26.525718+0000 mgr.y (mgr.15240) 436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.620091+0000 mon.a (mon.0) 3602 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.314217+0000 mon.a (mon.0) 3586 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.316792+0000 mon.a (mon.0) 3587 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.317455+0000 mon.a (mon.0) 3588 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.324712+0000 mon.a (mon.0) 3589 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: cephadm 2024-09-20T23:24:26.325126+0000 mgr.y (mgr.15240) 434 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.413025+0000 mon.a (mon.0) 3590 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.415200+0000 mon.a (mon.0) 3591 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.416458+0000 mon.a (mon.0) 3592 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.418945+0000 mon.a (mon.0) 3593 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.419753+0000 mon.a (mon.0) 3594 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.427356+0000 mon.a (mon.0) 3595 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: cephadm 2024-09-20T23:24:26.427718+0000 mgr.y (mgr.15240) 435 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.508960+0000 mon.a (mon.0) 3596 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.511772+0000 mon.a (mon.0) 3597 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.513325+0000 mon.a (mon.0) 3598 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.515832+0000 mon.a (mon.0) 3599 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.516848+0000 mon.a (mon.0) 3600 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.525020+0000 mon.a (mon.0) 3601 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: cephadm 2024-09-20T23:24:26.525718+0000 mgr.y (mgr.15240) 436 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.620091+0000 mon.a (mon.0) 3602 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.621989+0000 mon.a (mon.0) 3603 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.622943+0000 mon.a (mon.0) 3604 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.625420+0000 mon.a (mon.0) 3605 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.626110+0000 mon.a (mon.0) 3606 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.633998+0000 mon.a (mon.0) 3607 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: cephadm 2024-09-20T23:24:26.634399+0000 mgr.y (mgr.15240) 437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.728369+0000 mon.a (mon.0) 3608 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.730967+0000 mon.a (mon.0) 3609 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.732282+0000 mon.a (mon.0) 3610 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.735430+0000 mon.a (mon.0) 3611 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.736373+0000 mon.a (mon.0) 3612 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.744335+0000 mon.a (mon.0) 3613 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.852076+0000 mon.a (mon.0) 3614 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.854628+0000 mon.a (mon.0) 3615 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.856086+0000 mon.a (mon.0) 3616 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.859153+0000 mon.a (mon.0) 3617 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.859862+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.870748+0000 mon.a (mon.0) 3619 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.975378+0000 mon.a (mon.0) 3620 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.621989+0000 mon.a (mon.0) 3603 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.622943+0000 mon.a (mon.0) 3604 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.625420+0000 mon.a (mon.0) 3605 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.626110+0000 mon.a (mon.0) 3606 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.633998+0000 mon.a (mon.0) 3607 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: cephadm 2024-09-20T23:24:26.634399+0000 mgr.y (mgr.15240) 437 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.728369+0000 mon.a (mon.0) 3608 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.730967+0000 mon.a (mon.0) 3609 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.732282+0000 mon.a (mon.0) 3610 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.735430+0000 mon.a (mon.0) 3611 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.736373+0000 mon.a (mon.0) 3612 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.744335+0000 mon.a (mon.0) 3613 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.852076+0000 mon.a (mon.0) 3614 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.854628+0000 mon.a (mon.0) 3615 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.856086+0000 mon.a (mon.0) 3616 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.859153+0000 mon.a (mon.0) 3617 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.859862+0000 mon.a (mon.0) 3618 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.870748+0000 mon.a (mon.0) 3619 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.975378+0000 mon.a (mon.0) 3620 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.979707+0000 mon.a (mon.0) 3621 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.980597+0000 mon.a (mon.0) 3622 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.982289+0000 mon.a (mon.0) 3623 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.983052+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[25244]: audit 2024-09-20T23:24:26.990003+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:27.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.979707+0000 mon.a (mon.0) 3621 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:27.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.980597+0000 mon.a (mon.0) 3622 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:27.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.982289+0000 mon.a (mon.0) 3623 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:27.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.983052+0000 mon.a (mon.0) 3624 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:27.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:27 smithi083 bash[19864]: audit 2024-09-20T23:24:26.990003+0000 mon.a (mon.0) 3625 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:26.744777+0000 mgr.y (mgr.15240) 438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:28.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:26.871334+0000 mgr.y (mgr.15240) 439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:28.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:26.990490+0000 mgr.y (mgr.15240) 440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:28.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.096248+0000 mon.a (mon.0) 3626 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.098308+0000 mon.a (mon.0) 3627 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.099763+0000 mon.a (mon.0) 3628 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.101942+0000 mon.a (mon.0) 3629 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:28.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.102677+0000 mon.a (mon.0) 3630 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:28.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.109796+0000 mon.a (mon.0) 3631 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.110208+0000 mgr.y (mgr.15240) 441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:28.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cluster 2024-09-20T23:24:27.144529+0000 mgr.y (mgr.15240) 442 : cluster [DBG] pgmap v84: 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-09-20T23:24:28.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.177123+0000 mon.a (mon.0) 3632 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.181853+0000 mon.a (mon.0) 3633 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.188480+0000 mon.a (mon.0) 3634 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.215291+0000 mon.a (mon.0) 3635 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.217636+0000 mon.a (mon.0) 3636 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.219808+0000 mon.a (mon.0) 3637 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.220806+0000 mgr.y (mgr.15240) 443 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-20T23:24:28.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.229080+0000 mon.a (mon.0) 3638 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.231035+0000 mon.a (mon.0) 3639 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.325 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.231720+0000 mgr.y (mgr.15240) 444 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-20T23:24:28.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:26.744777+0000 mgr.y (mgr.15240) 438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:28.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:26.871334+0000 mgr.y (mgr.15240) 439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:28.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:26.990490+0000 mgr.y (mgr.15240) 440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:28.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.096248+0000 mon.a (mon.0) 3626 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.098308+0000 mon.a (mon.0) 3627 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.099763+0000 mon.a (mon.0) 3628 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.101942+0000 mon.a (mon.0) 3629 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.102677+0000 mon.a (mon.0) 3630 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.109796+0000 mon.a (mon.0) 3631 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.110208+0000 mgr.y (mgr.15240) 441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cluster 2024-09-20T23:24:27.144529+0000 mgr.y (mgr.15240) 442 : cluster [DBG] pgmap v84: 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-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.177123+0000 mon.a (mon.0) 3632 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.181853+0000 mon.a (mon.0) 3633 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.188480+0000 mon.a (mon.0) 3634 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.215291+0000 mon.a (mon.0) 3635 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.217636+0000 mon.a (mon.0) 3636 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.219808+0000 mon.a (mon.0) 3637 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.220806+0000 mgr.y (mgr.15240) 443 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.229080+0000 mon.a (mon.0) 3638 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.231035+0000 mon.a (mon.0) 3639 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.231720+0000 mgr.y (mgr.15240) 444 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-20T23:24:28.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:26.744777+0000 mgr.y (mgr.15240) 438 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:28.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:26.871334+0000 mgr.y (mgr.15240) 439 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:28.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:26.990490+0000 mgr.y (mgr.15240) 440 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:28.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.096248+0000 mon.a (mon.0) 3626 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.098308+0000 mon.a (mon.0) 3627 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.099763+0000 mon.a (mon.0) 3628 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.101942+0000 mon.a (mon.0) 3629 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.102677+0000 mon.a (mon.0) 3630 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.109796+0000 mon.a (mon.0) 3631 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.110208+0000 mgr.y (mgr.15240) 441 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cluster 2024-09-20T23:24:27.144529+0000 mgr.y (mgr.15240) 442 : cluster [DBG] pgmap v84: 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-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.177123+0000 mon.a (mon.0) 3632 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.181853+0000 mon.a (mon.0) 3633 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.188480+0000 mon.a (mon.0) 3634 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.215291+0000 mon.a (mon.0) 3635 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.217636+0000 mon.a (mon.0) 3636 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.219808+0000 mon.a (mon.0) 3637 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.220806+0000 mgr.y (mgr.15240) 443 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.229080+0000 mon.a (mon.0) 3638 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.231035+0000 mon.a (mon.0) 3639 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.231720+0000 mgr.y (mgr.15240) 444 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-20T23:24:28.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.239112+0000 mon.a (mon.0) 3640 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.240842+0000 mon.a (mon.0) 3641 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.241560+0000 mgr.y (mgr.15240) 445 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-20T23:24:28.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.248639+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.249995+0000 mon.a (mon.0) 3643 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.250661+0000 mgr.y (mgr.15240) 446 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-20T23:24:28.330 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.257775+0000 mon.a (mon.0) 3644 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.258933+0000 mon.a (mon.0) 3645 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.265747+0000 mon.a (mon.0) 3646 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.267386+0000 mon.a (mon.0) 3647 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.268173+0000 mgr.y (mgr.15240) 447 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.276046+0000 mon.a (mon.0) 3648 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.278498+0000 mon.a (mon.0) 3649 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.279712+0000 mgr.y (mgr.15240) 448 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.287399+0000 mon.a (mon.0) 3650 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.291033+0000 mon.a (mon.0) 3651 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.292308+0000 mgr.y (mgr.15240) 449 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.301006+0000 mon.a (mon.0) 3652 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.303522+0000 mon.a (mon.0) 3653 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.304506+0000 mgr.y (mgr.15240) 450 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-20T23:24:28.331 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.305743+0000 mon.a (mon.0) 3654 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.307640+0000 mon.a (mon.0) 3655 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.308660+0000 mgr.y (mgr.15240) 451 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.309927+0000 mon.a (mon.0) 3656 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.311778+0000 mon.a (mon.0) 3657 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.312685+0000 mgr.y (mgr.15240) 452 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.313938+0000 mon.a (mon.0) 3658 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.315810+0000 mon.a (mon.0) 3659 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.316784+0000 mgr.y (mgr.15240) 453 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.318010+0000 mon.a (mon.0) 3660 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.319645+0000 mon.a (mon.0) 3661 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.320599+0000 mgr.y (mgr.15240) 454 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.321861+0000 mon.a (mon.0) 3662 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.332 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.324272+0000 mon.a (mon.0) 3663 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.325472+0000 mgr.y (mgr.15240) 455 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.327030+0000 mon.a (mon.0) 3664 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.327957+0000 mgr.y (mgr.15240) 456 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.329162+0000 mon.a (mon.0) 3665 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.337396+0000 mon.a (mon.0) 3666 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.338485+0000 mon.a (mon.0) 3667 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.345888+0000 mon.a (mon.0) 3668 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.347091+0000 mon.a (mon.0) 3669 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.354925+0000 mon.a (mon.0) 3670 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.356361+0000 mon.a (mon.0) 3671 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.357651+0000 mon.a (mon.0) 3672 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.364621+0000 mon.a (mon.0) 3673 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.365902+0000 mon.a (mon.0) 3674 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:24:28.333 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.366954+0000 mon.a (mon.0) 3675 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.373563+0000 mon.a (mon.0) 3676 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.375069+0000 mon.a (mon.0) 3677 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.376167+0000 mon.a (mon.0) 3678 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.384818+0000 mon.a (mon.0) 3679 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.386092+0000 mon.a (mon.0) 3680 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.387058+0000 mon.a (mon.0) 3681 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.393018+0000 mon.a (mon.0) 3682 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.394346+0000 mon.a (mon.0) 3683 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.402394+0000 mon.a (mon.0) 3684 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.403734+0000 mon.a (mon.0) 3685 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.404784+0000 mon.a (mon.0) 3686 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.405808+0000 mon.a (mon.0) 3687 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.406854+0000 mon.a (mon.0) 3688 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.334 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.407857+0000 mon.a (mon.0) 3689 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.335 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.408884+0000 mon.a (mon.0) 3690 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.335 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: cephadm 2024-09-20T23:24:27.409657+0000 mgr.y (mgr.15240) 457 : cephadm [INF] Upgrade: Complete! 2024-09-20T23:24:28.335 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.410209+0000 mon.a (mon.0) 3691 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:24:28.335 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.417087+0000 mon.a (mon.0) 3692 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-20T23:24:28.335 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.417956+0000 mon.a (mon.0) 3693 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.335 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.421244+0000 mon.a (mon.0) 3694 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:28.335 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.422332+0000 mon.a (mon.0) 3695 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:28.335 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.431831+0000 mon.a (mon.0) 3696 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.335 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.538317+0000 mon.a (mon.0) 3697 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.335 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.541710+0000 mon.a (mon.0) 3698 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:28.335 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.542826+0000 mon.a (mon.0) 3699 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:28.335 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:28 smithi142 bash[74331]: audit 2024-09-20T23:24:27.551160+0000 mon.a (mon.0) 3700 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.239112+0000 mon.a (mon.0) 3640 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.240842+0000 mon.a (mon.0) 3641 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.241560+0000 mgr.y (mgr.15240) 445 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-20T23:24:28.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.248639+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.249995+0000 mon.a (mon.0) 3643 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.250661+0000 mgr.y (mgr.15240) 446 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-20T23:24:28.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.257775+0000 mon.a (mon.0) 3644 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.258933+0000 mon.a (mon.0) 3645 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.265747+0000 mon.a (mon.0) 3646 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-20T23:24:28.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.267386+0000 mon.a (mon.0) 3647 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.268173+0000 mgr.y (mgr.15240) 447 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-09-20T23:24:28.336 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.276046+0000 mon.a (mon.0) 3648 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.278498+0000 mon.a (mon.0) 3649 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.279712+0000 mgr.y (mgr.15240) 448 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-20T23:24:28.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.287399+0000 mon.a (mon.0) 3650 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.291033+0000 mon.a (mon.0) 3651 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.292308+0000 mgr.y (mgr.15240) 449 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-09-20T23:24:28.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.301006+0000 mon.a (mon.0) 3652 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.303522+0000 mon.a (mon.0) 3653 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.304506+0000 mgr.y (mgr.15240) 450 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-20T23:24:28.337 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.305743+0000 mon.a (mon.0) 3654 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.239112+0000 mon.a (mon.0) 3640 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.240842+0000 mon.a (mon.0) 3641 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.241560+0000 mgr.y (mgr.15240) 445 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.248639+0000 mon.a (mon.0) 3642 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.249995+0000 mon.a (mon.0) 3643 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.250661+0000 mgr.y (mgr.15240) 446 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.257775+0000 mon.a (mon.0) 3644 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.258933+0000 mon.a (mon.0) 3645 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.265747+0000 mon.a (mon.0) 3646 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.267386+0000 mon.a (mon.0) 3647 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.268173+0000 mgr.y (mgr.15240) 447 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.276046+0000 mon.a (mon.0) 3648 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.278498+0000 mon.a (mon.0) 3649 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.279712+0000 mgr.y (mgr.15240) 448 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-20T23:24:28.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.287399+0000 mon.a (mon.0) 3650 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.291033+0000 mon.a (mon.0) 3651 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.292308+0000 mgr.y (mgr.15240) 449 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-09-20T23:24:28.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.301006+0000 mon.a (mon.0) 3652 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.303522+0000 mon.a (mon.0) 3653 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.304506+0000 mgr.y (mgr.15240) 450 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-20T23:24:28.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.305743+0000 mon.a (mon.0) 3654 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.307640+0000 mon.a (mon.0) 3655 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.308660+0000 mgr.y (mgr.15240) 451 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-20T23:24:28.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.309927+0000 mon.a (mon.0) 3656 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.339 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.311778+0000 mon.a (mon.0) 3657 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.312685+0000 mgr.y (mgr.15240) 452 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-20T23:24:28.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.313938+0000 mon.a (mon.0) 3658 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.315810+0000 mon.a (mon.0) 3659 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.316784+0000 mgr.y (mgr.15240) 453 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-20T23:24:28.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.318010+0000 mon.a (mon.0) 3660 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.319645+0000 mon.a (mon.0) 3661 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.320599+0000 mgr.y (mgr.15240) 454 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-20T23:24:28.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.321861+0000 mon.a (mon.0) 3662 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.324272+0000 mon.a (mon.0) 3663 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.325472+0000 mgr.y (mgr.15240) 455 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-20T23:24:28.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.327030+0000 mon.a (mon.0) 3664 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.340 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.327957+0000 mgr.y (mgr.15240) 456 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-20T23:24:28.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.329162+0000 mon.a (mon.0) 3665 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:24:28.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.337396+0000 mon.a (mon.0) 3666 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-20T23:24:28.341 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.338485+0000 mon.a (mon.0) 3667 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.307640+0000 mon.a (mon.0) 3655 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.308660+0000 mgr.y (mgr.15240) 451 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-20T23:24:28.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.309927+0000 mon.a (mon.0) 3656 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.311778+0000 mon.a (mon.0) 3657 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.312685+0000 mgr.y (mgr.15240) 452 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-20T23:24:28.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.313938+0000 mon.a (mon.0) 3658 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.315810+0000 mon.a (mon.0) 3659 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.316784+0000 mgr.y (mgr.15240) 453 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-20T23:24:28.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.318010+0000 mon.a (mon.0) 3660 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.319645+0000 mon.a (mon.0) 3661 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.320599+0000 mgr.y (mgr.15240) 454 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-20T23:24:28.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.321861+0000 mon.a (mon.0) 3662 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.324272+0000 mon.a (mon.0) 3663 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:28.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.325472+0000 mgr.y (mgr.15240) 455 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-20T23:24:28.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.327030+0000 mon.a (mon.0) 3664 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-20T23:24:28.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.327957+0000 mgr.y (mgr.15240) 456 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-20T23:24:28.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.329162+0000 mon.a (mon.0) 3665 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:24:28.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.337396+0000 mon.a (mon.0) 3666 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-20T23:24:28.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.338485+0000 mon.a (mon.0) 3667 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.345888+0000 mon.a (mon.0) 3668 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.347091+0000 mon.a (mon.0) 3669 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.354925+0000 mon.a (mon.0) 3670 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.356361+0000 mon.a (mon.0) 3671 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.357651+0000 mon.a (mon.0) 3672 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.364621+0000 mon.a (mon.0) 3673 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.365902+0000 mon.a (mon.0) 3674 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.366954+0000 mon.a (mon.0) 3675 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.373563+0000 mon.a (mon.0) 3676 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.375069+0000 mon.a (mon.0) 3677 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.376167+0000 mon.a (mon.0) 3678 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.384818+0000 mon.a (mon.0) 3679 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-20T23:24:28.343 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.386092+0000 mon.a (mon.0) 3680 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:24:28.344 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.387058+0000 mon.a (mon.0) 3681 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:24:28.344 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.393018+0000 mon.a (mon.0) 3682 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-20T23:24:28.344 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.394346+0000 mon.a (mon.0) 3683 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:24:28.344 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.345888+0000 mon.a (mon.0) 3668 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-20T23:24:28.344 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.347091+0000 mon.a (mon.0) 3669 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:24:28.344 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.354925+0000 mon.a (mon.0) 3670 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-20T23:24:28.344 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.356361+0000 mon.a (mon.0) 3671 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:24:28.344 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.357651+0000 mon.a (mon.0) 3672 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:24:28.344 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.364621+0000 mon.a (mon.0) 3673 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-20T23:24:28.344 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.365902+0000 mon.a (mon.0) 3674 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:24:28.344 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.366954+0000 mon.a (mon.0) 3675 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:24:28.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.373563+0000 mon.a (mon.0) 3676 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-20T23:24:28.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.375069+0000 mon.a (mon.0) 3677 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.376167+0000 mon.a (mon.0) 3678 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:24:28.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.384818+0000 mon.a (mon.0) 3679 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-20T23:24:28.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.386092+0000 mon.a (mon.0) 3680 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:24:28.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.387058+0000 mon.a (mon.0) 3681 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:24:28.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.393018+0000 mon.a (mon.0) 3682 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-20T23:24:28.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.394346+0000 mon.a (mon.0) 3683 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:24:28.345 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.402394+0000 mon.a (mon.0) 3684 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-20T23:24:28.345 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.403734+0000 mon.a (mon.0) 3685 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.345 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.404784+0000 mon.a (mon.0) 3686 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.405808+0000 mon.a (mon.0) 3687 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.406854+0000 mon.a (mon.0) 3688 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.407857+0000 mon.a (mon.0) 3689 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.408884+0000 mon.a (mon.0) 3690 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: cephadm 2024-09-20T23:24:27.409657+0000 mgr.y (mgr.15240) 457 : cephadm [INF] Upgrade: Complete! 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.410209+0000 mon.a (mon.0) 3691 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.417087+0000 mon.a (mon.0) 3692 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.417956+0000 mon.a (mon.0) 3693 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.421244+0000 mon.a (mon.0) 3694 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.422332+0000 mon.a (mon.0) 3695 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.431831+0000 mon.a (mon.0) 3696 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.538317+0000 mon.a (mon.0) 3697 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.541710+0000 mon.a (mon.0) 3698 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:28.346 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.542826+0000 mon.a (mon.0) 3699 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:28.347 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[19864]: audit 2024-09-20T23:24:27.551160+0000 mon.a (mon.0) 3700 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.402394+0000 mon.a (mon.0) 3684 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-20T23:24:28.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.403734+0000 mon.a (mon.0) 3685 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.404784+0000 mon.a (mon.0) 3686 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.405808+0000 mon.a (mon.0) 3687 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.406854+0000 mon.a (mon.0) 3688 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.407857+0000 mon.a (mon.0) 3689 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.408884+0000 mon.a (mon.0) 3690 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:24:28.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: cephadm 2024-09-20T23:24:27.409657+0000 mgr.y (mgr.15240) 457 : cephadm [INF] Upgrade: Complete! 2024-09-20T23:24:28.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.410209+0000 mon.a (mon.0) 3691 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:24:28.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.417087+0000 mon.a (mon.0) 3692 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-20T23:24:28.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.417956+0000 mon.a (mon.0) 3693 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.421244+0000 mon.a (mon.0) 3694 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:28.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.422332+0000 mon.a (mon.0) 3695 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:28.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.431831+0000 mon.a (mon.0) 3696 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:28.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.538317+0000 mon.a (mon.0) 3697 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:24:28.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.541710+0000 mon.a (mon.0) 3698 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:24:28.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.542826+0000 mon.a (mon.0) 3699 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:24:28.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:28 smithi083 bash[25244]: audit 2024-09-20T23:24:27.551160+0000 mon.a (mon.0) 3700 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:30.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:30 smithi142 bash[74331]: cluster 2024-09-20T23:24:29.145180+0000 mgr.y (mgr.15240) 458 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:30.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:30 smithi142 bash[74331]: audit 2024-09-20T23:24:29.885528+0000 mon.a (mon.0) 3701 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:30.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:30 smithi142 bash[74331]: audit 2024-09-20T23:24:29.895892+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:30.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:30 smithi142 bash[74331]: audit 2024-09-20T23:24:29.906933+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:30.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:30 smithi083 bash[19864]: cluster 2024-09-20T23:24:29.145180+0000 mgr.y (mgr.15240) 458 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:30.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:30 smithi083 bash[19864]: audit 2024-09-20T23:24:29.885528+0000 mon.a (mon.0) 3701 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:30.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:30 smithi083 bash[19864]: audit 2024-09-20T23:24:29.895892+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:30.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:30 smithi083 bash[19864]: audit 2024-09-20T23:24:29.906933+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:30.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:30 smithi083 bash[25244]: cluster 2024-09-20T23:24:29.145180+0000 mgr.y (mgr.15240) 458 : cluster [DBG] pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:30.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:30 smithi083 bash[25244]: audit 2024-09-20T23:24:29.885528+0000 mon.a (mon.0) 3701 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:30.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:30 smithi083 bash[25244]: audit 2024-09-20T23:24:29.895892+0000 mon.a (mon.0) 3702 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:30.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:30 smithi083 bash[25244]: audit 2024-09-20T23:24:29.906933+0000 mon.a (mon.0) 3703 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:31.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:31 smithi142 bash[74331]: audit 2024-09-20T23:24:30.352825+0000 mon.a (mon.0) 3704 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:24:31.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:31 smithi142 bash[74331]: audit 2024-09-20T23:24:30.372213+0000 mon.a (mon.0) 3705 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:31.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:31 smithi083 bash[25244]: audit 2024-09-20T23:24:30.352825+0000 mon.a (mon.0) 3704 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:24:31.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:31 smithi083 bash[25244]: audit 2024-09-20T23:24:30.372213+0000 mon.a (mon.0) 3705 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:31.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:31 smithi083 bash[19864]: audit 2024-09-20T23:24:30.352825+0000 mon.a (mon.0) 3704 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:24:31.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:31 smithi083 bash[19864]: audit 2024-09-20T23:24:30.372213+0000 mon.a (mon.0) 3705 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:32.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:24:31 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:24:31] "GET /metrics HTTP/1.1" 200 38086 "" "Prometheus/2.43.0" 2024-09-20T23:24:32.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:32 smithi142 bash[74331]: cluster 2024-09-20T23:24:31.146776+0000 mgr.y (mgr.15240) 459 : cluster [DBG] pgmap v86: 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-09-20T23:24:32.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:32 smithi083 bash[25244]: cluster 2024-09-20T23:24:31.146776+0000 mgr.y (mgr.15240) 459 : cluster [DBG] pgmap v86: 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-09-20T23:24:32.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:32 smithi083 bash[19864]: cluster 2024-09-20T23:24:31.146776+0000 mgr.y (mgr.15240) 459 : cluster [DBG] pgmap v86: 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-09-20T23:24:34.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:33 smithi142 bash[74331]: cluster 2024-09-20T23:24:33.147486+0000 mgr.y (mgr.15240) 460 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:34.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:33 smithi083 bash[25244]: cluster 2024-09-20T23:24:33.147486+0000 mgr.y (mgr.15240) 460 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:34.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:33 smithi083 bash[19864]: cluster 2024-09-20T23:24:33.147486+0000 mgr.y (mgr.15240) 460 : cluster [DBG] pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:36.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:36 smithi142 bash[74331]: cluster 2024-09-20T23:24:35.148170+0000 mgr.y (mgr.15240) 461 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:36.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:36 smithi142 bash[74331]: audit 2024-09-20T23:24:35.556014+0000 mgr.y (mgr.15240) 462 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:36.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:36 smithi083 bash[19864]: cluster 2024-09-20T23:24:35.148170+0000 mgr.y (mgr.15240) 461 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:36.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:36 smithi083 bash[19864]: audit 2024-09-20T23:24:35.556014+0000 mgr.y (mgr.15240) 462 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:36.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:36 smithi083 bash[25244]: cluster 2024-09-20T23:24:35.148170+0000 mgr.y (mgr.15240) 461 : cluster [DBG] pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:36.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:36 smithi083 bash[25244]: audit 2024-09-20T23:24:35.556014+0000 mgr.y (mgr.15240) 462 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:38.507 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:38 smithi083 bash[25244]: cluster 2024-09-20T23:24:37.149851+0000 mgr.y (mgr.15240) 463 : cluster [DBG] pgmap v89: 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-09-20T23:24:38.508 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:38 smithi083 bash[19864]: cluster 2024-09-20T23:24:37.149851+0000 mgr.y (mgr.15240) 463 : cluster [DBG] pgmap v89: 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-09-20T23:24:38.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:38 smithi142 bash[74331]: cluster 2024-09-20T23:24:37.149851+0000 mgr.y (mgr.15240) 463 : cluster [DBG] pgmap v89: 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-09-20T23:24:40.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:39 smithi142 bash[74331]: audit 2024-09-20T23:24:38.761383+0000 mon.a (mon.0) 3706 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:40.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:39 smithi142 bash[74331]: audit 2024-09-20T23:24:38.769035+0000 mon.a (mon.0) 3707 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:40.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:39 smithi142 bash[74331]: audit 2024-09-20T23:24:38.776015+0000 mon.a (mon.0) 3708 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:40.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:39 smithi142 bash[74331]: cluster 2024-09-20T23:24:39.150570+0000 mgr.y (mgr.15240) 464 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:40.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:39 smithi142 bash[74331]: audit 2024-09-20T23:24:39.606980+0000 mgr.y (mgr.15240) 465 : audit [DBG] from='client.25495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:40.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:39 smithi083 bash[25244]: audit 2024-09-20T23:24:38.761383+0000 mon.a (mon.0) 3706 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:40.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:39 smithi083 bash[25244]: audit 2024-09-20T23:24:38.769035+0000 mon.a (mon.0) 3707 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:40.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:39 smithi083 bash[25244]: audit 2024-09-20T23:24:38.776015+0000 mon.a (mon.0) 3708 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:40.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:39 smithi083 bash[25244]: cluster 2024-09-20T23:24:39.150570+0000 mgr.y (mgr.15240) 464 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:40.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:39 smithi083 bash[25244]: audit 2024-09-20T23:24:39.606980+0000 mgr.y (mgr.15240) 465 : audit [DBG] from='client.25495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:40.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:39 smithi083 bash[19864]: audit 2024-09-20T23:24:38.761383+0000 mon.a (mon.0) 3706 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:40.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:39 smithi083 bash[19864]: audit 2024-09-20T23:24:38.769035+0000 mon.a (mon.0) 3707 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:40.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:39 smithi083 bash[19864]: audit 2024-09-20T23:24:38.776015+0000 mon.a (mon.0) 3708 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:40.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:39 smithi083 bash[19864]: cluster 2024-09-20T23:24:39.150570+0000 mgr.y (mgr.15240) 464 : cluster [DBG] pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:40.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:39 smithi083 bash[19864]: audit 2024-09-20T23:24:39.606980+0000 mgr.y (mgr.15240) 465 : audit [DBG] from='client.25495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:40.729 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch ps' 2024-09-20T23:24:42.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:24:41 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:24:41] "GET /metrics HTTP/1.1" 200 38086 "" "Prometheus/2.43.0" 2024-09-20T23:24:42.407 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:42 smithi083 bash[19864]: cluster 2024-09-20T23:24:41.152164+0000 mgr.y (mgr.15240) 466 : cluster [DBG] pgmap v91: 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-09-20T23:24:42.408 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:42 smithi083 bash[25244]: cluster 2024-09-20T23:24:41.152164+0000 mgr.y (mgr.15240) 466 : cluster [DBG] pgmap v91: 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-09-20T23:24:42.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:42 smithi142 bash[74331]: cluster 2024-09-20T23:24:41.152164+0000 mgr.y (mgr.15240) 466 : cluster [DBG] pgmap v91: 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-09-20T23:24:44.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:43 smithi142 bash[74331]: cluster 2024-09-20T23:24:43.153021+0000 mgr.y (mgr.15240) 467 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:44.323 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:43 smithi083 bash[25244]: cluster 2024-09-20T23:24:43.153021+0000 mgr.y (mgr.15240) 467 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:44.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:43 smithi083 bash[19864]: cluster 2024-09-20T23:24:43.153021+0000 mgr.y (mgr.15240) 467 : cluster [DBG] pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:44.995 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:24:44.995 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 6s ago 34m - - 2024-09-20T23:24:44.995 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 15s ago 33m - - 2024-09-20T23:24:44.995 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (16m) 6s ago 26m 14.5M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:24:44.995 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (111s) 15s ago 26m 74.3M - 9.4.12 2bacad6d85d8 0e41a43feae1 2024-09-20T23:24:44.995 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (2m) 6s ago 24m 42.1M - 3.5 e1d6a67b021e 0cd44e702c29 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283,8765 running (2m) 15s ago 33m 425M - 19.1.1-367-g9e2ac70b cc9251b744a3 2ffefdbc107a 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (13m) 6s ago 35m 500M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (35m) 6s ago 35m 95.9M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (29s) 15s ago 33m 30.1M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 a8389ef65d4a 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (33m) 6s ago 33m 69.7M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (16m) 6s ago 27m 8691k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (16m) 15s ago 27m 9096k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (32m) 6s ago 32m 56.4M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (31m) 6s ago 31m 57.8M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (31m) 6s ago 31m 53.0M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (30m) 6s ago 30m 57.1M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (29m) 15s ago 29m 59.9M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (29m) 15s ago 29m 56.2M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:24:44.996 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (28m) 15s ago 28m 54.1M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:24:44.997 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (28m) 15s ago 28m 58.1M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:24:44.997 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (2m) 15s ago 27m 55.9M - 2.43.0 a07b618ecd1d c2f1748fdf3a 2024-09-20T23:24:44.997 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (24m) 6s ago 24m 88.9M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:24:44.997 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (24m) 15s ago 24m 91.6M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:24:45.739 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 2'"'"'' 2024-09-20T23:24:46.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:46 smithi083 bash[25244]: audit 2024-09-20T23:24:44.983289+0000 mgr.y (mgr.15240) 468 : audit [DBG] from='client.25501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:46.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:46 smithi083 bash[25244]: cluster 2024-09-20T23:24:45.153798+0000 mgr.y (mgr.15240) 469 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:46.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:46 smithi083 bash[25244]: audit 2024-09-20T23:24:45.353326+0000 mon.a (mon.0) 3709 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:24:46.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:46 smithi083 bash[25244]: audit 2024-09-20T23:24:45.561041+0000 mgr.y (mgr.15240) 470 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:46.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:46 smithi083 bash[19864]: audit 2024-09-20T23:24:44.983289+0000 mgr.y (mgr.15240) 468 : audit [DBG] from='client.25501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:46 smithi083 bash[19864]: cluster 2024-09-20T23:24:45.153798+0000 mgr.y (mgr.15240) 469 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:46 smithi083 bash[19864]: audit 2024-09-20T23:24:45.353326+0000 mon.a (mon.0) 3709 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:24:46.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:46 smithi083 bash[19864]: audit 2024-09-20T23:24:45.561041+0000 mgr.y (mgr.15240) 470 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:46.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:46 smithi142 bash[74331]: audit 2024-09-20T23:24:44.983289+0000 mgr.y (mgr.15240) 468 : audit [DBG] from='client.25501 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:46.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:46 smithi142 bash[74331]: cluster 2024-09-20T23:24:45.153798+0000 mgr.y (mgr.15240) 469 : cluster [DBG] pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:46.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:46 smithi142 bash[74331]: audit 2024-09-20T23:24:45.353326+0000 mon.a (mon.0) 3709 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:24:46.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:46 smithi142 bash[74331]: audit 2024-09-20T23:24:45.561041+0000 mgr.y (mgr.15240) 470 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:48.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:48 smithi083 bash[19864]: cluster 2024-09-20T23:24:47.154898+0000 mgr.y (mgr.15240) 471 : cluster [DBG] pgmap v94: 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-09-20T23:24:48.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:48 smithi083 bash[25244]: cluster 2024-09-20T23:24:47.154898+0000 mgr.y (mgr.15240) 471 : cluster [DBG] pgmap v94: 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-09-20T23:24:48.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:48 smithi142 bash[74331]: cluster 2024-09-20T23:24:47.154898+0000 mgr.y (mgr.15240) 471 : cluster [DBG] pgmap v94: 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-09-20T23:24:49.486 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:24:50.144 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch upgrade status' 2024-09-20T23:24:50.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:50 smithi142 bash[74331]: cluster 2024-09-20T23:24:49.155358+0000 mgr.y (mgr.15240) 472 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:50.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:50 smithi142 bash[74331]: audit 2024-09-20T23:24:49.474298+0000 mon.a (mon.0) 3710 : audit [DBG] from='client.? 172.21.15.83:0/1117260136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:50.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:50 smithi142 bash[74331]: audit 2024-09-20T23:24:50.032662+0000 mon.a (mon.0) 3711 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:50.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:50 smithi142 bash[74331]: audit 2024-09-20T23:24:50.043754+0000 mon.a (mon.0) 3712 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:50.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:50 smithi142 bash[74331]: audit 2024-09-20T23:24:50.054287+0000 mon.a (mon.0) 3713 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:50.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:50 smithi083 bash[19864]: cluster 2024-09-20T23:24:49.155358+0000 mgr.y (mgr.15240) 472 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:50.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:50 smithi083 bash[19864]: audit 2024-09-20T23:24:49.474298+0000 mon.a (mon.0) 3710 : audit [DBG] from='client.? 172.21.15.83:0/1117260136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:50.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:50 smithi083 bash[19864]: audit 2024-09-20T23:24:50.032662+0000 mon.a (mon.0) 3711 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:50.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:50 smithi083 bash[19864]: audit 2024-09-20T23:24:50.043754+0000 mon.a (mon.0) 3712 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:50.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:50 smithi083 bash[19864]: audit 2024-09-20T23:24:50.054287+0000 mon.a (mon.0) 3713 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:50 smithi083 bash[25244]: cluster 2024-09-20T23:24:49.155358+0000 mgr.y (mgr.15240) 472 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:50 smithi083 bash[25244]: audit 2024-09-20T23:24:49.474298+0000 mon.a (mon.0) 3710 : audit [DBG] from='client.? 172.21.15.83:0/1117260136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:24:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:50 smithi083 bash[25244]: audit 2024-09-20T23:24:50.032662+0000 mon.a (mon.0) 3711 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:50 smithi083 bash[25244]: audit 2024-09-20T23:24:50.043754+0000 mon.a (mon.0) 3712 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:50 smithi083 bash[25244]: audit 2024-09-20T23:24:50.054287+0000 mon.a (mon.0) 3713 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:24:52.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:24:51 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:24:51] "GET /metrics HTTP/1.1" 200 38085 "" "Prometheus/2.43.0" 2024-09-20T23:24:52.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:52 smithi142 bash[74331]: cluster 2024-09-20T23:24:51.156984+0000 mgr.y (mgr.15240) 473 : cluster [DBG] pgmap v96: 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-09-20T23:24:52.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:52 smithi083 bash[19864]: cluster 2024-09-20T23:24:51.156984+0000 mgr.y (mgr.15240) 473 : cluster [DBG] pgmap v96: 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-09-20T23:24:52.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:52 smithi083 bash[25244]: cluster 2024-09-20T23:24:51.156984+0000 mgr.y (mgr.15240) 473 : cluster [DBG] pgmap v96: 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-09-20T23:24:53.779 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:24:53.780 INFO:teuthology.orchestra.run.smithi083.stdout: "target_image": null, 2024-09-20T23:24:53.780 INFO:teuthology.orchestra.run.smithi083.stdout: "in_progress": false, 2024-09-20T23:24:53.780 INFO:teuthology.orchestra.run.smithi083.stdout: "which": "", 2024-09-20T23:24:53.780 INFO:teuthology.orchestra.run.smithi083.stdout: "services_complete": [], 2024-09-20T23:24:53.780 INFO:teuthology.orchestra.run.smithi083.stdout: "progress": null, 2024-09-20T23:24:53.780 INFO:teuthology.orchestra.run.smithi083.stdout: "message": "", 2024-09-20T23:24:53.780 INFO:teuthology.orchestra.run.smithi083.stdout: "is_paused": false 2024-09-20T23:24:53.780 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:24:54.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:53 smithi083 bash[19864]: cluster 2024-09-20T23:24:53.157802+0000 mgr.y (mgr.15240) 474 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:54.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:53 smithi083 bash[25244]: cluster 2024-09-20T23:24:53.157802+0000 mgr.y (mgr.15240) 474 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:54.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:53 smithi142 bash[74331]: cluster 2024-09-20T23:24:53.157802+0000 mgr.y (mgr.15240) 474 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:54.521 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph health detail' 2024-09-20T23:24:55.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:54 smithi083 bash[19864]: audit 2024-09-20T23:24:53.780319+0000 mgr.y (mgr.15240) 475 : audit [DBG] from='client.25513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:55.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:54 smithi083 bash[25244]: audit 2024-09-20T23:24:53.780319+0000 mgr.y (mgr.15240) 475 : audit [DBG] from='client.25513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:55.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:54 smithi142 bash[74331]: audit 2024-09-20T23:24:53.780319+0000 mgr.y (mgr.15240) 475 : audit [DBG] from='client.25513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:24:56.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:55 smithi083 bash[19864]: cluster 2024-09-20T23:24:55.158565+0000 mgr.y (mgr.15240) 476 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:56.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:55 smithi083 bash[19864]: audit 2024-09-20T23:24:55.568879+0000 mgr.y (mgr.15240) 477 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:56.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:55 smithi083 bash[25244]: cluster 2024-09-20T23:24:55.158565+0000 mgr.y (mgr.15240) 476 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:56.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:55 smithi083 bash[25244]: audit 2024-09-20T23:24:55.568879+0000 mgr.y (mgr.15240) 477 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:55 smithi142 bash[74331]: cluster 2024-09-20T23:24:55.158565+0000 mgr.y (mgr.15240) 476 : cluster [DBG] pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:24:56.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:55 smithi142 bash[74331]: audit 2024-09-20T23:24:55.568879+0000 mgr.y (mgr.15240) 477 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:24:58.093 INFO:teuthology.orchestra.run.smithi083.stdout:HEALTH_OK 2024-09-20T23:24:58.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:58 smithi083 bash[19864]: cluster 2024-09-20T23:24:57.159426+0000 mgr.y (mgr.15240) 478 : cluster [DBG] pgmap v99: 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-09-20T23:24:58.490 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:58 smithi083 bash[19864]: audit 2024-09-20T23:24:58.094407+0000 mon.a (mon.0) 3714 : audit [DBG] from='client.? 172.21.15.83:0/2552973134' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:24:58.490 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:58 smithi083 bash[25244]: cluster 2024-09-20T23:24:57.159426+0000 mgr.y (mgr.15240) 478 : cluster [DBG] pgmap v99: 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-09-20T23:24:58.490 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:58 smithi083 bash[25244]: audit 2024-09-20T23:24:58.094407+0000 mon.a (mon.0) 3714 : audit [DBG] from='client.? 172.21.15.83:0/2552973134' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:24:58.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:58 smithi142 bash[74331]: cluster 2024-09-20T23:24:57.159426+0000 mgr.y (mgr.15240) 478 : cluster [DBG] pgmap v99: 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-09-20T23:24:58.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:58 smithi142 bash[74331]: audit 2024-09-20T23:24:58.094407+0000 mon.a (mon.0) 3714 : audit [DBG] from='client.? 172.21.15.83:0/2552973134' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:24:59.265 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.y | awk '"'"'{print $2}'"'"')' 2024-09-20T23:25:00.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:59 smithi142 bash[74331]: audit 2024-09-20T23:24:58.973266+0000 mon.a (mon.0) 3715 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:00.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:59 smithi142 bash[74331]: audit 2024-09-20T23:24:58.981690+0000 mon.a (mon.0) 3716 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:00.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:59 smithi142 bash[74331]: audit 2024-09-20T23:24:58.989446+0000 mon.a (mon.0) 3717 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:00.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:24:59 smithi142 bash[74331]: cluster 2024-09-20T23:24:59.160080+0000 mgr.y (mgr.15240) 479 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:00.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:59 smithi083 bash[19864]: audit 2024-09-20T23:24:58.973266+0000 mon.a (mon.0) 3715 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:00.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:59 smithi083 bash[19864]: audit 2024-09-20T23:24:58.981690+0000 mon.a (mon.0) 3716 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:00.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:59 smithi083 bash[19864]: audit 2024-09-20T23:24:58.989446+0000 mon.a (mon.0) 3717 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:00.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:24:59 smithi083 bash[19864]: cluster 2024-09-20T23:24:59.160080+0000 mgr.y (mgr.15240) 479 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:00.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:59 smithi083 bash[25244]: audit 2024-09-20T23:24:58.973266+0000 mon.a (mon.0) 3715 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:00.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:59 smithi083 bash[25244]: audit 2024-09-20T23:24:58.981690+0000 mon.a (mon.0) 3716 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:00.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:59 smithi083 bash[25244]: audit 2024-09-20T23:24:58.989446+0000 mon.a (mon.0) 3717 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:00.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:24:59 smithi083 bash[25244]: cluster 2024-09-20T23:24:59.160080+0000 mgr.y (mgr.15240) 479 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:01.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:00 smithi142 bash[74331]: audit 2024-09-20T23:25:00.353791+0000 mon.a (mon.0) 3718 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:25:01.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:00 smithi083 bash[19864]: audit 2024-09-20T23:25:00.353791+0000 mon.a (mon.0) 3718 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:25:01.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:00 smithi083 bash[25244]: audit 2024-09-20T23:25:00.353791+0000 mon.a (mon.0) 3718 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:25:01.997 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:01 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:25:01] "GET /metrics HTTP/1.1" 200 38079 "" "Prometheus/2.43.0" 2024-09-20T23:25:02.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:01 smithi142 bash[74331]: cluster 2024-09-20T23:25:01.161654+0000 mgr.y (mgr.15240) 480 : cluster [DBG] pgmap v101: 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-09-20T23:25:02.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:01 smithi083 bash[19864]: cluster 2024-09-20T23:25:01.161654+0000 mgr.y (mgr.15240) 480 : cluster [DBG] pgmap v101: 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-09-20T23:25:02.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:02 smithi083 bash[25244]: cluster 2024-09-20T23:25:01.161654+0000 mgr.y (mgr.15240) 480 : cluster [DBG] pgmap v101: 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-09-20T23:25:04.214 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:03 smithi083 bash[25244]: cluster 2024-09-20T23:25:03.162364+0000 mgr.y (mgr.15240) 481 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:04.215 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:03 smithi083 bash[19864]: cluster 2024-09-20T23:25:03.162364+0000 mgr.y (mgr.15240) 481 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:04.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:03 smithi142 bash[74331]: cluster 2024-09-20T23:25:03.162364+0000 mgr.y (mgr.15240) 481 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:05.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:04 smithi142 bash[74331]: audit 2024-09-20T23:25:04.588626+0000 mgr.y (mgr.15240) 482 : audit [DBG] from='client.25525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:05.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:04 smithi083 bash[19864]: audit 2024-09-20T23:25:04.588626+0000 mgr.y (mgr.15240) 482 : audit [DBG] from='client.25525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:05.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:04 smithi083 bash[25244]: audit 2024-09-20T23:25:04.588626+0000 mgr.y (mgr.15240) 482 : audit [DBG] from='client.25525 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:06.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:05 smithi142 bash[74331]: audit 2024-09-20T23:25:04.963117+0000 mgr.y (mgr.15240) 483 : audit [DBG] from='client.25531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "daemon_types": "mon", "hosts": "smithi083", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:06.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:05 smithi142 bash[74331]: cluster 2024-09-20T23:25:05.163065+0000 mgr.y (mgr.15240) 484 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:06.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:05 smithi142 bash[74331]: audit 2024-09-20T23:25:05.579976+0000 mgr.y (mgr.15240) 485 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:06.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:05 smithi083 bash[19864]: audit 2024-09-20T23:25:04.963117+0000 mgr.y (mgr.15240) 483 : audit [DBG] from='client.25531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "daemon_types": "mon", "hosts": "smithi083", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:06.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:05 smithi083 bash[19864]: cluster 2024-09-20T23:25:05.163065+0000 mgr.y (mgr.15240) 484 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:06.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:05 smithi083 bash[19864]: audit 2024-09-20T23:25:05.579976+0000 mgr.y (mgr.15240) 485 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:06.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:05 smithi083 bash[25244]: audit 2024-09-20T23:25:04.963117+0000 mgr.y (mgr.15240) 483 : audit [DBG] from='client.25531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "daemon_types": "mon", "hosts": "smithi083", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:06.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:05 smithi083 bash[25244]: cluster 2024-09-20T23:25:05.163065+0000 mgr.y (mgr.15240) 484 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:06.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:05 smithi083 bash[25244]: audit 2024-09-20T23:25:05.579976+0000 mgr.y (mgr.15240) 485 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:07.757 INFO:teuthology.orchestra.run.smithi083.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:25:08.428 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- 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 ; sleep 30 ; done' 2024-09-20T23:25:08.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:08 smithi142 bash[74331]: cluster 2024-09-20T23:25:07.163866+0000 mgr.y (mgr.15240) 486 : cluster [DBG] pgmap v104: 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-09-20T23:25:08.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:08 smithi142 bash[74331]: audit 2024-09-20T23:25:07.758200+0000 mon.a (mon.0) 3719 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:08.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:08 smithi142 bash[74331]: audit 2024-09-20T23:25:07.759644+0000 mon.a (mon.0) 3720 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:08.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:08 smithi142 bash[74331]: audit 2024-09-20T23:25:07.763735+0000 mon.a (mon.0) 3721 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:08.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:08 smithi142 bash[74331]: audit 2024-09-20T23:25:07.764773+0000 mon.a (mon.0) 3722 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:08.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:08 smithi142 bash[74331]: audit 2024-09-20T23:25:07.771870+0000 mon.a (mon.0) 3723 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:08.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:08 smithi083 bash[19864]: cluster 2024-09-20T23:25:07.163866+0000 mgr.y (mgr.15240) 486 : cluster [DBG] pgmap v104: 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-09-20T23:25:08.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:08 smithi083 bash[19864]: audit 2024-09-20T23:25:07.758200+0000 mon.a (mon.0) 3719 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:08.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:08 smithi083 bash[19864]: audit 2024-09-20T23:25:07.759644+0000 mon.a (mon.0) 3720 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:08.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:08 smithi083 bash[19864]: audit 2024-09-20T23:25:07.763735+0000 mon.a (mon.0) 3721 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:08.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:08 smithi083 bash[19864]: audit 2024-09-20T23:25:07.764773+0000 mon.a (mon.0) 3722 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:08.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:08 smithi083 bash[19864]: audit 2024-09-20T23:25:07.771870+0000 mon.a (mon.0) 3723 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:08.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:08 smithi083 bash[25244]: cluster 2024-09-20T23:25:07.163866+0000 mgr.y (mgr.15240) 486 : cluster [DBG] pgmap v104: 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-09-20T23:25:08.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:08 smithi083 bash[25244]: audit 2024-09-20T23:25:07.758200+0000 mon.a (mon.0) 3719 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:08.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:08 smithi083 bash[25244]: audit 2024-09-20T23:25:07.759644+0000 mon.a (mon.0) 3720 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:08.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:08 smithi083 bash[25244]: audit 2024-09-20T23:25:07.763735+0000 mon.a (mon.0) 3721 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:08.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:08 smithi083 bash[25244]: audit 2024-09-20T23:25:07.764773+0000 mon.a (mon.0) 3722 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:08.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:08 smithi083 bash[25244]: audit 2024-09-20T23:25:07.771870+0000 mon.a (mon.0) 3723 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:09.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:09 smithi142 bash[74331]: cephadm 2024-09-20T23:25:07.750091+0000 mgr.y (mgr.15240) 487 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:25:09.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:09 smithi142 bash[74331]: cephadm 2024-09-20T23:25:07.864898+0000 mgr.y (mgr.15240) 488 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:25:09.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:09 smithi083 bash[19864]: cephadm 2024-09-20T23:25:07.750091+0000 mgr.y (mgr.15240) 487 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:25:09.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:09 smithi083 bash[19864]: cephadm 2024-09-20T23:25:07.864898+0000 mgr.y (mgr.15240) 488 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:25:09.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:09 smithi083 bash[25244]: cephadm 2024-09-20T23:25:07.750091+0000 mgr.y (mgr.15240) 487 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:25:09.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:09 smithi083 bash[25244]: cephadm 2024-09-20T23:25:07.864898+0000 mgr.y (mgr.15240) 488 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:25:10.512 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:10 smithi142 bash[74331]: cluster 2024-09-20T23:25:09.164551+0000 mgr.y (mgr.15240) 489 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:10.522 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:10 smithi083 bash[25244]: cluster 2024-09-20T23:25:09.164551+0000 mgr.y (mgr.15240) 489 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:10.522 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:10 smithi083 bash[19864]: cluster 2024-09-20T23:25:09.164551+0000 mgr.y (mgr.15240) 489 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:11.351 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:11 smithi083 bash[19864]: audit 2024-09-20T23:25:10.233043+0000 mon.a (mon.0) 3724 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:11.351 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:11 smithi083 bash[19864]: audit 2024-09-20T23:25:10.253435+0000 mon.a (mon.0) 3725 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:11.351 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:11 smithi083 bash[19864]: audit 2024-09-20T23:25:10.263183+0000 mon.a (mon.0) 3726 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:11.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:11 smithi083 bash[25244]: audit 2024-09-20T23:25:10.233043+0000 mon.a (mon.0) 3724 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:11.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:11 smithi083 bash[25244]: audit 2024-09-20T23:25:10.253435+0000 mon.a (mon.0) 3725 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:11.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:11 smithi083 bash[25244]: audit 2024-09-20T23:25:10.263183+0000 mon.a (mon.0) 3726 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:11.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:11 smithi142 bash[74331]: audit 2024-09-20T23:25:10.233043+0000 mon.a (mon.0) 3724 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:11.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:11 smithi142 bash[74331]: audit 2024-09-20T23:25:10.253435+0000 mon.a (mon.0) 3725 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:11.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:11 smithi142 bash[74331]: audit 2024-09-20T23:25:10.263183+0000 mon.a (mon.0) 3726 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:12.047 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:11 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:25:11] "GET /metrics HTTP/1.1" 200 38079 "" "Prometheus/2.43.0" 2024-09-20T23:25:12.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[19864]: cluster 2024-09-20T23:25:11.166136+0000 mgr.y (mgr.15240) 490 : cluster [DBG] pgmap v106: 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-09-20T23:25:12.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[19864]: audit 2024-09-20T23:25:11.972640+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:12.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[19864]: audit 2024-09-20T23:25:11.975263+0000 mon.a (mon.0) 3728 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:12.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[19864]: audit 2024-09-20T23:25:11.977715+0000 mon.a (mon.0) 3729 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:12.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[19864]: audit 2024-09-20T23:25:11.983877+0000 mon.a (mon.0) 3730 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:12.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[19864]: audit 2024-09-20T23:25:11.985516+0000 mon.a (mon.0) 3731 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-20T23:25:12.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[19864]: audit 2024-09-20T23:25:11.986420+0000 mon.a (mon.0) 3732 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-20T23:25:12.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[25244]: cluster 2024-09-20T23:25:11.166136+0000 mgr.y (mgr.15240) 490 : cluster [DBG] pgmap v106: 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-09-20T23:25:12.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[25244]: audit 2024-09-20T23:25:11.972640+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:12.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[25244]: audit 2024-09-20T23:25:11.975263+0000 mon.a (mon.0) 3728 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:12.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[25244]: audit 2024-09-20T23:25:11.977715+0000 mon.a (mon.0) 3729 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:12.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[25244]: audit 2024-09-20T23:25:11.983877+0000 mon.a (mon.0) 3730 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:12.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[25244]: audit 2024-09-20T23:25:11.985516+0000 mon.a (mon.0) 3731 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-20T23:25:12.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:12 smithi083 bash[25244]: audit 2024-09-20T23:25:11.986420+0000 mon.a (mon.0) 3732 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-20T23:25:12.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:12 smithi142 bash[74331]: cluster 2024-09-20T23:25:11.166136+0000 mgr.y (mgr.15240) 490 : cluster [DBG] pgmap v106: 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-09-20T23:25:12.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:12 smithi142 bash[74331]: audit 2024-09-20T23:25:11.972640+0000 mon.a (mon.0) 3727 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:12.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:12 smithi142 bash[74331]: audit 2024-09-20T23:25:11.975263+0000 mon.a (mon.0) 3728 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:12.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:12 smithi142 bash[74331]: audit 2024-09-20T23:25:11.977715+0000 mon.a (mon.0) 3729 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:12.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:12 smithi142 bash[74331]: audit 2024-09-20T23:25:11.983877+0000 mon.a (mon.0) 3730 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:12.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:12 smithi142 bash[74331]: audit 2024-09-20T23:25:11.985516+0000 mon.a (mon.0) 3731 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-20T23:25:12.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:12 smithi142 bash[74331]: audit 2024-09-20T23:25:11.986420+0000 mon.a (mon.0) 3732 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-20T23:25:13.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:13 smithi083 bash[19864]: cephadm 2024-09-20T23:25:11.973250+0000 mgr.y (mgr.15240) 491 : cephadm [INF] Upgrade: Target is version 19.1.1-367-g9e2ac70b (squid) 2024-09-20T23:25:13.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:13 smithi083 bash[19864]: cephadm 2024-09-20T23:25:11.973330+0000 mgr.y (mgr.15240) 492 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, digests ['quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5'] 2024-09-20T23:25:13.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:13 smithi083 bash[19864]: cephadm 2024-09-20T23:25:11.978537+0000 mgr.y (mgr.15240) 493 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-20T23:25:13.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:13 smithi083 bash[19864]: cephadm 2024-09-20T23:25:11.987070+0000 mgr.y (mgr.15240) 494 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-20T23:25:13.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:13 smithi083 bash[25244]: cephadm 2024-09-20T23:25:11.973250+0000 mgr.y (mgr.15240) 491 : cephadm [INF] Upgrade: Target is version 19.1.1-367-g9e2ac70b (squid) 2024-09-20T23:25:13.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:13 smithi083 bash[25244]: cephadm 2024-09-20T23:25:11.973330+0000 mgr.y (mgr.15240) 492 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, digests ['quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5'] 2024-09-20T23:25:13.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:13 smithi083 bash[25244]: cephadm 2024-09-20T23:25:11.978537+0000 mgr.y (mgr.15240) 493 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-20T23:25:13.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:13 smithi083 bash[25244]: cephadm 2024-09-20T23:25:11.987070+0000 mgr.y (mgr.15240) 494 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-20T23:25:13.515 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:13 smithi142 bash[74331]: cephadm 2024-09-20T23:25:11.973250+0000 mgr.y (mgr.15240) 491 : cephadm [INF] Upgrade: Target is version 19.1.1-367-g9e2ac70b (squid) 2024-09-20T23:25:13.515 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:13 smithi142 bash[74331]: cephadm 2024-09-20T23:25:11.973330+0000 mgr.y (mgr.15240) 492 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, digests ['quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5'] 2024-09-20T23:25:13.515 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:13 smithi142 bash[74331]: cephadm 2024-09-20T23:25:11.978537+0000 mgr.y (mgr.15240) 493 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-20T23:25:13.516 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:13 smithi142 bash[74331]: cephadm 2024-09-20T23:25:11.987070+0000 mgr.y (mgr.15240) 494 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-09-20T23:25:14.402 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:14 smithi083 bash[25244]: cluster 2024-09-20T23:25:13.166768+0000 mgr.y (mgr.15240) 495 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:14.403 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:14 smithi083 bash[19864]: cluster 2024-09-20T23:25:13.166768+0000 mgr.y (mgr.15240) 495 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:14.519 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:25:14.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:14 smithi142 bash[74331]: cluster 2024-09-20T23:25:13.166768+0000 mgr.y (mgr.15240) 495 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:15.248 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:25:15.248 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 16s ago 34m - - 2024-09-20T23:25:15.248 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 5s ago 34m - - 2024-09-20T23:25:15.248 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (17m) 16s ago 27m 14.5M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:25:15.248 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (2m) 5s ago 27m 72.9M - 9.4.12 2bacad6d85d8 0e41a43feae1 2024-09-20T23:25:15.248 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (3m) 16s ago 25m 42.3M - 3.5 e1d6a67b021e 0cd44e702c29 2024-09-20T23:25:15.248 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283,8765 running (3m) 5s ago 33m 425M - 19.1.1-367-g9e2ac70b cc9251b744a3 2ffefdbc107a 2024-09-20T23:25:15.248 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (14m) 16s ago 35m 501M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:25:15.248 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (35m) 16s ago 35m 97.3M 2048M 17.2.0 e1d6a67b021e 7cd7cf765249 2024-09-20T23:25:15.248 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (59s) 5s ago 34m 35.2M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 a8389ef65d4a 2024-09-20T23:25:15.248 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (34m) 16s ago 34m 68.5M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (17m) 16s ago 27m 8536k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (16m) 5s ago 27m 8620k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (33m) 16s ago 33m 56.4M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (32m) 16s ago 32m 57.9M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (31m) 16s ago 31m 53.0M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (31m) 16s ago 31m 57.1M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (30m) 5s ago 30m 59.9M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (29m) 5s ago 29m 56.4M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (29m) 5s ago 29m 54.1M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (28m) 5s ago 28m 58.2M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (3m) 5s ago 27m 57.6M - 2.43.0 a07b618ecd1d c2f1748fdf3a 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (25m) 16s ago 25m 89.0M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:25:15.249 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (25m) 5s ago 25m 91.7M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:25:15.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:15 smithi142 bash[74331]: audit 2024-09-20T23:25:14.507587+0000 mgr.y (mgr.15240) 496 : audit [DBG] from='client.25537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:15.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:15 smithi142 bash[74331]: audit 2024-09-20T23:25:15.123308+0000 mon.a (mon.0) 3733 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:15 smithi142 bash[74331]: audit 2024-09-20T23:25:15.124788+0000 mon.a (mon.0) 3734 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:25:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:15 smithi142 bash[74331]: audit 2024-09-20T23:25:15.126100+0000 mon.a (mon.0) 3735 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:25:15.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:15 smithi142 bash[74331]: audit 2024-09-20T23:25:15.127383+0000 mon.a (mon.0) 3736 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:15.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:15 smithi083 bash[25244]: audit 2024-09-20T23:25:14.507587+0000 mgr.y (mgr.15240) 496 : audit [DBG] from='client.25537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:15.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:15 smithi083 bash[25244]: audit 2024-09-20T23:25:15.123308+0000 mon.a (mon.0) 3733 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:15.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:15 smithi083 bash[25244]: audit 2024-09-20T23:25:15.124788+0000 mon.a (mon.0) 3734 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:25:15.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:15 smithi083 bash[25244]: audit 2024-09-20T23:25:15.126100+0000 mon.a (mon.0) 3735 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:25:15.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:15 smithi083 bash[25244]: audit 2024-09-20T23:25:15.127383+0000 mon.a (mon.0) 3736 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:15 smithi083 bash[19864]: audit 2024-09-20T23:25:14.507587+0000 mgr.y (mgr.15240) 496 : audit [DBG] from='client.25537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:15 smithi083 bash[19864]: audit 2024-09-20T23:25:15.123308+0000 mon.a (mon.0) 3733 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' 2024-09-20T23:25:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:15 smithi083 bash[19864]: audit 2024-09-20T23:25:15.124788+0000 mon.a (mon.0) 3734 : audit [INF] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:25:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:15 smithi083 bash[19864]: audit 2024-09-20T23:25:15.126100+0000 mon.a (mon.0) 3735 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:25:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:15 smithi083 bash[19864]: audit 2024-09-20T23:25:15.127383+0000 mon.a (mon.0) 3736 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:15.676 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:25:15.676 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:25:15.676 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2024-09-20T23:25:15.676 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 1 2024-09-20T23:25:15.676 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:25:15.676 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:25:15.676 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:25:15.676 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:25:15.677 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:25:15.677 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:25:15.677 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:25:15.677 INFO:teuthology.orchestra.run.smithi083.stdout: "mds": {}, 2024-09-20T23:25:15.677 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:25:15.677 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:25:15.677 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:25:15.677 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:25:15.677 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2024-09-20T23:25:15.677 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 3 2024-09-20T23:25:15.677 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:25:15.677 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:25:16.015 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:25:16.015 INFO:teuthology.orchestra.run.smithi083.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5", 2024-09-20T23:25:16.015 INFO:teuthology.orchestra.run.smithi083.stdout: "in_progress": true, 2024-09-20T23:25:16.015 INFO:teuthology.orchestra.run.smithi083.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi083", 2024-09-20T23:25:16.015 INFO:teuthology.orchestra.run.smithi083.stdout: "services_complete": [], 2024-09-20T23:25:16.015 INFO:teuthology.orchestra.run.smithi083.stdout: "progress": "0/2 daemons upgraded", 2024-09-20T23:25:16.015 INFO:teuthology.orchestra.run.smithi083.stdout: "message": "Currently upgrading mon daemons", 2024-09-20T23:25:16.015 INFO:teuthology.orchestra.run.smithi083.stdout: "is_paused": false 2024-09-20T23:25:16.015 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:25:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:16 smithi142 bash[74331]: audit 2024-09-20T23:25:14.865959+0000 mgr.y (mgr.15240) 497 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:16 smithi142 bash[74331]: cephadm 2024-09-20T23:25:15.114856+0000 mgr.y (mgr.15240) 498 : cephadm [INF] Upgrade: Updating mon.a 2024-09-20T23:25:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:16 smithi142 bash[74331]: cephadm 2024-09-20T23:25:15.128926+0000 mgr.y (mgr.15240) 499 : cephadm [INF] Deploying daemon mon.a on smithi083 2024-09-20T23:25:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:16 smithi142 bash[74331]: cluster 2024-09-20T23:25:15.167182+0000 mgr.y (mgr.15240) 500 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:16 smithi142 bash[74331]: audit 2024-09-20T23:25:15.234835+0000 mgr.y (mgr.15240) 501 : audit [DBG] from='client.25549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:16 smithi142 bash[74331]: audit 2024-09-20T23:25:15.353308+0000 mon.a (mon.0) 3737 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:25:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:16 smithi142 bash[74331]: audit 2024-09-20T23:25:15.588845+0000 mgr.y (mgr.15240) 502 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:16 smithi142 bash[74331]: audit 2024-09-20T23:25:15.677714+0000 mon.a (mon.0) 3738 : audit [DBG] from='client.? 172.21.15.83:0/251954953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:16.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[19864]: audit 2024-09-20T23:25:14.865959+0000 mgr.y (mgr.15240) 497 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:16.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[19864]: cephadm 2024-09-20T23:25:15.114856+0000 mgr.y (mgr.15240) 498 : cephadm [INF] Upgrade: Updating mon.a 2024-09-20T23:25:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[19864]: cephadm 2024-09-20T23:25:15.128926+0000 mgr.y (mgr.15240) 499 : cephadm [INF] Deploying daemon mon.a on smithi083 2024-09-20T23:25:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[19864]: cluster 2024-09-20T23:25:15.167182+0000 mgr.y (mgr.15240) 500 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[19864]: audit 2024-09-20T23:25:15.234835+0000 mgr.y (mgr.15240) 501 : audit [DBG] from='client.25549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[19864]: audit 2024-09-20T23:25:15.353308+0000 mon.a (mon.0) 3737 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:25:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[19864]: audit 2024-09-20T23:25:15.588845+0000 mgr.y (mgr.15240) 502 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:16.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[19864]: audit 2024-09-20T23:25:15.677714+0000 mon.a (mon.0) 3738 : audit [DBG] from='client.? 172.21.15.83:0/251954953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:16.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[25244]: audit 2024-09-20T23:25:14.865959+0000 mgr.y (mgr.15240) 497 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:16.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[25244]: cephadm 2024-09-20T23:25:15.114856+0000 mgr.y (mgr.15240) 498 : cephadm [INF] Upgrade: Updating mon.a 2024-09-20T23:25:16.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[25244]: cephadm 2024-09-20T23:25:15.128926+0000 mgr.y (mgr.15240) 499 : cephadm [INF] Deploying daemon mon.a on smithi083 2024-09-20T23:25:16.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[25244]: cluster 2024-09-20T23:25:15.167182+0000 mgr.y (mgr.15240) 500 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:16.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[25244]: audit 2024-09-20T23:25:15.234835+0000 mgr.y (mgr.15240) 501 : audit [DBG] from='client.25549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[25244]: audit 2024-09-20T23:25:15.353308+0000 mon.a (mon.0) 3737 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:25:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[25244]: audit 2024-09-20T23:25:15.588845+0000 mgr.y (mgr.15240) 502 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:16.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:16 smithi083 bash[25244]: audit 2024-09-20T23:25:15.677714+0000 mon.a (mon.0) 3738 : audit [DBG] from='client.? 172.21.15.83:0/251954953' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:17.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:17 smithi083 bash[19864]: audit 2024-09-20T23:25:16.015869+0000 mgr.y (mgr.15240) 503 : audit [DBG] from='client.25561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:17.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:17 smithi083 bash[25244]: audit 2024-09-20T23:25:16.015869+0000 mgr.y (mgr.15240) 503 : audit [DBG] from='client.25561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:17.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:17 smithi142 bash[74331]: audit 2024-09-20T23:25:16.015869+0000 mgr.y (mgr.15240) 503 : audit [DBG] from='client.25561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:17.969 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:17 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:17.969 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:25:17 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:17.969 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:25:17 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:17.970 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:25:17 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:17.970 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:25:17 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:17.970 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:17 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:17.971 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:17 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:17.971 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:25:17 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:17.971 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:25:17 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:18.235 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:18 smithi083 bash[70411]: [20/Sep/2024:23:25:18] ENGINE Bus STOPPING 2024-09-20T23:25:18.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:17 smithi083 systemd[1]: Stopping Ceph mon.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:25:18.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:18 smithi083 bash[19864]: debug 2024-09-20T23:25:18.093+0000 7f089b230700 -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-09-20T23:25:18.235 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:18 smithi083 bash[19864]: debug 2024-09-20T23:25:18.093+0000 7f089b230700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-20T23:25:18.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:18 smithi083 bash[70411]: [20/Sep/2024:23:25:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-20T23:25:18.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:18 smithi083 bash[70411]: [20/Sep/2024:23:25:18] ENGINE Bus STOPPED 2024-09-20T23:25:18.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:18 smithi083 bash[70411]: [20/Sep/2024:23:25:18] ENGINE Bus STARTING 2024-09-20T23:25:18.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:18 smithi083 bash[70411]: [20/Sep/2024:23:25:18] ENGINE Serving on http://:::9283 2024-09-20T23:25:18.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:18 smithi083 bash[70411]: [20/Sep/2024:23:25:18] ENGINE Bus STARTED 2024-09-20T23:25:19.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:18 smithi083 bash[94451]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mon-a 2024-09-20T23:25:19.698 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:19 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:19.698 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:25:19 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:19.698 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:25:19 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:19.699 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:25:19 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:19.699 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:25:19 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:19.699 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:19 smithi083 bash[94601]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mon-a 2024-09-20T23:25:19.699 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:19 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-20T23:25:19.699 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:19 smithi083 systemd[1]: Stopped Ceph mon.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:25:19.700 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:19 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:19.700 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:19 smithi083 systemd[1]: Started Ceph mon.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:25:19.700 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:19 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:19.700 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:25:19 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:19.700 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:25:19 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:21.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.313+0000 7fda4ffe2c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-20T23:25:21.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.313+0000 7fda4ffe2c80 0 ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable), process ceph-mon, pid 7 2024-09-20T23:25:21.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.313+0000 7fda4ffe2c80 0 pidfile_write: ignore empty --pid-file 2024-09-20T23:25:21.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 0 load: jerasure load: lrc 2024-09-20T23:25:21.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-20T23:25:21.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Git sha 0 2024-09-20T23:25:21.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Compile date 2024-09-19 18:20:48 2024-09-20T23:25:21.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: DB SUMMARY 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: DB Session ID: 0AYYQTXQWXCQS9PDJ3D8 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: CURRENT file: CURRENT 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 4657 Bytes 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000087.sst 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000085.log size: 585888 ; 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.error_if_exists: 0 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.create_if_missing: 0 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-20T23:25:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.env: 0x5630dae54940 2024-09-20T23:25:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-20T23:25:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.info_log: 0x5630dd5336e0 2024-09-20T23:25:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-20T23:25:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.statistics: (nil) 2024-09-20T23:25:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.use_fsync: 0 2024-09-20T23:25:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-20T23:25:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T23:25:21.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T23:25:21.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-20T23:25:21.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-20T23:25:21.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-20T23:25:21.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-20T23:25:21.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-20T23:25:21.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-20T23:25:21.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T23:25:21.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-20T23:25:21.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.db_log_dir: 2024-09-20T23:25:21.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.wal_dir: 2024-09-20T23:25:21.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.write_buffer_manager: 0x5630dd5428c0 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-20T23:25:21.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.unordered_write: 0 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.row_cache: None 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.wal_filter: None 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.two_write_queues: 0 2024-09-20T23:25:21.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.wal_compression: 0 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.atomic_flush: 0 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-20T23:25:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_open_files: -1 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-20T23:25:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Compression algorithms supported: 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: kZSTD supported: 0 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: kXpressCompression supported: 0 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: kZlibCompression supported: 1 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T23:25:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-20T23:25:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-09-20T23:25:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-20T23:25:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T23:25:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.merge_operator: 2024-09-20T23:25:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_filter: None 2024-09-20T23:25:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-20T23:25:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-20T23:25:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T23:25:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T23:25:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5630dd533320) 2024-09-20T23:25:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: cache_index_and_filter_blocks: 1 2024-09-20T23:25:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T23:25:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: pin_top_level_index_and_filter: 1 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: index_type: 0 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: data_block_index_type: 0 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: index_shortening: 1 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: data_block_hash_table_util_ratio: 0.750000 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: checksum: 4 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: no_block_cache: 0 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: block_cache: 0x5630dd5291f0 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: block_cache_name: BinnedLRUCache 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: block_cache_options: 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: capacity : 536870912 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: num_shard_bits : 4 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: strict_capacity_limit : 0 2024-09-20T23:25:21.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: high_pri_pool_ratio: 0.000 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: block_cache_compressed: (nil) 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: persistent_cache: (nil) 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: block_size: 4096 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: block_size_deviation: 10 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: block_restart_interval: 16 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: index_block_restart_interval: 1 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: metadata_block_size: 4096 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: partition_filters: 0 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: use_delta_encoding: 1 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: filter_policy: bloomfilter 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: whole_key_filtering: 1 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: verify_compression: 0 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: read_amp_bytes_per_bit: 0 2024-09-20T23:25:21.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: format_version: 5 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: enable_index_compression: 1 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: block_align: 0 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: max_auto_readahead_size: 262144 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: prepopulate_block_cache: 0 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: initial_auto_readahead_size: 8192 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: num_file_reads_for_auto_readahead: 2 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compression: NoCompression 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.num_levels: 7 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T23:25:21.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T23:25:21.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T23:25:21.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T23:25:21.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.bloom_locality: 0 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-20T23:25:21.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.ttl: 2592000 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.enable_blob_files: false 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.min_blob_size: 0 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-20T23:25:21.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4cdb9640 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 87.sst 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 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 89, last_sequence is 43333, log_number is 85,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 85 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 19c99481-4b64-4126-af77-7f285ae37782 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726874721323535, "job": 1, "event": "recovery_started", "wal_files": [85]} 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.317+0000 7fda4ffe2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #85 mode 2 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.321+0000 7fda4ffe2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726874721327664, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 90, "file_size": 561911, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 43335, "largest_seqno": 43821, "table_properties": {"data_size": 558855, "index_size": 1440, "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": 4843, "raw_average_key_size": 23, "raw_value_size": 554211, "raw_average_value_size": 2703, "num_data_blocks": 63, "num_entries": 205, "num_filter_entries": 205, "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": 1726874721, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "19c99481-4b64-4126-af77-7f285ae37782", "db_session_id": "0AYYQTXQWXCQS9PDJ3D8", "orig_file_number": 90, "seqno_to_time_mapping": "N/A"}} 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.321+0000 7fda4ffe2c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726874721327799, "job": 1, "event": "recovery_finished"} 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.321+0000 7fda4ffe2c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 92 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.321+0000 7fda4ffe2c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.325+0000 7fda4ffe2c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000085.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-20T23:25:21.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.325+0000 7fda4ffe2c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5630dd554e00 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.325+0000 7fda4ffe2c80 4 rocksdb: DB pointer 0x5630dd654000 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.325+0000 7fda45dab640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.325+0000 7fda45dab640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: ** DB Stats ** 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: ** Compaction Stats [default] ** 2024-09-20T23:25:21.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: 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-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: L0 1/0 548.74 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 189.1 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: L6 1/0 8.02 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-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Sum 2/0 8.56 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 189.1 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 189.1 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: ** Compaction Stats [default] ** 2024-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: 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-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 189.1 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Flush(GB): cumulative 0.001, interval 0.001 2024-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T23:25:21.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: AddFile(Keys): cumulative 0, interval 0 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Cumulative compaction: 0.00 GB write, 68.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Interval compaction: 0.00 GB write, 68.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: 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-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Block cache BinnedLRUCache@0x5630dd5291f0#7 capacity: 512.00 MB usage: 2.23 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: Block cache entry stats(count,size,portion): FilterBlock(1,0.66 KB,0.00012517%) IndexBlock(1,1.58 KB,0.000301003%) Misc(1,0.00 KB,0%) 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: ** File Read Latency Histogram By Level [default] ** 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.325+0000 7fda4ffe2c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] at bind addrs [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.329+0000 7fda4ffe2c80 1 mon.a@-1(???) e3 preinit fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.329+0000 7fda4ffe2c80 0 mon.a@-1(???).mds e1 new map 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.329+0000 7fda4ffe2c80 0 mon.a@-1(???).mds e1 print_map 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: e1 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: btime 1970-01-01T00:00:00:000000+0000 2024-09-20T23:25:21.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-20T23:25:21.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: 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-09-20T23:25:21.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: legacy client fscid: -1 2024-09-20T23:25:21.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: 2024-09-20T23:25:21.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: No filesystems configured 2024-09-20T23:25:21.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.329+0000 7fda4ffe2c80 0 mon.a@-1(???).osd e113 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-20T23:25:21.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.329+0000 7fda4ffe2c80 0 mon.a@-1(???).osd e113 crush map has features 432629239337189376, adjusting msgr requires 2024-09-20T23:25:21.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.329+0000 7fda4ffe2c80 0 mon.a@-1(???).osd e113 crush map has features 432629239337189376, adjusting msgr requires 2024-09-20T23:25:21.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.329+0000 7fda4ffe2c80 0 mon.a@-1(???).osd e113 crush map has features 432629239337189376, adjusting msgr requires 2024-09-20T23:25:21.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[94658]: debug 2024-09-20T23:25:21.329+0000 7fda4ffe2c80 1 mon.a@-1(???).paxosservice(auth 1..30) refresh upgraded, format 0 -> 3 2024-09-20T23:25:22.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:21 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:25:21] "GET /metrics HTTP/1.1" 200 38078 "" "Prometheus/2.43.0" 2024-09-20T23:25:24.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[68642]: ignoring --setuser ceph since I am not root 2024-09-20T23:25:24.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[68642]: ignoring --setgroup ceph since I am not root 2024-09-20T23:25:24.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[68642]: debug 2024-09-20T23:25:24.490+0000 7fa7c932b640 1 -- 172.21.15.142:0/2061602213 <== mon.2 v2:172.21.15.142:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5628782a70e0 con 0x5628782a9400 2024-09-20T23:25:24.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[68642]: debug 2024-09-20T23:25:24.602+0000 7fa7cbb87040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T23:25:24.824 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[70411]: ignoring --setuser ceph since I am not root 2024-09-20T23:25:24.824 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[70411]: ignoring --setgroup ceph since I am not root 2024-09-20T23:25:24.824 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[70411]: debug 2024-09-20T23:25:24.485+0000 7fe47149c640 1 -- 172.21.15.83:0/3853753542 <== mon.0 v2:172.21.15.83:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5641ef9d50e0 con 0x5641ef9d7400 2024-09-20T23:25:24.824 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[70411]: debug 2024-09-20T23:25:24.597+0000 7fe473cf8040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T23:25:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: audit 2024-09-20T23:25:18.107532+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:25:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: audit 2024-09-20T23:25:18.109225+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:25:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: audit 2024-09-20T23:25:18.109577+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:25:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:19.169616+0000 mgr.y (mgr.15240) 505 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:21.171210+0000 mgr.y (mgr.15240) 506 : cluster [DBG] pgmap v111: 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-09-20T23:25:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:22.754784+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-20T23:25:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:23.171685+0000 mgr.y (mgr.15240) 507 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.377799+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T23:25:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.387743+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-09-20T23:25:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.387764+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:25:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.387776+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-20T22:51:13.850553+0000 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.387788+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-20T22:49:15.359403+0000 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.387797+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.387804+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.387814+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.387826+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] mon.c 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.387837+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon.b 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.388582+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.388625+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.390129+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e42: y(active, since 3m), standbys: x 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.390778+0000 mon.a (mon.0) 15 : cluster [INF] overall HEALTH_OK 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: audit 2024-09-20T23:25:24.414089+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.15240 ' entity='' 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: cluster 2024-09-20T23:25:24.414840+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e43: y(active, since 3m), standbys: x 2024-09-20T23:25:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:24 smithi142 bash[74331]: audit 2024-09-20T23:25:24.427441+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.15240 ' entity='' 2024-09-20T23:25:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: audit 2024-09-20T23:25:18.107532+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:25:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: audit 2024-09-20T23:25:18.109225+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:25:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: audit 2024-09-20T23:25:18.109577+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:25:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:19.169616+0000 mgr.y (mgr.15240) 505 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:21.171210+0000 mgr.y (mgr.15240) 506 : cluster [DBG] pgmap v111: 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-09-20T23:25:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:22.754784+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-20T23:25:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:23.171685+0000 mgr.y (mgr.15240) 507 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.377799+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T23:25:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.387743+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-09-20T23:25:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.387764+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:25:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.387776+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-20T22:51:13.850553+0000 2024-09-20T23:25:24.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.387788+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-20T22:49:15.359403+0000 2024-09-20T23:25:24.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.387797+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-09-20T23:25:24.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.387804+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-20T23:25:24.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.387814+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-20T23:25:24.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.387826+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] mon.c 2024-09-20T23:25:24.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.387837+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon.b 2024-09-20T23:25:24.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.388582+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-09-20T23:25:24.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.388625+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-20T23:25:24.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.390129+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e42: y(active, since 3m), standbys: x 2024-09-20T23:25:24.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.390778+0000 mon.a (mon.0) 15 : cluster [INF] overall HEALTH_OK 2024-09-20T23:25:24.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: audit 2024-09-20T23:25:24.414089+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.15240 ' entity='' 2024-09-20T23:25:24.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: cluster 2024-09-20T23:25:24.414840+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e43: y(active, since 3m), standbys: x 2024-09-20T23:25:24.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[25244]: audit 2024-09-20T23:25:24.427441+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.15240 ' entity='' 2024-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: audit 2024-09-20T23:25:18.107532+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: audit 2024-09-20T23:25:18.109225+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: audit 2024-09-20T23:25:18.109577+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.15240 172.21.15.83:0/1513694850' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:19.169616+0000 mgr.y (mgr.15240) 505 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:21.171210+0000 mgr.y (mgr.15240) 506 : cluster [DBG] pgmap v111: 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-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:22.754784+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:23.171685+0000 mgr.y (mgr.15240) 507 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.377799+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.387743+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 3 2024-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.387764+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.387776+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-20T22:51:13.850553+0000 2024-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.387788+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-20T22:49:15.359403+0000 2024-09-20T23:25:24.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.387797+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 17 (quincy) 2024-09-20T23:25:24.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.387804+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-20T23:25:24.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.387814+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-20T23:25:24.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.387826+0000 mon.a (mon.0) 10 : cluster [DBG] 1: [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] mon.c 2024-09-20T23:25:24.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.387837+0000 mon.a (mon.0) 11 : cluster [DBG] 2: [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon.b 2024-09-20T23:25:24.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.388582+0000 mon.a (mon.0) 12 : cluster [DBG] fsmap 2024-09-20T23:25:24.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.388625+0000 mon.a (mon.0) 13 : cluster [DBG] osdmap e113: 8 total, 8 up, 8 in 2024-09-20T23:25:24.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.390129+0000 mon.a (mon.0) 14 : cluster [DBG] mgrmap e42: y(active, since 3m), standbys: x 2024-09-20T23:25:24.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.390778+0000 mon.a (mon.0) 15 : cluster [INF] overall HEALTH_OK 2024-09-20T23:25:24.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: audit 2024-09-20T23:25:24.414089+0000 mon.a (mon.0) 16 : audit [INF] from='mgr.15240 ' entity='' 2024-09-20T23:25:24.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: cluster 2024-09-20T23:25:24.414840+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e43: y(active, since 3m), standbys: x 2024-09-20T23:25:24.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:24 smithi083 bash[94658]: audit 2024-09-20T23:25:24.427441+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.15240 ' entity='' 2024-09-20T23:25:26.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:25 smithi142 bash[68642]: debug 2024-09-20T23:25:25.794+0000 7fa7cbb87040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T23:25:26.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:25 smithi142 bash[68642]: debug 2024-09-20T23:25:25.858+0000 7fa7cbb87040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T23:25:26.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:26 smithi142 bash[68642]: debug 2024-09-20T23:25:26.014+0000 7fa7cbb87040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T23:25:26.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:25 smithi083 bash[70411]: debug 2024-09-20T23:25:25.805+0000 7fe473cf8040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T23:25:26.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:25 smithi083 bash[70411]: debug 2024-09-20T23:25:25.869+0000 7fe473cf8040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T23:25:26.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:26 smithi083 bash[70411]: debug 2024-09-20T23:25:26.025+0000 7fe473cf8040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T23:25:26.672 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:26 smithi142 bash[74331]: cluster 2024-09-20T23:25:25.420426+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e44: y(active, since 3m), standbys: x 2024-09-20T23:25:26.686 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:26 smithi083 bash[94658]: cluster 2024-09-20T23:25:25.420426+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e44: y(active, since 3m), standbys: x 2024-09-20T23:25:26.686 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:26 smithi083 bash[25244]: cluster 2024-09-20T23:25:25.420426+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e44: y(active, since 3m), standbys: x 2024-09-20T23:25:26.999 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:26 smithi142 bash[68642]: debug 2024-09-20T23:25:26.666+0000 7fa7cbb87040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T23:25:26.999 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:26 smithi142 bash[68642]: debug 2024-09-20T23:25:26.742+0000 7fa7cbb87040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T23:25:26.999 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:26 smithi142 bash[68642]: debug 2024-09-20T23:25:26.810+0000 7fa7cbb87040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T23:25:27.008 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:26 smithi083 bash[70411]: debug 2024-09-20T23:25:26.681+0000 7fe473cf8040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T23:25:27.008 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:26 smithi083 bash[70411]: debug 2024-09-20T23:25:26.753+0000 7fe473cf8040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T23:25:27.008 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:26 smithi083 bash[70411]: debug 2024-09-20T23:25:26.821+0000 7fe473cf8040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T23:25:27.008 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:27 smithi083 bash[70411]: debug 2024-09-20T23:25:27.005+0000 7fe473cf8040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-20T23:25:27.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:26 smithi142 bash[68642]: debug 2024-09-20T23:25:26.994+0000 7fa7cbb87040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-20T23:25:27.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:27 smithi142 bash[68642]: debug 2024-09-20T23:25:27.070+0000 7fa7cbb87040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T23:25:27.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:27 smithi142 bash[68642]: debug 2024-09-20T23:25:27.138+0000 7fa7cbb87040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T23:25:27.324 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:27 smithi083 bash[70411]: debug 2024-09-20T23:25:27.081+0000 7fe473cf8040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T23:25:27.324 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:27 smithi083 bash[70411]: debug 2024-09-20T23:25:27.149+0000 7fe473cf8040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T23:25:27.660 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:27 smithi142 bash[68642]: debug 2024-09-20T23:25:27.390+0000 7fa7cbb87040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T23:25:27.660 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:27 smithi142 bash[68642]: debug 2024-09-20T23:25:27.458+0000 7fa7cbb87040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T23:25:27.670 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:27 smithi083 bash[70411]: debug 2024-09-20T23:25:27.405+0000 7fe473cf8040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T23:25:27.670 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:27 smithi083 bash[70411]: debug 2024-09-20T23:25:27.473+0000 7fe473cf8040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T23:25:27.992 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:27 smithi142 bash[68642]: debug 2024-09-20T23:25:27.654+0000 7fa7cbb87040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T23:25:27.992 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:27 smithi142 bash[68642]: debug 2024-09-20T23:25:27.730+0000 7fa7cbb87040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T23:25:27.997 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:27 smithi083 bash[70411]: debug 2024-09-20T23:25:27.665+0000 7fe473cf8040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T23:25:27.997 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:27 smithi083 bash[70411]: debug 2024-09-20T23:25:27.745+0000 7fe473cf8040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T23:25:28.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:27 smithi142 bash[68642]: debug 2024-09-20T23:25:27.986+0000 7fa7cbb87040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T23:25:28.323 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:28 smithi142 bash[68642]: debug 2024-09-20T23:25:28.162+0000 7fa7cbb87040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:25:28.324 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:27 smithi083 bash[70411]: debug 2024-09-20T23:25:27.993+0000 7fe473cf8040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T23:25:28.324 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:28 smithi083 bash[70411]: debug 2024-09-20T23:25:28.169+0000 7fe473cf8040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:25:28.588 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:28 smithi142 bash[68642]: debug 2024-09-20T23:25:28.326+0000 7fa7cbb87040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T23:25:28.588 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:28 smithi142 bash[68642]: debug 2024-09-20T23:25:28.402+0000 7fa7cbb87040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T23:25:28.592 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:28 smithi083 bash[70411]: debug 2024-09-20T23:25:28.333+0000 7fe473cf8040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T23:25:28.592 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:28 smithi083 bash[70411]: debug 2024-09-20T23:25:28.409+0000 7fe473cf8040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T23:25:28.592 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:28 smithi083 bash[70411]: debug 2024-09-20T23:25:28.589+0000 7fe473cf8040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:25:29.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:28 smithi142 bash[68642]: debug 2024-09-20T23:25:28.582+0000 7fa7cbb87040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:25:29.735 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:29 smithi083 bash[70411]: debug 2024-09-20T23:25:29.429+0000 7fe473cf8040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T23:25:29.735 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:29 smithi083 bash[70411]: debug 2024-09-20T23:25:29.505+0000 7fe473cf8040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T23:25:29.740 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:29 smithi142 bash[68642]: debug 2024-09-20T23:25:29.434+0000 7fa7cbb87040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T23:25:29.740 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:29 smithi142 bash[68642]: debug 2024-09-20T23:25:29.510+0000 7fa7cbb87040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T23:25:30.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:29 smithi142 bash[68642]: debug 2024-09-20T23:25:29.734+0000 7fa7cbb87040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T23:25:30.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:29 smithi142 bash[68642]: debug 2024-09-20T23:25:29.810+0000 7fa7cbb87040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T23:25:30.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:29 smithi083 bash[70411]: debug 2024-09-20T23:25:29.729+0000 7fe473cf8040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T23:25:30.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:29 smithi083 bash[70411]: debug 2024-09-20T23:25:29.805+0000 7fe473cf8040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T23:25:30.533 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[70411]: debug 2024-09-20T23:25:30.197+0000 7fe473cf8040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T23:25:30.533 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[70411]: debug 2024-09-20T23:25:30.273+0000 7fe473cf8040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T23:25:30.534 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[70411]: [20/Sep/2024:23:25:30] ENGINE Bus STARTING 2024-09-20T23:25:30.534 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[70411]: CherryPy Checker: 2024-09-20T23:25:30.534 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[70411]: The Application mounted at '' has an empty config. 2024-09-20T23:25:30.534 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: cluster 2024-09-20T23:25:30.303077+0000 mon.a (mon.0) 20 : cluster [INF] Active manager daemon y restarted 2024-09-20T23:25:30.534 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: cluster 2024-09-20T23:25:30.303448+0000 mon.a (mon.0) 21 : cluster [INF] Activating manager daemon y 2024-09-20T23:25:30.534 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: cluster 2024-09-20T23:25:30.310549+0000 mon.a (mon.0) 22 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-20T23:25:30.534 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: cluster 2024-09-20T23:25:30.317863+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e45: y(active, starting, since 0.0144878s), standbys: x 2024-09-20T23:25:30.534 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.319161+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.142:0/2416010494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:25:30.534 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: cluster 2024-09-20T23:25:30.319697+0000 mon.a (mon.0) 24 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: cluster 2024-09-20T23:25:30.319884+0000 mon.a (mon.0) 25 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.320561+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.142:0/2416010494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.320784+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.320923+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.321051+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.321667+0000 mon.b (mon.2) 7 : audit [DBG] from='mgr.? 172.21.15.142:0/2416010494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.322416+0000 mon.b (mon.2) 8 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.322587+0000 mon.b (mon.2) 9 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.322809+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.323030+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.? 172.21.15.142:0/2416010494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.323199+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.323411+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.323620+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:25:30.535 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.323822+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:25:30.536 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: cluster 2024-09-20T23:25:30.303077+0000 mon.a (mon.0) 20 : cluster [INF] Active manager daemon y restarted 2024-09-20T23:25:30.536 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: cluster 2024-09-20T23:25:30.303448+0000 mon.a (mon.0) 21 : cluster [INF] Activating manager daemon y 2024-09-20T23:25:30.536 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: cluster 2024-09-20T23:25:30.310549+0000 mon.a (mon.0) 22 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-20T23:25:30.536 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: cluster 2024-09-20T23:25:30.317863+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e45: y(active, starting, since 0.0144878s), standbys: x 2024-09-20T23:25:30.536 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.319161+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.142:0/2416010494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:25:30.536 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: cluster 2024-09-20T23:25:30.319697+0000 mon.a (mon.0) 24 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:25:30.536 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: cluster 2024-09-20T23:25:30.319884+0000 mon.a (mon.0) 25 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:25:30.536 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.320561+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.142:0/2416010494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:25:30.536 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.320784+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:25:30.536 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.320923+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:25:30.537 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.321051+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:25:30.537 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.321667+0000 mon.b (mon.2) 7 : audit [DBG] from='mgr.? 172.21.15.142:0/2416010494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:25:30.537 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.322416+0000 mon.b (mon.2) 8 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:25:30.537 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.322587+0000 mon.b (mon.2) 9 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:25:30.537 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.322809+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:25:30.537 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.323030+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.? 172.21.15.142:0/2416010494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:25:30.537 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.323199+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:25:30.537 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.323411+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:25:30.537 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.323620+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:25:30.537 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.323822+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:25:30.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.324028+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:25:30.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.324230+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:25:30.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.324440+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:25:30.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.324639+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:25:30.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.324783+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:25:30.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: audit 2024-09-20T23:25:30.325261+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:25:30.538 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[94658]: cluster 2024-09-20T23:25:30.335314+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon y is now available 2024-09-20T23:25:30.538 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.324028+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:25:30.538 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.324230+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:25:30.538 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.324440+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:25:30.538 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.324639+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:25:30.539 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.324783+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:25:30.539 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: audit 2024-09-20T23:25:30.325261+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:25:30.539 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[25244]: cluster 2024-09-20T23:25:30.335314+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon y is now available 2024-09-20T23:25:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: cluster 2024-09-20T23:25:30.303077+0000 mon.a (mon.0) 20 : cluster [INF] Active manager daemon y restarted 2024-09-20T23:25:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: cluster 2024-09-20T23:25:30.303448+0000 mon.a (mon.0) 21 : cluster [INF] Activating manager daemon y 2024-09-20T23:25:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: cluster 2024-09-20T23:25:30.310549+0000 mon.a (mon.0) 22 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-20T23:25:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: cluster 2024-09-20T23:25:30.317863+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e45: y(active, starting, since 0.0144878s), standbys: x 2024-09-20T23:25:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.319161+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.142:0/2416010494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:25:30.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: cluster 2024-09-20T23:25:30.319697+0000 mon.a (mon.0) 24 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: cluster 2024-09-20T23:25:30.319884+0000 mon.a (mon.0) 25 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.320561+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.142:0/2416010494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.320784+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.320923+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.321051+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.321667+0000 mon.b (mon.2) 7 : audit [DBG] from='mgr.? 172.21.15.142:0/2416010494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.322416+0000 mon.b (mon.2) 8 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.322587+0000 mon.b (mon.2) 9 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.322809+0000 mon.b (mon.2) 10 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.323030+0000 mon.b (mon.2) 11 : audit [DBG] from='mgr.? 172.21.15.142:0/2416010494' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.323199+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.323411+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.323620+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-20T23:25:30.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.323822+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-20T23:25:30.576 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[68642]: debug 2024-09-20T23:25:30.206+0000 7fa7cbb87040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T23:25:30.576 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[68642]: debug 2024-09-20T23:25:30.290+0000 7fa7cbb87040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T23:25:30.576 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[68642]: [20/Sep/2024:23:25:30] ENGINE Bus STARTING 2024-09-20T23:25:30.576 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[68642]: CherryPy Checker: 2024-09-20T23:25:30.576 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[68642]: The Application mounted at '' has an empty config. 2024-09-20T23:25:30.576 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[68642]: [20/Sep/2024:23:25:30] ENGINE Serving on http://:::9283 2024-09-20T23:25:30.576 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[68642]: [20/Sep/2024:23:25:30] ENGINE Bus STARTED 2024-09-20T23:25:30.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.324028+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-20T23:25:30.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.324230+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-20T23:25:30.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.324440+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-20T23:25:30.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.324639+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-20T23:25:30.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.324783+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-20T23:25:30.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: audit 2024-09-20T23:25:30.325261+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-20T23:25:30.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:30 smithi142 bash[74331]: cluster 2024-09-20T23:25:30.335314+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon y is now available 2024-09-20T23:25:30.824 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[70411]: [20/Sep/2024:23:25:30] ENGINE Serving on http://:::9283 2024-09-20T23:25:30.824 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:30 smithi083 bash[70411]: [20/Sep/2024:23:25:30] ENGINE Bus STARTED 2024-09-20T23:25:31.574 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[70411]: debug 2024-09-20T23:25:31.313+0000 7fe4129a6640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-20T23:25:31.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.371596+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.373725+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.377413+0000 mon.b (mon.2) 23 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.378357+0000 mon.b (mon.2) 24 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.378882+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.379820+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.380342+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.381426+0000 mon.b (mon.2) 26 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: cephadm 2024-09-20T23:25:30.384365+0000 mgr.y (mgr.25567) 1 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: cephadm 2024-09-20T23:25:30.384963+0000 mgr.y (mgr.25567) 2 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.398967+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.413561+0000 mon.b (mon.2) 28 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.415162+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.452227+0000 mon.b (mon.2) 29 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: audit 2024-09-20T23:25:30.454041+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:25:31.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[94658]: cluster 2024-09-20T23:25:31.315940+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e46: y(active, since 1.01259s), standbys: x 2024-09-20T23:25:31.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.371596+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:31.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.373725+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:31.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.377413+0000 mon.b (mon.2) 23 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:25:31.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.378357+0000 mon.b (mon.2) 24 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:25:31.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.378882+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:25:31.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.379820+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:25:31.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.380342+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:31.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.381426+0000 mon.b (mon.2) 26 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:31.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: cephadm 2024-09-20T23:25:30.384365+0000 mgr.y (mgr.25567) 1 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:25:31.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: cephadm 2024-09-20T23:25:30.384963+0000 mgr.y (mgr.25567) 2 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:25:31.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.398967+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:25:31.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.413561+0000 mon.b (mon.2) 28 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:25:31.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.415162+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:25:31.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.452227+0000 mon.b (mon.2) 29 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:25:31.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: audit 2024-09-20T23:25:30.454041+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:25:31.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[25244]: cluster 2024-09-20T23:25:31.315940+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e46: y(active, since 1.01259s), standbys: x 2024-09-20T23:25:31.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.371596+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:31.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.373725+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:31.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.377413+0000 mon.b (mon.2) 23 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:25:31.681 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.378357+0000 mon.b (mon.2) 24 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:25:31.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.378882+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:25:31.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.379820+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi083", "name": "osd_memory_target"}]: dispatch 2024-09-20T23:25:31.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.380342+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:31.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.381426+0000 mon.b (mon.2) 26 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:31.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: cephadm 2024-09-20T23:25:30.384365+0000 mgr.y (mgr.25567) 1 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.conf 2024-09-20T23:25:31.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: cephadm 2024-09-20T23:25:30.384963+0000 mgr.y (mgr.25567) 2 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-09-20T23:25:31.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.398967+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:25:31.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.413561+0000 mon.b (mon.2) 28 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:25:31.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.415162+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-20T23:25:31.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.452227+0000 mon.b (mon.2) 29 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:25:31.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: audit 2024-09-20T23:25:30.454041+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-20T23:25:31.682 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:31 smithi142 bash[74331]: cluster 2024-09-20T23:25:31.315940+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e46: y(active, since 1.01259s), standbys: x 2024-09-20T23:25:32.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:31 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:25:31] "GET /metrics HTTP/1.1" 200 35283 "" "Prometheus/2.43.0" 2024-09-20T23:25:32.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: cephadm 2024-09-20T23:25:31.016059+0000 mgr.y (mgr.25567) 3 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:25:32.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: cephadm 2024-09-20T23:25:31.059434+0000 mgr.y (mgr.25567) 4 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:25:32.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: cephadm 2024-09-20T23:25:31.130451+0000 mgr.y (mgr.25567) 5 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:25:32.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: cephadm 2024-09-20T23:25:31.195043+0000 mgr.y (mgr.25567) 6 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:25:32.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: cephadm 2024-09-20T23:25:31.247823+0000 mgr.y (mgr.25567) 7 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:25:32.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: audit 2024-09-20T23:25:31.321644+0000 mgr.y (mgr.25567) 8 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:32.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: cephadm 2024-09-20T23:25:31.332773+0000 mgr.y (mgr.25567) 9 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:25:32.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: cluster 2024-09-20T23:25:31.333054+0000 mgr.y (mgr.25567) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:25:32.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: audit 2024-09-20T23:25:31.375509+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: audit 2024-09-20T23:25:31.392150+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: audit 2024-09-20T23:25:31.449108+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: audit 2024-09-20T23:25:31.462786+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: audit 2024-09-20T23:25:31.474107+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: audit 2024-09-20T23:25:31.483903+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[94658]: audit 2024-09-20T23:25:31.571369+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:32.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: cephadm 2024-09-20T23:25:31.016059+0000 mgr.y (mgr.25567) 3 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:25:32.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: cephadm 2024-09-20T23:25:31.059434+0000 mgr.y (mgr.25567) 4 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:25:32.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: cephadm 2024-09-20T23:25:31.130451+0000 mgr.y (mgr.25567) 5 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:25:32.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: cephadm 2024-09-20T23:25:31.195043+0000 mgr.y (mgr.25567) 6 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:25:32.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: cephadm 2024-09-20T23:25:31.247823+0000 mgr.y (mgr.25567) 7 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:25:32.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: audit 2024-09-20T23:25:31.321644+0000 mgr.y (mgr.25567) 8 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:32.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: cephadm 2024-09-20T23:25:31.332773+0000 mgr.y (mgr.25567) 9 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:25:32.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: cluster 2024-09-20T23:25:31.333054+0000 mgr.y (mgr.25567) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:25:32.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: audit 2024-09-20T23:25:31.375509+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: audit 2024-09-20T23:25:31.392150+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: audit 2024-09-20T23:25:31.449108+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: audit 2024-09-20T23:25:31.462786+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: audit 2024-09-20T23:25:31.474107+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: audit 2024-09-20T23:25:31.483903+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[25244]: audit 2024-09-20T23:25:31.571369+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:32.579 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: debug 2024-09-20T23:25:32.313+0000 7fe3caca7640 -1 log_channel(cephadm) log [ERR] : [20/Sep/2024:23:25:32] ENGINE Error in HTTPServer.serve 2024-09-20T23:25:32.579 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: Traceback (most recent call last): 2024-09-20T23:25:32.579 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:25:32.579 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: self._connections.run(self.expiration_interval) 2024-09-20T23:25:32.580 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:25:32.580 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: self._run(expiration_interval) 2024-09-20T23:25:32.580 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:25:32.580 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:25:32.580 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:25:32.580 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:25:32.580 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:25:32.580 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: s = self.context.wrap_socket( 2024-09-20T23:25:32.581 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:25:32.581 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: return self.sslsocket_class._create( 2024-09-20T23:25:32.581 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:25:32.581 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: self.do_handshake() 2024-09-20T23:25:32.581 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:25:32.581 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: self._sslobj.do_handshake() 2024-09-20T23:25:32.581 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:32 smithi083 bash[70411]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:25:32.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: cephadm 2024-09-20T23:25:31.016059+0000 mgr.y (mgr.25567) 3 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: cephadm 2024-09-20T23:25:31.059434+0000 mgr.y (mgr.25567) 4 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.conf 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: cephadm 2024-09-20T23:25:31.130451+0000 mgr.y (mgr.25567) 5 : cephadm [INF] Updating smithi083:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: cephadm 2024-09-20T23:25:31.195043+0000 mgr.y (mgr.25567) 6 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: cephadm 2024-09-20T23:25:31.247823+0000 mgr.y (mgr.25567) 7 : cephadm [INF] Updating smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: audit 2024-09-20T23:25:31.321644+0000 mgr.y (mgr.25567) 8 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: cephadm 2024-09-20T23:25:31.332773+0000 mgr.y (mgr.25567) 9 : cephadm [INF] Updating smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/config/ceph.client.admin.keyring 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: cluster 2024-09-20T23:25:31.333054+0000 mgr.y (mgr.25567) 10 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: audit 2024-09-20T23:25:31.375509+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: audit 2024-09-20T23:25:31.392150+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: audit 2024-09-20T23:25:31.449108+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: audit 2024-09-20T23:25:31.462786+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: audit 2024-09-20T23:25:31.474107+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: audit 2024-09-20T23:25:31.483903+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:32.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:32 smithi142 bash[74331]: audit 2024-09-20T23:25:31.571369+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: cephadm 2024-09-20T23:25:31.574487+0000 mgr.y (mgr.25567) 11 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-09-20T23:25:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: cephadm 2024-09-20T23:25:32.094276+0000 mgr.y (mgr.25567) 12 : cephadm [INF] [20/Sep/2024:23:25:32] ENGINE Bus STARTING 2024-09-20T23:25:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: cephadm 2024-09-20T23:25:32.195982+0000 mgr.y (mgr.25567) 13 : cephadm [INF] [20/Sep/2024:23:25:32] ENGINE Serving on http://172.21.15.83:8765 2024-09-20T23:25:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: cephadm 2024-09-20T23:25:32.315718+0000 mgr.y (mgr.25567) 14 : cephadm [INF] [20/Sep/2024:23:25:32] ENGINE Serving on https://172.21.15.83:7151 2024-09-20T23:25:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: cephadm 2024-09-20T23:25:32.315992+0000 mgr.y (mgr.25567) 15 : cephadm [INF] [20/Sep/2024:23:25:32] ENGINE Bus STARTED 2024-09-20T23:25:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: cephadm 2024-09-20T23:25:32.317968+0000 mgr.y (mgr.25567) 16 : cephadm [ERR] [20/Sep/2024:23:25:32] ENGINE Error in HTTPServer.serve 2024-09-20T23:25:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: Traceback (most recent call last): 2024-09-20T23:25:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:25:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: self._connections.run(self.expiration_interval) 2024-09-20T23:25:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:25:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: self._run(expiration_interval) 2024-09-20T23:25:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: s = self.context.wrap_socket( 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: return self.sslsocket_class._create( 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: self.do_handshake() 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: self._sslobj.do_handshake() 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:25:33.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: cluster 2024-09-20T23:25:32.325487+0000 mgr.y (mgr.25567) 17 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:25:33.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:33 smithi142 bash[74331]: cluster 2024-09-20T23:25:33.331746+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e47: y(active, since 3s), standbys: x 2024-09-20T23:25:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: cephadm 2024-09-20T23:25:31.574487+0000 mgr.y (mgr.25567) 11 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-09-20T23:25:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: cephadm 2024-09-20T23:25:32.094276+0000 mgr.y (mgr.25567) 12 : cephadm [INF] [20/Sep/2024:23:25:32] ENGINE Bus STARTING 2024-09-20T23:25:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: cephadm 2024-09-20T23:25:32.195982+0000 mgr.y (mgr.25567) 13 : cephadm [INF] [20/Sep/2024:23:25:32] ENGINE Serving on http://172.21.15.83:8765 2024-09-20T23:25:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: cephadm 2024-09-20T23:25:32.315718+0000 mgr.y (mgr.25567) 14 : cephadm [INF] [20/Sep/2024:23:25:32] ENGINE Serving on https://172.21.15.83:7151 2024-09-20T23:25:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: cephadm 2024-09-20T23:25:32.315992+0000 mgr.y (mgr.25567) 15 : cephadm [INF] [20/Sep/2024:23:25:32] ENGINE Bus STARTED 2024-09-20T23:25:33.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: cephadm 2024-09-20T23:25:32.317968+0000 mgr.y (mgr.25567) 16 : cephadm [ERR] [20/Sep/2024:23:25:32] ENGINE Error in HTTPServer.serve 2024-09-20T23:25:33.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: Traceback (most recent call last): 2024-09-20T23:25:33.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:25:33.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: self._connections.run(self.expiration_interval) 2024-09-20T23:25:33.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:25:33.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: self._run(expiration_interval) 2024-09-20T23:25:33.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:25:33.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:25:33.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:25:33.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:25:33.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:25:33.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: s = self.context.wrap_socket( 2024-09-20T23:25:33.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:25:33.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: return self.sslsocket_class._create( 2024-09-20T23:25:33.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:25:33.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: self.do_handshake() 2024-09-20T23:25:33.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:25:33.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: self._sslobj.do_handshake() 2024-09-20T23:25:33.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:25:33.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: cluster 2024-09-20T23:25:32.325487+0000 mgr.y (mgr.25567) 17 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:25:33.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[94658]: cluster 2024-09-20T23:25:33.331746+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e47: y(active, since 3s), standbys: x 2024-09-20T23:25:33.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: cephadm 2024-09-20T23:25:31.574487+0000 mgr.y (mgr.25567) 11 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-09-20T23:25:33.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: cephadm 2024-09-20T23:25:32.094276+0000 mgr.y (mgr.25567) 12 : cephadm [INF] [20/Sep/2024:23:25:32] ENGINE Bus STARTING 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: cephadm 2024-09-20T23:25:32.195982+0000 mgr.y (mgr.25567) 13 : cephadm [INF] [20/Sep/2024:23:25:32] ENGINE Serving on http://172.21.15.83:8765 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: cephadm 2024-09-20T23:25:32.315718+0000 mgr.y (mgr.25567) 14 : cephadm [INF] [20/Sep/2024:23:25:32] ENGINE Serving on https://172.21.15.83:7151 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: cephadm 2024-09-20T23:25:32.315992+0000 mgr.y (mgr.25567) 15 : cephadm [INF] [20/Sep/2024:23:25:32] ENGINE Bus STARTED 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: cephadm 2024-09-20T23:25:32.317968+0000 mgr.y (mgr.25567) 16 : cephadm [ERR] [20/Sep/2024:23:25:32] ENGINE Error in HTTPServer.serve 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: Traceback (most recent call last): 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: self._connections.run(self.expiration_interval) 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: self._run(expiration_interval) 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: new_conn = self._from_server_socket(self.server.socket) 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-20T23:25:33.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-20T23:25:33.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-20T23:25:33.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: s = self.context.wrap_socket( 2024-09-20T23:25:33.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-20T23:25:33.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: return self.sslsocket_class._create( 2024-09-20T23:25:33.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-20T23:25:33.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: self.do_handshake() 2024-09-20T23:25:33.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-20T23:25:33.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: self._sslobj.do_handshake() 2024-09-20T23:25:33.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-20T23:25:33.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: cluster 2024-09-20T23:25:32.325487+0000 mgr.y (mgr.25567) 17 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:25:33.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:33 smithi083 bash[25244]: cluster 2024-09-20T23:25:33.331746+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e47: y(active, since 3s), standbys: x 2024-09-20T23:25:35.727 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:35 smithi142 bash[74331]: cluster 2024-09-20T23:25:34.326241+0000 mgr.y (mgr.25567) 18 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:25:35.727 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:35 smithi142 bash[74331]: cluster 2024-09-20T23:25:34.400300+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e48: y(active, since 4s), standbys: x 2024-09-20T23:25:35.727 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:35 smithi142 bash[74331]: audit 2024-09-20T23:25:34.935781+0000 mon.b (mon.2) 31 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:25:35.727 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:35 smithi142 bash[74331]: audit 2024-09-20T23:25:34.937857+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:25:35.727 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:35 smithi142 bash[74331]: audit 2024-09-20T23:25:34.938618+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:25:35.728 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:35 smithi142 bash[74331]: audit 2024-09-20T23:25:34.939989+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:35.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:35 smithi083 bash[94658]: cluster 2024-09-20T23:25:34.326241+0000 mgr.y (mgr.25567) 18 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:25:35.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:35 smithi083 bash[94658]: cluster 2024-09-20T23:25:34.400300+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e48: y(active, since 4s), standbys: x 2024-09-20T23:25:35.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:35 smithi083 bash[94658]: audit 2024-09-20T23:25:34.935781+0000 mon.b (mon.2) 31 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:25:35.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:35 smithi083 bash[94658]: audit 2024-09-20T23:25:34.937857+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:25:35.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:35 smithi083 bash[94658]: audit 2024-09-20T23:25:34.938618+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:25:35.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:35 smithi083 bash[94658]: audit 2024-09-20T23:25:34.939989+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:35.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:35 smithi083 bash[25244]: cluster 2024-09-20T23:25:34.326241+0000 mgr.y (mgr.25567) 18 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail 2024-09-20T23:25:35.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:35 smithi083 bash[25244]: cluster 2024-09-20T23:25:34.400300+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e48: y(active, since 4s), standbys: x 2024-09-20T23:25:35.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:35 smithi083 bash[25244]: audit 2024-09-20T23:25:34.935781+0000 mon.b (mon.2) 31 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:25:35.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:35 smithi083 bash[25244]: audit 2024-09-20T23:25:34.937857+0000 mon.a (mon.0) 41 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:25:35.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:35 smithi083 bash[25244]: audit 2024-09-20T23:25:34.938618+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:25:35.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:35 smithi083 bash[25244]: audit 2024-09-20T23:25:34.939989+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:36.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:36 smithi083 bash[25244]: cephadm 2024-09-20T23:25:34.936111+0000 mgr.y (mgr.25567) 19 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-20T23:25:36.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:36 smithi083 bash[25244]: cephadm 2024-09-20T23:25:34.943078+0000 mgr.y (mgr.25567) 20 : cephadm [INF] Deploying daemon mgr.x on smithi142 2024-09-20T23:25:36.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:36 smithi083 bash[94658]: cephadm 2024-09-20T23:25:34.936111+0000 mgr.y (mgr.25567) 19 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-20T23:25:36.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:36 smithi083 bash[94658]: cephadm 2024-09-20T23:25:34.943078+0000 mgr.y (mgr.25567) 20 : cephadm [INF] Deploying daemon mgr.x on smithi142 2024-09-20T23:25:36.840 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:36 smithi142 bash[74331]: cephadm 2024-09-20T23:25:34.936111+0000 mgr.y (mgr.25567) 19 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-20T23:25:36.840 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:36 smithi142 bash[74331]: cephadm 2024-09-20T23:25:34.943078+0000 mgr.y (mgr.25567) 20 : cephadm [INF] Deploying daemon mgr.x on smithi142 2024-09-20T23:25:37.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:37 smithi142 bash[74331]: cluster 2024-09-20T23:25:36.327302+0000 mgr.y (mgr.25567) 21 : cluster [DBG] pgmap v6: 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-09-20T23:25:37.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:37 smithi083 bash[94658]: cluster 2024-09-20T23:25:36.327302+0000 mgr.y (mgr.25567) 21 : cluster [DBG] pgmap v6: 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-09-20T23:25:37.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:37 smithi083 bash[25244]: cluster 2024-09-20T23:25:36.327302+0000 mgr.y (mgr.25567) 21 : cluster [DBG] pgmap v6: 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-09-20T23:25:38.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:38 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:38.557 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:38 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:38.557 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:25:38 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:38.557 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:25:38 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:38.558 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:25:38 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:38.558 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:25:38 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:38.558 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:25:38 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:38.558 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:25:38 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:38.559 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:25:38 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:38.823 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:38 smithi142 systemd[1]: Stopping Ceph mgr.x for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:25:39.414 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:39 smithi142 bash[76959]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mgr-x 2024-09-20T23:25:39.414 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-20T23:25:39.414 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:39 smithi142 bash[77019]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mgr-x 2024-09-20T23:25:39.415 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.x.service: Failed with result 'exit-code'. 2024-09-20T23:25:39.415 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: Stopped Ceph mgr.x for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:25:39.823 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:39.823 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:39.823 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:39.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:39.824 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:39.824 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:39.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:39 smithi142 bash[74331]: cluster 2024-09-20T23:25:38.328835+0000 mgr.y (mgr.25567) 22 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:25:39.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:39.825 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:39.825 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: Started Ceph mgr.x for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:25:39.825 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:25:39 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:39.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:39 smithi083 bash[25244]: cluster 2024-09-20T23:25:38.328835+0000 mgr.y (mgr.25567) 22 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:25:39.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:39 smithi083 bash[94658]: cluster 2024-09-20T23:25:38.328835+0000 mgr.y (mgr.25567) 22 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2024-09-20T23:25:40.818 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: audit 2024-09-20T23:25:39.645031+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:40.818 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: audit 2024-09-20T23:25:39.656616+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:40.818 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: audit 2024-09-20T23:25:39.658151+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:40.818 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: audit 2024-09-20T23:25:39.661778+0000 mon.b (mon.2) 35 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:25:40.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: audit 2024-09-20T23:25:39.662127+0000 mon.b (mon.2) 36 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:25:40.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: audit 2024-09-20T23:25:39.663526+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:25:40.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: audit 2024-09-20T23:25:39.664353+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:25:40.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: cluster 2024-09-20T23:25:40.329609+0000 mgr.y (mgr.25567) 23 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-20T23:25:40.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: audit 2024-09-20T23:25:40.441409+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:40.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: audit 2024-09-20T23:25:40.442598+0000 mon.b (mon.2) 38 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:40.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: audit 2024-09-20T23:25:40.451213+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:40.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: cephadm 2024-09-20T23:25:40.455896+0000 mgr.y (mgr.25567) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:40.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: audit 2024-09-20T23:25:40.490880+0000 mon.b (mon.2) 39 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:25:40.819 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[25244]: audit 2024-09-20T23:25:40.492609+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:25:40.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: audit 2024-09-20T23:25:39.645031+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:40.819 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: audit 2024-09-20T23:25:39.656616+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:40.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: audit 2024-09-20T23:25:39.658151+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:40.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: audit 2024-09-20T23:25:39.661778+0000 mon.b (mon.2) 35 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:25:40.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: audit 2024-09-20T23:25:39.662127+0000 mon.b (mon.2) 36 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:25:40.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: audit 2024-09-20T23:25:39.663526+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:25:40.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: audit 2024-09-20T23:25:39.664353+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:25:40.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: cluster 2024-09-20T23:25:40.329609+0000 mgr.y (mgr.25567) 23 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-20T23:25:40.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: audit 2024-09-20T23:25:40.441409+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:40.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: audit 2024-09-20T23:25:40.442598+0000 mon.b (mon.2) 38 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:40.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: audit 2024-09-20T23:25:40.451213+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:40.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: cephadm 2024-09-20T23:25:40.455896+0000 mgr.y (mgr.25567) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:40.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: audit 2024-09-20T23:25:40.490880+0000 mon.b (mon.2) 39 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:25:40.820 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:40 smithi083 bash[94658]: audit 2024-09-20T23:25:40.492609+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:25:40.902 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[77076]: debug 2024-09-20T23:25:40.782+0000 7fc67481f640 1 -- 172.21.15.142:0/3269577313 <== mon.2 v2:172.21.15.142:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5610ca3730e0 con 0x5610ca375400 2024-09-20T23:25:40.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: audit 2024-09-20T23:25:39.645031+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:40.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: audit 2024-09-20T23:25:39.656616+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:40.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: audit 2024-09-20T23:25:39.658151+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:40.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: audit 2024-09-20T23:25:39.661778+0000 mon.b (mon.2) 35 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:25:40.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: audit 2024-09-20T23:25:39.662127+0000 mon.b (mon.2) 36 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:25:40.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: audit 2024-09-20T23:25:39.663526+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:25:40.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: audit 2024-09-20T23:25:39.664353+0000 mon.a (mon.0) 45 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-09-20T23:25:40.903 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: cluster 2024-09-20T23:25:40.329609+0000 mgr.y (mgr.25567) 23 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2024-09-20T23:25:40.904 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: audit 2024-09-20T23:25:40.441409+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:40.904 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: audit 2024-09-20T23:25:40.442598+0000 mon.b (mon.2) 38 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:40.904 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: audit 2024-09-20T23:25:40.451213+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:40.904 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: cephadm 2024-09-20T23:25:40.455896+0000 mgr.y (mgr.25567) 24 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:40.904 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: audit 2024-09-20T23:25:40.490880+0000 mon.b (mon.2) 39 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:25:40.904 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[74331]: audit 2024-09-20T23:25:40.492609+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi083", "caps": []}]: dispatch 2024-09-20T23:25:41.254 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:40 smithi142 bash[77076]: debug 2024-09-20T23:25:40.898+0000 7fc677089040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-20T23:25:42.039 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:41 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:25:41] "GET /metrics HTTP/1.1" 200 35283 "" "Prometheus/2.43.0" 2024-09-20T23:25:42.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.125396+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.204806+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.264227+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.328656+0000 mgr.y (mgr.25567) 25 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:42.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.331498+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.385494+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.515519+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.605486+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.607769+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.609205+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.611663+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.612637+0000 mon.b (mon.2) 44 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.620184+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.694762+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.696954+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.698619+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.701107+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.702129+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.711526+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.784876+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.787201+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.788197+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.790430+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.791393+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.800653+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.908857+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.911599+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.913105+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.916224+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.917226+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:41.926893+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:42.006619+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:42.008815+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:42.010146+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:42.012497+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:42.013408+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:42.022688+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:42.091999+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:42.111990+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:42.114234+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:42.116146+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:42.118777+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[25244]: audit 2024-09-20T23:25:42.119675+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.125396+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.204806+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.264227+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.328656+0000 mgr.y (mgr.25567) 25 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:42.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.331498+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.385494+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.515519+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.605486+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.607769+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.609205+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.611663+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.612637+0000 mon.b (mon.2) 44 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.620184+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.694762+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.696954+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.698619+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.701107+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.702129+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.711526+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.784876+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.787201+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.788197+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.790430+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.791393+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.800653+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.908857+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.911599+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.913105+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.916224+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.917226+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:41.926893+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:42.006619+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:42.008815+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:42.010146+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.330 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:42.012497+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:42.013408+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:42.022688+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:42.091999+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:42.111990+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:42.114234+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:42.116146+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:42.118777+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:42 smithi083 bash[94658]: audit 2024-09-20T23:25:42.119675+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.520 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[77076]: debug 2024-09-20T23:25:42.142+0000 7fc677089040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-20T23:25:42.521 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[77076]: debug 2024-09-20T23:25:42.210+0000 7fc677089040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-20T23:25:42.521 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[77076]: debug 2024-09-20T23:25:42.370+0000 7fc677089040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-20T23:25:42.521 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.125396+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.521 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.204806+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.521 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.264227+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.328656+0000 mgr.y (mgr.25567) 25 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.331498+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.385494+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.515519+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.605486+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.607769+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.609205+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.611663+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.612637+0000 mon.b (mon.2) 44 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.620184+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.694762+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.696954+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.522 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.698619+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.701107+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.702129+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.711526+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.784876+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.787201+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.788197+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.790430+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.791393+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.800653+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.908857+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.911599+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.913105+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.916224+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.917226+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.523 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:41.926893+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.524 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:42.006619+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.524 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:42.008815+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.524 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:42.010146+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.524 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:42.012497+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.524 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:42.013408+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:42.524 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:42.022688+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.524 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:42.091999+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:42.524 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:42.111990+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.524 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:42.114234+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:42.524 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:42.116146+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:42.524 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:42.118777+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:42.524 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:42 smithi142 bash[74331]: audit 2024-09-20T23:25:42.119675+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.129 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[77076]: debug 2024-09-20T23:25:43.050+0000 7fc677089040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-20T23:25:43.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: cephadm 2024-09-20T23:25:41.622248+0000 mgr.y (mgr.25567) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: cephadm 2024-09-20T23:25:41.713723+0000 mgr.y (mgr.25567) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: cephadm 2024-09-20T23:25:41.801557+0000 mgr.y (mgr.25567) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: cephadm 2024-09-20T23:25:41.929144+0000 mgr.y (mgr.25567) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: cephadm 2024-09-20T23:25:42.025030+0000 mgr.y (mgr.25567) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.129480+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: cephadm 2024-09-20T23:25:42.131730+0000 mgr.y (mgr.25567) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.179754+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.229625+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.231980+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.233464+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.235887+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.237007+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.246928+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: cephadm 2024-09-20T23:25:42.249081+0000 mgr.y (mgr.25567) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: cluster 2024-09-20T23:25:42.330534+0000 mgr.y (mgr.25567) 33 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.339579+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.345687+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.348099+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.349422+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.352409+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.353450+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.362342+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: cephadm 2024-09-20T23:25:42.364467+0000 mgr.y (mgr.25567) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.462533+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.464977+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.466340+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.468953+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.469856+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.479223+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: cephadm 2024-09-20T23:25:42.483420+0000 mgr.y (mgr.25567) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.591778+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.593912+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.594958+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.596994+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.597611+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.605389+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.702865+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.704469+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.705578+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.707681+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.708336+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.327 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.717588+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.826408+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.829197+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.830638+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.833402+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.834294+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.844120+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.959354+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.962160+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.963930+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.969025+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.970333+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:42.981200+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:43.100689+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:43.104514+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:43.105911+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:43.108669+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:43.109750+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[94658]: audit 2024-09-20T23:25:43.119258+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: cephadm 2024-09-20T23:25:41.622248+0000 mgr.y (mgr.25567) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: cephadm 2024-09-20T23:25:41.713723+0000 mgr.y (mgr.25567) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: cephadm 2024-09-20T23:25:41.801557+0000 mgr.y (mgr.25567) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: cephadm 2024-09-20T23:25:41.929144+0000 mgr.y (mgr.25567) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: cephadm 2024-09-20T23:25:42.025030+0000 mgr.y (mgr.25567) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.129480+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: cephadm 2024-09-20T23:25:42.131730+0000 mgr.y (mgr.25567) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.179754+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.229625+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.231980+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.233464+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.235887+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.237007+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.246928+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: cephadm 2024-09-20T23:25:42.249081+0000 mgr.y (mgr.25567) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: cluster 2024-09-20T23:25:42.330534+0000 mgr.y (mgr.25567) 33 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.339579+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.345687+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.348099+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.349422+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.352409+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.353450+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.362342+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: cephadm 2024-09-20T23:25:42.364467+0000 mgr.y (mgr.25567) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.462533+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.464977+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.466340+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.468953+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.469856+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.479223+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: cephadm 2024-09-20T23:25:42.483420+0000 mgr.y (mgr.25567) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.591778+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.593912+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.594958+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.596994+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.597611+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.605389+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.702865+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.704469+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.705578+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.707681+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.708336+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.717588+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.826408+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.829197+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.830638+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.833402+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.834294+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.844120+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.959354+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.962160+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.963930+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.969025+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.970333+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:42.981200+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:43.100689+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:43.104514+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:43.105911+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:43.108669+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:43.109750+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:43 smithi083 bash[25244]: audit 2024-09-20T23:25:43.119258+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.400 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[77076]: debug 2024-09-20T23:25:43.122+0000 7fc677089040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-20T23:25:43.400 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[77076]: debug 2024-09-20T23:25:43.194+0000 7fc677089040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-20T23:25:43.400 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: cephadm 2024-09-20T23:25:41.622248+0000 mgr.y (mgr.25567) 26 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.400 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: cephadm 2024-09-20T23:25:41.713723+0000 mgr.y (mgr.25567) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.400 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: cephadm 2024-09-20T23:25:41.801557+0000 mgr.y (mgr.25567) 28 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.400 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: cephadm 2024-09-20T23:25:41.929144+0000 mgr.y (mgr.25567) 29 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: cephadm 2024-09-20T23:25:42.025030+0000 mgr.y (mgr.25567) 30 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.129480+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: cephadm 2024-09-20T23:25:42.131730+0000 mgr.y (mgr.25567) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.179754+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.229625+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.231980+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.233464+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.235887+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.237007+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.246928+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: cephadm 2024-09-20T23:25:42.249081+0000 mgr.y (mgr.25567) 32 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: cluster 2024-09-20T23:25:42.330534+0000 mgr.y (mgr.25567) 33 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-20T23:25:43.401 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.339579+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.345687+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.348099+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.349422+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.352409+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.353450+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.362342+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: cephadm 2024-09-20T23:25:42.364467+0000 mgr.y (mgr.25567) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.462533+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.464977+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.466340+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.468953+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.469856+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.402 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.479223+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: cephadm 2024-09-20T23:25:42.483420+0000 mgr.y (mgr.25567) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.591778+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.593912+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.594958+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.596994+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.597611+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.605389+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.702865+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.704469+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.705578+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.707681+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.708336+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.717588+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.403 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.826408+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.829197+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.830638+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.833402+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.834294+0000 mon.b (mon.2) 99 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.844120+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.959354+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.962160+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.963930+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.969025+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.970333+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:42.981200+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:43.100689+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:43.104514+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:43.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:43.105911+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:43.405 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:43.108669+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:43.405 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:43.109750+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:43.405 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[74331]: audit 2024-09-20T23:25:43.119258+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:43.815 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[77076]: debug 2024-09-20T23:25:43.394+0000 7fc677089040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-20T23:25:43.815 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[77076]: debug 2024-09-20T23:25:43.478+0000 7fc677089040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-20T23:25:43.815 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[77076]: debug 2024-09-20T23:25:43.546+0000 7fc677089040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-20T23:25:44.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[77076]: debug 2024-09-20T23:25:43.810+0000 7fc677089040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-20T23:25:44.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:43 smithi142 bash[77076]: debug 2024-09-20T23:25:43.886+0000 7fc677089040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-20T23:25:44.448 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[77076]: debug 2024-09-20T23:25:44.094+0000 7fc677089040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-20T23:25:44.448 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[77076]: debug 2024-09-20T23:25:44.178+0000 7fc677089040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-20T23:25:44.448 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: cephadm 2024-09-20T23:25:42.606175+0000 mgr.y (mgr.25567) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.448 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: cephadm 2024-09-20T23:25:42.718320+0000 mgr.y (mgr.25567) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.448 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: cephadm 2024-09-20T23:25:42.846173+0000 mgr.y (mgr.25567) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: cephadm 2024-09-20T23:25:42.986553+0000 mgr.y (mgr.25567) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: cephadm 2024-09-20T23:25:43.121873+0000 mgr.y (mgr.25567) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.198614+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.200564+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.202185+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.204876+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.205867+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.215842+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: cephadm 2024-09-20T23:25:43.216973+0000 mgr.y (mgr.25567) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.329820+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.332141+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.333494+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.335837+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.449 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.336799+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.347103+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: cephadm 2024-09-20T23:25:43.348781+0000 mgr.y (mgr.25567) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.456111+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.458500+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.460302+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.463347+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.464217+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.473666+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: cephadm 2024-09-20T23:25:43.477324+0000 mgr.y (mgr.25567) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.561691+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.565216+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.566648+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.569262+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.570087+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.450 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.579789+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.679323+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.681872+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.684833+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.692017+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.699804+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.708866+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.821512+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.824246+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.825690+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.828455+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.829177+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.838665+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.946001+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.949724+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.451 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.951658+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.452 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.955563+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.452 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.961984+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.452 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:43.970359+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.452 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:44.051410+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.452 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:44.053656+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.452 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:44.054924+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.452 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:44.057248+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.452 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:44.058040+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.452 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:44.066981+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.452 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:44.074253+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.452 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:44.084518+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.452 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[74331]: audit 2024-09-20T23:25:44.095104+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: cephadm 2024-09-20T23:25:42.606175+0000 mgr.y (mgr.25567) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: cephadm 2024-09-20T23:25:42.718320+0000 mgr.y (mgr.25567) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: cephadm 2024-09-20T23:25:42.846173+0000 mgr.y (mgr.25567) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: cephadm 2024-09-20T23:25:42.986553+0000 mgr.y (mgr.25567) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: cephadm 2024-09-20T23:25:43.121873+0000 mgr.y (mgr.25567) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.198614+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.573 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.200564+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.202185+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.204876+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.205867+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.215842+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: cephadm 2024-09-20T23:25:43.216973+0000 mgr.y (mgr.25567) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.329820+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.332141+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.333494+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.335837+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.336799+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.347103+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: cephadm 2024-09-20T23:25:43.348781+0000 mgr.y (mgr.25567) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.456111+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.458500+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.460302+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.463347+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.464217+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.473666+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: cephadm 2024-09-20T23:25:43.477324+0000 mgr.y (mgr.25567) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.561691+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.565216+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.566648+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.569262+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.570087+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.579789+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.679323+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.681872+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.684833+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.692017+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.699804+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.708866+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.821512+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.824246+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.825690+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.828455+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.829177+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.838665+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.946001+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.949724+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.951658+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.955563+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.961984+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:43.970359+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:44.051410+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:44.053656+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:44.054924+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:44.057248+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:44.058040+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:44.066981+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:44.074253+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:44.084518+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[94658]: audit 2024-09-20T23:25:44.095104+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: cephadm 2024-09-20T23:25:42.606175+0000 mgr.y (mgr.25567) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: cephadm 2024-09-20T23:25:42.718320+0000 mgr.y (mgr.25567) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: cephadm 2024-09-20T23:25:42.846173+0000 mgr.y (mgr.25567) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: cephadm 2024-09-20T23:25:42.986553+0000 mgr.y (mgr.25567) 39 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: cephadm 2024-09-20T23:25:43.121873+0000 mgr.y (mgr.25567) 40 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.198614+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.200564+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.202185+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.204876+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.205867+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.215842+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: cephadm 2024-09-20T23:25:43.216973+0000 mgr.y (mgr.25567) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.329820+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.332141+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.333494+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.335837+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.336799+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.347103+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: cephadm 2024-09-20T23:25:43.348781+0000 mgr.y (mgr.25567) 42 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.456111+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.458500+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.460302+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.463347+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.464217+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.473666+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: cephadm 2024-09-20T23:25:43.477324+0000 mgr.y (mgr.25567) 43 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:44.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.561691+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.565216+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.566648+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.569262+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.570087+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.579789+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.679323+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.681872+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.684833+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.692017+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.699804+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.708866+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.821512+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.824246+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.825690+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.828455+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.829177+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.838665+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.946001+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.949724+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.951658+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.955563+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.961984+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:43.970359+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:44.051410+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:44.053656+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:44.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:44.054924+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:44.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:44.057248+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:44.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:44.058040+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:44.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:44.066981+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:44.074253+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:44.084518+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:44 smithi083 bash[25244]: audit 2024-09-20T23:25:44.095104+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:44.814 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[77076]: debug 2024-09-20T23:25:44.442+0000 7fc677089040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-20T23:25:44.814 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[77076]: debug 2024-09-20T23:25:44.626+0000 7fc677089040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:25:45.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[77076]: debug 2024-09-20T23:25:44.810+0000 7fc677089040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-20T23:25:45.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:44 smithi142 bash[77076]: debug 2024-09-20T23:25:44.890+0000 7fc677089040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-20T23:25:45.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[77076]: debug 2024-09-20T23:25:45.078+0000 7fc677089040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-20T23:25:45.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: cephadm 2024-09-20T23:25:43.580824+0000 mgr.y (mgr.25567) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: cephadm 2024-09-20T23:25:43.711972+0000 mgr.y (mgr.25567) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: cephadm 2024-09-20T23:25:43.842642+0000 mgr.y (mgr.25567) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: cephadm 2024-09-20T23:25:43.971537+0000 mgr.y (mgr.25567) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: cephadm 2024-09-20T23:25:44.069261+0000 mgr.y (mgr.25567) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.172980+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.175158+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.176603+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.178920+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.179938+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.187116+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: cephadm 2024-09-20T23:25:44.189318+0000 mgr.y (mgr.25567) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.262759+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.265084+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.266382+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.268548+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.269324+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.275427+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: cephadm 2024-09-20T23:25:44.278603+0000 mgr.y (mgr.25567) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: cluster 2024-09-20T23:25:44.330949+0000 mgr.y (mgr.25567) 51 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.352043+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.353768+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.354582+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.356479+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.357108+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.362726+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: cephadm 2024-09-20T23:25:44.363398+0000 mgr.y (mgr.25567) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.435546+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.437884+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.439220+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.441506+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.442335+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.449426+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: cephadm 2024-09-20T23:25:44.451835+0000 mgr.y (mgr.25567) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.560060+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.562490+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.563850+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.566463+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.567498+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.579412+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: cephadm 2024-09-20T23:25:43.580824+0000 mgr.y (mgr.25567) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: cephadm 2024-09-20T23:25:43.711972+0000 mgr.y (mgr.25567) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: cephadm 2024-09-20T23:25:43.842642+0000 mgr.y (mgr.25567) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: cephadm 2024-09-20T23:25:43.971537+0000 mgr.y (mgr.25567) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: cephadm 2024-09-20T23:25:44.069261+0000 mgr.y (mgr.25567) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.172980+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.175158+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.176603+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.178920+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.179938+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.187116+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: cephadm 2024-09-20T23:25:44.189318+0000 mgr.y (mgr.25567) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.262759+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.265084+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.266382+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.268548+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.269324+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.275427+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: cephadm 2024-09-20T23:25:44.278603+0000 mgr.y (mgr.25567) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: cluster 2024-09-20T23:25:44.330949+0000 mgr.y (mgr.25567) 51 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:25:45.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: cephadm 2024-09-20T23:25:43.580824+0000 mgr.y (mgr.25567) 44 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: cephadm 2024-09-20T23:25:43.711972+0000 mgr.y (mgr.25567) 45 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: cephadm 2024-09-20T23:25:43.842642+0000 mgr.y (mgr.25567) 46 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: cephadm 2024-09-20T23:25:43.971537+0000 mgr.y (mgr.25567) 47 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: cephadm 2024-09-20T23:25:44.069261+0000 mgr.y (mgr.25567) 48 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.172980+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.175158+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.176603+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.178920+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.179938+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.187116+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: cephadm 2024-09-20T23:25:44.189318+0000 mgr.y (mgr.25567) 49 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.262759+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.265084+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.266382+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.268548+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.269324+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.275427+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: cephadm 2024-09-20T23:25:44.278603+0000 mgr.y (mgr.25567) 50 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.580 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: cluster 2024-09-20T23:25:44.330949+0000 mgr.y (mgr.25567) 51 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:25:45.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.672597+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.674737+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.675715+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.681162+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.681885+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.688337+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.764700+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.766435+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.767283+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.769091+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.769730+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.776314+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.848305+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.850665+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.851701+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.853637+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.854492+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.860422+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.932052+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.934186+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.935390+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.937806+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.938513+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:44.943974+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:45.017559+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:45.019891+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:45.021016+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:45.024080+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:45.024947+0000 mon.b (mon.2) 199 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:45.031024+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:45.102874+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:45.104964+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:45.106903+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:45.109674+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:45.110775+0000 mon.b (mon.2) 204 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[74331]: audit 2024-09-20T23:25:45.117474+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.352043+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.353768+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.354582+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.356479+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.357108+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.362726+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: cephadm 2024-09-20T23:25:44.363398+0000 mgr.y (mgr.25567) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.435546+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.437884+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.439220+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.441506+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.442335+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.449426+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: cephadm 2024-09-20T23:25:44.451835+0000 mgr.y (mgr.25567) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.560060+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.562490+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.563850+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.566463+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.567498+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.579412+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.672597+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.674737+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.675715+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.681162+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.681885+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.688337+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.764700+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.766435+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.767283+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.769091+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.769730+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.776314+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.848305+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.850665+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.851701+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.853637+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.854492+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.860422+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.932052+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.352043+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.353768+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.354582+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.356479+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.357108+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.362726+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: cephadm 2024-09-20T23:25:44.363398+0000 mgr.y (mgr.25567) 52 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.435546+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.437884+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.439220+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.441506+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.442335+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.449426+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: cephadm 2024-09-20T23:25:44.451835+0000 mgr.y (mgr.25567) 53 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:45.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.560060+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.562490+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.563850+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.566463+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.567498+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.579412+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.934186+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.935390+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.937806+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.938513+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:44.943974+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:45.017559+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:45.019891+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:45.021016+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:45.024080+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:45.024947+0000 mon.b (mon.2) 199 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:45.031024+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:45.102874+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:45.104964+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:45.106903+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:45.109674+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:45.110775+0000 mon.b (mon.2) 204 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[25244]: audit 2024-09-20T23:25:45.117474+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.672597+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.674737+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.675715+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.681162+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.681885+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.688337+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.764700+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.766435+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.767283+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.769091+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.769730+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.776314+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.848305+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.850665+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.851701+0000 mon.b (mon.2) 187 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.853637+0000 mon.b (mon.2) 188 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.854492+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.860422+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.932052+0000 mon.b (mon.2) 190 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.934186+0000 mon.b (mon.2) 191 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.935390+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.937806+0000 mon.b (mon.2) 193 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.938513+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:44.943974+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:45.017559+0000 mon.b (mon.2) 195 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:45.019891+0000 mon.b (mon.2) 196 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:45.021016+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:45.024080+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:45.024947+0000 mon.b (mon.2) 199 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:45.031024+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:45.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:45.102874+0000 mon.b (mon.2) 200 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:45.104964+0000 mon.b (mon.2) 201 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:45.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:45.106903+0000 mon.b (mon.2) 202 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:45.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:45.109674+0000 mon.b (mon.2) 203 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:45.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:45.110775+0000 mon.b (mon.2) 204 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:45.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:45 smithi083 bash[94658]: audit 2024-09-20T23:25:45.117474+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.141 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:45 smithi142 bash[77076]: debug 2024-09-20T23:25:45.982+0000 7fc677089040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-20T23:25:46.142 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[77076]: debug 2024-09-20T23:25:46.062+0000 7fc677089040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-20T23:25:46.405 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:25:46.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[77076]: debug 2024-09-20T23:25:46.294+0000 7fc677089040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-20T23:25:46.573 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[77076]: debug 2024-09-20T23:25:46.374+0000 7fc677089040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-20T23:25:46.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: cephadm 2024-09-20T23:25:44.582072+0000 mgr.y (mgr.25567) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: cephadm 2024-09-20T23:25:44.689006+0000 mgr.y (mgr.25567) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: cephadm 2024-09-20T23:25:44.776908+0000 mgr.y (mgr.25567) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: cephadm 2024-09-20T23:25:44.861580+0000 mgr.y (mgr.25567) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: cephadm 2024-09-20T23:25:44.944960+0000 mgr.y (mgr.25567) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: cephadm 2024-09-20T23:25:45.032158+0000 mgr.y (mgr.25567) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: cephadm 2024-09-20T23:25:45.118773+0000 mgr.y (mgr.25567) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.215620+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.218036+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.219354+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.221873+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.222791+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.230796+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: cephadm 2024-09-20T23:25:45.231480+0000 mgr.y (mgr.25567) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.318339+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.320738+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.321967+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.324918+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.325879+0000 mon.b (mon.2) 214 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.334742+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: cephadm 2024-09-20T23:25:44.582072+0000 mgr.y (mgr.25567) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: cephadm 2024-09-20T23:25:44.689006+0000 mgr.y (mgr.25567) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: cephadm 2024-09-20T23:25:44.776908+0000 mgr.y (mgr.25567) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: cephadm 2024-09-20T23:25:44.861580+0000 mgr.y (mgr.25567) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: cephadm 2024-09-20T23:25:44.944960+0000 mgr.y (mgr.25567) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: cephadm 2024-09-20T23:25:45.032158+0000 mgr.y (mgr.25567) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: cephadm 2024-09-20T23:25:45.118773+0000 mgr.y (mgr.25567) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.215620+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.218036+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.219354+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.221873+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.222791+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.230796+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: cephadm 2024-09-20T23:25:45.231480+0000 mgr.y (mgr.25567) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.318339+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.320738+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.321967+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.324918+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.325879+0000 mon.b (mon.2) 214 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.334742+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: cephadm 2024-09-20T23:25:44.582072+0000 mgr.y (mgr.25567) 54 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: cephadm 2024-09-20T23:25:44.689006+0000 mgr.y (mgr.25567) 55 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: cephadm 2024-09-20T23:25:44.776908+0000 mgr.y (mgr.25567) 56 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: cephadm 2024-09-20T23:25:44.861580+0000 mgr.y (mgr.25567) 57 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: cephadm 2024-09-20T23:25:44.944960+0000 mgr.y (mgr.25567) 58 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: cephadm 2024-09-20T23:25:45.032158+0000 mgr.y (mgr.25567) 59 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: cephadm 2024-09-20T23:25:45.118773+0000 mgr.y (mgr.25567) 60 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.215620+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.218036+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.219354+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.221873+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.222791+0000 mon.b (mon.2) 209 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.230796+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: cephadm 2024-09-20T23:25:45.231480+0000 mgr.y (mgr.25567) 61 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.318339+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.320738+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.321967+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.324918+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.325879+0000 mon.b (mon.2) 214 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.334742+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: cephadm 2024-09-20T23:25:45.335699+0000 mgr.y (mgr.25567) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.399568+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:25:46.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.421469+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.426696+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.427669+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.429510+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.430152+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.435974+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: cephadm 2024-09-20T23:25:45.436724+0000 mgr.y (mgr.25567) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.516271+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.518555+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.519643+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.522087+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.522856+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.529642+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.614235+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.616419+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.617797+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.620327+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.621375+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.628600+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.718356+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.720483+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.721492+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.723624+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.724337+0000 mon.b (mon.2) 235 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.730929+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.802371+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.804443+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.805427+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.807382+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.808193+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.814075+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.886487+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.888791+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.889876+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.892611+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.893302+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.901433+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.978346+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.980127+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.981451+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.983244+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.983891+0000 mon.b (mon.2) 250 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:45.990475+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:46.062300+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:46.064331+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:46.065314+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:46.067207+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:46.067971+0000 mon.b (mon.2) 255 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.584 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[74331]: audit 2024-09-20T23:25:46.075048+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: cephadm 2024-09-20T23:25:45.335699+0000 mgr.y (mgr.25567) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.399568+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:25:46.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.421469+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.426696+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.427669+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.429510+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.430152+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.435974+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: cephadm 2024-09-20T23:25:45.436724+0000 mgr.y (mgr.25567) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.516271+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.518555+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.519643+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.522087+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.522856+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.529642+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.614235+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.616419+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.617797+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.620327+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.621375+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: cephadm 2024-09-20T23:25:45.335699+0000 mgr.y (mgr.25567) 62 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.399568+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.421469+0000 mon.b (mon.2) 216 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.426696+0000 mon.b (mon.2) 217 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.427669+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.429510+0000 mon.b (mon.2) 219 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.430152+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.435974+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: cephadm 2024-09-20T23:25:45.436724+0000 mgr.y (mgr.25567) 63 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.516271+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.518555+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.519643+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.522087+0000 mon.b (mon.2) 224 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.522856+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.529642+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.614235+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.616419+0000 mon.b (mon.2) 227 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.617797+0000 mon.b (mon.2) 228 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.620327+0000 mon.b (mon.2) 229 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.587 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.621375+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.628600+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.718356+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.720483+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.721492+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.723624+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.724337+0000 mon.b (mon.2) 235 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.730929+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.802371+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.804443+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.805427+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.807382+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.808193+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.814075+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.886487+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.888791+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.889876+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.892611+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.893302+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.901433+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.978346+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.980127+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.981451+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.983244+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.983891+0000 mon.b (mon.2) 250 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:45.990475+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:46.062300+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:46.064331+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:46.065314+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:46.067207+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:46.067971+0000 mon.b (mon.2) 255 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[25244]: audit 2024-09-20T23:25:46.075048+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.628600+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.718356+0000 mon.b (mon.2) 231 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.720483+0000 mon.b (mon.2) 232 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.721492+0000 mon.b (mon.2) 233 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.723624+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.724337+0000 mon.b (mon.2) 235 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.730929+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.802371+0000 mon.b (mon.2) 236 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.804443+0000 mon.b (mon.2) 237 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.805427+0000 mon.b (mon.2) 238 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.807382+0000 mon.b (mon.2) 239 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.808193+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.814075+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.886487+0000 mon.b (mon.2) 241 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.888791+0000 mon.b (mon.2) 242 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.889876+0000 mon.b (mon.2) 243 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.892611+0000 mon.b (mon.2) 244 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.893302+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.591 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.901433+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.978346+0000 mon.b (mon.2) 246 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.980127+0000 mon.b (mon.2) 247 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.981451+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.983244+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.983891+0000 mon.b (mon.2) 250 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:45.990475+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:46.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:46.062300+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:46.064331+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:46.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:46.065314+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:46.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:46.067207+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:46.592 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:46.067971+0000 mon.b (mon.2) 255 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:46.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:46 smithi083 bash[94658]: audit 2024-09-20T23:25:46.075048+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[77076]: debug 2024-09-20T23:25:46.790+0000 7fc677089040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-20T23:25:47.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[77076]: debug 2024-09-20T23:25:46.870+0000 7fc677089040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-20T23:25:47.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[77076]: [20/Sep/2024:23:25:46] ENGINE Bus STARTING 2024-09-20T23:25:47.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[77076]: CherryPy Checker: 2024-09-20T23:25:47.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[77076]: The Application mounted at '' has an empty config. 2024-09-20T23:25:47.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[77076]: [20/Sep/2024:23:25:46] ENGINE Serving on http://:::9283 2024-09-20T23:25:47.073 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:25:46 smithi142 bash[77076]: [20/Sep/2024:23:25:46] ENGINE Bus STARTED 2024-09-20T23:25:47.167 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:25:47.167 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 3s ago 35m - - 2024-09-20T23:25:47.167 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 0s ago 34m - - 2024-09-20T23:25:47.167 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (17m) 3s ago 27m 14.5M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (2m) 0s ago 27m 73.1M - 9.4.12 2bacad6d85d8 0e41a43feae1 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (3m) 3s ago 25m 43.2M - 3.5 e1d6a67b021e 0cd44e702c29 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283,8765 running (3m) 0s ago 34m 401M - 19.1.1-367-g9e2ac70b cc9251b744a3 2ffefdbc107a 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (14m) 3s ago 36m 473M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (27s) 3s ago 36m 35.2M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 9d28421cf848 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (91s) 0s ago 34m 39.5M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 a8389ef65d4a 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (34m) 3s ago 34m 76.8M 2048M 17.2.0 e1d6a67b021e 091855a46a04 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (17m) 3s ago 28m 8632k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (17m) 0s ago 28m 8435k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (33m) 3s ago 33m 56.9M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (32m) 3s ago 32m 58.4M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (32m) 3s ago 32m 53.2M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (31m) 3s ago 31m 57.5M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (30m) 0s ago 30m 60.0M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (30m) 0s ago 30m 56.5M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:25:47.168 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (29m) 0s ago 29m 54.2M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:25:47.169 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (29m) 0s ago 29m 58.2M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:25:47.169 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (3m) 0s ago 28m 57.9M - 2.43.0 a07b618ecd1d c2f1748fdf3a 2024-09-20T23:25:47.169 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (25m) 3s ago 25m 89.4M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:25:47.169 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (25m) 0s ago 25m 92.2M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:25:47.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cephadm 2024-09-20T23:25:45.530305+0000 mgr.y (mgr.25567) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cephadm 2024-09-20T23:25:45.630750+0000 mgr.y (mgr.25567) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cephadm 2024-09-20T23:25:45.731515+0000 mgr.y (mgr.25567) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cephadm 2024-09-20T23:25:45.816994+0000 mgr.y (mgr.25567) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cephadm 2024-09-20T23:25:45.902200+0000 mgr.y (mgr.25567) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cephadm 2024-09-20T23:25:45.991074+0000 mgr.y (mgr.25567) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cephadm 2024-09-20T23:25:46.075676+0000 mgr.y (mgr.25567) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.151568+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.153576+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.154692+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.156754+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.157598+0000 mon.b (mon.2) 260 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.167253+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cephadm 2024-09-20T23:25:46.167942+0000 mgr.y (mgr.25567) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.239706+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.241642+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.242536+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.244497+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.245168+0000 mon.b (mon.2) 265 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.326 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.253760+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cephadm 2024-09-20T23:25:45.530305+0000 mgr.y (mgr.25567) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cephadm 2024-09-20T23:25:45.630750+0000 mgr.y (mgr.25567) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cephadm 2024-09-20T23:25:45.731515+0000 mgr.y (mgr.25567) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cephadm 2024-09-20T23:25:45.816994+0000 mgr.y (mgr.25567) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cephadm 2024-09-20T23:25:45.902200+0000 mgr.y (mgr.25567) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cephadm 2024-09-20T23:25:45.991074+0000 mgr.y (mgr.25567) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cephadm 2024-09-20T23:25:46.075676+0000 mgr.y (mgr.25567) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.151568+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.153576+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.154692+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.156754+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.157598+0000 mon.b (mon.2) 260 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.167253+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cephadm 2024-09-20T23:25:46.167942+0000 mgr.y (mgr.25567) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.239706+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.241642+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.242536+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.244497+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.245168+0000 mon.b (mon.2) 265 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.253760+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cephadm 2024-09-20T23:25:46.254863+0000 mgr.y (mgr.25567) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.325036+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.327346+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.328581+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cluster 2024-09-20T23:25:46.331500+0000 mgr.y (mgr.25567) 73 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:25:47.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.331696+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.332820+0000 mon.b (mon.2) 270 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.341177+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cephadm 2024-09-20T23:25:46.342628+0000 mgr.y (mgr.25567) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.328 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.393593+0000 mgr.y (mgr.25567) 75 : audit [DBG] from='client.44142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:47.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.423251+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.425428+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.426426+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.428650+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.429336+0000 mon.b (mon.2) 275 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.436593+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cephadm 2024-09-20T23:25:46.437341+0000 mgr.y (mgr.25567) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.549191+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.551843+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.329 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.553133+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cephadm 2024-09-20T23:25:46.254863+0000 mgr.y (mgr.25567) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.325036+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.327346+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.328581+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cluster 2024-09-20T23:25:46.331500+0000 mgr.y (mgr.25567) 73 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.331696+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.332820+0000 mon.b (mon.2) 270 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.341177+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cephadm 2024-09-20T23:25:46.342628+0000 mgr.y (mgr.25567) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.393593+0000 mgr.y (mgr.25567) 75 : audit [DBG] from='client.44142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.423251+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.425428+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.426426+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.428650+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.429336+0000 mon.b (mon.2) 275 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.436593+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cephadm 2024-09-20T23:25:46.437341+0000 mgr.y (mgr.25567) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.549191+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.551843+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.553133+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.555637+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.556574+0000 mon.b (mon.2) 280 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.562941+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.650759+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.331 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.652891+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.654053+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.656303+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.657186+0000 mon.b (mon.2) 285 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.663315+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.736754+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.738538+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.739483+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.741062+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.741705+0000 mon.b (mon.2) 290 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.747426+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.791798+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.797741+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.804065+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.831569+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.332 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.833769+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.555637+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.556574+0000 mon.b (mon.2) 280 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.562941+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.650759+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.652891+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.654053+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.656303+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.657186+0000 mon.b (mon.2) 285 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.663315+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.736754+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.738538+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.739483+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.741062+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.741705+0000 mon.b (mon.2) 290 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.747426+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.791798+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.797741+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.804065+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.831569+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.833769+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.835049+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-20T23:25:47.334 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.836059+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-20T23:25:47.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cluster 2024-09-20T23:25:46.880498+0000 mon.a (mon.0) 113 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:25:47.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: cluster 2024-09-20T23:25:46.880563+0000 mon.a (mon.0) 114 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:25:47.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.883620+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.? 172.21.15.142:0/2021320813' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:25:47.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.884523+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.? 172.21.15.142:0/2021320813' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:25:47.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.886088+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.? 172.21.15.142:0/2021320813' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:25:47.335 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[94658]: audit 2024-09-20T23:25:46.887461+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.? 172.21.15.142:0/2021320813' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:25:47.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.835049+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-20T23:25:47.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.836059+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-20T23:25:47.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cluster 2024-09-20T23:25:46.880498+0000 mon.a (mon.0) 113 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:25:47.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: cluster 2024-09-20T23:25:46.880563+0000 mon.a (mon.0) 114 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:25:47.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.883620+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.? 172.21.15.142:0/2021320813' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:25:47.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.884523+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.? 172.21.15.142:0/2021320813' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:25:47.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.886088+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.? 172.21.15.142:0/2021320813' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:25:47.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:47 smithi083 bash[25244]: audit 2024-09-20T23:25:46.887461+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.? 172.21.15.142:0/2021320813' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:25:47.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cephadm 2024-09-20T23:25:45.530305+0000 mgr.y (mgr.25567) 64 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cephadm 2024-09-20T23:25:45.630750+0000 mgr.y (mgr.25567) 65 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cephadm 2024-09-20T23:25:45.731515+0000 mgr.y (mgr.25567) 66 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cephadm 2024-09-20T23:25:45.816994+0000 mgr.y (mgr.25567) 67 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cephadm 2024-09-20T23:25:45.902200+0000 mgr.y (mgr.25567) 68 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cephadm 2024-09-20T23:25:45.991074+0000 mgr.y (mgr.25567) 69 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cephadm 2024-09-20T23:25:46.075676+0000 mgr.y (mgr.25567) 70 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.151568+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.153576+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.154692+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.156754+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.157598+0000 mon.b (mon.2) 260 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.167253+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cephadm 2024-09-20T23:25:46.167942+0000 mgr.y (mgr.25567) 71 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.239706+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.241642+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.242536+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.244497+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.245168+0000 mon.b (mon.2) 265 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.253760+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cephadm 2024-09-20T23:25:46.254863+0000 mgr.y (mgr.25567) 72 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.325036+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.327346+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.328581+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cluster 2024-09-20T23:25:46.331500+0000 mgr.y (mgr.25567) 73 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:25:47.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.331696+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.332820+0000 mon.b (mon.2) 270 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.341177+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cephadm 2024-09-20T23:25:46.342628+0000 mgr.y (mgr.25567) 74 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.393593+0000 mgr.y (mgr.25567) 75 : audit [DBG] from='client.44142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:47.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.423251+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.576 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.425428+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.426426+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.428650+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.429336+0000 mon.b (mon.2) 275 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.436593+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cephadm 2024-09-20T23:25:46.437341+0000 mgr.y (mgr.25567) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.549191+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.551843+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.553133+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.555637+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.556574+0000 mon.b (mon.2) 280 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.562941+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.650759+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.652891+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.654053+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.656303+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.657186+0000 mon.b (mon.2) 285 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.663315+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.736754+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.738538+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.739483+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.741062+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.741705+0000 mon.b (mon.2) 290 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.747426+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.791798+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.797741+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.804065+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.831569+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:25:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.833769+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:47.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.835049+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-20T23:25:47.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.836059+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-20T23:25:47.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cluster 2024-09-20T23:25:46.880498+0000 mon.a (mon.0) 113 : cluster [DBG] Standby manager daemon x restarted 2024-09-20T23:25:47.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: cluster 2024-09-20T23:25:46.880563+0000 mon.a (mon.0) 114 : cluster [DBG] Standby manager daemon x started 2024-09-20T23:25:47.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.883620+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.? 172.21.15.142:0/2021320813' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-20T23:25:47.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.884523+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.? 172.21.15.142:0/2021320813' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-20T23:25:47.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.886088+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.? 172.21.15.142:0/2021320813' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-20T23:25:47.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:47 smithi142 bash[74331]: audit 2024-09-20T23:25:46.887461+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.? 172.21.15.142:0/2021320813' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-20T23:25:47.587 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:25:47.587 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:25:47.587 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2024-09-20T23:25:47.587 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:25:47.587 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:25:47.587 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: "mds": {}, 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 4 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:25:47.588 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:25:47.938 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:25:47.938 INFO:teuthology.orchestra.run.smithi083.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5", 2024-09-20T23:25:47.939 INFO:teuthology.orchestra.run.smithi083.stdout: "in_progress": true, 2024-09-20T23:25:47.939 INFO:teuthology.orchestra.run.smithi083.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi083", 2024-09-20T23:25:47.939 INFO:teuthology.orchestra.run.smithi083.stdout: "services_complete": [], 2024-09-20T23:25:47.939 INFO:teuthology.orchestra.run.smithi083.stdout: "progress": "1/2 daemons upgraded", 2024-09-20T23:25:47.939 INFO:teuthology.orchestra.run.smithi083.stdout: "message": "Currently upgrading mon daemons", 2024-09-20T23:25:47.939 INFO:teuthology.orchestra.run.smithi083.stdout: "is_paused": false 2024-09-20T23:25:47.939 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:25:48.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:48 smithi142 bash[74331]: cephadm 2024-09-20T23:25:46.565882+0000 mgr.y (mgr.25567) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:48.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:48 smithi142 bash[74331]: cephadm 2024-09-20T23:25:46.666424+0000 mgr.y (mgr.25567) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:48.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:48 smithi142 bash[74331]: cephadm 2024-09-20T23:25:46.748166+0000 mgr.y (mgr.25567) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:48.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:48 smithi142 bash[74331]: audit 2024-09-20T23:25:46.769254+0000 mgr.y (mgr.25567) 80 : audit [DBG] from='client.25612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:48.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:48 smithi142 bash[74331]: cephadm 2024-09-20T23:25:46.837982+0000 mgr.y (mgr.25567) 81 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-20T23:25:48.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:48 smithi142 bash[74331]: audit 2024-09-20T23:25:47.143635+0000 mgr.y (mgr.25567) 82 : audit [DBG] from='client.44154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:48.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:48 smithi142 bash[74331]: audit 2024-09-20T23:25:47.205427+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:48.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:48 smithi142 bash[74331]: audit 2024-09-20T23:25:47.215198+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:48.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:48 smithi142 bash[74331]: audit 2024-09-20T23:25:47.225418+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:48.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:48 smithi142 bash[74331]: audit 2024-09-20T23:25:47.588753+0000 mon.c (mon.1) 213 : audit [DBG] from='client.? 172.21.15.83:0/1476954553' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:48.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:48 smithi142 bash[74331]: cluster 2024-09-20T23:25:47.810045+0000 mon.a (mon.0) 118 : cluster [DBG] mgrmap e49: y(active, since 17s), standbys: x 2024-09-20T23:25:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[94658]: cephadm 2024-09-20T23:25:46.565882+0000 mgr.y (mgr.25567) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[94658]: cephadm 2024-09-20T23:25:46.666424+0000 mgr.y (mgr.25567) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[94658]: cephadm 2024-09-20T23:25:46.748166+0000 mgr.y (mgr.25567) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[94658]: audit 2024-09-20T23:25:46.769254+0000 mgr.y (mgr.25567) 80 : audit [DBG] from='client.25612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[94658]: cephadm 2024-09-20T23:25:46.837982+0000 mgr.y (mgr.25567) 81 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-20T23:25:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[94658]: audit 2024-09-20T23:25:47.143635+0000 mgr.y (mgr.25567) 82 : audit [DBG] from='client.44154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[94658]: audit 2024-09-20T23:25:47.205427+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[94658]: audit 2024-09-20T23:25:47.215198+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[94658]: audit 2024-09-20T23:25:47.225418+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[94658]: audit 2024-09-20T23:25:47.588753+0000 mon.c (mon.1) 213 : audit [DBG] from='client.? 172.21.15.83:0/1476954553' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:48.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[94658]: cluster 2024-09-20T23:25:47.810045+0000 mon.a (mon.0) 118 : cluster [DBG] mgrmap e49: y(active, since 17s), standbys: x 2024-09-20T23:25:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[25244]: cephadm 2024-09-20T23:25:46.565882+0000 mgr.y (mgr.25567) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[25244]: cephadm 2024-09-20T23:25:46.666424+0000 mgr.y (mgr.25567) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[25244]: cephadm 2024-09-20T23:25:46.748166+0000 mgr.y (mgr.25567) 79 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:25:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[25244]: audit 2024-09-20T23:25:46.769254+0000 mgr.y (mgr.25567) 80 : audit [DBG] from='client.25612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[25244]: cephadm 2024-09-20T23:25:46.837982+0000 mgr.y (mgr.25567) 81 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-09-20T23:25:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[25244]: audit 2024-09-20T23:25:47.143635+0000 mgr.y (mgr.25567) 82 : audit [DBG] from='client.44154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[25244]: audit 2024-09-20T23:25:47.205427+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[25244]: audit 2024-09-20T23:25:47.215198+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[25244]: audit 2024-09-20T23:25:47.225418+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[25244]: audit 2024-09-20T23:25:47.588753+0000 mon.c (mon.1) 213 : audit [DBG] from='client.? 172.21.15.83:0/1476954553' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:25:48.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:48 smithi083 bash[25244]: cluster 2024-09-20T23:25:47.810045+0000 mon.a (mon.0) 118 : cluster [DBG] mgrmap e49: y(active, since 17s), standbys: x 2024-09-20T23:25:49.525 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:49 smithi083 bash[25244]: audit 2024-09-20T23:25:47.939378+0000 mgr.y (mgr.25567) 83 : audit [DBG] from='client.44166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:49.525 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:49 smithi083 bash[25244]: cluster 2024-09-20T23:25:48.332965+0000 mgr.y (mgr.25567) 84 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:25:49.526 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:49 smithi083 bash[94658]: audit 2024-09-20T23:25:47.939378+0000 mgr.y (mgr.25567) 83 : audit [DBG] from='client.44166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:49.526 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:49 smithi083 bash[94658]: cluster 2024-09-20T23:25:48.332965+0000 mgr.y (mgr.25567) 84 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:25:49.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:49 smithi142 bash[74331]: audit 2024-09-20T23:25:47.939378+0000 mgr.y (mgr.25567) 83 : audit [DBG] from='client.44166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:25:49.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:49 smithi142 bash[74331]: cluster 2024-09-20T23:25:48.332965+0000 mgr.y (mgr.25567) 84 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-20T23:25:51.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:51 smithi142 bash[74331]: cephadm 2024-09-20T23:25:50.146307+0000 mgr.y (mgr.25567) 85 : cephadm [INF] Upgrade: Updating mon.c 2024-09-20T23:25:51.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:51 smithi142 bash[74331]: audit 2024-09-20T23:25:50.150625+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:51.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:51 smithi142 bash[74331]: audit 2024-09-20T23:25:50.151407+0000 mon.b (mon.2) 299 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:25:51.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:51 smithi142 bash[74331]: audit 2024-09-20T23:25:50.152104+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:25:51.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:51 smithi142 bash[74331]: audit 2024-09-20T23:25:50.152732+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:51.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:51 smithi142 bash[74331]: cephadm 2024-09-20T23:25:50.154729+0000 mgr.y (mgr.25567) 86 : cephadm [INF] Deploying daemon mon.c on smithi083 2024-09-20T23:25:51.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:51 smithi142 bash[74331]: audit 2024-09-20T23:25:50.230001+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:51.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:51 smithi142 bash[74331]: cluster 2024-09-20T23:25:50.333764+0000 mgr.y (mgr.25567) 87 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:51.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[25244]: cephadm 2024-09-20T23:25:50.146307+0000 mgr.y (mgr.25567) 85 : cephadm [INF] Upgrade: Updating mon.c 2024-09-20T23:25:51.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[25244]: audit 2024-09-20T23:25:50.150625+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:51.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[25244]: audit 2024-09-20T23:25:50.151407+0000 mon.b (mon.2) 299 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:25:51.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[25244]: audit 2024-09-20T23:25:50.152104+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:25:51.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[25244]: audit 2024-09-20T23:25:50.152732+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:51.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[25244]: cephadm 2024-09-20T23:25:50.154729+0000 mgr.y (mgr.25567) 86 : cephadm [INF] Deploying daemon mon.c on smithi083 2024-09-20T23:25:51.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[25244]: audit 2024-09-20T23:25:50.230001+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:51.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[25244]: cluster 2024-09-20T23:25:50.333764+0000 mgr.y (mgr.25567) 87 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:51.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[94658]: cephadm 2024-09-20T23:25:50.146307+0000 mgr.y (mgr.25567) 85 : cephadm [INF] Upgrade: Updating mon.c 2024-09-20T23:25:51.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[94658]: audit 2024-09-20T23:25:50.150625+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:51.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[94658]: audit 2024-09-20T23:25:50.151407+0000 mon.b (mon.2) 299 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:25:51.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[94658]: audit 2024-09-20T23:25:50.152104+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:25:51.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[94658]: audit 2024-09-20T23:25:50.152732+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:25:51.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[94658]: cephadm 2024-09-20T23:25:50.154729+0000 mgr.y (mgr.25567) 86 : cephadm [INF] Deploying daemon mon.c on smithi083 2024-09-20T23:25:51.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[94658]: audit 2024-09-20T23:25:50.230001+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:51.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[94658]: cluster 2024-09-20T23:25:50.333764+0000 mgr.y (mgr.25567) 87 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:25:52.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:51 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:25:51] "GET /metrics HTTP/1.1" 200 38096 "" "Prometheus/2.43.0" 2024-09-20T23:25:52.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:52 smithi083 bash[94658]: audit 2024-09-20T23:25:51.338015+0000 mgr.y (mgr.25567) 88 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:52.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:52 smithi083 bash[94658]: audit 2024-09-20T23:25:51.806116+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:52.488 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:52 smithi083 bash[25244]: audit 2024-09-20T23:25:51.338015+0000 mgr.y (mgr.25567) 88 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:52.488 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:52 smithi083 bash[25244]: audit 2024-09-20T23:25:51.806116+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:52.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:52 smithi142 bash[74331]: audit 2024-09-20T23:25:51.338015+0000 mgr.y (mgr.25567) 88 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:25:52.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:52 smithi142 bash[74331]: audit 2024-09-20T23:25:51.806116+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:53.446 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:53 smithi142 bash[74331]: cluster 2024-09-20T23:25:52.335470+0000 mgr.y (mgr.25567) 89 : cluster [DBG] pgmap v14: 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-09-20T23:25:53.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:53 smithi083 bash[94658]: cluster 2024-09-20T23:25:52.335470+0000 mgr.y (mgr.25567) 89 : cluster [DBG] pgmap v14: 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-09-20T23:25:53.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:53 smithi083 bash[25244]: cluster 2024-09-20T23:25:52.335470+0000 mgr.y (mgr.25567) 89 : cluster [DBG] pgmap v14: 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-09-20T23:25:53.993 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:53 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:53.994 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:25:53 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:53.994 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:25:53 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:53.994 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:25:53 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:53.994 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:53 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:53.995 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:53 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:53.995 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:25:53 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:53.995 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:25:53 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:53.996 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:25:53 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:54.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:53 smithi083 systemd[1]: Stopping Ceph mon.c for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:25:54.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:54 smithi083 bash[25244]: debug 2024-09-20T23:25:54.108+0000 7f4a5e112700 -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-09-20T23:25:54.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:54 smithi083 bash[25244]: debug 2024-09-20T23:25:54.108+0000 7f4a5e112700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-20T23:25:55.023 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:54 smithi083 bash[96786]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mon-c 2024-09-20T23:25:55.023 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:54 smithi083 bash[96845]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-mon-c 2024-09-20T23:25:55.023 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:54 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.c.service: Deactivated successfully. 2024-09-20T23:25:55.023 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:54 smithi083 systemd[1]: Stopped Ceph mon.c for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:25:55.314 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:25:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:55.315 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:25:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:55.315 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:25:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:55.315 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:25:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:55.315 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:25:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:55.316 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:55.316 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:55 smithi083 systemd[1]: Started Ceph mon.c for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:25:55.316 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:55.316 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:25:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:55.317 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:25:55 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:25:57.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.016+0000 7fdf61813c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-20T23:25:57.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.016+0000 7fdf61813c80 0 ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable), process ceph-mon, pid 7 2024-09-20T23:25:57.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.016+0000 7fdf61813c80 0 pidfile_write: ignore empty --pid-file 2024-09-20T23:25:57.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.020+0000 7fdf61813c80 0 load: jerasure load: lrc 2024-09-20T23:25:57.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-20T23:25:57.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Git sha 0 2024-09-20T23:25:57.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Compile date 2024-09-19 18:20:48 2024-09-20T23:25:57.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: DB SUMMARY 2024-09-20T23:25:57.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: DB Session ID: QZWMDPKM7LQGUPVECTKI 2024-09-20T23:25:57.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: CURRENT file: CURRENT 2024-09-20T23:25:57.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-20T23:25:57.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 4965 Bytes 2024-09-20T23:25:57.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000087.sst 2024-09-20T23:25:57.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000085.log size: 843150 ; 2024-09-20T23:25:57.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.error_if_exists: 0 2024-09-20T23:25:57.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.create_if_missing: 0 2024-09-20T23:25:57.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-20T23:25:57.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-20T23:25:57.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-20T23:25:57.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-20T23:25:57.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.env: 0x55cfa7688940 2024-09-20T23:25:57.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-20T23:25:57.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.info_log: 0x55cfa8dc96e0 2024-09-20T23:25:57.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-20T23:25:57.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.statistics: (nil) 2024-09-20T23:25:57.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.use_fsync: 0 2024-09-20T23:25:57.327 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-20T23:25:57.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-20T23:25:57.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-20T23:25:57.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-20T23:25:57.328 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-20T23:25:57.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-20T23:25:57.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-20T23:25:57.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-20T23:25:57.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-20T23:25:57.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-20T23:25:57.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-20T23:25:57.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.db_log_dir: 2024-09-20T23:25:57.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.wal_dir: 2024-09-20T23:25:57.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-20T23:25:57.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-20T23:25:57.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-20T23:25:57.329 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-20T23:25:57.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-20T23:25:57.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-20T23:25:57.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-20T23:25:57.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-20T23:25:57.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.write_buffer_manager: 0x55cfa8dd88c0 2024-09-20T23:25:57.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-20T23:25:57.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-20T23:25:57.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-20T23:25:57.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-20T23:25:57.330 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-20T23:25:57.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-20T23:25:57.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-20T23:25:57.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-20T23:25:57.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.unordered_write: 0 2024-09-20T23:25:57.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-20T23:25:57.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-20T23:25:57.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-20T23:25:57.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-20T23:25:57.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.row_cache: None 2024-09-20T23:25:57.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.wal_filter: None 2024-09-20T23:25:57.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-20T23:25:57.331 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-20T23:25:57.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.two_write_queues: 0 2024-09-20T23:25:57.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-20T23:25:57.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.wal_compression: 0 2024-09-20T23:25:57.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.atomic_flush: 0 2024-09-20T23:25:57.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-20T23:25:57.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-20T23:25:57.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-20T23:25:57.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-20T23:25:57.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-20T23:25:57.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-20T23:25:57.332 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-20T23:25:57.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-20T23:25:57.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-20T23:25:57.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-20T23:25:57.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-20T23:25:57.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-20T23:25:57.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-20T23:25:57.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-20T23:25:57.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-20T23:25:57.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-20T23:25:57.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-20T23:25:57.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-20T23:25:57.333 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-20T23:25:57.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-20T23:25:57.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-20T23:25:57.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-20T23:25:57.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_open_files: -1 2024-09-20T23:25:57.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-20T23:25:57.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-20T23:25:57.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-20T23:25:57.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-20T23:25:57.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-20T23:25:57.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Compression algorithms supported: 2024-09-20T23:25:57.334 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: kZSTD supported: 0 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: kXpressCompression supported: 0 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: kZlibCompression supported: 1 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-20T23:25:57.335 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.merge_operator: 2024-09-20T23:25:57.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_filter: None 2024-09-20T23:25:57.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-20T23:25:57.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-20T23:25:57.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-20T23:25:57.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-20T23:25:57.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cfa8dc9320) 2024-09-20T23:25:57.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: cache_index_and_filter_blocks: 1 2024-09-20T23:25:57.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-20T23:25:57.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-20T23:25:57.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: pin_top_level_index_and_filter: 1 2024-09-20T23:25:57.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: index_type: 0 2024-09-20T23:25:57.336 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: data_block_index_type: 0 2024-09-20T23:25:57.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: index_shortening: 1 2024-09-20T23:25:57.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: data_block_hash_table_util_ratio: 0.750000 2024-09-20T23:25:57.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: checksum: 4 2024-09-20T23:25:57.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: no_block_cache: 0 2024-09-20T23:25:57.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: block_cache: 0x55cfa8dbf1f0 2024-09-20T23:25:57.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: block_cache_name: BinnedLRUCache 2024-09-20T23:25:57.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: block_cache_options: 2024-09-20T23:25:57.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: capacity : 536870912 2024-09-20T23:25:57.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: num_shard_bits : 4 2024-09-20T23:25:57.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: strict_capacity_limit : 0 2024-09-20T23:25:57.337 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: high_pri_pool_ratio: 0.000 2024-09-20T23:25:57.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: block_cache_compressed: (nil) 2024-09-20T23:25:57.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: persistent_cache: (nil) 2024-09-20T23:25:57.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: block_size: 4096 2024-09-20T23:25:57.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: block_size_deviation: 10 2024-09-20T23:25:57.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: block_restart_interval: 16 2024-09-20T23:25:57.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: index_block_restart_interval: 1 2024-09-20T23:25:57.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: metadata_block_size: 4096 2024-09-20T23:25:57.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: partition_filters: 0 2024-09-20T23:25:57.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: use_delta_encoding: 1 2024-09-20T23:25:57.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: filter_policy: bloomfilter 2024-09-20T23:25:57.338 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: whole_key_filtering: 1 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: verify_compression: 0 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: read_amp_bytes_per_bit: 0 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: format_version: 5 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: enable_index_compression: 1 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: block_align: 0 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: max_auto_readahead_size: 262144 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: prepopulate_block_cache: 0 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: initial_auto_readahead_size: 8192 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: num_file_reads_for_auto_readahead: 2 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compression: NoCompression 2024-09-20T23:25:57.339 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-20T23:25:57.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-20T23:25:57.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-20T23:25:57.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.num_levels: 7 2024-09-20T23:25:57.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-20T23:25:57.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-20T23:25:57.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-20T23:25:57.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-20T23:25:57.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-20T23:25:57.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-20T23:25:57.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-20T23:25:57.340 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-20T23:25:57.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-20T23:25:57.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-20T23:25:57.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-20T23:25:57.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-20T23:25:57.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-20T23:25:57.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-20T23:25:57.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-20T23:25:57.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-20T23:25:57.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-20T23:25:57.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-20T23:25:57.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-20T23:25:57.341 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-20T23:25:57.342 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-20T23:25:57.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-20T23:25:57.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-20T23:25:57.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-20T23:25:57.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-20T23:25:57.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-20T23:25:57.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-20T23:25:57.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-20T23:25:57.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-20T23:25:57.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-20T23:25:57.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-20T23:25:57.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-20T23:25:57.343 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-20T23:25:57.344 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-20T23:25:57.344 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-20T23:25:57.344 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-20T23:25:57.344 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-20T23:25:57.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-20T23:25:57.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-20T23:25:57.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-20T23:25:57.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-20T23:25:57.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-20T23:25:57.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-20T23:25:57.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-20T23:25:57.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-20T23:25:57.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-20T23:25:57.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-20T23:25:57.345 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.bloom_locality: 0 2024-09-20T23:25:57.346 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-20T23:25:57.346 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-20T23:25:57.346 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-20T23:25:57.346 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-20T23:25:57.346 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-20T23:25:57.346 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.ttl: 2592000 2024-09-20T23:25:57.346 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-20T23:25:57.346 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-20T23:25:57.346 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-20T23:25:57.346 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.enable_blob_files: false 2024-09-20T23:25:57.346 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.min_blob_size: 0 2024-09-20T23:25:57.346 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-20T23:25:57.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-20T23:25:57.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-20T23:25:57.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-20T23:25:57.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-20T23:25:57.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-20T23:25:57.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-20T23:25:57.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-20T23:25:57.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf5e5ea640 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 87.sst 2024-09-20T23:25:57.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-20T23:25:57.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 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 89, last_sequence is 49356, log_number is 85,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-20T23:25:57.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 85 2024-09-20T23:25:57.347 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f04d9915-fcee-47f1-8106-780eac9efff7 2024-09-20T23:25:57.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726874757030445, "job": 1, "event": "recovery_started", "wal_files": [85]} 2024-09-20T23:25:57.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.024+0000 7fdf61813c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #85 mode 2 2024-09-20T23:25:57.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.028+0000 7fdf61813c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726874757035502, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 90, "file_size": 540636, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 49361, "largest_seqno": 49664, "table_properties": {"data_size": 538183, "index_size": 965, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 453, "raw_key_size": 4316, "raw_average_key_size": 25, "raw_value_size": 534555, "raw_average_value_size": 3163, "num_data_blocks": 41, "num_entries": 169, "num_filter_entries": 169, "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": 1726874757, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f04d9915-fcee-47f1-8106-780eac9efff7", "db_session_id": "QZWMDPKM7LQGUPVECTKI", "orig_file_number": 90, "seqno_to_time_mapping": "N/A"}} 2024-09-20T23:25:57.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.028+0000 7fdf61813c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726874757035672, "job": 1, "event": "recovery_finished"} 2024-09-20T23:25:57.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.028+0000 7fdf61813c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 92 2024-09-20T23:25:57.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.028+0000 7fdf61813c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-20T23:25:57.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.032+0000 7fdf61813c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000085.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-20T23:25:57.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.032+0000 7fdf61813c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55cfa8deae00 2024-09-20T23:25:57.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.032+0000 7fdf61813c80 4 rocksdb: DB pointer 0x55cfa8eea000 2024-09-20T23:25:57.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.032+0000 7fdf575dc640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-20T23:25:57.348 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.032+0000 7fdf575dc640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-20T23:25:57.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: ** DB Stats ** 2024-09-20T23:25:57.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T23:25:57.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-20T23:25:57.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T23:25:57.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T23:25:57.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-20T23:25:57.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-20T23:25:57.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-20T23:25:57.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: ** Compaction Stats [default] ** 2024-09-20T23:25:57.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: 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-09-20T23:25:57.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-20T23:25:57.349 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: L0 1/0 527.96 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 195.8 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: L6 1/0 10.19 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-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Sum 2/0 10.71 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 195.8 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 195.8 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: ** Compaction Stats [default] ** 2024-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: 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-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 195.8 0.00 0.00 1 0.003 0 0 0.0 0.0 2024-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Flush(GB): cumulative 0.001, interval 0.001 2024-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: AddFile(Total Files): cumulative 0, interval 0 2024-09-20T23:25:57.350 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-20T23:25:57.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: AddFile(Keys): cumulative 0, interval 0 2024-09-20T23:25:57.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Cumulative compaction: 0.00 GB write, 57.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T23:25:57.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Interval compaction: 0.00 GB write, 57.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-20T23:25:57.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: 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-09-20T23:25:57.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Block cache BinnedLRUCache@0x55cfa8dbf1f0#7 capacity: 512.00 MB usage: 1.58 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-20T23:25:57.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: Block cache entry stats(count,size,portion): FilterBlock(1,0.50 KB,9.53674e-05%) IndexBlock(1,1.08 KB,0.000205636%) Misc(1,0.00 KB,0%) 2024-09-20T23:25:57.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: ** File Read Latency Histogram By Level [default] ** 2024-09-20T23:25:57.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.032+0000 7fdf61813c80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] at bind addrs [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:25:57.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.036+0000 7fdf61813c80 1 mon.c@-1(???) e3 preinit fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:25:57.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.036+0000 7fdf61813c80 0 mon.c@-1(???).mds e1 new map 2024-09-20T23:25:57.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.036+0000 7fdf61813c80 0 mon.c@-1(???).mds e1 print_map 2024-09-20T23:25:57.351 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: e1 2024-09-20T23:25:57.352 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: btime 1970-01-01T00:00:00:000000+0000 2024-09-20T23:25:57.352 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-20T23:25:57.352 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: 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-09-20T23:25:57.352 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: legacy client fscid: -1 2024-09-20T23:25:57.352 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: 2024-09-20T23:25:57.352 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: No filesystems configured 2024-09-20T23:25:57.352 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.036+0000 7fdf61813c80 0 mon.c@-1(???).osd e114 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-20T23:25:57.352 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.036+0000 7fdf61813c80 0 mon.c@-1(???).osd e114 crush map has features 432629239337189376, adjusting msgr requires 2024-09-20T23:25:57.352 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.036+0000 7fdf61813c80 0 mon.c@-1(???).osd e114 crush map has features 432629239337189376, adjusting msgr requires 2024-09-20T23:25:57.352 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.036+0000 7fdf61813c80 0 mon.c@-1(???).osd e114 crush map has features 432629239337189376, adjusting msgr requires 2024-09-20T23:25:57.352 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: debug 2024-09-20T23:25:57.036+0000 7fdf61813c80 1 mon.c@-1(???).paxosservice(auth 1..31) refresh upgraded, format 0 -> 3 2024-09-20T23:25:57.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:57 smithi142 bash[74331]: audit 2024-09-20T23:25:53.418631+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:57.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:57 smithi142 bash[74331]: audit 2024-09-20T23:25:53.432259+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:57.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:25:57 smithi142 bash[74331]: audit 2024-09-20T23:25:53.444914+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:57.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: audit 2024-09-20T23:25:53.418631+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:57.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: audit 2024-09-20T23:25:53.432259+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:57.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[96923]: audit 2024-09-20T23:25:53.444914+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:57.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[94658]: audit 2024-09-20T23:25:53.418631+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:57.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[94658]: audit 2024-09-20T23:25:53.432259+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:25:57.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:25:57 smithi083 bash[94658]: audit 2024-09-20T23:25:53.444914+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:02.052 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:26:01 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:26:01] "GET /metrics HTTP/1.1" 200 38096 "" "Prometheus/2.43.0" 2024-09-20T23:26:02.324 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[70411]: debug 2024-09-20T23:26:02.052+0000 7fe4129a6640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-20T23:26:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:25:57.438473+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-20T23:26:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:25:57.438518+0000 mon.a (mon.0) 140 : cluster [INF] mon.a calling monitor election 2024-09-20T23:26:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.439787+0000 mon.a (mon.0) 141 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-20T23:26:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.450218+0000 mon.a (mon.0) 142 : cluster [DBG] monmap epoch 4 2024-09-20T23:26:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.450255+0000 mon.a (mon.0) 143 : cluster [DBG] fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:26:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.450296+0000 mon.a (mon.0) 144 : cluster [DBG] last_changed 2024-09-20T23:25:57.406662+0000 2024-09-20T23:26:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.450336+0000 mon.a (mon.0) 145 : cluster [DBG] created 2024-09-20T22:49:15.359403+0000 2024-09-20T23:26:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.450426+0000 mon.a (mon.0) 146 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T23:26:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.450466+0000 mon.a (mon.0) 147 : cluster [DBG] election_strategy: 1 2024-09-20T23:26:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.450506+0000 mon.a (mon.0) 148 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-20T23:26:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.450736+0000 mon.a (mon.0) 149 : cluster [DBG] 1: [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] mon.c 2024-09-20T23:26:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.450806+0000 mon.a (mon.0) 150 : cluster [DBG] 2: [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon.b 2024-09-20T23:26:02.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.473303+0000 mon.a (mon.0) 151 : cluster [DBG] fsmap 2024-09-20T23:26:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.473354+0000 mon.a (mon.0) 152 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-20T23:26:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.474017+0000 mon.a (mon.0) 153 : cluster [DBG] mgrmap e49: y(active, since 32s), standbys: x 2024-09-20T23:26:02.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.474291+0000 mon.a (mon.0) 154 : cluster [INF] overall HEALTH_OK 2024-09-20T23:26:02.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:25:57.438473+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-20T23:26:02.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:25:57.438518+0000 mon.a (mon.0) 140 : cluster [INF] mon.a calling monitor election 2024-09-20T23:26:02.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.439787+0000 mon.a (mon.0) 141 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-20T23:26:02.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.450218+0000 mon.a (mon.0) 142 : cluster [DBG] monmap epoch 4 2024-09-20T23:26:02.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.450255+0000 mon.a (mon.0) 143 : cluster [DBG] fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:26:02.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.450296+0000 mon.a (mon.0) 144 : cluster [DBG] last_changed 2024-09-20T23:25:57.406662+0000 2024-09-20T23:26:02.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.450336+0000 mon.a (mon.0) 145 : cluster [DBG] created 2024-09-20T22:49:15.359403+0000 2024-09-20T23:26:02.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.450426+0000 mon.a (mon.0) 146 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T23:26:02.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.450466+0000 mon.a (mon.0) 147 : cluster [DBG] election_strategy: 1 2024-09-20T23:26:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.450506+0000 mon.a (mon.0) 148 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-20T23:26:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.450736+0000 mon.a (mon.0) 149 : cluster [DBG] 1: [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] mon.c 2024-09-20T23:26:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.450806+0000 mon.a (mon.0) 150 : cluster [DBG] 2: [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon.b 2024-09-20T23:26:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.473303+0000 mon.a (mon.0) 151 : cluster [DBG] fsmap 2024-09-20T23:26:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.473354+0000 mon.a (mon.0) 152 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-20T23:26:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.474017+0000 mon.a (mon.0) 153 : cluster [DBG] mgrmap e49: y(active, since 32s), standbys: x 2024-09-20T23:26:02.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:02 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.474291+0000 mon.a (mon.0) 154 : cluster [INF] overall HEALTH_OK 2024-09-20T23:26:04.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:25:57.438473+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-20T23:26:04.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:25:57.438518+0000 mon.a (mon.0) 140 : cluster [INF] mon.a calling monitor election 2024-09-20T23:26:04.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.439787+0000 mon.a (mon.0) 141 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-20T23:26:04.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.450218+0000 mon.a (mon.0) 142 : cluster [DBG] monmap epoch 4 2024-09-20T23:26:04.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.450255+0000 mon.a (mon.0) 143 : cluster [DBG] fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:26:04.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.450296+0000 mon.a (mon.0) 144 : cluster [DBG] last_changed 2024-09-20T23:25:57.406662+0000 2024-09-20T23:26:04.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.450336+0000 mon.a (mon.0) 145 : cluster [DBG] created 2024-09-20T22:49:15.359403+0000 2024-09-20T23:26:04.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.450426+0000 mon.a (mon.0) 146 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.450466+0000 mon.a (mon.0) 147 : cluster [DBG] election_strategy: 1 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.450506+0000 mon.a (mon.0) 148 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.450736+0000 mon.a (mon.0) 149 : cluster [DBG] 1: [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] mon.c 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.450806+0000 mon.a (mon.0) 150 : cluster [DBG] 2: [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon.b 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.473303+0000 mon.a (mon.0) 151 : cluster [DBG] fsmap 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.473354+0000 mon.a (mon.0) 152 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.474017+0000 mon.a (mon.0) 153 : cluster [DBG] mgrmap e49: y(active, since 32s), standbys: x 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.474291+0000 mon.a (mon.0) 154 : cluster [INF] overall HEALTH_OK 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: audit 2024-09-20T23:25:57.441826+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:25:57.442100+0000 mon.b (mon.2) 303 : cluster [INF] mon.b calling monitor election 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: audit 2024-09-20T23:25:57.463070+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: audit 2024-09-20T23:25:57.463330+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:25:58.338408+0000 mgr.y (mgr.25567) 92 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:00.339132+0000 mgr.y (mgr.25567) 93 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:04.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: audit 2024-09-20T23:26:00.400549+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:26:04.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: audit 2024-09-20T23:25:57.441826+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:26:04.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:25:57.442100+0000 mon.b (mon.2) 303 : cluster [INF] mon.b calling monitor election 2024-09-20T23:26:04.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: audit 2024-09-20T23:25:57.463070+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:26:04.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: audit 2024-09-20T23:25:57.463330+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:26:04.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:25:58.338408+0000 mgr.y (mgr.25567) 92 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:04.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:00.339132+0000 mgr.y (mgr.25567) 93 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:04.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: audit 2024-09-20T23:26:00.400549+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: audit 2024-09-20T23:26:01.349292+0000 mgr.y (mgr.25567) 94 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:02.340798+0000 mgr.y (mgr.25567) 95 : cluster [DBG] pgmap v19: 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-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.029731+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.029812+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.069031+0000 mon.a (mon.0) 156 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.080120+0000 mon.a (mon.0) 157 : cluster [DBG] monmap epoch 4 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.080154+0000 mon.a (mon.0) 158 : cluster [DBG] fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.080174+0000 mon.a (mon.0) 159 : cluster [DBG] last_changed 2024-09-20T23:25:57.406662+0000 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.080189+0000 mon.a (mon.0) 160 : cluster [DBG] created 2024-09-20T22:49:15.359403+0000 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.080204+0000 mon.a (mon.0) 161 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.080223+0000 mon.a (mon.0) 162 : cluster [DBG] election_strategy: 1 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.080242+0000 mon.a (mon.0) 163 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.080260+0000 mon.a (mon.0) 164 : cluster [DBG] 1: [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] mon.c 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.080281+0000 mon.a (mon.0) 165 : cluster [DBG] 2: [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon.b 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.081348+0000 mon.a (mon.0) 166 : cluster [DBG] fsmap 2024-09-20T23:26:04.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.081407+0000 mon.a (mon.0) 167 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-20T23:26:04.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: audit 2024-09-20T23:26:01.349292+0000 mgr.y (mgr.25567) 94 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:04.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:02.340798+0000 mgr.y (mgr.25567) 95 : cluster [DBG] pgmap v19: 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-09-20T23:26:04.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.029731+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-09-20T23:26:04.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.029812+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-20T23:26:04.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.069031+0000 mon.a (mon.0) 156 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T23:26:04.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.080120+0000 mon.a (mon.0) 157 : cluster [DBG] monmap epoch 4 2024-09-20T23:26:04.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.080154+0000 mon.a (mon.0) 158 : cluster [DBG] fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:26:04.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.080174+0000 mon.a (mon.0) 159 : cluster [DBG] last_changed 2024-09-20T23:25:57.406662+0000 2024-09-20T23:26:04.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.080189+0000 mon.a (mon.0) 160 : cluster [DBG] created 2024-09-20T22:49:15.359403+0000 2024-09-20T23:26:04.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.080204+0000 mon.a (mon.0) 161 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.080223+0000 mon.a (mon.0) 162 : cluster [DBG] election_strategy: 1 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.080242+0000 mon.a (mon.0) 163 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.080260+0000 mon.a (mon.0) 164 : cluster [DBG] 1: [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] mon.c 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.080281+0000 mon.a (mon.0) 165 : cluster [DBG] 2: [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon.b 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.081348+0000 mon.a (mon.0) 166 : cluster [DBG] fsmap 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.081407+0000 mon.a (mon.0) 167 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.082196+0000 mon.a (mon.0) 168 : cluster [DBG] mgrmap e49: y(active, since 33s), standbys: x 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.082520+0000 mon.a (mon.0) 169 : cluster [INF] overall HEALTH_OK 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: audit 2024-09-20T23:26:04.114533+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25567 ' entity='' 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:04 smithi142 bash[74331]: audit 2024-09-20T23:26:04.131201+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: audit 2024-09-20T23:25:57.441826+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:25:57.442100+0000 mon.b (mon.2) 303 : cluster [INF] mon.b calling monitor election 2024-09-20T23:26:04.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: audit 2024-09-20T23:25:57.463070+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: audit 2024-09-20T23:25:57.463330+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:25:58.338408+0000 mgr.y (mgr.25567) 92 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:00.339132+0000 mgr.y (mgr.25567) 93 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: audit 2024-09-20T23:26:00.400549+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: audit 2024-09-20T23:26:01.349292+0000 mgr.y (mgr.25567) 94 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:02.340798+0000 mgr.y (mgr.25567) 95 : cluster [DBG] pgmap v19: 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-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.029731+0000 mon.a (mon.0) 155 : cluster [INF] mon.a calling monitor election 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.029812+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.069031+0000 mon.a (mon.0) 156 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.080120+0000 mon.a (mon.0) 157 : cluster [DBG] monmap epoch 4 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.080154+0000 mon.a (mon.0) 158 : cluster [DBG] fsid 703a1c38-77a2-11ef-baf5-efdc52797490 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.080174+0000 mon.a (mon.0) 159 : cluster [DBG] last_changed 2024-09-20T23:25:57.406662+0000 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.080189+0000 mon.a (mon.0) 160 : cluster [DBG] created 2024-09-20T22:49:15.359403+0000 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.080204+0000 mon.a (mon.0) 161 : cluster [DBG] min_mon_release 19 (squid) 2024-09-20T23:26:04.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.080223+0000 mon.a (mon.0) 162 : cluster [DBG] election_strategy: 1 2024-09-20T23:26:04.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.080242+0000 mon.a (mon.0) 163 : cluster [DBG] 0: [v2:172.21.15.83:3300/0,v1:172.21.15.83:6789/0] mon.a 2024-09-20T23:26:04.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.080260+0000 mon.a (mon.0) 164 : cluster [DBG] 1: [v2:172.21.15.83:3301/0,v1:172.21.15.83:6790/0] mon.c 2024-09-20T23:26:04.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.080281+0000 mon.a (mon.0) 165 : cluster [DBG] 2: [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon.b 2024-09-20T23:26:04.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.081348+0000 mon.a (mon.0) 166 : cluster [DBG] fsmap 2024-09-20T23:26:04.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.081407+0000 mon.a (mon.0) 167 : cluster [DBG] osdmap e114: 8 total, 8 up, 8 in 2024-09-20T23:26:04.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.082196+0000 mon.a (mon.0) 168 : cluster [DBG] mgrmap e49: y(active, since 33s), standbys: x 2024-09-20T23:26:04.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.082520+0000 mon.a (mon.0) 169 : cluster [INF] overall HEALTH_OK 2024-09-20T23:26:04.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: audit 2024-09-20T23:26:04.114533+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25567 ' entity='' 2024-09-20T23:26:04.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[94658]: audit 2024-09-20T23:26:04.131201+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:04.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.082196+0000 mon.a (mon.0) 168 : cluster [DBG] mgrmap e49: y(active, since 33s), standbys: x 2024-09-20T23:26:04.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.082520+0000 mon.a (mon.0) 169 : cluster [INF] overall HEALTH_OK 2024-09-20T23:26:04.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: audit 2024-09-20T23:26:04.114533+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.25567 ' entity='' 2024-09-20T23:26:04.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:04 smithi083 bash[96923]: audit 2024-09-20T23:26:04.131201+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:05 smithi142 bash[74331]: audit 2024-09-20T23:26:04.150391+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:26:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:05 smithi142 bash[74331]: audit 2024-09-20T23:26:04.179402+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:05.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:05 smithi142 bash[74331]: audit 2024-09-20T23:26:04.181829+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:26:05.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:05 smithi142 bash[74331]: audit 2024-09-20T23:26:04.198365+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:05.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:05 smithi142 bash[74331]: cephadm 2024-09-20T23:26:04.200601+0000 mgr.y (mgr.25567) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:26:05.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:05 smithi142 bash[74331]: audit 2024-09-20T23:26:04.247679+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:26:05.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:05 smithi142 bash[74331]: cephadm 2024-09-20T23:26:04.247987+0000 mgr.y (mgr.25567) 97 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-20T23:26:05.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:05 smithi142 bash[74331]: audit 2024-09-20T23:26:04.249670+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:26:05.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:05 smithi142 bash[74331]: audit 2024-09-20T23:26:04.251504+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:05.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:05 smithi142 bash[74331]: cephadm 2024-09-20T23:26:04.254636+0000 mgr.y (mgr.25567) 98 : cephadm [INF] Reconfiguring daemon mon.a on smithi083 2024-09-20T23:26:05.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:05 smithi142 bash[74331]: cluster 2024-09-20T23:26:04.341504+0000 mgr.y (mgr.25567) 99 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:05.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[94658]: audit 2024-09-20T23:26:04.150391+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:26:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[94658]: audit 2024-09-20T23:26:04.179402+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[94658]: audit 2024-09-20T23:26:04.181829+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:26:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[94658]: audit 2024-09-20T23:26:04.198365+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[94658]: cephadm 2024-09-20T23:26:04.200601+0000 mgr.y (mgr.25567) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:26:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[94658]: audit 2024-09-20T23:26:04.247679+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:26:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[94658]: cephadm 2024-09-20T23:26:04.247987+0000 mgr.y (mgr.25567) 97 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-20T23:26:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[94658]: audit 2024-09-20T23:26:04.249670+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:26:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[94658]: audit 2024-09-20T23:26:04.251504+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[94658]: cephadm 2024-09-20T23:26:04.254636+0000 mgr.y (mgr.25567) 98 : cephadm [INF] Reconfiguring daemon mon.a on smithi083 2024-09-20T23:26:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[94658]: cluster 2024-09-20T23:26:04.341504+0000 mgr.y (mgr.25567) 99 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:05.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[96923]: audit 2024-09-20T23:26:04.150391+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:26:05.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[96923]: audit 2024-09-20T23:26:04.179402+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[96923]: audit 2024-09-20T23:26:04.181829+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:26:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[96923]: audit 2024-09-20T23:26:04.198365+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[96923]: cephadm 2024-09-20T23:26:04.200601+0000 mgr.y (mgr.25567) 96 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:26:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[96923]: audit 2024-09-20T23:26:04.247679+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:26:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[96923]: cephadm 2024-09-20T23:26:04.247987+0000 mgr.y (mgr.25567) 97 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-20T23:26:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[96923]: audit 2024-09-20T23:26:04.249670+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:26:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[96923]: audit 2024-09-20T23:26:04.251504+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[96923]: cephadm 2024-09-20T23:26:04.254636+0000 mgr.y (mgr.25567) 98 : cephadm [INF] Reconfiguring daemon mon.a on smithi083 2024-09-20T23:26:05.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:05 smithi083 bash[96923]: cluster 2024-09-20T23:26:04.341504+0000 mgr.y (mgr.25567) 99 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:07.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:07 smithi142 bash[74331]: cluster 2024-09-20T23:26:06.342995+0000 mgr.y (mgr.25567) 100 : cluster [DBG] pgmap v21: 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-09-20T23:26:07.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:07 smithi142 bash[74331]: audit 2024-09-20T23:26:06.811427+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:07 smithi142 bash[74331]: audit 2024-09-20T23:26:06.826157+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:07 smithi142 bash[74331]: audit 2024-09-20T23:26:06.828927+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:26:07.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:07 smithi142 bash[74331]: audit 2024-09-20T23:26:06.830849+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:26:07.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:07 smithi142 bash[74331]: audit 2024-09-20T23:26:06.832189+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:26:07.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:07 smithi142 bash[74331]: audit 2024-09-20T23:26:06.833910+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:07.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:07 smithi142 bash[74331]: audit 2024-09-20T23:26:07.365936+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:07 smithi142 bash[74331]: audit 2024-09-20T23:26:07.378487+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:07 smithi142 bash[74331]: audit 2024-09-20T23:26:07.388506+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[94658]: cluster 2024-09-20T23:26:06.342995+0000 mgr.y (mgr.25567) 100 : cluster [DBG] pgmap v21: 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-09-20T23:26:07.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[94658]: audit 2024-09-20T23:26:06.811427+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[94658]: audit 2024-09-20T23:26:06.826157+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[94658]: audit 2024-09-20T23:26:06.828927+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:26:07.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[94658]: audit 2024-09-20T23:26:06.830849+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:26:07.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[94658]: audit 2024-09-20T23:26:06.832189+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:26:07.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[94658]: audit 2024-09-20T23:26:06.833910+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:07.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[94658]: audit 2024-09-20T23:26:07.365936+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[94658]: audit 2024-09-20T23:26:07.378487+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[94658]: audit 2024-09-20T23:26:07.388506+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[96923]: cluster 2024-09-20T23:26:06.342995+0000 mgr.y (mgr.25567) 100 : cluster [DBG] pgmap v21: 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-09-20T23:26:07.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[96923]: audit 2024-09-20T23:26:06.811427+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[96923]: audit 2024-09-20T23:26:06.826157+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[96923]: audit 2024-09-20T23:26:06.828927+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:26:07.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[96923]: audit 2024-09-20T23:26:06.830849+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:26:07.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[96923]: audit 2024-09-20T23:26:06.832189+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:26:07.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[96923]: audit 2024-09-20T23:26:06.833910+0000 mon.b (mon.2) 315 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:07.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[96923]: audit 2024-09-20T23:26:07.365936+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[96923]: audit 2024-09-20T23:26:07.378487+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:07.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:07 smithi083 bash[96923]: audit 2024-09-20T23:26:07.388506+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:08.722 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:08 smithi083 bash[94658]: cephadm 2024-09-20T23:26:06.829352+0000 mgr.y (mgr.25567) 101 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-20T23:26:08.722 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:08 smithi083 bash[94658]: cephadm 2024-09-20T23:26:06.837069+0000 mgr.y (mgr.25567) 102 : cephadm [INF] Reconfiguring daemon mgr.y on smithi083 2024-09-20T23:26:08.722 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:08 smithi083 bash[96923]: cephadm 2024-09-20T23:26:06.829352+0000 mgr.y (mgr.25567) 101 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-20T23:26:08.722 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:08 smithi083 bash[96923]: cephadm 2024-09-20T23:26:06.837069+0000 mgr.y (mgr.25567) 102 : cephadm [INF] Reconfiguring daemon mgr.y on smithi083 2024-09-20T23:26:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:08 smithi142 bash[74331]: cephadm 2024-09-20T23:26:06.829352+0000 mgr.y (mgr.25567) 101 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-09-20T23:26:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:08 smithi142 bash[74331]: cephadm 2024-09-20T23:26:06.837069+0000 mgr.y (mgr.25567) 102 : cephadm [INF] Reconfiguring daemon mgr.y on smithi083 2024-09-20T23:26:09.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:09 smithi142 bash[74331]: cluster 2024-09-20T23:26:08.343702+0000 mgr.y (mgr.25567) 103 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:09 smithi142 bash[74331]: audit 2024-09-20T23:26:09.292770+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:09 smithi142 bash[74331]: audit 2024-09-20T23:26:09.310612+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:09 smithi142 bash[74331]: audit 2024-09-20T23:26:09.313602+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:26:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:09 smithi142 bash[74331]: audit 2024-09-20T23:26:09.314921+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:26:09.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:09 smithi142 bash[74331]: audit 2024-09-20T23:26:09.316059+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:09.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:09 smithi083 bash[96923]: cluster 2024-09-20T23:26:08.343702+0000 mgr.y (mgr.25567) 103 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:09.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:09 smithi083 bash[96923]: audit 2024-09-20T23:26:09.292770+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:09.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:09 smithi083 bash[96923]: audit 2024-09-20T23:26:09.310612+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:09.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:09 smithi083 bash[96923]: audit 2024-09-20T23:26:09.313602+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:26:09.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:09 smithi083 bash[96923]: audit 2024-09-20T23:26:09.314921+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:26:09.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:09 smithi083 bash[96923]: audit 2024-09-20T23:26:09.316059+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:09.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:09 smithi083 bash[94658]: cluster 2024-09-20T23:26:08.343702+0000 mgr.y (mgr.25567) 103 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:09.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:09 smithi083 bash[94658]: audit 2024-09-20T23:26:09.292770+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:09.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:09 smithi083 bash[94658]: audit 2024-09-20T23:26:09.310612+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:09.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:09 smithi083 bash[94658]: audit 2024-09-20T23:26:09.313602+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:26:09.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:09 smithi083 bash[94658]: audit 2024-09-20T23:26:09.314921+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:26:09.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:09 smithi083 bash[94658]: audit 2024-09-20T23:26:09.316059+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:10.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:10 smithi142 bash[74331]: cephadm 2024-09-20T23:26:09.314071+0000 mgr.y (mgr.25567) 104 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-20T23:26:10.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:10 smithi142 bash[74331]: cephadm 2024-09-20T23:26:09.318980+0000 mgr.y (mgr.25567) 105 : cephadm [INF] Reconfiguring daemon mon.c on smithi083 2024-09-20T23:26:10.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:10 smithi083 bash[94658]: cephadm 2024-09-20T23:26:09.314071+0000 mgr.y (mgr.25567) 104 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-20T23:26:10.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:10 smithi083 bash[94658]: cephadm 2024-09-20T23:26:09.318980+0000 mgr.y (mgr.25567) 105 : cephadm [INF] Reconfiguring daemon mon.c on smithi083 2024-09-20T23:26:10.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:10 smithi083 bash[96923]: cephadm 2024-09-20T23:26:09.314071+0000 mgr.y (mgr.25567) 104 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-20T23:26:10.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:10 smithi083 bash[96923]: cephadm 2024-09-20T23:26:09.318980+0000 mgr.y (mgr.25567) 105 : cephadm [INF] Reconfiguring daemon mon.c on smithi083 2024-09-20T23:26:11.727 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:11 smithi083 bash[94658]: cluster 2024-09-20T23:26:10.344416+0000 mgr.y (mgr.25567) 106 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:11.730 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:11 smithi083 bash[96923]: cluster 2024-09-20T23:26:10.344416+0000 mgr.y (mgr.25567) 106 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:11.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:11 smithi142 bash[74331]: cluster 2024-09-20T23:26:10.344416+0000 mgr.y (mgr.25567) 106 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:12.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:26:11 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:26:11] "GET /metrics HTTP/1.1" 200 38102 "" "Prometheus/2.43.0" 2024-09-20T23:26:12.690 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:12 smithi142 bash[74331]: audit 2024-09-20T23:26:11.356839+0000 mgr.y (mgr.25567) 107 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:12.691 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:12 smithi142 bash[74331]: audit 2024-09-20T23:26:11.920806+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:12.691 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:12 smithi142 bash[74331]: audit 2024-09-20T23:26:11.930978+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:12.691 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:12 smithi142 bash[74331]: audit 2024-09-20T23:26:11.932623+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-20T23:26:12.691 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:12 smithi142 bash[74331]: audit 2024-09-20T23:26:11.933848+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:12.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:12 smithi083 bash[96923]: audit 2024-09-20T23:26:11.356839+0000 mgr.y (mgr.25567) 107 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:12.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:12 smithi083 bash[96923]: audit 2024-09-20T23:26:11.920806+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:12.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:12 smithi083 bash[96923]: audit 2024-09-20T23:26:11.930978+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:12.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:12 smithi083 bash[96923]: audit 2024-09-20T23:26:11.932623+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-20T23:26:12.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:12 smithi083 bash[96923]: audit 2024-09-20T23:26:11.933848+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:12.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:12 smithi083 bash[94658]: audit 2024-09-20T23:26:11.356839+0000 mgr.y (mgr.25567) 107 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:12.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:12 smithi083 bash[94658]: audit 2024-09-20T23:26:11.920806+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:12.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:12 smithi083 bash[94658]: audit 2024-09-20T23:26:11.930978+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:12.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:12 smithi083 bash[94658]: audit 2024-09-20T23:26:11.932623+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-20T23:26:12.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:12 smithi083 bash[94658]: audit 2024-09-20T23:26:11.933848+0000 mon.b (mon.2) 320 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:13.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:13 smithi142 bash[74331]: cephadm 2024-09-20T23:26:11.933297+0000 mgr.y (mgr.25567) 108 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-20T23:26:13.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:13 smithi142 bash[74331]: cephadm 2024-09-20T23:26:11.939975+0000 mgr.y (mgr.25567) 109 : cephadm [INF] Reconfiguring daemon osd.0 on smithi083 2024-09-20T23:26:13.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:13 smithi142 bash[74331]: cluster 2024-09-20T23:26:12.346044+0000 mgr.y (mgr.25567) 110 : cluster [DBG] pgmap v24: 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-09-20T23:26:13.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:13 smithi083 bash[94658]: cephadm 2024-09-20T23:26:11.933297+0000 mgr.y (mgr.25567) 108 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-20T23:26:13.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:13 smithi083 bash[94658]: cephadm 2024-09-20T23:26:11.939975+0000 mgr.y (mgr.25567) 109 : cephadm [INF] Reconfiguring daemon osd.0 on smithi083 2024-09-20T23:26:13.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:13 smithi083 bash[94658]: cluster 2024-09-20T23:26:12.346044+0000 mgr.y (mgr.25567) 110 : cluster [DBG] pgmap v24: 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-09-20T23:26:13.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:13 smithi083 bash[96923]: cephadm 2024-09-20T23:26:11.933297+0000 mgr.y (mgr.25567) 108 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-09-20T23:26:13.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:13 smithi083 bash[96923]: cephadm 2024-09-20T23:26:11.939975+0000 mgr.y (mgr.25567) 109 : cephadm [INF] Reconfiguring daemon osd.0 on smithi083 2024-09-20T23:26:13.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:13 smithi083 bash[96923]: cluster 2024-09-20T23:26:12.346044+0000 mgr.y (mgr.25567) 110 : cluster [DBG] pgmap v24: 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-09-20T23:26:14.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:14 smithi142 bash[74331]: audit 2024-09-20T23:26:13.602475+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:14.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:14 smithi142 bash[74331]: audit 2024-09-20T23:26:13.610739+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:14.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:14 smithi142 bash[74331]: audit 2024-09-20T23:26:13.617736+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:14.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:14 smithi142 bash[74331]: audit 2024-09-20T23:26:13.924154+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:14 smithi142 bash[74331]: audit 2024-09-20T23:26:13.935647+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:14 smithi142 bash[74331]: audit 2024-09-20T23:26:13.945157+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:14 smithi142 bash[74331]: cluster 2024-09-20T23:26:14.346777+0000 mgr.y (mgr.25567) 111 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[94658]: audit 2024-09-20T23:26:13.602475+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:15.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[94658]: audit 2024-09-20T23:26:13.610739+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[94658]: audit 2024-09-20T23:26:13.617736+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[94658]: audit 2024-09-20T23:26:13.924154+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[94658]: audit 2024-09-20T23:26:13.935647+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[94658]: audit 2024-09-20T23:26:13.945157+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:15.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[94658]: cluster 2024-09-20T23:26:14.346777+0000 mgr.y (mgr.25567) 111 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:15.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[96923]: audit 2024-09-20T23:26:13.602475+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:15.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[96923]: audit 2024-09-20T23:26:13.610739+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:15.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[96923]: audit 2024-09-20T23:26:13.617736+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:15.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[96923]: audit 2024-09-20T23:26:13.924154+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:15.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[96923]: audit 2024-09-20T23:26:13.935647+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:15.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[96923]: audit 2024-09-20T23:26:13.945157+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:15.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:14 smithi083 bash[96923]: cluster 2024-09-20T23:26:14.346777+0000 mgr.y (mgr.25567) 111 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:16.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:16 smithi142 bash[74331]: audit 2024-09-20T23:26:15.395725+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:16.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:16 smithi142 bash[74331]: audit 2024-09-20T23:26:15.400950+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:26:16.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:16 smithi142 bash[74331]: audit 2024-09-20T23:26:15.408054+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:16.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:16 smithi142 bash[74331]: audit 2024-09-20T23:26:15.413362+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-20T23:26:16.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:16 smithi142 bash[74331]: cephadm 2024-09-20T23:26:15.413901+0000 mgr.y (mgr.25567) 112 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-20T23:26:16.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:16 smithi142 bash[74331]: audit 2024-09-20T23:26:15.414950+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:16.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:16 smithi142 bash[74331]: cephadm 2024-09-20T23:26:15.430891+0000 mgr.y (mgr.25567) 113 : cephadm [INF] Reconfiguring daemon osd.1 on smithi083 2024-09-20T23:26:16.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[94658]: audit 2024-09-20T23:26:15.395725+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:16.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[94658]: audit 2024-09-20T23:26:15.400950+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:26:16.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[94658]: audit 2024-09-20T23:26:15.408054+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:16.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[94658]: audit 2024-09-20T23:26:15.413362+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-20T23:26:16.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[94658]: cephadm 2024-09-20T23:26:15.413901+0000 mgr.y (mgr.25567) 112 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-20T23:26:16.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[94658]: audit 2024-09-20T23:26:15.414950+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:16.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[94658]: cephadm 2024-09-20T23:26:15.430891+0000 mgr.y (mgr.25567) 113 : cephadm [INF] Reconfiguring daemon osd.1 on smithi083 2024-09-20T23:26:16.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[96923]: audit 2024-09-20T23:26:15.395725+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:16.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[96923]: audit 2024-09-20T23:26:15.400950+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:26:16.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[96923]: audit 2024-09-20T23:26:15.408054+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:16.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[96923]: audit 2024-09-20T23:26:15.413362+0000 mon.b (mon.2) 322 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-20T23:26:16.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[96923]: cephadm 2024-09-20T23:26:15.413901+0000 mgr.y (mgr.25567) 112 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-09-20T23:26:16.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[96923]: audit 2024-09-20T23:26:15.414950+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:16.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:16 smithi083 bash[96923]: cephadm 2024-09-20T23:26:15.430891+0000 mgr.y (mgr.25567) 113 : cephadm [INF] Reconfiguring daemon osd.1 on smithi083 2024-09-20T23:26:17.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:17 smithi142 bash[74331]: cluster 2024-09-20T23:26:16.348332+0000 mgr.y (mgr.25567) 114 : cluster [DBG] pgmap v26: 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-09-20T23:26:17.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:17 smithi083 bash[94658]: cluster 2024-09-20T23:26:16.348332+0000 mgr.y (mgr.25567) 114 : cluster [DBG] pgmap v26: 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-09-20T23:26:17.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:17 smithi083 bash[96923]: cluster 2024-09-20T23:26:16.348332+0000 mgr.y (mgr.25567) 114 : cluster [DBG] pgmap v26: 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-09-20T23:26:18.340 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:26:19.104 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:26:19.104 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 5s ago 35m - - 2024-09-20T23:26:19.104 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 5s ago 35m - - 2024-09-20T23:26:19.104 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (18m) 5s ago 28m 14.5M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:26:19.104 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (3m) 5s ago 28m 74.0M - 9.4.12 2bacad6d85d8 0e41a43feae1 2024-09-20T23:26:19.104 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (4m) 5s ago 26m 43.9M - 3.5 e1d6a67b021e 0cd44e702c29 2024-09-20T23:26:19.104 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283,8765 running (39s) 5s ago 34m 424M - 19.1.1-367-g9e2ac70b cc9251b744a3 62ae6d80cf11 2024-09-20T23:26:19.105 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (15m) 5s ago 36m 486M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:26:19.105 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (59s) 5s ago 37m 40.4M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 9d28421cf848 2024-09-20T23:26:19.105 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (2m) 5s ago 35m 41.8M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 a8389ef65d4a 2024-09-20T23:26:19.105 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (23s) 5s ago 35m 21.4M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 dae7cd27f6fd 2024-09-20T23:26:19.105 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (18m) 5s ago 28m 8664k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:26:19.105 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (17m) 5s ago 28m 8827k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:26:19.105 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (34m) 5s ago 34m 57.2M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:26:19.105 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (33m) 5s ago 33m 58.7M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:26:19.105 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (32m) 5s ago 32m 53.2M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:26:19.105 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (32m) 5s ago 32m 57.6M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:26:19.105 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (31m) 5s ago 31m 60.3M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:26:19.106 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (30m) 5s ago 30m 56.7M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:26:19.106 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (30m) 5s ago 30m 54.3M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:26:19.106 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (29m) 5s ago 29m 58.3M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:26:19.106 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (4m) 5s ago 28m 58.1M - 2.43.0 a07b618ecd1d c2f1748fdf3a 2024-09-20T23:26:19.106 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (26m) 5s ago 26m 89.6M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:26:19.106 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (26m) 5s ago 26m 92.3M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:26:19.550 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:26:19.550 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:26:19.550 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 3 2024-09-20T23:26:19.550 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:26:19.550 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:26:19.550 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:26:19.550 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:26:19.550 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:26:19.550 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:26:19.550 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:26:19.550 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:26:19.550 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:26:19.551 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:26:19.551 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:26:19.551 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2024-09-20T23:26:19.551 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 5 2024-09-20T23:26:19.551 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:26:19.551 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:26:19.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:19 smithi083 bash[96923]: audit 2024-09-20T23:26:18.327473+0000 mgr.y (mgr.25567) 115 : audit [DBG] from='client.44172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:19.724 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:19 smithi083 bash[96923]: cluster 2024-09-20T23:26:18.348839+0000 mgr.y (mgr.25567) 116 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:19.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:19 smithi083 bash[94658]: audit 2024-09-20T23:26:18.327473+0000 mgr.y (mgr.25567) 115 : audit [DBG] from='client.44172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:19.724 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:19 smithi083 bash[94658]: cluster 2024-09-20T23:26:18.348839+0000 mgr.y (mgr.25567) 116 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:19.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:19 smithi142 bash[74331]: audit 2024-09-20T23:26:18.327473+0000 mgr.y (mgr.25567) 115 : audit [DBG] from='client.44172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:19.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:19 smithi142 bash[74331]: cluster 2024-09-20T23:26:18.348839+0000 mgr.y (mgr.25567) 116 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:19.930 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:26:19.930 INFO:teuthology.orchestra.run.smithi083.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5", 2024-09-20T23:26:19.930 INFO:teuthology.orchestra.run.smithi083.stdout: "in_progress": true, 2024-09-20T23:26:19.930 INFO:teuthology.orchestra.run.smithi083.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi083", 2024-09-20T23:26:19.930 INFO:teuthology.orchestra.run.smithi083.stdout: "services_complete": [ 2024-09-20T23:26:19.931 INFO:teuthology.orchestra.run.smithi083.stdout: "mon" 2024-09-20T23:26:19.931 INFO:teuthology.orchestra.run.smithi083.stdout: ], 2024-09-20T23:26:19.931 INFO:teuthology.orchestra.run.smithi083.stdout: "progress": "2/2 daemons upgraded", 2024-09-20T23:26:19.931 INFO:teuthology.orchestra.run.smithi083.stdout: "message": "Currently upgrading mon daemons", 2024-09-20T23:26:19.931 INFO:teuthology.orchestra.run.smithi083.stdout: "is_paused": false 2024-09-20T23:26:19.931 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:26:20.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:20 smithi142 bash[74331]: audit 2024-09-20T23:26:18.701129+0000 mgr.y (mgr.25567) 117 : audit [DBG] from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:20.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:20 smithi142 bash[74331]: audit 2024-09-20T23:26:19.064339+0000 mgr.y (mgr.25567) 118 : audit [DBG] from='client.44184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:20.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:20 smithi142 bash[74331]: audit 2024-09-20T23:26:19.550667+0000 mon.a (mon.0) 191 : audit [DBG] from='client.? 172.21.15.83:0/1326484565' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:20.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:20 smithi083 bash[94658]: audit 2024-09-20T23:26:18.701129+0000 mgr.y (mgr.25567) 117 : audit [DBG] from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:20.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:20 smithi083 bash[94658]: audit 2024-09-20T23:26:19.064339+0000 mgr.y (mgr.25567) 118 : audit [DBG] from='client.44184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:20.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:20 smithi083 bash[94658]: audit 2024-09-20T23:26:19.550667+0000 mon.a (mon.0) 191 : audit [DBG] from='client.? 172.21.15.83:0/1326484565' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:20.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:20 smithi083 bash[96923]: audit 2024-09-20T23:26:18.701129+0000 mgr.y (mgr.25567) 117 : audit [DBG] from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:20.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:20 smithi083 bash[96923]: audit 2024-09-20T23:26:19.064339+0000 mgr.y (mgr.25567) 118 : audit [DBG] from='client.44184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:20 smithi083 bash[96923]: audit 2024-09-20T23:26:19.550667+0000 mon.a (mon.0) 191 : audit [DBG] from='client.? 172.21.15.83:0/1326484565' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:21.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[94658]: audit 2024-09-20T23:26:19.931386+0000 mgr.y (mgr.25567) 119 : audit [DBG] from='client.54127 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:21.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[94658]: cluster 2024-09-20T23:26:20.349554+0000 mgr.y (mgr.25567) 120 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:21.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[94658]: audit 2024-09-20T23:26:20.750304+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:21.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[94658]: audit 2024-09-20T23:26:20.765099+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:21.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[94658]: audit 2024-09-20T23:26:20.768948+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-20T23:26:21.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[94658]: audit 2024-09-20T23:26:20.770573+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:21.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[96923]: audit 2024-09-20T23:26:19.931386+0000 mgr.y (mgr.25567) 119 : audit [DBG] from='client.54127 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:21.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[96923]: cluster 2024-09-20T23:26:20.349554+0000 mgr.y (mgr.25567) 120 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:21.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[96923]: audit 2024-09-20T23:26:20.750304+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:21.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[96923]: audit 2024-09-20T23:26:20.765099+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:21.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[96923]: audit 2024-09-20T23:26:20.768948+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-20T23:26:21.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[96923]: audit 2024-09-20T23:26:20.770573+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:21.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:21 smithi142 bash[74331]: audit 2024-09-20T23:26:19.931386+0000 mgr.y (mgr.25567) 119 : audit [DBG] from='client.54127 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:21.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:21 smithi142 bash[74331]: cluster 2024-09-20T23:26:20.349554+0000 mgr.y (mgr.25567) 120 : cluster [DBG] pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:21.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:21 smithi142 bash[74331]: audit 2024-09-20T23:26:20.750304+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:21.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:21 smithi142 bash[74331]: audit 2024-09-20T23:26:20.765099+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:21.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:21 smithi142 bash[74331]: audit 2024-09-20T23:26:20.768948+0000 mon.b (mon.2) 324 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-20T23:26:21.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:21 smithi142 bash[74331]: audit 2024-09-20T23:26:20.770573+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:22.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:26:21 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:26:21] "GET /metrics HTTP/1.1" 200 38098 "" "Prometheus/2.43.0" 2024-09-20T23:26:22.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:22 smithi083 bash[94658]: cephadm 2024-09-20T23:26:20.769418+0000 mgr.y (mgr.25567) 121 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-20T23:26:22.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:22 smithi083 bash[94658]: cephadm 2024-09-20T23:26:20.775148+0000 mgr.y (mgr.25567) 122 : cephadm [INF] Reconfiguring daemon osd.2 on smithi083 2024-09-20T23:26:22.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:22 smithi083 bash[94658]: audit 2024-09-20T23:26:21.364812+0000 mgr.y (mgr.25567) 123 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:22.812 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:22 smithi083 bash[96923]: cephadm 2024-09-20T23:26:20.769418+0000 mgr.y (mgr.25567) 121 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-20T23:26:22.812 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:22 smithi083 bash[96923]: cephadm 2024-09-20T23:26:20.775148+0000 mgr.y (mgr.25567) 122 : cephadm [INF] Reconfiguring daemon osd.2 on smithi083 2024-09-20T23:26:22.812 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:22 smithi083 bash[96923]: audit 2024-09-20T23:26:21.364812+0000 mgr.y (mgr.25567) 123 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:22.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:22 smithi142 bash[74331]: cephadm 2024-09-20T23:26:20.769418+0000 mgr.y (mgr.25567) 121 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-09-20T23:26:22.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:22 smithi142 bash[74331]: cephadm 2024-09-20T23:26:20.775148+0000 mgr.y (mgr.25567) 122 : cephadm [INF] Reconfiguring daemon osd.2 on smithi083 2024-09-20T23:26:22.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:22 smithi142 bash[74331]: audit 2024-09-20T23:26:21.364812+0000 mgr.y (mgr.25567) 123 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:23.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:23 smithi142 bash[74331]: cluster 2024-09-20T23:26:22.351197+0000 mgr.y (mgr.25567) 124 : cluster [DBG] pgmap v29: 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-09-20T23:26:23.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:23 smithi142 bash[74331]: audit 2024-09-20T23:26:23.416495+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:23.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:23 smithi142 bash[74331]: audit 2024-09-20T23:26:23.430261+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:23.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:23 smithi083 bash[96923]: cluster 2024-09-20T23:26:22.351197+0000 mgr.y (mgr.25567) 124 : cluster [DBG] pgmap v29: 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-09-20T23:26:23.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:23 smithi083 bash[96923]: audit 2024-09-20T23:26:23.416495+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:23.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:23 smithi083 bash[96923]: audit 2024-09-20T23:26:23.430261+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:23.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:23 smithi083 bash[94658]: cluster 2024-09-20T23:26:22.351197+0000 mgr.y (mgr.25567) 124 : cluster [DBG] pgmap v29: 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-09-20T23:26:23.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:23 smithi083 bash[94658]: audit 2024-09-20T23:26:23.416495+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:23.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:23 smithi083 bash[94658]: audit 2024-09-20T23:26:23.430261+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:24.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:24 smithi142 bash[74331]: cephadm 2024-09-20T23:26:23.434108+0000 mgr.y (mgr.25567) 125 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-20T23:26:24.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:24 smithi142 bash[74331]: audit 2024-09-20T23:26:23.440019+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-20T23:26:24.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:24 smithi142 bash[74331]: audit 2024-09-20T23:26:23.441368+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:24.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:24 smithi142 bash[74331]: cephadm 2024-09-20T23:26:23.445807+0000 mgr.y (mgr.25567) 126 : cephadm [INF] Reconfiguring daemon osd.3 on smithi083 2024-09-20T23:26:24.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:24 smithi083 bash[94658]: cephadm 2024-09-20T23:26:23.434108+0000 mgr.y (mgr.25567) 125 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-20T23:26:24.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:24 smithi083 bash[94658]: audit 2024-09-20T23:26:23.440019+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-20T23:26:24.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:24 smithi083 bash[94658]: audit 2024-09-20T23:26:23.441368+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:24.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:24 smithi083 bash[94658]: cephadm 2024-09-20T23:26:23.445807+0000 mgr.y (mgr.25567) 126 : cephadm [INF] Reconfiguring daemon osd.3 on smithi083 2024-09-20T23:26:24.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:24 smithi083 bash[96923]: cephadm 2024-09-20T23:26:23.434108+0000 mgr.y (mgr.25567) 125 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-09-20T23:26:24.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:24 smithi083 bash[96923]: audit 2024-09-20T23:26:23.440019+0000 mon.b (mon.2) 326 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-20T23:26:24.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:24 smithi083 bash[96923]: audit 2024-09-20T23:26:23.441368+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:24.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:24 smithi083 bash[96923]: cephadm 2024-09-20T23:26:23.445807+0000 mgr.y (mgr.25567) 126 : cephadm [INF] Reconfiguring daemon osd.3 on smithi083 2024-09-20T23:26:25.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:25 smithi142 bash[74331]: cluster 2024-09-20T23:26:24.351921+0000 mgr.y (mgr.25567) 127 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:25.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:25 smithi083 bash[96923]: cluster 2024-09-20T23:26:24.351921+0000 mgr.y (mgr.25567) 127 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:25.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:25 smithi083 bash[94658]: cluster 2024-09-20T23:26:24.351921+0000 mgr.y (mgr.25567) 127 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:27.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:26 smithi142 bash[74331]: audit 2024-09-20T23:26:25.906456+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:27.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:26 smithi142 bash[74331]: audit 2024-09-20T23:26:25.920846+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:27.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:26 smithi142 bash[74331]: audit 2024-09-20T23:26:25.925155+0000 mon.b (mon.2) 328 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T23:26:27.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:26 smithi142 bash[74331]: cephadm 2024-09-20T23:26:25.925461+0000 mgr.y (mgr.25567) 128 : cephadm [INF] Reconfiguring rgw.foo.smithi083.bmphor (monmap changed)... 2024-09-20T23:26:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:26 smithi142 bash[74331]: audit 2024-09-20T23:26:25.926953+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T23:26:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:26 smithi142 bash[74331]: audit 2024-09-20T23:26:25.931606+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:26 smithi142 bash[74331]: cephadm 2024-09-20T23:26:25.934716+0000 mgr.y (mgr.25567) 129 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi083.bmphor on smithi083 2024-09-20T23:26:27.324 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:26 smithi142 bash[74331]: cluster 2024-09-20T23:26:26.353478+0000 mgr.y (mgr.25567) 130 : cluster [DBG] pgmap v31: 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-09-20T23:26:27.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[94658]: audit 2024-09-20T23:26:25.906456+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:27.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[94658]: audit 2024-09-20T23:26:25.920846+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:27.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[94658]: audit 2024-09-20T23:26:25.925155+0000 mon.b (mon.2) 328 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T23:26:27.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[94658]: cephadm 2024-09-20T23:26:25.925461+0000 mgr.y (mgr.25567) 128 : cephadm [INF] Reconfiguring rgw.foo.smithi083.bmphor (monmap changed)... 2024-09-20T23:26:27.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[94658]: audit 2024-09-20T23:26:25.926953+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T23:26:27.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[94658]: audit 2024-09-20T23:26:25.931606+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:27.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[94658]: cephadm 2024-09-20T23:26:25.934716+0000 mgr.y (mgr.25567) 129 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi083.bmphor on smithi083 2024-09-20T23:26:27.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[94658]: cluster 2024-09-20T23:26:26.353478+0000 mgr.y (mgr.25567) 130 : cluster [DBG] pgmap v31: 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-09-20T23:26:27.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[96923]: audit 2024-09-20T23:26:25.906456+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:27.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[96923]: audit 2024-09-20T23:26:25.920846+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:27.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[96923]: audit 2024-09-20T23:26:25.925155+0000 mon.b (mon.2) 328 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T23:26:27.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[96923]: cephadm 2024-09-20T23:26:25.925461+0000 mgr.y (mgr.25567) 128 : cephadm [INF] Reconfiguring rgw.foo.smithi083.bmphor (monmap changed)... 2024-09-20T23:26:27.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[96923]: audit 2024-09-20T23:26:25.926953+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi083.bmphor", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T23:26:27.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[96923]: audit 2024-09-20T23:26:25.931606+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:27.325 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[96923]: cephadm 2024-09-20T23:26:25.934716+0000 mgr.y (mgr.25567) 129 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi083.bmphor on smithi083 2024-09-20T23:26:27.326 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:26 smithi083 bash[96923]: cluster 2024-09-20T23:26:26.353478+0000 mgr.y (mgr.25567) 130 : cluster [DBG] pgmap v31: 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-09-20T23:26:29.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:29 smithi142 bash[74331]: cluster 2024-09-20T23:26:28.354147+0000 mgr.y (mgr.25567) 131 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:29.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:29 smithi142 bash[74331]: audit 2024-09-20T23:26:28.551184+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:29.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:29 smithi142 bash[74331]: audit 2024-09-20T23:26:28.564672+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:29.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:29 smithi142 bash[74331]: audit 2024-09-20T23:26:28.568784+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:26:29.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:29 smithi142 bash[74331]: audit 2024-09-20T23:26:28.570675+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:26:29.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:29 smithi142 bash[74331]: audit 2024-09-20T23:26:28.572354+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:29.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:29 smithi083 bash[96923]: cluster 2024-09-20T23:26:28.354147+0000 mgr.y (mgr.25567) 131 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:29.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:29 smithi083 bash[96923]: audit 2024-09-20T23:26:28.551184+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:29.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:29 smithi083 bash[96923]: audit 2024-09-20T23:26:28.564672+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:29.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:29 smithi083 bash[96923]: audit 2024-09-20T23:26:28.568784+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:26:29.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:29 smithi083 bash[96923]: audit 2024-09-20T23:26:28.570675+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:26:29.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:29 smithi083 bash[96923]: audit 2024-09-20T23:26:28.572354+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:29.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:29 smithi083 bash[94658]: cluster 2024-09-20T23:26:28.354147+0000 mgr.y (mgr.25567) 131 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:29.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:29 smithi083 bash[94658]: audit 2024-09-20T23:26:28.551184+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:29.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:29 smithi083 bash[94658]: audit 2024-09-20T23:26:28.564672+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:29.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:29 smithi083 bash[94658]: audit 2024-09-20T23:26:28.568784+0000 mon.b (mon.2) 330 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-20T23:26:29.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:29 smithi083 bash[94658]: audit 2024-09-20T23:26:28.570675+0000 mon.b (mon.2) 331 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-20T23:26:29.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:29 smithi083 bash[94658]: audit 2024-09-20T23:26:28.572354+0000 mon.b (mon.2) 332 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:30.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:30 smithi142 bash[74331]: cephadm 2024-09-20T23:26:28.569264+0000 mgr.y (mgr.25567) 132 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-20T23:26:30.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:30 smithi142 bash[74331]: cephadm 2024-09-20T23:26:28.575137+0000 mgr.y (mgr.25567) 133 : cephadm [INF] Reconfiguring daemon mon.b on smithi142 2024-09-20T23:26:30.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:30 smithi083 bash[94658]: cephadm 2024-09-20T23:26:28.569264+0000 mgr.y (mgr.25567) 132 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-20T23:26:30.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:30 smithi083 bash[94658]: cephadm 2024-09-20T23:26:28.575137+0000 mgr.y (mgr.25567) 133 : cephadm [INF] Reconfiguring daemon mon.b on smithi142 2024-09-20T23:26:30.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:30 smithi083 bash[96923]: cephadm 2024-09-20T23:26:28.569264+0000 mgr.y (mgr.25567) 132 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-20T23:26:30.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:30 smithi083 bash[96923]: cephadm 2024-09-20T23:26:28.575137+0000 mgr.y (mgr.25567) 133 : cephadm [INF] Reconfiguring daemon mon.b on smithi142 2024-09-20T23:26:31.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[96923]: cluster 2024-09-20T23:26:30.354875+0000 mgr.y (mgr.25567) 134 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:31.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[96923]: audit 2024-09-20T23:26:30.423572+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:26:31.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[96923]: audit 2024-09-20T23:26:30.947000+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:31.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[96923]: audit 2024-09-20T23:26:30.961304+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:31.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[96923]: audit 2024-09-20T23:26:30.963903+0000 mon.b (mon.2) 334 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:26:31.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[96923]: audit 2024-09-20T23:26:30.965753+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:26:31.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[96923]: audit 2024-09-20T23:26:30.967073+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:26:31.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[96923]: audit 2024-09-20T23:26:30.968701+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:31.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[94658]: cluster 2024-09-20T23:26:30.354875+0000 mgr.y (mgr.25567) 134 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:31.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[94658]: audit 2024-09-20T23:26:30.423572+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:26:31.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[94658]: audit 2024-09-20T23:26:30.947000+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:31.729 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[94658]: audit 2024-09-20T23:26:30.961304+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:31.730 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[94658]: audit 2024-09-20T23:26:30.963903+0000 mon.b (mon.2) 334 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:26:31.730 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[94658]: audit 2024-09-20T23:26:30.965753+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:26:31.730 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[94658]: audit 2024-09-20T23:26:30.967073+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:26:31.730 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[94658]: audit 2024-09-20T23:26:30.968701+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:31.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:31 smithi142 bash[74331]: cluster 2024-09-20T23:26:30.354875+0000 mgr.y (mgr.25567) 134 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:31.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:31 smithi142 bash[74331]: audit 2024-09-20T23:26:30.423572+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:26:31.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:31 smithi142 bash[74331]: audit 2024-09-20T23:26:30.947000+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:31.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:31 smithi142 bash[74331]: audit 2024-09-20T23:26:30.961304+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:31.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:31 smithi142 bash[74331]: audit 2024-09-20T23:26:30.963903+0000 mon.b (mon.2) 334 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:26:31.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:31 smithi142 bash[74331]: audit 2024-09-20T23:26:30.965753+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-20T23:26:31.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:31 smithi142 bash[74331]: audit 2024-09-20T23:26:30.967073+0000 mon.b (mon.2) 335 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-20T23:26:31.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:31 smithi142 bash[74331]: audit 2024-09-20T23:26:30.968701+0000 mon.b (mon.2) 336 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:32.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:26:31 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:26:31] "GET /metrics HTTP/1.1" 200 38099 "" "Prometheus/2.43.0" 2024-09-20T23:26:32.689 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:32 smithi083 bash[96923]: cephadm 2024-09-20T23:26:30.964169+0000 mgr.y (mgr.25567) 135 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-20T23:26:32.689 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:32 smithi083 bash[96923]: cephadm 2024-09-20T23:26:30.971630+0000 mgr.y (mgr.25567) 136 : cephadm [INF] Reconfiguring daemon mgr.x on smithi142 2024-09-20T23:26:32.689 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:32 smithi083 bash[96923]: audit 2024-09-20T23:26:31.374147+0000 mgr.y (mgr.25567) 137 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:32.690 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:32 smithi083 bash[94658]: cephadm 2024-09-20T23:26:30.964169+0000 mgr.y (mgr.25567) 135 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-20T23:26:32.690 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:32 smithi083 bash[94658]: cephadm 2024-09-20T23:26:30.971630+0000 mgr.y (mgr.25567) 136 : cephadm [INF] Reconfiguring daemon mgr.x on smithi142 2024-09-20T23:26:32.690 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:32 smithi083 bash[94658]: audit 2024-09-20T23:26:31.374147+0000 mgr.y (mgr.25567) 137 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:32.777 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:32 smithi142 bash[74331]: cephadm 2024-09-20T23:26:30.964169+0000 mgr.y (mgr.25567) 135 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-09-20T23:26:32.777 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:32 smithi142 bash[74331]: cephadm 2024-09-20T23:26:30.971630+0000 mgr.y (mgr.25567) 136 : cephadm [INF] Reconfiguring daemon mgr.x on smithi142 2024-09-20T23:26:32.777 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:32 smithi142 bash[74331]: audit 2024-09-20T23:26:31.374147+0000 mgr.y (mgr.25567) 137 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:33.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:33 smithi083 bash[94658]: cluster 2024-09-20T23:26:32.356728+0000 mgr.y (mgr.25567) 138 : cluster [DBG] pgmap v34: 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-09-20T23:26:33.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:33 smithi083 bash[94658]: audit 2024-09-20T23:26:32.653379+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:33.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:33 smithi083 bash[94658]: audit 2024-09-20T23:26:32.665022+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:33.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:33 smithi083 bash[94658]: audit 2024-09-20T23:26:32.678538+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:33.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:33 smithi083 bash[96923]: cluster 2024-09-20T23:26:32.356728+0000 mgr.y (mgr.25567) 138 : cluster [DBG] pgmap v34: 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-09-20T23:26:33.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:33 smithi083 bash[96923]: audit 2024-09-20T23:26:32.653379+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:33.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:33 smithi083 bash[96923]: audit 2024-09-20T23:26:32.665022+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:33.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:33 smithi083 bash[96923]: audit 2024-09-20T23:26:32.678538+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:33.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:33 smithi142 bash[74331]: cluster 2024-09-20T23:26:32.356728+0000 mgr.y (mgr.25567) 138 : cluster [DBG] pgmap v34: 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-09-20T23:26:33.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:33 smithi142 bash[74331]: audit 2024-09-20T23:26:32.653379+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:33.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:33 smithi142 bash[74331]: audit 2024-09-20T23:26:32.665022+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:33.835 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:33 smithi142 bash[74331]: audit 2024-09-20T23:26:32.678538+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:34 smithi142 bash[74331]: audit 2024-09-20T23:26:33.825028+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:34 smithi142 bash[74331]: audit 2024-09-20T23:26:33.838122+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:34 smithi142 bash[74331]: audit 2024-09-20T23:26:33.849765+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:34 smithi142 bash[74331]: audit 2024-09-20T23:26:33.986195+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:34 smithi142 bash[74331]: audit 2024-09-20T23:26:33.997853+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:34 smithi142 bash[74331]: audit 2024-09-20T23:26:34.000079+0000 mon.b (mon.2) 337 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-20T23:26:35.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:34 smithi142 bash[74331]: cephadm 2024-09-20T23:26:34.000588+0000 mgr.y (mgr.25567) 139 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-20T23:26:35.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:34 smithi142 bash[74331]: audit 2024-09-20T23:26:34.001539+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:35.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:34 smithi142 bash[74331]: cephadm 2024-09-20T23:26:34.007922+0000 mgr.y (mgr.25567) 140 : cephadm [INF] Reconfiguring daemon osd.4 on smithi142 2024-09-20T23:26:35.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:34 smithi142 bash[74331]: cluster 2024-09-20T23:26:34.357410+0000 mgr.y (mgr.25567) 141 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:35.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[94658]: audit 2024-09-20T23:26:33.825028+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[94658]: audit 2024-09-20T23:26:33.838122+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[94658]: audit 2024-09-20T23:26:33.849765+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[94658]: audit 2024-09-20T23:26:33.986195+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[94658]: audit 2024-09-20T23:26:33.997853+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[94658]: audit 2024-09-20T23:26:34.000079+0000 mon.b (mon.2) 337 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-20T23:26:35.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[94658]: cephadm 2024-09-20T23:26:34.000588+0000 mgr.y (mgr.25567) 139 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-20T23:26:35.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[94658]: audit 2024-09-20T23:26:34.001539+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:35.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[94658]: cephadm 2024-09-20T23:26:34.007922+0000 mgr.y (mgr.25567) 140 : cephadm [INF] Reconfiguring daemon osd.4 on smithi142 2024-09-20T23:26:35.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[94658]: cluster 2024-09-20T23:26:34.357410+0000 mgr.y (mgr.25567) 141 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:35.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[96923]: audit 2024-09-20T23:26:33.825028+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[96923]: audit 2024-09-20T23:26:33.838122+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[96923]: audit 2024-09-20T23:26:33.849765+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[96923]: audit 2024-09-20T23:26:33.986195+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[96923]: audit 2024-09-20T23:26:33.997853+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:35.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[96923]: audit 2024-09-20T23:26:34.000079+0000 mon.b (mon.2) 337 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-20T23:26:35.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[96923]: cephadm 2024-09-20T23:26:34.000588+0000 mgr.y (mgr.25567) 139 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-09-20T23:26:35.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[96923]: audit 2024-09-20T23:26:34.001539+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:35.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[96923]: cephadm 2024-09-20T23:26:34.007922+0000 mgr.y (mgr.25567) 140 : cephadm [INF] Reconfiguring daemon osd.4 on smithi142 2024-09-20T23:26:35.076 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:34 smithi083 bash[96923]: cluster 2024-09-20T23:26:34.357410+0000 mgr.y (mgr.25567) 141 : cluster [DBG] pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:37.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[94658]: cluster 2024-09-20T23:26:36.358901+0000 mgr.y (mgr.25567) 142 : cluster [DBG] pgmap v36: 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-09-20T23:26:37.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[94658]: audit 2024-09-20T23:26:36.475327+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:37.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[94658]: audit 2024-09-20T23:26:36.485061+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:37.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[94658]: audit 2024-09-20T23:26:36.487594+0000 mon.b (mon.2) 339 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-20T23:26:37.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[94658]: cephadm 2024-09-20T23:26:36.488253+0000 mgr.y (mgr.25567) 143 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-20T23:26:37.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[94658]: audit 2024-09-20T23:26:36.488591+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:37.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[94658]: cephadm 2024-09-20T23:26:36.492218+0000 mgr.y (mgr.25567) 144 : cephadm [INF] Reconfiguring daemon osd.5 on smithi142 2024-09-20T23:26:37.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[96923]: cluster 2024-09-20T23:26:36.358901+0000 mgr.y (mgr.25567) 142 : cluster [DBG] pgmap v36: 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-09-20T23:26:37.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[96923]: audit 2024-09-20T23:26:36.475327+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:37.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[96923]: audit 2024-09-20T23:26:36.485061+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:37.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[96923]: audit 2024-09-20T23:26:36.487594+0000 mon.b (mon.2) 339 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-20T23:26:37.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[96923]: cephadm 2024-09-20T23:26:36.488253+0000 mgr.y (mgr.25567) 143 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-20T23:26:37.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[96923]: audit 2024-09-20T23:26:36.488591+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:37.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:37 smithi083 bash[96923]: cephadm 2024-09-20T23:26:36.492218+0000 mgr.y (mgr.25567) 144 : cephadm [INF] Reconfiguring daemon osd.5 on smithi142 2024-09-20T23:26:37.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:37 smithi142 bash[74331]: cluster 2024-09-20T23:26:36.358901+0000 mgr.y (mgr.25567) 142 : cluster [DBG] pgmap v36: 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-09-20T23:26:37.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:37 smithi142 bash[74331]: audit 2024-09-20T23:26:36.475327+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:37.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:37 smithi142 bash[74331]: audit 2024-09-20T23:26:36.485061+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:37.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:37 smithi142 bash[74331]: audit 2024-09-20T23:26:36.487594+0000 mon.b (mon.2) 339 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-20T23:26:37.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:37 smithi142 bash[74331]: cephadm 2024-09-20T23:26:36.488253+0000 mgr.y (mgr.25567) 143 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-09-20T23:26:37.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:37 smithi142 bash[74331]: audit 2024-09-20T23:26:36.488591+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:37.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:37 smithi142 bash[74331]: cephadm 2024-09-20T23:26:36.492218+0000 mgr.y (mgr.25567) 144 : cephadm [INF] Reconfiguring daemon osd.5 on smithi142 2024-09-20T23:26:39.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:39 smithi142 bash[74331]: cluster 2024-09-20T23:26:38.359633+0000 mgr.y (mgr.25567) 145 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:39.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:39 smithi083 bash[94658]: cluster 2024-09-20T23:26:38.359633+0000 mgr.y (mgr.25567) 145 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:39.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:39 smithi083 bash[96923]: cluster 2024-09-20T23:26:38.359633+0000 mgr.y (mgr.25567) 145 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:41.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:41 smithi083 bash[94658]: cluster 2024-09-20T23:26:40.360345+0000 mgr.y (mgr.25567) 146 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:41.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:41 smithi083 bash[94658]: audit 2024-09-20T23:26:41.330304+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:41.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:41 smithi083 bash[94658]: audit 2024-09-20T23:26:41.345820+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:41.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:41 smithi083 bash[94658]: audit 2024-09-20T23:26:41.348719+0000 mon.b (mon.2) 341 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-20T23:26:41.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:41 smithi083 bash[94658]: audit 2024-09-20T23:26:41.350591+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:41.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:41 smithi083 bash[96923]: cluster 2024-09-20T23:26:40.360345+0000 mgr.y (mgr.25567) 146 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:41.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:41 smithi083 bash[96923]: audit 2024-09-20T23:26:41.330304+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:41.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:41 smithi083 bash[96923]: audit 2024-09-20T23:26:41.345820+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:41.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:41 smithi083 bash[96923]: audit 2024-09-20T23:26:41.348719+0000 mon.b (mon.2) 341 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-20T23:26:41.729 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:41 smithi083 bash[96923]: audit 2024-09-20T23:26:41.350591+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:41.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:41 smithi142 bash[74331]: cluster 2024-09-20T23:26:40.360345+0000 mgr.y (mgr.25567) 146 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:41.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:41 smithi142 bash[74331]: audit 2024-09-20T23:26:41.330304+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:41.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:41 smithi142 bash[74331]: audit 2024-09-20T23:26:41.345820+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:41.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:41 smithi142 bash[74331]: audit 2024-09-20T23:26:41.348719+0000 mon.b (mon.2) 341 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-20T23:26:41.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:41 smithi142 bash[74331]: audit 2024-09-20T23:26:41.350591+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:42.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:26:41 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:26:41] "GET /metrics HTTP/1.1" 200 38099 "" "Prometheus/2.43.0" 2024-09-20T23:26:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:42 smithi142 bash[74331]: cephadm 2024-09-20T23:26:41.349124+0000 mgr.y (mgr.25567) 147 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-20T23:26:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:42 smithi142 bash[74331]: cephadm 2024-09-20T23:26:41.356899+0000 mgr.y (mgr.25567) 148 : cephadm [INF] Reconfiguring daemon osd.6 on smithi142 2024-09-20T23:26:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:42 smithi142 bash[74331]: audit 2024-09-20T23:26:41.384957+0000 mgr.y (mgr.25567) 149 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:42.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:42 smithi083 bash[94658]: cephadm 2024-09-20T23:26:41.349124+0000 mgr.y (mgr.25567) 147 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-20T23:26:42.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:42 smithi083 bash[94658]: cephadm 2024-09-20T23:26:41.356899+0000 mgr.y (mgr.25567) 148 : cephadm [INF] Reconfiguring daemon osd.6 on smithi142 2024-09-20T23:26:42.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:42 smithi083 bash[94658]: audit 2024-09-20T23:26:41.384957+0000 mgr.y (mgr.25567) 149 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:42.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:42 smithi083 bash[96923]: cephadm 2024-09-20T23:26:41.349124+0000 mgr.y (mgr.25567) 147 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-09-20T23:26:42.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:42 smithi083 bash[96923]: cephadm 2024-09-20T23:26:41.356899+0000 mgr.y (mgr.25567) 148 : cephadm [INF] Reconfiguring daemon osd.6 on smithi142 2024-09-20T23:26:42.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:42 smithi083 bash[96923]: audit 2024-09-20T23:26:41.384957+0000 mgr.y (mgr.25567) 149 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:43.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:43 smithi142 bash[74331]: cluster 2024-09-20T23:26:42.361993+0000 mgr.y (mgr.25567) 150 : cluster [DBG] pgmap v39: 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-09-20T23:26:43.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:43 smithi083 bash[94658]: cluster 2024-09-20T23:26:42.361993+0000 mgr.y (mgr.25567) 150 : cluster [DBG] pgmap v39: 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-09-20T23:26:43.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:43 smithi083 bash[96923]: cluster 2024-09-20T23:26:42.361993+0000 mgr.y (mgr.25567) 150 : cluster [DBG] pgmap v39: 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-09-20T23:26:45.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:44 smithi142 bash[74331]: audit 2024-09-20T23:26:43.711119+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:45.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:44 smithi142 bash[74331]: audit 2024-09-20T23:26:43.723215+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:45.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:44 smithi142 bash[74331]: audit 2024-09-20T23:26:43.725615+0000 mon.b (mon.2) 343 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-20T23:26:45.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:44 smithi142 bash[74331]: cephadm 2024-09-20T23:26:43.726034+0000 mgr.y (mgr.25567) 151 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-20T23:26:45.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:44 smithi142 bash[74331]: audit 2024-09-20T23:26:43.727226+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:45.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:44 smithi142 bash[74331]: cephadm 2024-09-20T23:26:43.733593+0000 mgr.y (mgr.25567) 152 : cephadm [INF] Reconfiguring daemon osd.7 on smithi142 2024-09-20T23:26:45.074 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:44 smithi142 bash[74331]: cluster 2024-09-20T23:26:44.362788+0000 mgr.y (mgr.25567) 153 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:45.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[94658]: audit 2024-09-20T23:26:43.711119+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:45.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[94658]: audit 2024-09-20T23:26:43.723215+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:45.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[94658]: audit 2024-09-20T23:26:43.725615+0000 mon.b (mon.2) 343 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-20T23:26:45.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[94658]: cephadm 2024-09-20T23:26:43.726034+0000 mgr.y (mgr.25567) 151 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-20T23:26:45.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[94658]: audit 2024-09-20T23:26:43.727226+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:45.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[94658]: cephadm 2024-09-20T23:26:43.733593+0000 mgr.y (mgr.25567) 152 : cephadm [INF] Reconfiguring daemon osd.7 on smithi142 2024-09-20T23:26:45.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[94658]: cluster 2024-09-20T23:26:44.362788+0000 mgr.y (mgr.25567) 153 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:45.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[96923]: audit 2024-09-20T23:26:43.711119+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:45.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[96923]: audit 2024-09-20T23:26:43.723215+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:45.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[96923]: audit 2024-09-20T23:26:43.725615+0000 mon.b (mon.2) 343 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-20T23:26:45.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[96923]: cephadm 2024-09-20T23:26:43.726034+0000 mgr.y (mgr.25567) 151 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-09-20T23:26:45.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[96923]: audit 2024-09-20T23:26:43.727226+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:45.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[96923]: cephadm 2024-09-20T23:26:43.733593+0000 mgr.y (mgr.25567) 152 : cephadm [INF] Reconfiguring daemon osd.7 on smithi142 2024-09-20T23:26:45.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:44 smithi083 bash[96923]: cluster 2024-09-20T23:26:44.362788+0000 mgr.y (mgr.25567) 153 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:45.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:45 smithi142 bash[74331]: audit 2024-09-20T23:26:45.423937+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:26:46.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:45 smithi083 bash[94658]: audit 2024-09-20T23:26:45.423937+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:26:46.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:45 smithi083 bash[96923]: audit 2024-09-20T23:26:45.423937+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:26:47.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[94658]: audit 2024-09-20T23:26:46.096887+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:47.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[94658]: audit 2024-09-20T23:26:46.113158+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:47.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[94658]: audit 2024-09-20T23:26:46.117340+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T23:26:47.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[94658]: cephadm 2024-09-20T23:26:46.117656+0000 mgr.y (mgr.25567) 154 : cephadm [INF] Reconfiguring rgw.foo.smithi142.qztnvt (monmap changed)... 2024-09-20T23:26:47.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[94658]: audit 2024-09-20T23:26:46.119040+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T23:26:47.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[94658]: audit 2024-09-20T23:26:46.123554+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:47.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[94658]: cephadm 2024-09-20T23:26:46.126604+0000 mgr.y (mgr.25567) 155 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi142.qztnvt on smithi142 2024-09-20T23:26:47.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[94658]: cluster 2024-09-20T23:26:46.364406+0000 mgr.y (mgr.25567) 156 : cluster [DBG] pgmap v41: 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-09-20T23:26:47.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[96923]: audit 2024-09-20T23:26:46.096887+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:47.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[96923]: audit 2024-09-20T23:26:46.113158+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:47.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[96923]: audit 2024-09-20T23:26:46.117340+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T23:26:47.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[96923]: cephadm 2024-09-20T23:26:46.117656+0000 mgr.y (mgr.25567) 154 : cephadm [INF] Reconfiguring rgw.foo.smithi142.qztnvt (monmap changed)... 2024-09-20T23:26:47.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[96923]: audit 2024-09-20T23:26:46.119040+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T23:26:47.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[96923]: audit 2024-09-20T23:26:46.123554+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:47.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[96923]: cephadm 2024-09-20T23:26:46.126604+0000 mgr.y (mgr.25567) 155 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi142.qztnvt on smithi142 2024-09-20T23:26:47.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:47 smithi083 bash[96923]: cluster 2024-09-20T23:26:46.364406+0000 mgr.y (mgr.25567) 156 : cluster [DBG] pgmap v41: 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-09-20T23:26:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:47 smithi142 bash[74331]: audit 2024-09-20T23:26:46.096887+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:47 smithi142 bash[74331]: audit 2024-09-20T23:26:46.113158+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:47 smithi142 bash[74331]: audit 2024-09-20T23:26:46.117340+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T23:26:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:47 smithi142 bash[74331]: cephadm 2024-09-20T23:26:46.117656+0000 mgr.y (mgr.25567) 154 : cephadm [INF] Reconfiguring rgw.foo.smithi142.qztnvt (monmap changed)... 2024-09-20T23:26:47.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:47 smithi142 bash[74331]: audit 2024-09-20T23:26:46.119040+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi142.qztnvt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-20T23:26:47.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:47 smithi142 bash[74331]: audit 2024-09-20T23:26:46.123554+0000 mon.b (mon.2) 347 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:47.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:47 smithi142 bash[74331]: cephadm 2024-09-20T23:26:46.126604+0000 mgr.y (mgr.25567) 155 : cephadm [INF] Reconfiguring daemon rgw.foo.smithi142.qztnvt on smithi142 2024-09-20T23:26:47.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:47 smithi142 bash[74331]: cluster 2024-09-20T23:26:46.364406+0000 mgr.y (mgr.25567) 156 : cluster [DBG] pgmap v41: 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-09-20T23:26:49.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.282469+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.294514+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: cluster 2024-09-20T23:26:48.365084+0000 mgr.y (mgr.25567) 157 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:49.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.388784+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:26:49.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.392496+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.395449+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.398044+0000 mgr.y (mgr.25567) 158 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-20T23:26:49.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.405696+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.409433+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.411072+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.417147+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-20T23:26:49.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.420298+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.421956+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.429564+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-20T23:26:49.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.433820+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.436551+0000 mgr.y (mgr.25567) 159 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-20T23:26:49.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.445676+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.452059+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.454901+0000 mgr.y (mgr.25567) 160 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-20T23:26:49.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.463879+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.469417+0000 mon.b (mon.2) 355 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.472350+0000 mgr.y (mgr.25567) 161 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.478942+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.483605+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.486454+0000 mgr.y (mgr.25567) 162 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.489596+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.491335+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.492701+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.494445+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.496610+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.499222+0000 mgr.y (mgr.25567) 163 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.506771+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.512432+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.577 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.522732+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.527695+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.534717+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.539789+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.546901+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.548355+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.548737+0000 mon.b (mon.2) 364 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.550146+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.551044+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.554309+0000 mon.b (mon.2) 366 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.555703+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.555870+0000 mon.b (mon.2) 367 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.557220+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.558004+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.578 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.560975+0000 mon.b (mon.2) 369 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.562386+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.562605+0000 mon.b (mon.2) 370 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.563960+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.564729+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.567705+0000 mon.b (mon.2) 372 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.569080+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.569177+0000 mon.b (mon.2) 373 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.570534+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.571131+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.574270+0000 mon.b (mon.2) 375 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.575681+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.576090+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.577534+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.579 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.578066+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.581238+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.582739+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.583381+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.584971+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.587745+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.589151+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.592974+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.596855+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.598242+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.601520+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.606218+0000 mon.b (mon.2) 382 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.607673+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.611934+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.616041+0000 mon.b (mon.2) 383 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:26:49.580 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.617553+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.618219+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.619858+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.624105+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.628639+0000 mon.b (mon.2) 385 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.630345+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.631256+0000 mon.b (mon.2) 386 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.632883+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.637148+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.641444+0000 mon.b (mon.2) 387 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.643150+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.644335+0000 mon.b (mon.2) 388 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.645978+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.651330+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.655128+0000 mon.b (mon.2) 389 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:26:49.581 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.656821+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.658023+0000 mon.b (mon.2) 390 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.659731+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.665401+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.670789+0000 mon.b (mon.2) 391 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.672496+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.678073+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.681255+0000 mon.b (mon.2) 392 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.682813+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.683476+0000 mon.b (mon.2) 393 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.685023+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.685876+0000 mon.b (mon.2) 394 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.687359+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.688115+0000 mon.b (mon.2) 395 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.582 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.689678+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.690367+0000 mon.b (mon.2) 396 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.691917+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.692601+0000 mon.b (mon.2) 397 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.583 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.694150+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.282469+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.294514+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: cluster 2024-09-20T23:26:48.365084+0000 mgr.y (mgr.25567) 157 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:49.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.388784+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.392496+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.395449+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.398044+0000 mgr.y (mgr.25567) 158 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.405696+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.409433+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.411072+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.417147+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.420298+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.421956+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.429564+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.433820+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.436551+0000 mgr.y (mgr.25567) 159 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-20T23:26:49.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.445676+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.452059+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.454901+0000 mgr.y (mgr.25567) 160 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.463879+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.469417+0000 mon.b (mon.2) 355 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.472350+0000 mgr.y (mgr.25567) 161 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.478942+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.483605+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.486454+0000 mgr.y (mgr.25567) 162 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.489596+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.491335+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.492701+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.494445+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.496610+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.499222+0000 mgr.y (mgr.25567) 163 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-09-20T23:26:49.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.506771+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.512432+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.522732+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.527695+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.534717+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.539789+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.546901+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.548355+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.548737+0000 mon.b (mon.2) 364 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.550146+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.551044+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.554309+0000 mon.b (mon.2) 366 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.555703+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.555870+0000 mon.b (mon.2) 367 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.557220+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.558004+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.560975+0000 mon.b (mon.2) 369 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.562386+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.562605+0000 mon.b (mon.2) 370 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.563960+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.564729+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.567705+0000 mon.b (mon.2) 372 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.569080+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.569177+0000 mon.b (mon.2) 373 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.570534+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.571131+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.574270+0000 mon.b (mon.2) 375 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.575681+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.576090+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.577534+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.578066+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.581238+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.582739+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.583381+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.584971+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.587745+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.589151+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.592974+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.596855+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.598242+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.601520+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-20T23:26:49.588 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.606218+0000 mon.b (mon.2) 382 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:26:49.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.607673+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:26:49.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.611934+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-20T23:26:49.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.616041+0000 mon.b (mon.2) 383 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:26:49.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.617553+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:26:49.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.618219+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:26:49.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.619858+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:26:49.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.624105+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-20T23:26:49.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.628639+0000 mon.b (mon.2) 385 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:26:49.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.630345+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:26:49.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.631256+0000 mon.b (mon.2) 386 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:26:49.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.632883+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:26:49.589 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.637148+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-20T23:26:49.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.641444+0000 mon.b (mon.2) 387 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.643150+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.644335+0000 mon.b (mon.2) 388 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:26:49.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.645978+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:26:49.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.651330+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-20T23:26:49.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.655128+0000 mon.b (mon.2) 389 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:26:49.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.656821+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:26:49.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.658023+0000 mon.b (mon.2) 390 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:26:49.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.659731+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:26:49.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.665401+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-20T23:26:49.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.670789+0000 mon.b (mon.2) 391 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.672496+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.678073+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.681255+0000 mon.b (mon.2) 392 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.682813+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.683476+0000 mon.b (mon.2) 393 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.685023+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.685876+0000 mon.b (mon.2) 394 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.687359+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.688115+0000 mon.b (mon.2) 395 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.689678+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.690367+0000 mon.b (mon.2) 396 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.691917+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.692601+0000 mon.b (mon.2) 397 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.694150+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.695478+0000 mon.b (mon.2) 398 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:26:49.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.696975+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:26:49.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.702780+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-20T23:26:49.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.703058+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:26:49.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.707069+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:49.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.708663+0000 mon.b (mon.2) 401 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:26:49.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.720232+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.874072+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:26:49.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.878138+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:49.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.879936+0000 mon.b (mon.2) 404 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:26:49.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[96923]: audit 2024-09-20T23:26:48.889830+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.282469+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.294514+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: cluster 2024-09-20T23:26:48.365084+0000 mgr.y (mgr.25567) 157 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:49.593 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.388784+0000 mon.b (mon.2) 348 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.392496+0000 mon.b (mon.2) 349 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.395449+0000 mon.b (mon.2) 350 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.398044+0000 mgr.y (mgr.25567) 158 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.405696+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.409433+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.411072+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.417147+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.420298+0000 mon.b (mon.2) 352 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.421956+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.429564+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.433820+0000 mon.b (mon.2) 353 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.436551+0000 mgr.y (mgr.25567) 159 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-20T23:26:49.594 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.445676+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.452059+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.454901+0000 mgr.y (mgr.25567) 160 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.463879+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.469417+0000 mon.b (mon.2) 355 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.472350+0000 mgr.y (mgr.25567) 161 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.478942+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.483605+0000 mon.b (mon.2) 356 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.486454+0000 mgr.y (mgr.25567) 162 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.489596+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.491335+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.492701+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.494445+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.496610+0000 mon.b (mon.2) 359 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.595 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.499222+0000 mgr.y (mgr.25567) 163 : cephadm [INF] Upgrade: Setting container_image for all ceph-exporter 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.506771+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.512432+0000 mon.b (mon.2) 360 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.522732+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.527695+0000 mon.b (mon.2) 361 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.534717+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.539789+0000 mon.b (mon.2) 362 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.546901+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.548355+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.548737+0000 mon.b (mon.2) 364 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.550146+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.551044+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.554309+0000 mon.b (mon.2) 366 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.555703+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.555870+0000 mon.b (mon.2) 367 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.596 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.557220+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.558004+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.560975+0000 mon.b (mon.2) 369 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.562386+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.562605+0000 mon.b (mon.2) 370 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.563960+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.564729+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.567705+0000 mon.b (mon.2) 372 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.569080+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.569177+0000 mon.b (mon.2) 373 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.570534+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.571131+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.574270+0000 mon.b (mon.2) 375 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.575681+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.597 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.576090+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.577534+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.578066+0000 mon.b (mon.2) 377 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.581238+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.582739+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.583381+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.584971+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.587745+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.589151+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.592974+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.596855+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.598242+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.601520+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.606218+0000 mon.b (mon.2) 382 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.607673+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:26:49.598 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.611934+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.616041+0000 mon.b (mon.2) 383 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.617553+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.618219+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.619858+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.624105+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.628639+0000 mon.b (mon.2) 385 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.630345+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.631256+0000 mon.b (mon.2) 386 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.632883+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.637148+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.641444+0000 mon.b (mon.2) 387 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.643150+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.599 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.644335+0000 mon.b (mon.2) 388 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.645978+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.651330+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.655128+0000 mon.b (mon.2) 389 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.656821+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.658023+0000 mon.b (mon.2) 390 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.659731+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.665401+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.670789+0000 mon.b (mon.2) 391 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.672496+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.678073+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.681255+0000 mon.b (mon.2) 392 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.682813+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.683476+0000 mon.b (mon.2) 393 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.685023+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.600 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.685876+0000 mon.b (mon.2) 394 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.687359+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.688115+0000 mon.b (mon.2) 395 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.689678+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.690367+0000 mon.b (mon.2) 396 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.691917+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.692601+0000 mon.b (mon.2) 397 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.694150+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.695478+0000 mon.b (mon.2) 398 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.696975+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.702780+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.703058+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.707069+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.708663+0000 mon.b (mon.2) 401 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.720232+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.601 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.874072+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:26:49.602 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.878138+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:49.602 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.879936+0000 mon.b (mon.2) 404 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:26:49.602 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:49 smithi083 bash[94658]: audit 2024-09-20T23:26:48.889830+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.602 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.695478+0000 mon.b (mon.2) 398 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:26:49.602 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.696975+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:26:49.602 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.702780+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-20T23:26:49.602 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.703058+0000 mon.b (mon.2) 399 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:26:49.602 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.707069+0000 mon.b (mon.2) 400 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:49.602 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.708663+0000 mon.b (mon.2) 401 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:26:49.603 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.720232+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:49.603 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.874072+0000 mon.b (mon.2) 402 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:26:49.603 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.878138+0000 mon.b (mon.2) 403 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:26:49.603 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.879936+0000 mon.b (mon.2) 404 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:26:49.603 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:49 smithi142 bash[74331]: audit 2024-09-20T23:26:48.889830+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:50.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:50 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.515226+0000 mgr.y (mgr.25567) 164 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-20T23:26:50.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:50 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.529944+0000 mgr.y (mgr.25567) 165 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-09-20T23:26:50.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:50 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.544772+0000 mgr.y (mgr.25567) 166 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-20T23:26:50.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:50 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.553469+0000 mgr.y (mgr.25567) 167 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-20T23:26:50.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:50 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.559916+0000 mgr.y (mgr.25567) 168 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-20T23:26:50.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:50 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.566769+0000 mgr.y (mgr.25567) 169 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-20T23:26:50.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:50 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.573150+0000 mgr.y (mgr.25567) 170 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-20T23:26:50.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:50 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.580093+0000 mgr.y (mgr.25567) 171 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-20T23:26:50.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:50 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.586458+0000 mgr.y (mgr.25567) 172 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-20T23:26:50.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:50 smithi142 bash[74331]: cephadm 2024-09-20T23:26:48.695733+0000 mgr.y (mgr.25567) 173 : cephadm [INF] Upgrade: Complete! 2024-09-20T23:26:50.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.515226+0000 mgr.y (mgr.25567) 164 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-20T23:26:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.529944+0000 mgr.y (mgr.25567) 165 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-09-20T23:26:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.544772+0000 mgr.y (mgr.25567) 166 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-20T23:26:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.553469+0000 mgr.y (mgr.25567) 167 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-20T23:26:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.559916+0000 mgr.y (mgr.25567) 168 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-20T23:26:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.566769+0000 mgr.y (mgr.25567) 169 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-20T23:26:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.573150+0000 mgr.y (mgr.25567) 170 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-20T23:26:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.580093+0000 mgr.y (mgr.25567) 171 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-20T23:26:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.586458+0000 mgr.y (mgr.25567) 172 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-20T23:26:50.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[96923]: cephadm 2024-09-20T23:26:48.695733+0000 mgr.y (mgr.25567) 173 : cephadm [INF] Upgrade: Complete! 2024-09-20T23:26:50.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.515226+0000 mgr.y (mgr.25567) 164 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-20T23:26:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.529944+0000 mgr.y (mgr.25567) 165 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-09-20T23:26:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.544772+0000 mgr.y (mgr.25567) 166 : cephadm [INF] Upgrade: Setting container_image for all node-exporter 2024-09-20T23:26:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.553469+0000 mgr.y (mgr.25567) 167 : cephadm [INF] Upgrade: Setting container_image for all prometheus 2024-09-20T23:26:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.559916+0000 mgr.y (mgr.25567) 168 : cephadm [INF] Upgrade: Setting container_image for all alertmanager 2024-09-20T23:26:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.566769+0000 mgr.y (mgr.25567) 169 : cephadm [INF] Upgrade: Setting container_image for all grafana 2024-09-20T23:26:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.573150+0000 mgr.y (mgr.25567) 170 : cephadm [INF] Upgrade: Setting container_image for all loki 2024-09-20T23:26:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.580093+0000 mgr.y (mgr.25567) 171 : cephadm [INF] Upgrade: Setting container_image for all promtail 2024-09-20T23:26:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.586458+0000 mgr.y (mgr.25567) 172 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-20T23:26:50.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:50 smithi083 bash[94658]: cephadm 2024-09-20T23:26:48.695733+0000 mgr.y (mgr.25567) 173 : cephadm [INF] Upgrade: Complete! 2024-09-20T23:26:51.153 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch ps' 2024-09-20T23:26:51.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:51 smithi142 bash[74331]: audit 2024-09-20T23:26:50.313307+0000 mgr.y (mgr.25567) 174 : audit [DBG] from='client.44202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:51.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:51 smithi142 bash[74331]: cluster 2024-09-20T23:26:50.365500+0000 mgr.y (mgr.25567) 175 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:51.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:51 smithi142 bash[74331]: audit 2024-09-20T23:26:50.442580+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:51.666 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:51 smithi083 bash[96923]: audit 2024-09-20T23:26:50.313307+0000 mgr.y (mgr.25567) 174 : audit [DBG] from='client.44202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:51.666 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:51 smithi083 bash[96923]: cluster 2024-09-20T23:26:50.365500+0000 mgr.y (mgr.25567) 175 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:51.666 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:51 smithi083 bash[96923]: audit 2024-09-20T23:26:50.442580+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:51.666 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:51 smithi083 bash[94658]: audit 2024-09-20T23:26:50.313307+0000 mgr.y (mgr.25567) 174 : audit [DBG] from='client.44202 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:51.666 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:51 smithi083 bash[94658]: cluster 2024-09-20T23:26:50.365500+0000 mgr.y (mgr.25567) 175 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:51.666 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:51 smithi083 bash[94658]: audit 2024-09-20T23:26:50.442580+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:52.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:26:51 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:26:51] "GET /metrics HTTP/1.1" 200 38100 "" "Prometheus/2.43.0" 2024-09-20T23:26:52.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:52 smithi083 bash[94658]: audit 2024-09-20T23:26:51.392931+0000 mgr.y (mgr.25567) 176 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:52.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:52 smithi083 bash[96923]: audit 2024-09-20T23:26:51.392931+0000 mgr.y (mgr.25567) 176 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:52.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:52 smithi142 bash[74331]: audit 2024-09-20T23:26:51.392931+0000 mgr.y (mgr.25567) 176 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:26:53.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:53 smithi083 bash[96923]: cluster 2024-09-20T23:26:52.367118+0000 mgr.y (mgr.25567) 177 : cluster [DBG] pgmap v44: 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-09-20T23:26:53.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:53 smithi083 bash[96923]: audit 2024-09-20T23:26:52.891764+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:53.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:53 smithi083 bash[96923]: audit 2024-09-20T23:26:52.905276+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:53.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:53 smithi083 bash[96923]: audit 2024-09-20T23:26:52.916221+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:53.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:53 smithi083 bash[94658]: cluster 2024-09-20T23:26:52.367118+0000 mgr.y (mgr.25567) 177 : cluster [DBG] pgmap v44: 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-09-20T23:26:53.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:53 smithi083 bash[94658]: audit 2024-09-20T23:26:52.891764+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:53.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:53 smithi083 bash[94658]: audit 2024-09-20T23:26:52.905276+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:53.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:53 smithi083 bash[94658]: audit 2024-09-20T23:26:52.916221+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:53.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:53 smithi142 bash[74331]: cluster 2024-09-20T23:26:52.367118+0000 mgr.y (mgr.25567) 177 : cluster [DBG] pgmap v44: 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-09-20T23:26:53.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:53 smithi142 bash[74331]: audit 2024-09-20T23:26:52.891764+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:53.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:53 smithi142 bash[74331]: audit 2024-09-20T23:26:52.905276+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:53.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:53 smithi142 bash[74331]: audit 2024-09-20T23:26:52.916221+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:55.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:55 smithi142 bash[74331]: audit 2024-09-20T23:26:54.006935+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:55.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:55 smithi142 bash[74331]: audit 2024-09-20T23:26:54.018887+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:55.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:55 smithi142 bash[74331]: audit 2024-09-20T23:26:54.034277+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:55.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:55 smithi142 bash[74331]: cluster 2024-09-20T23:26:54.367838+0000 mgr.y (mgr.25567) 178 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:55.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:55 smithi083 bash[96923]: audit 2024-09-20T23:26:54.006935+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:55.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:55 smithi083 bash[96923]: audit 2024-09-20T23:26:54.018887+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:55.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:55 smithi083 bash[96923]: audit 2024-09-20T23:26:54.034277+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:55.324 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:55 smithi083 bash[96923]: cluster 2024-09-20T23:26:54.367838+0000 mgr.y (mgr.25567) 178 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:55.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:55 smithi083 bash[94658]: audit 2024-09-20T23:26:54.006935+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:55.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:55 smithi083 bash[94658]: audit 2024-09-20T23:26:54.018887+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:55.324 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:55 smithi083 bash[94658]: audit 2024-09-20T23:26:54.034277+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:26:55.325 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:55 smithi083 bash[94658]: cluster 2024-09-20T23:26:54.367838+0000 mgr.y (mgr.25567) 178 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:56.998 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:26:56.998 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 4s ago 36m - - 2024-09-20T23:26:56.998 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 2s ago 36m - - 2024-09-20T23:26:56.998 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (18m) 4s ago 29m 14.5M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:26:56.999 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (4m) 2s ago 28m 74.1M - 9.4.12 2bacad6d85d8 0e41a43feae1 2024-09-20T23:26:56.999 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (5m) 4s ago 26m 44.1M - 3.5 e1d6a67b021e 0cd44e702c29 2024-09-20T23:26:56.999 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283,8765 running (77s) 2s ago 35m 424M - 19.1.1-367-g9e2ac70b cc9251b744a3 62ae6d80cf11 2024-09-20T23:26:56.999 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (16m) 4s ago 37m 490M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:26:56.999 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (97s) 4s ago 37m 45.0M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 9d28421cf848 2024-09-20T23:26:56.999 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (2m) 2s ago 35m 44.5M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 a8389ef65d4a 2024-09-20T23:26:56.999 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (61s) 4s ago 35m 33.8M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 dae7cd27f6fd 2024-09-20T23:26:56.999 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (19m) 4s ago 29m 9023k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:26:56.999 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (18m) 2s ago 29m 8804k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:26:57.000 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (34m) 4s ago 34m 57.5M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:26:57.000 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (34m) 4s ago 34m 58.8M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:26:57.000 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (33m) 4s ago 33m 53.2M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:26:57.000 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (32m) 4s ago 32m 57.7M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:26:57.000 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (32m) 2s ago 32m 60.3M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:26:57.000 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (31m) 2s ago 31m 56.6M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:26:57.000 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (30m) 2s ago 30m 54.4M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:26:57.000 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (30m) 2s ago 30m 58.4M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:26:57.000 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (4m) 2s ago 29m 58.7M - 2.43.0 a07b618ecd1d c2f1748fdf3a 2024-09-20T23:26:57.000 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (27m) 4s ago 27m 89.7M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:26:57.000 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (27m) 2s ago 27m 92.4M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:26:57.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:57 smithi083 bash[96923]: cluster 2024-09-20T23:26:56.369415+0000 mgr.y (mgr.25567) 179 : cluster [DBG] pgmap v46: 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-09-20T23:26:57.795 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:57 smithi083 bash[94658]: cluster 2024-09-20T23:26:56.369415+0000 mgr.y (mgr.25567) 179 : cluster [DBG] pgmap v46: 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-09-20T23:26:57.796 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 1'"'"'' 2024-09-20T23:26:57.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:57 smithi142 bash[74331]: cluster 2024-09-20T23:26:56.369415+0000 mgr.y (mgr.25567) 179 : cluster [DBG] pgmap v46: 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-09-20T23:26:58.767 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:58 smithi142 bash[74331]: audit 2024-09-20T23:26:56.982264+0000 mgr.y (mgr.25567) 180 : audit [DBG] from='client.44208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:58.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:58 smithi083 bash[94658]: audit 2024-09-20T23:26:56.982264+0000 mgr.y (mgr.25567) 180 : audit [DBG] from='client.44208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:58.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:58 smithi083 bash[96923]: audit 2024-09-20T23:26:56.982264+0000 mgr.y (mgr.25567) 180 : audit [DBG] from='client.44208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:26:59.691 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:26:59 smithi083 bash[94658]: cluster 2024-09-20T23:26:58.370316+0000 mgr.y (mgr.25567) 181 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:59.691 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:26:59 smithi083 bash[96923]: cluster 2024-09-20T23:26:58.370316+0000 mgr.y (mgr.25567) 181 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:26:59.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:26:59 smithi142 bash[74331]: cluster 2024-09-20T23:26:58.370316+0000 mgr.y (mgr.25567) 181 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:00.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:00 smithi142 bash[74331]: audit 2024-09-20T23:27:00.424451+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:27:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:00 smithi083 bash[96923]: audit 2024-09-20T23:27:00.424451+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:27:00.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:00 smithi083 bash[94658]: audit 2024-09-20T23:27:00.424451+0000 mon.b (mon.2) 405 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:27:01.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:01 smithi083 bash[94658]: cluster 2024-09-20T23:27:00.371142+0000 mgr.y (mgr.25567) 182 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:01.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:01 smithi083 bash[96923]: cluster 2024-09-20T23:27:00.371142+0000 mgr.y (mgr.25567) 182 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:01.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:01 smithi142 bash[74331]: cluster 2024-09-20T23:27:00.371142+0000 mgr.y (mgr.25567) 182 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:02.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:27:01 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:27:01] "GET /metrics HTTP/1.1" 200 38096 "" "Prometheus/2.43.0" 2024-09-20T23:27:02.107 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:27:02.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:02 smithi142 bash[74331]: audit 2024-09-20T23:27:01.404089+0000 mgr.y (mgr.25567) 183 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:02.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:02 smithi142 bash[74331]: audit 2024-09-20T23:27:02.095799+0000 mon.a (mon.0) 285 : audit [DBG] from='client.? 172.21.15.83:0/2939826850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:02 smithi083 bash[94658]: audit 2024-09-20T23:27:01.404089+0000 mgr.y (mgr.25567) 183 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:02 smithi083 bash[94658]: audit 2024-09-20T23:27:02.095799+0000 mon.a (mon.0) 285 : audit [DBG] from='client.? 172.21.15.83:0/2939826850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:02.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:02 smithi083 bash[96923]: audit 2024-09-20T23:27:01.404089+0000 mgr.y (mgr.25567) 183 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:02.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:02 smithi083 bash[96923]: audit 2024-09-20T23:27:02.095799+0000 mon.a (mon.0) 285 : audit [DBG] from='client.? 172.21.15.83:0/2939826850' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:02.954 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions | jq -e '"'"'.mon | keys'"'"' | grep $sha1' 2024-09-20T23:27:03.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:03 smithi142 bash[74331]: cluster 2024-09-20T23:27:02.372858+0000 mgr.y (mgr.25567) 184 : cluster [DBG] pgmap v49: 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-09-20T23:27:03.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:03 smithi083 bash[94658]: cluster 2024-09-20T23:27:02.372858+0000 mgr.y (mgr.25567) 184 : cluster [DBG] pgmap v49: 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-09-20T23:27:03.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:03 smithi083 bash[96923]: cluster 2024-09-20T23:27:02.372858+0000 mgr.y (mgr.25567) 184 : cluster [DBG] pgmap v49: 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-09-20T23:27:05.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:05 smithi142 bash[74331]: cluster 2024-09-20T23:27:04.373539+0000 mgr.y (mgr.25567) 185 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:05.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:05 smithi083 bash[94658]: cluster 2024-09-20T23:27:04.373539+0000 mgr.y (mgr.25567) 185 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:05.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:05 smithi083 bash[96923]: cluster 2024-09-20T23:27:04.373539+0000 mgr.y (mgr.25567) 185 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:06.768 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)" 2024-09-20T23:27:07.503 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 5'"'"'' 2024-09-20T23:27:07.750 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:07 smithi083 bash[96923]: cluster 2024-09-20T23:27:06.374360+0000 mgr.y (mgr.25567) 186 : cluster [DBG] pgmap v51: 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-09-20T23:27:07.750 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:07 smithi083 bash[96923]: audit 2024-09-20T23:27:06.756336+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.83:0/1150101926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:07.750 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:07 smithi083 bash[94658]: cluster 2024-09-20T23:27:06.374360+0000 mgr.y (mgr.25567) 186 : cluster [DBG] pgmap v51: 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-09-20T23:27:07.751 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:07 smithi083 bash[94658]: audit 2024-09-20T23:27:06.756336+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.83:0/1150101926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:07.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:07 smithi142 bash[74331]: cluster 2024-09-20T23:27:06.374360+0000 mgr.y (mgr.25567) 186 : cluster [DBG] pgmap v51: 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-09-20T23:27:07.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:07 smithi142 bash[74331]: audit 2024-09-20T23:27:06.756336+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.83:0/1150101926' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:09.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:09 smithi142 bash[74331]: cluster 2024-09-20T23:27:08.375033+0000 mgr.y (mgr.25567) 187 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:09.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:09 smithi083 bash[94658]: cluster 2024-09-20T23:27:08.375033+0000 mgr.y (mgr.25567) 187 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:09.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:09 smithi083 bash[96923]: cluster 2024-09-20T23:27:08.375033+0000 mgr.y (mgr.25567) 187 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:11.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:11 smithi083 bash[96923]: cluster 2024-09-20T23:27:10.375729+0000 mgr.y (mgr.25567) 188 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:11.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:11 smithi083 bash[94658]: cluster 2024-09-20T23:27:10.375729+0000 mgr.y (mgr.25567) 188 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:11.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:11 smithi142 bash[74331]: cluster 2024-09-20T23:27:10.375729+0000 mgr.y (mgr.25567) 188 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:12.001 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:27:11 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:27:11] "GET /metrics HTTP/1.1" 200 38096 "" "Prometheus/2.43.0" 2024-09-20T23:27:12.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:12 smithi142 bash[74331]: audit 2024-09-20T23:27:11.183732+0000 mgr.y (mgr.25567) 189 : audit [DBG] from='client.44226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:12.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:12 smithi142 bash[74331]: audit 2024-09-20T23:27:11.415316+0000 mgr.y (mgr.25567) 190 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:12.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:12 smithi083 bash[94658]: audit 2024-09-20T23:27:11.183732+0000 mgr.y (mgr.25567) 189 : audit [DBG] from='client.44226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:12.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:12 smithi083 bash[94658]: audit 2024-09-20T23:27:11.415316+0000 mgr.y (mgr.25567) 190 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:12.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:12 smithi083 bash[96923]: audit 2024-09-20T23:27:11.183732+0000 mgr.y (mgr.25567) 189 : audit [DBG] from='client.44226 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:12.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:12 smithi083 bash[96923]: audit 2024-09-20T23:27:11.415316+0000 mgr.y (mgr.25567) 190 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:13.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:13 smithi142 bash[74331]: cluster 2024-09-20T23:27:12.377370+0000 mgr.y (mgr.25567) 191 : cluster [DBG] pgmap v54: 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-09-20T23:27:13.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:13 smithi142 bash[74331]: audit 2024-09-20T23:27:13.118226+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:13.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:13 smithi142 bash[74331]: audit 2024-09-20T23:27:13.135032+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:13.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:13 smithi142 bash[74331]: audit 2024-09-20T23:27:13.146145+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:13.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:13 smithi083 bash[94658]: cluster 2024-09-20T23:27:12.377370+0000 mgr.y (mgr.25567) 191 : cluster [DBG] pgmap v54: 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-09-20T23:27:13.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:13 smithi083 bash[94658]: audit 2024-09-20T23:27:13.118226+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:13.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:13 smithi083 bash[94658]: audit 2024-09-20T23:27:13.135032+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:13.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:13 smithi083 bash[94658]: audit 2024-09-20T23:27:13.146145+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:13.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:13 smithi083 bash[96923]: cluster 2024-09-20T23:27:12.377370+0000 mgr.y (mgr.25567) 191 : cluster [DBG] pgmap v54: 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-09-20T23:27:13.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:13 smithi083 bash[96923]: audit 2024-09-20T23:27:13.118226+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:13.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:13 smithi083 bash[96923]: audit 2024-09-20T23:27:13.135032+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:13.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:13 smithi083 bash[96923]: audit 2024-09-20T23:27:13.146145+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:14.399 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:27:15.378 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch upgrade status' 2024-09-20T23:27:15.491 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:15 smithi142 bash[74331]: audit 2024-09-20T23:27:14.238682+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:15.491 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:15 smithi142 bash[74331]: audit 2024-09-20T23:27:14.252480+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:15.491 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:15 smithi142 bash[74331]: audit 2024-09-20T23:27:14.265812+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:15.491 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:15 smithi142 bash[74331]: cluster 2024-09-20T23:27:14.378082+0000 mgr.y (mgr.25567) 192 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:15.515 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:15 smithi083 bash[94658]: audit 2024-09-20T23:27:14.238682+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:15.515 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:15 smithi083 bash[94658]: audit 2024-09-20T23:27:14.252480+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:15.515 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:15 smithi083 bash[94658]: audit 2024-09-20T23:27:14.265812+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:15.515 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:15 smithi083 bash[94658]: cluster 2024-09-20T23:27:14.378082+0000 mgr.y (mgr.25567) 192 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:15.515 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:15 smithi083 bash[96923]: audit 2024-09-20T23:27:14.238682+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:15.515 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:15 smithi083 bash[96923]: audit 2024-09-20T23:27:14.252480+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:15.515 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:15 smithi083 bash[96923]: audit 2024-09-20T23:27:14.265812+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:15.515 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:15 smithi083 bash[96923]: cluster 2024-09-20T23:27:14.378082+0000 mgr.y (mgr.25567) 192 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:16 smithi142 bash[74331]: audit 2024-09-20T23:27:15.424274+0000 mon.b (mon.2) 406 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:27:16.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:16 smithi083 bash[94658]: audit 2024-09-20T23:27:15.424274+0000 mon.b (mon.2) 406 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:27:16.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:16 smithi083 bash[96923]: audit 2024-09-20T23:27:15.424274+0000 mon.b (mon.2) 406 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:27:17.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:17 smithi142 bash[74331]: cluster 2024-09-20T23:27:16.379650+0000 mgr.y (mgr.25567) 193 : cluster [DBG] pgmap v56: 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-09-20T23:27:17.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:17 smithi083 bash[96923]: cluster 2024-09-20T23:27:16.379650+0000 mgr.y (mgr.25567) 193 : cluster [DBG] pgmap v56: 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-09-20T23:27:17.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:17 smithi083 bash[94658]: cluster 2024-09-20T23:27:16.379650+0000 mgr.y (mgr.25567) 193 : cluster [DBG] pgmap v56: 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-09-20T23:27:19.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:19 smithi083 bash[94658]: cluster 2024-09-20T23:27:18.380049+0000 mgr.y (mgr.25567) 194 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:19.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:19 smithi083 bash[96923]: cluster 2024-09-20T23:27:18.380049+0000 mgr.y (mgr.25567) 194 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:19.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:19 smithi142 bash[74331]: cluster 2024-09-20T23:27:18.380049+0000 mgr.y (mgr.25567) 194 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:21.279 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:27:21.279 INFO:teuthology.orchestra.run.smithi083.stdout: "target_image": null, 2024-09-20T23:27:21.279 INFO:teuthology.orchestra.run.smithi083.stdout: "in_progress": false, 2024-09-20T23:27:21.279 INFO:teuthology.orchestra.run.smithi083.stdout: "which": "", 2024-09-20T23:27:21.279 INFO:teuthology.orchestra.run.smithi083.stdout: "services_complete": [], 2024-09-20T23:27:21.279 INFO:teuthology.orchestra.run.smithi083.stdout: "progress": null, 2024-09-20T23:27:21.279 INFO:teuthology.orchestra.run.smithi083.stdout: "message": "", 2024-09-20T23:27:21.279 INFO:teuthology.orchestra.run.smithi083.stdout: "is_paused": false 2024-09-20T23:27:21.279 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:27:21.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:21 smithi083 bash[94658]: cluster 2024-09-20T23:27:20.380721+0000 mgr.y (mgr.25567) 195 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:21.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:21 smithi083 bash[96923]: cluster 2024-09-20T23:27:20.380721+0000 mgr.y (mgr.25567) 195 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:21.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:21 smithi142 bash[74331]: cluster 2024-09-20T23:27:20.380721+0000 mgr.y (mgr.25567) 195 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:22.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:27:21 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:27:21] "GET /metrics HTTP/1.1" 200 38096 "" "Prometheus/2.43.0" 2024-09-20T23:27:22.111 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph health detail' 2024-09-20T23:27:22.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:22 smithi142 bash[74331]: audit 2024-09-20T23:27:21.279570+0000 mgr.y (mgr.25567) 196 : audit [DBG] from='client.54163 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:22.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:22 smithi142 bash[74331]: audit 2024-09-20T23:27:21.420894+0000 mgr.y (mgr.25567) 197 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:22.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:22 smithi083 bash[94658]: audit 2024-09-20T23:27:21.279570+0000 mgr.y (mgr.25567) 196 : audit [DBG] from='client.54163 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:22.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:22 smithi083 bash[94658]: audit 2024-09-20T23:27:21.420894+0000 mgr.y (mgr.25567) 197 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:22.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:22 smithi083 bash[96923]: audit 2024-09-20T23:27:21.279570+0000 mgr.y (mgr.25567) 196 : audit [DBG] from='client.54163 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:22.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:22 smithi083 bash[96923]: audit 2024-09-20T23:27:21.420894+0000 mgr.y (mgr.25567) 197 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:23.708 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:23 smithi083 bash[96923]: cluster 2024-09-20T23:27:22.382377+0000 mgr.y (mgr.25567) 198 : cluster [DBG] pgmap v59: 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-09-20T23:27:23.708 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:23 smithi083 bash[94658]: cluster 2024-09-20T23:27:22.382377+0000 mgr.y (mgr.25567) 198 : cluster [DBG] pgmap v59: 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-09-20T23:27:23.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:23 smithi142 bash[74331]: cluster 2024-09-20T23:27:22.382377+0000 mgr.y (mgr.25567) 198 : cluster [DBG] pgmap v59: 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-09-20T23:27:25.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:25 smithi142 bash[74331]: cluster 2024-09-20T23:27:24.383041+0000 mgr.y (mgr.25567) 199 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:25.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:25 smithi083 bash[96923]: cluster 2024-09-20T23:27:24.383041+0000 mgr.y (mgr.25567) 199 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:25.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:25 smithi083 bash[94658]: cluster 2024-09-20T23:27:24.383041+0000 mgr.y (mgr.25567) 199 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:25.904 INFO:teuthology.orchestra.run.smithi083.stdout:HEALTH_OK 2024-09-20T23:27:26.634 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 2' 2024-09-20T23:27:26.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:26 smithi142 bash[74331]: audit 2024-09-20T23:27:25.905828+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.83:0/99327366' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:27:26.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:26 smithi083 bash[94658]: audit 2024-09-20T23:27:25.905828+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.83:0/99327366' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:27:26.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:26 smithi083 bash[96923]: audit 2024-09-20T23:27:25.905828+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.83:0/99327366' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-20T23:27:27.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:27 smithi142 bash[74331]: cluster 2024-09-20T23:27:26.384603+0000 mgr.y (mgr.25567) 200 : cluster [DBG] pgmap v61: 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-09-20T23:27:27.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:27 smithi083 bash[94658]: cluster 2024-09-20T23:27:26.384603+0000 mgr.y (mgr.25567) 200 : cluster [DBG] pgmap v61: 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-09-20T23:27:27.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:27 smithi083 bash[96923]: cluster 2024-09-20T23:27:26.384603+0000 mgr.y (mgr.25567) 200 : cluster [DBG] pgmap v61: 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-09-20T23:27:29.743 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:29 smithi083 bash[94658]: cluster 2024-09-20T23:27:28.385305+0000 mgr.y (mgr.25567) 201 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:29.744 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:29 smithi083 bash[96923]: cluster 2024-09-20T23:27:28.385305+0000 mgr.y (mgr.25567) 201 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:29.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:29 smithi142 bash[74331]: cluster 2024-09-20T23:27:28.385305+0000 mgr.y (mgr.25567) 201 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:30.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:30 smithi142 bash[74331]: audit 2024-09-20T23:27:30.424703+0000 mon.b (mon.2) 407 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:27:30.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:30 smithi083 bash[96923]: audit 2024-09-20T23:27:30.424703+0000 mon.b (mon.2) 407 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:27:30.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:30 smithi083 bash[94658]: audit 2024-09-20T23:27:30.424703+0000 mon.b (mon.2) 407 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:27:31.690 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:31 smithi083 bash[94658]: audit 2024-09-20T23:27:30.188093+0000 mgr.y (mgr.25567) 202 : audit [DBG] from='client.44244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:31.690 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:31 smithi083 bash[94658]: cluster 2024-09-20T23:27:30.385940+0000 mgr.y (mgr.25567) 203 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:31.691 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:31 smithi083 bash[96923]: audit 2024-09-20T23:27:30.188093+0000 mgr.y (mgr.25567) 202 : audit [DBG] from='client.44244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:31.691 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:31 smithi083 bash[96923]: cluster 2024-09-20T23:27:30.385940+0000 mgr.y (mgr.25567) 203 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:31.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:31 smithi142 bash[74331]: audit 2024-09-20T23:27:30.188093+0000 mgr.y (mgr.25567) 202 : audit [DBG] from='client.44244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:31.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:31 smithi142 bash[74331]: cluster 2024-09-20T23:27:30.385940+0000 mgr.y (mgr.25567) 203 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:32.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:27:31 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:27:31] "GET /metrics HTTP/1.1" 200 38096 "" "Prometheus/2.43.0" 2024-09-20T23:27:32.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:32 smithi142 bash[74331]: audit 2024-09-20T23:27:31.431924+0000 mgr.y (mgr.25567) 204 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:32.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:32 smithi083 bash[94658]: audit 2024-09-20T23:27:31.431924+0000 mgr.y (mgr.25567) 204 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:32.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:32 smithi083 bash[96923]: audit 2024-09-20T23:27:31.431924+0000 mgr.y (mgr.25567) 204 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:33.146 INFO:teuthology.orchestra.run.smithi083.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:27:33.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:33 smithi142 bash[74331]: cluster 2024-09-20T23:27:32.387590+0000 mgr.y (mgr.25567) 205 : cluster [DBG] pgmap v64: 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-09-20T23:27:33.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:33 smithi142 bash[74331]: audit 2024-09-20T23:27:33.146063+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:33 smithi142 bash[74331]: audit 2024-09-20T23:27:33.147008+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:33.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:33 smithi142 bash[74331]: audit 2024-09-20T23:27:33.151277+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:33.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:33 smithi142 bash[74331]: audit 2024-09-20T23:27:33.152681+0000 mon.b (mon.2) 410 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:33 smithi142 bash[74331]: audit 2024-09-20T23:27:33.161631+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:33 smithi142 bash[74331]: audit 2024-09-20T23:27:33.272800+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:33 smithi142 bash[74331]: audit 2024-09-20T23:27:33.283394+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:33 smithi142 bash[74331]: audit 2024-09-20T23:27:33.292202+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[94658]: cluster 2024-09-20T23:27:32.387590+0000 mgr.y (mgr.25567) 205 : cluster [DBG] pgmap v64: 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-09-20T23:27:33.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[94658]: audit 2024-09-20T23:27:33.146063+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[94658]: audit 2024-09-20T23:27:33.147008+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:33.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[94658]: audit 2024-09-20T23:27:33.151277+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:33.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[94658]: audit 2024-09-20T23:27:33.152681+0000 mon.b (mon.2) 410 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:33.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[94658]: audit 2024-09-20T23:27:33.161631+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[94658]: audit 2024-09-20T23:27:33.272800+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[94658]: audit 2024-09-20T23:27:33.283394+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[94658]: audit 2024-09-20T23:27:33.292202+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[96923]: cluster 2024-09-20T23:27:32.387590+0000 mgr.y (mgr.25567) 205 : cluster [DBG] pgmap v64: 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-09-20T23:27:33.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[96923]: audit 2024-09-20T23:27:33.146063+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[96923]: audit 2024-09-20T23:27:33.147008+0000 mon.b (mon.2) 408 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:33.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[96923]: audit 2024-09-20T23:27:33.151277+0000 mon.b (mon.2) 409 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:33.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[96923]: audit 2024-09-20T23:27:33.152681+0000 mon.b (mon.2) 410 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:33.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[96923]: audit 2024-09-20T23:27:33.161631+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[96923]: audit 2024-09-20T23:27:33.272800+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[96923]: audit 2024-09-20T23:27:33.283394+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:33 smithi083 bash[96923]: audit 2024-09-20T23:27:33.292202+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:33.840 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- 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 ; sleep 30 ; done' 2024-09-20T23:27:34.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:34 smithi142 bash[74331]: cephadm 2024-09-20T23:27:33.137224+0000 mgr.y (mgr.25567) 206 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:27:34.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:34 smithi142 bash[74331]: cephadm 2024-09-20T23:27:33.253556+0000 mgr.y (mgr.25567) 207 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:27:34.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:34 smithi142 bash[74331]: audit 2024-09-20T23:27:34.447696+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:34.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:34 smithi142 bash[74331]: audit 2024-09-20T23:27:34.462757+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:34.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:34 smithi142 bash[74331]: audit 2024-09-20T23:27:34.480730+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:34.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:34 smithi083 bash[96923]: cephadm 2024-09-20T23:27:33.137224+0000 mgr.y (mgr.25567) 206 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:27:34.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:34 smithi083 bash[96923]: cephadm 2024-09-20T23:27:33.253556+0000 mgr.y (mgr.25567) 207 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:27:34.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:34 smithi083 bash[96923]: audit 2024-09-20T23:27:34.447696+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:34.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:34 smithi083 bash[96923]: audit 2024-09-20T23:27:34.462757+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:34.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:34 smithi083 bash[96923]: audit 2024-09-20T23:27:34.480730+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:34.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:34 smithi083 bash[94658]: cephadm 2024-09-20T23:27:33.137224+0000 mgr.y (mgr.25567) 206 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:27:34.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:34 smithi083 bash[94658]: cephadm 2024-09-20T23:27:33.253556+0000 mgr.y (mgr.25567) 207 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736 2024-09-20T23:27:34.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:34 smithi083 bash[94658]: audit 2024-09-20T23:27:34.447696+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:34.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:34 smithi083 bash[94658]: audit 2024-09-20T23:27:34.462757+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:34.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:34 smithi083 bash[94658]: audit 2024-09-20T23:27:34.480730+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:35.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:35 smithi142 bash[74331]: cluster 2024-09-20T23:27:34.388449+0000 mgr.y (mgr.25567) 208 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:35.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:35 smithi083 bash[94658]: cluster 2024-09-20T23:27:34.388449+0000 mgr.y (mgr.25567) 208 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:35.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:35 smithi083 bash[96923]: cluster 2024-09-20T23:27:34.388449+0000 mgr.y (mgr.25567) 208 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:37.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:37 smithi142 bash[74331]: cluster 2024-09-20T23:27:36.390017+0000 mgr.y (mgr.25567) 209 : cluster [DBG] pgmap v66: 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-09-20T23:27:37.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:37 smithi083 bash[94658]: cluster 2024-09-20T23:27:36.390017+0000 mgr.y (mgr.25567) 209 : cluster [DBG] pgmap v66: 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-09-20T23:27:37.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:37 smithi083 bash[96923]: cluster 2024-09-20T23:27:36.390017+0000 mgr.y (mgr.25567) 209 : cluster [DBG] pgmap v66: 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-09-20T23:27:39.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: audit 2024-09-20T23:27:38.321890+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:39.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: cephadm 2024-09-20T23:27:38.323130+0000 mgr.y (mgr.25567) 210 : cephadm [INF] Upgrade: Target is version 19.1.1-367-g9e2ac70b (squid) 2024-09-20T23:27:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: cephadm 2024-09-20T23:27:38.323229+0000 mgr.y (mgr.25567) 211 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, digests ['quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5'] 2024-09-20T23:27:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: audit 2024-09-20T23:27:38.324452+0000 mon.b (mon.2) 411 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: audit 2024-09-20T23:27:38.327913+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: cephadm 2024-09-20T23:27:38.330374+0000 mgr.y (mgr.25567) 212 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-20T23:27:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: audit 2024-09-20T23:27:38.337100+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: audit 2024-09-20T23:27:38.341319+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: cephadm 2024-09-20T23:27:38.343833+0000 mgr.y (mgr.25567) 213 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-20T23:27:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: audit 2024-09-20T23:27:38.351923+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: audit 2024-09-20T23:27:38.358310+0000 mon.b (mon.2) 414 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: cephadm 2024-09-20T23:27:38.360682+0000 mgr.y (mgr.25567) 214 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-20T23:27:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: audit 2024-09-20T23:27:38.365621+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:39.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: audit 2024-09-20T23:27:38.371653+0000 mon.b (mon.2) 415 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-20T23:27:39.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: audit 2024-09-20T23:27:38.373016+0000 mgr.y (mgr.25567) 215 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-20T23:27:39.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: cephadm 2024-09-20T23:27:38.375032+0000 mgr.y (mgr.25567) 216 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-20T23:27:39.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:39 smithi142 bash[74331]: cluster 2024-09-20T23:27:38.390496+0000 mgr.y (mgr.25567) 217 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:39.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: audit 2024-09-20T23:27:38.321890+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:39.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: cephadm 2024-09-20T23:27:38.323130+0000 mgr.y (mgr.25567) 210 : cephadm [INF] Upgrade: Target is version 19.1.1-367-g9e2ac70b (squid) 2024-09-20T23:27:39.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: cephadm 2024-09-20T23:27:38.323229+0000 mgr.y (mgr.25567) 211 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, digests ['quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5'] 2024-09-20T23:27:39.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: audit 2024-09-20T23:27:38.324452+0000 mon.b (mon.2) 411 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:39.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: audit 2024-09-20T23:27:38.327913+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:39.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: cephadm 2024-09-20T23:27:38.330374+0000 mgr.y (mgr.25567) 212 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-20T23:27:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: audit 2024-09-20T23:27:38.337100+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: audit 2024-09-20T23:27:38.341319+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: cephadm 2024-09-20T23:27:38.343833+0000 mgr.y (mgr.25567) 213 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-20T23:27:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: audit 2024-09-20T23:27:38.351923+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: audit 2024-09-20T23:27:38.358310+0000 mon.b (mon.2) 414 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: cephadm 2024-09-20T23:27:38.360682+0000 mgr.y (mgr.25567) 214 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-20T23:27:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: audit 2024-09-20T23:27:38.365621+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: audit 2024-09-20T23:27:38.371653+0000 mon.b (mon.2) 415 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-20T23:27:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: audit 2024-09-20T23:27:38.373016+0000 mgr.y (mgr.25567) 215 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-20T23:27:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: cephadm 2024-09-20T23:27:38.375032+0000 mgr.y (mgr.25567) 216 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-20T23:27:39.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[94658]: cluster 2024-09-20T23:27:38.390496+0000 mgr.y (mgr.25567) 217 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:39.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: audit 2024-09-20T23:27:38.321890+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: cephadm 2024-09-20T23:27:38.323130+0000 mgr.y (mgr.25567) 210 : cephadm [INF] Upgrade: Target is version 19.1.1-367-g9e2ac70b (squid) 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: cephadm 2024-09-20T23:27:38.323229+0000 mgr.y (mgr.25567) 211 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5, digests ['quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5'] 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: audit 2024-09-20T23:27:38.324452+0000 mon.b (mon.2) 411 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: audit 2024-09-20T23:27:38.327913+0000 mon.b (mon.2) 412 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: cephadm 2024-09-20T23:27:38.330374+0000 mgr.y (mgr.25567) 212 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: audit 2024-09-20T23:27:38.337100+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: audit 2024-09-20T23:27:38.341319+0000 mon.b (mon.2) 413 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: cephadm 2024-09-20T23:27:38.343833+0000 mgr.y (mgr.25567) 213 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: audit 2024-09-20T23:27:38.351923+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: audit 2024-09-20T23:27:38.358310+0000 mon.b (mon.2) 414 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: cephadm 2024-09-20T23:27:38.360682+0000 mgr.y (mgr.25567) 214 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: audit 2024-09-20T23:27:38.365621+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:39.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: audit 2024-09-20T23:27:38.371653+0000 mon.b (mon.2) 415 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-20T23:27:39.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: audit 2024-09-20T23:27:38.373016+0000 mgr.y (mgr.25567) 215 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-20T23:27:39.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: cephadm 2024-09-20T23:27:38.375032+0000 mgr.y (mgr.25567) 216 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-20T23:27:39.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:39 smithi083 bash[96923]: cluster 2024-09-20T23:27:38.390496+0000 mgr.y (mgr.25567) 217 : cluster [DBG] pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:40.927 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:27:41.635 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:27:41.635 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 8s ago 37m - - 2024-09-20T23:27:41.635 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 7s ago 36m - - 2024-09-20T23:27:41.635 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (19m) 8s ago 29m 14.5M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (4m) 7s ago 29m 72.5M - 9.4.12 2bacad6d85d8 0e41a43feae1 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (5m) 8s ago 27m 44.2M - 3.5 e1d6a67b021e 0cd44e702c29 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283,8765 running (2m) 7s ago 36m 425M - 19.1.1-367-g9e2ac70b cc9251b744a3 62ae6d80cf11 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (16m) 8s ago 38m 492M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (2m) 8s ago 38m 46.5M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 9d28421cf848 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (3m) 7s ago 36m 45.3M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 a8389ef65d4a 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (106s) 8s ago 36m 35.8M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 dae7cd27f6fd 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (19m) 8s ago 30m 8852k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (19m) 7s ago 29m 8855k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (35m) 8s ago 35m 57.6M 4096M 17.2.0 e1d6a67b021e a1edf5e07f26 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (34m) 8s ago 34m 59.0M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (34m) 8s ago 34m 53.3M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (33m) 8s ago 33m 57.8M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:27:41.636 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (32m) 7s ago 32m 60.5M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:27:41.637 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (32m) 7s ago 32m 56.7M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:27:41.637 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (31m) 7s ago 31m 54.4M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:27:41.637 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (31m) 7s ago 31m 58.4M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:27:41.637 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (5m) 7s ago 30m 59.4M - 2.43.0 a07b618ecd1d c2f1748fdf3a 2024-09-20T23:27:41.637 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (27m) 8s ago 27m 89.8M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:27:41.637 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (27m) 7s ago 27m 92.5M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:27:41.725 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:41 smithi083 bash[94658]: cluster 2024-09-20T23:27:40.391144+0000 mgr.y (mgr.25567) 218 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:41.726 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:41 smithi083 bash[96923]: cluster 2024-09-20T23:27:40.391144+0000 mgr.y (mgr.25567) 218 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:41.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:41 smithi142 bash[74331]: cluster 2024-09-20T23:27:40.391144+0000 mgr.y (mgr.25567) 218 : cluster [DBG] pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:42.070 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:27:42.070 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:27:42.070 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 3 2024-09-20T23:27:42.070 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:27:42.070 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:27:42.070 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:27:42.070 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:27:42.070 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:27:42.070 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2024-09-20T23:27:42.070 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:27:42.070 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:27:42.070 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:27:42.071 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:27:42.071 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:27:42.071 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2024-09-20T23:27:42.071 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 5 2024-09-20T23:27:42.071 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:27:42.071 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:27:42.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:27:41 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:27:41] "GET /metrics HTTP/1.1" 200 38096 "" "Prometheus/2.43.0" 2024-09-20T23:27:42.423 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:27:42.423 INFO:teuthology.orchestra.run.smithi083.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5", 2024-09-20T23:27:42.423 INFO:teuthology.orchestra.run.smithi083.stdout: "in_progress": true, 2024-09-20T23:27:42.423 INFO:teuthology.orchestra.run.smithi083.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (2 remaining).", 2024-09-20T23:27:42.423 INFO:teuthology.orchestra.run.smithi083.stdout: "services_complete": [], 2024-09-20T23:27:42.423 INFO:teuthology.orchestra.run.smithi083.stdout: "progress": "0/8 daemons upgraded", 2024-09-20T23:27:42.423 INFO:teuthology.orchestra.run.smithi083.stdout: "message": "Currently upgrading osd daemons", 2024-09-20T23:27:42.423 INFO:teuthology.orchestra.run.smithi083.stdout: "is_paused": false 2024-09-20T23:27:42.423 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:27:42.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[94658]: audit 2024-09-20T23:27:40.913712+0000 mgr.y (mgr.25567) 219 : audit [DBG] from='client.44250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:42.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[94658]: audit 2024-09-20T23:27:41.275361+0000 mgr.y (mgr.25567) 220 : audit [DBG] from='client.44256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:42.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[94658]: audit 2024-09-20T23:27:41.441636+0000 mgr.y (mgr.25567) 221 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:42.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[94658]: audit 2024-09-20T23:27:41.699877+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:42.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[94658]: audit 2024-09-20T23:27:41.705496+0000 mon.b (mon.2) 416 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-20T23:27:42.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[94658]: audit 2024-09-20T23:27:41.706541+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:42.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[94658]: audit 2024-09-20T23:27:42.071176+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.83:0/163611827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:42.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[96923]: audit 2024-09-20T23:27:40.913712+0000 mgr.y (mgr.25567) 219 : audit [DBG] from='client.44250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:42.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[96923]: audit 2024-09-20T23:27:41.275361+0000 mgr.y (mgr.25567) 220 : audit [DBG] from='client.44256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:42.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[96923]: audit 2024-09-20T23:27:41.441636+0000 mgr.y (mgr.25567) 221 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:42.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[96923]: audit 2024-09-20T23:27:41.699877+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:42.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[96923]: audit 2024-09-20T23:27:41.705496+0000 mon.b (mon.2) 416 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-20T23:27:42.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[96923]: audit 2024-09-20T23:27:41.706541+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:42.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:42 smithi083 bash[96923]: audit 2024-09-20T23:27:42.071176+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.83:0/163611827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:42 smithi142 bash[74331]: audit 2024-09-20T23:27:40.913712+0000 mgr.y (mgr.25567) 219 : audit [DBG] from='client.44250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:42 smithi142 bash[74331]: audit 2024-09-20T23:27:41.275361+0000 mgr.y (mgr.25567) 220 : audit [DBG] from='client.44256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:42 smithi142 bash[74331]: audit 2024-09-20T23:27:41.441636+0000 mgr.y (mgr.25567) 221 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:42 smithi142 bash[74331]: audit 2024-09-20T23:27:41.699877+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:42 smithi142 bash[74331]: audit 2024-09-20T23:27:41.705496+0000 mon.b (mon.2) 416 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-20T23:27:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:42 smithi142 bash[74331]: audit 2024-09-20T23:27:41.706541+0000 mon.b (mon.2) 417 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:42 smithi142 bash[74331]: audit 2024-09-20T23:27:42.071176+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.83:0/163611827' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:43.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:43 smithi142 bash[74331]: audit 2024-09-20T23:27:41.614810+0000 mgr.y (mgr.25567) 222 : audit [DBG] from='client.54193 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:43.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:43 smithi142 bash[74331]: cephadm 2024-09-20T23:27:41.693600+0000 mgr.y (mgr.25567) 223 : cephadm [INF] Upgrade: Updating osd.0 2024-09-20T23:27:43.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:43 smithi142 bash[74331]: cephadm 2024-09-20T23:27:41.710998+0000 mgr.y (mgr.25567) 224 : cephadm [INF] Deploying daemon osd.0 on smithi083 2024-09-20T23:27:43.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:43 smithi142 bash[74331]: cluster 2024-09-20T23:27:42.392177+0000 mgr.y (mgr.25567) 225 : cluster [DBG] pgmap v69: 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-09-20T23:27:43.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:43 smithi142 bash[74331]: audit 2024-09-20T23:27:42.424222+0000 mgr.y (mgr.25567) 226 : audit [DBG] from='client.54205 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:43.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:43 smithi083 bash[94658]: audit 2024-09-20T23:27:41.614810+0000 mgr.y (mgr.25567) 222 : audit [DBG] from='client.54193 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:43.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:43 smithi083 bash[94658]: cephadm 2024-09-20T23:27:41.693600+0000 mgr.y (mgr.25567) 223 : cephadm [INF] Upgrade: Updating osd.0 2024-09-20T23:27:43.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:43 smithi083 bash[94658]: cephadm 2024-09-20T23:27:41.710998+0000 mgr.y (mgr.25567) 224 : cephadm [INF] Deploying daemon osd.0 on smithi083 2024-09-20T23:27:43.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:43 smithi083 bash[94658]: cluster 2024-09-20T23:27:42.392177+0000 mgr.y (mgr.25567) 225 : cluster [DBG] pgmap v69: 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-09-20T23:27:43.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:43 smithi083 bash[94658]: audit 2024-09-20T23:27:42.424222+0000 mgr.y (mgr.25567) 226 : audit [DBG] from='client.54205 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:43.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:43 smithi083 bash[96923]: audit 2024-09-20T23:27:41.614810+0000 mgr.y (mgr.25567) 222 : audit [DBG] from='client.54193 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:43.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:43 smithi083 bash[96923]: cephadm 2024-09-20T23:27:41.693600+0000 mgr.y (mgr.25567) 223 : cephadm [INF] Upgrade: Updating osd.0 2024-09-20T23:27:43.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:43 smithi083 bash[96923]: cephadm 2024-09-20T23:27:41.710998+0000 mgr.y (mgr.25567) 224 : cephadm [INF] Deploying daemon osd.0 on smithi083 2024-09-20T23:27:43.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:43 smithi083 bash[96923]: cluster 2024-09-20T23:27:42.392177+0000 mgr.y (mgr.25567) 225 : cluster [DBG] pgmap v69: 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-09-20T23:27:43.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:43 smithi083 bash[96923]: audit 2024-09-20T23:27:42.424222+0000 mgr.y (mgr.25567) 226 : audit [DBG] from='client.54205 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:27:45.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:45 smithi142 bash[74331]: cluster 2024-09-20T23:27:44.392943+0000 mgr.y (mgr.25567) 227 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:45.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:45 smithi142 bash[74331]: audit 2024-09-20T23:27:45.425162+0000 mon.b (mon.2) 418 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:27:45.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:45 smithi083 bash[94658]: cluster 2024-09-20T23:27:44.392943+0000 mgr.y (mgr.25567) 227 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:45.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:45 smithi083 bash[94658]: audit 2024-09-20T23:27:45.425162+0000 mon.b (mon.2) 418 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:27:45.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:45 smithi083 bash[96923]: cluster 2024-09-20T23:27:44.392943+0000 mgr.y (mgr.25567) 227 : cluster [DBG] pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:27:45.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:45 smithi083 bash[96923]: audit 2024-09-20T23:27:45.425162+0000 mon.b (mon.2) 418 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:27:47.205 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:27:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:47.206 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:47.206 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:47.206 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:27:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:47.207 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:27:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:47.207 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:27:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:47.207 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:27:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:47.207 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:47.208 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:27:47 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:47.459 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:47 smithi083 systemd[1]: Stopping Ceph osd.0 for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:27:47.459 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:47 smithi083 bash[28657]: debug 2024-09-20T23:27:47.297+0000 7ffba1513700 -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-09-20T23:27:47.459 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:47 smithi083 bash[28657]: debug 2024-09-20T23:27:47.297+0000 7ffba1513700 -1 osd.0 114 *** Got signal Terminated *** 2024-09-20T23:27:47.459 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:47 smithi083 bash[28657]: debug 2024-09-20T23:27:47.297+0000 7ffba1513700 -1 osd.0 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T23:27:47.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:47 smithi142 bash[74331]: cluster 2024-09-20T23:27:46.394529+0000 mgr.y (mgr.25567) 228 : cluster [DBG] pgmap v71: 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-09-20T23:27:47.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:47 smithi142 bash[74331]: cluster 2024-09-20T23:27:47.302213+0000 mon.a (mon.0) 306 : cluster [INF] osd.0 marked itself down and dead 2024-09-20T23:27:47.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:47 smithi083 bash[94658]: cluster 2024-09-20T23:27:46.394529+0000 mgr.y (mgr.25567) 228 : cluster [DBG] pgmap v71: 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-09-20T23:27:47.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:47 smithi083 bash[94658]: cluster 2024-09-20T23:27:47.302213+0000 mon.a (mon.0) 306 : cluster [INF] osd.0 marked itself down and dead 2024-09-20T23:27:47.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:47 smithi083 bash[96923]: cluster 2024-09-20T23:27:46.394529+0000 mgr.y (mgr.25567) 228 : cluster [DBG] pgmap v71: 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-09-20T23:27:47.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:47 smithi083 bash[96923]: cluster 2024-09-20T23:27:47.302213+0000 mon.a (mon.0) 306 : cluster [INF] osd.0 marked itself down and dead 2024-09-20T23:27:48.795 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:48 smithi083 bash[101772]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-0 2024-09-20T23:27:48.795 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:48 smithi083 bash[101839]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-0 2024-09-20T23:27:48.795 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:48 smithi083 bash[96923]: cluster 2024-09-20T23:27:47.459377+0000 mon.a (mon.0) 307 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-20T23:27:48.795 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:48 smithi083 bash[96923]: cluster 2024-09-20T23:27:47.475363+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e115: 8 total, 7 up, 8 in 2024-09-20T23:27:48.796 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:48 smithi083 bash[94658]: cluster 2024-09-20T23:27:47.459377+0000 mon.a (mon.0) 307 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-20T23:27:48.796 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:48 smithi083 bash[94658]: cluster 2024-09-20T23:27:47.475363+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e115: 8 total, 7 up, 8 in 2024-09-20T23:27:48.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:48 smithi142 bash[74331]: cluster 2024-09-20T23:27:47.459377+0000 mon.a (mon.0) 307 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-20T23:27:48.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:48 smithi142 bash[74331]: cluster 2024-09-20T23:27:47.475363+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e115: 8 total, 7 up, 8 in 2024-09-20T23:27:49.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:49 smithi142 bash[74331]: cluster 2024-09-20T23:27:48.395225+0000 mgr.y (mgr.25567) 229 : cluster [DBG] pgmap v73: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-20T23:27:49.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:49 smithi142 bash[74331]: cluster 2024-09-20T23:27:48.483264+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-09-20T23:27:49.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:49 smithi083 bash[94658]: cluster 2024-09-20T23:27:48.395225+0000 mgr.y (mgr.25567) 229 : cluster [DBG] pgmap v73: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-20T23:27:49.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:49 smithi083 bash[94658]: cluster 2024-09-20T23:27:48.483264+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-09-20T23:27:49.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:49 smithi083 bash[96923]: cluster 2024-09-20T23:27:48.395225+0000 mgr.y (mgr.25567) 229 : cluster [DBG] pgmap v73: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-20T23:27:49.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:49 smithi083 bash[96923]: cluster 2024-09-20T23:27:48.483264+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e116: 8 total, 7 up, 8 in 2024-09-20T23:27:51.208 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:27:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:51.209 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:27:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:51.209 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:27:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:51.209 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:27:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:51.210 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:27:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:51.210 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:50 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.0.service: Deactivated successfully. 2024-09-20T23:27:51.210 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:50 smithi083 systemd[1]: Stopped Ceph osd.0 for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:27:51.210 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:51.210 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:51.211 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:27:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:51.211 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:27:51.484 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:51 smithi083 systemd[1]: Started Ceph osd.0 for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:27:51.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: cluster 2024-09-20T23:27:50.395847+0000 mgr.y (mgr.25567) 230 : cluster [DBG] pgmap v75: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-20T23:27:51.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.260453+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.271365+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.279818+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.284496+0000 mon.b (mon.2) 419 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:51.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.287531+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:51.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.289326+0000 mon.b (mon.2) 421 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:51.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.298667+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.411081+0000 mon.b (mon.2) 422 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:51.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.414682+0000 mon.b (mon.2) 423 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:51.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.417791+0000 mon.b (mon.2) 424 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:51.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.422051+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:51.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.423605+0000 mon.b (mon.2) 426 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:51.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:51 smithi142 bash[74331]: audit 2024-09-20T23:27:51.435254+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.825 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:27:51] "GET /metrics HTTP/1.1" 200 38106 "" "Prometheus/2.43.0" 2024-09-20T23:27:51.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: cluster 2024-09-20T23:27:50.395847+0000 mgr.y (mgr.25567) 230 : cluster [DBG] pgmap v75: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-20T23:27:51.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.260453+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.271365+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.279818+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.284496+0000 mon.b (mon.2) 419 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:51.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.287531+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:51.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.289326+0000 mon.b (mon.2) 421 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:51.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.298667+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.411081+0000 mon.b (mon.2) 422 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:51.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.414682+0000 mon.b (mon.2) 423 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:51.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.417791+0000 mon.b (mon.2) 424 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:51.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.422051+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:51.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.423605+0000 mon.b (mon.2) 426 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:51.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[96923]: audit 2024-09-20T23:27:51.435254+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: cluster 2024-09-20T23:27:50.395847+0000 mgr.y (mgr.25567) 230 : cluster [DBG] pgmap v75: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-20T23:27:51.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.260453+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.271365+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.279818+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.284496+0000 mon.b (mon.2) 419 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:51.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.287531+0000 mon.b (mon.2) 420 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:51.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.289326+0000 mon.b (mon.2) 421 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:51.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.298667+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:51.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.411081+0000 mon.b (mon.2) 422 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:51.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.414682+0000 mon.b (mon.2) 423 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:51.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.417791+0000 mon.b (mon.2) 424 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:51.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.422051+0000 mon.b (mon.2) 425 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:51.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.423605+0000 mon.b (mon.2) 426 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:51.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:51 smithi083 bash[94658]: audit 2024-09-20T23:27:51.435254+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: cephadm 2024-09-20T23:27:51.304881+0000 mgr.y (mgr.25567) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:52.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: cephadm 2024-09-20T23:27:51.437841+0000 mgr.y (mgr.25567) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:52.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.448827+0000 mgr.y (mgr.25567) 233 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:52.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.527168+0000 mon.b (mon.2) 427 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.529869+0000 mon.b (mon.2) 428 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.531371+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.533931+0000 mon.b (mon.2) 430 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.535020+0000 mon.b (mon.2) 431 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.544308+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.621328+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.623937+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.625403+0000 mon.b (mon.2) 434 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.627842+0000 mon.b (mon.2) 435 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.628847+0000 mon.b (mon.2) 436 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.638749+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.712932+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.715582+0000 mon.b (mon.2) 438 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.717291+0000 mon.b (mon.2) 439 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.720655+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: cephadm 2024-09-20T23:27:51.304881+0000 mgr.y (mgr.25567) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:52.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: cephadm 2024-09-20T23:27:51.437841+0000 mgr.y (mgr.25567) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:52.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.448827+0000 mgr.y (mgr.25567) 233 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:52.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.527168+0000 mon.b (mon.2) 427 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.529869+0000 mon.b (mon.2) 428 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.531371+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.533931+0000 mon.b (mon.2) 430 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.535020+0000 mon.b (mon.2) 431 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.544308+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.621328+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.623937+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.625403+0000 mon.b (mon.2) 434 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.627842+0000 mon.b (mon.2) 435 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.628847+0000 mon.b (mon.2) 436 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.638749+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.712932+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.715582+0000 mon.b (mon.2) 438 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.717291+0000 mon.b (mon.2) 439 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.720655+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.721888+0000 mon.b (mon.2) 441 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.731917+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.826543+0000 mon.b (mon.2) 442 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.829238+0000 mon.b (mon.2) 443 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.830890+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.834079+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.835322+0000 mon.b (mon.2) 446 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.844745+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.925795+0000 mon.b (mon.2) 447 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.928509+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.930188+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.933438+0000 mon.b (mon.2) 450 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.934547+0000 mon.b (mon.2) 451 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:51.944119+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.021269+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.024189+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.025800+0000 mon.b (mon.2) 454 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.029020+0000 mon.b (mon.2) 455 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.030180+0000 mon.b (mon.2) 456 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.039385+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.721888+0000 mon.b (mon.2) 441 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.731917+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.826543+0000 mon.b (mon.2) 442 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.829238+0000 mon.b (mon.2) 443 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.830890+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.834079+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.835322+0000 mon.b (mon.2) 446 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.844745+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.925795+0000 mon.b (mon.2) 447 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.928509+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.930188+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.933438+0000 mon.b (mon.2) 450 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.934547+0000 mon.b (mon.2) 451 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:51.944119+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.021269+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.024189+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.025800+0000 mon.b (mon.2) 454 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.029020+0000 mon.b (mon.2) 455 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.030180+0000 mon.b (mon.2) 456 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.039385+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.147382+0000 mon.b (mon.2) 457 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.150061+0000 mon.b (mon.2) 458 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.151912+0000 mon.b (mon.2) 459 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.155502+0000 mon.b (mon.2) 460 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.156840+0000 mon.b (mon.2) 461 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.166539+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.243133+0000 mon.b (mon.2) 462 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.246134+0000 mon.b (mon.2) 463 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.248036+0000 mon.b (mon.2) 464 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.251250+0000 mon.b (mon.2) 465 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.252728+0000 mon.b (mon.2) 466 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.261674+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.351304+0000 mon.b (mon.2) 467 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.354122+0000 mon.b (mon.2) 468 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.355706+0000 mon.b (mon.2) 469 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.358912+0000 mon.b (mon.2) 470 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.360283+0000 mon.b (mon.2) 471 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:52 smithi142 bash[74331]: audit 2024-09-20T23:27:52.371571+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: cephadm 2024-09-20T23:27:51.304881+0000 mgr.y (mgr.25567) 231 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: cephadm 2024-09-20T23:27:51.437841+0000 mgr.y (mgr.25567) 232 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.448827+0000 mgr.y (mgr.25567) 233 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.527168+0000 mon.b (mon.2) 427 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.529869+0000 mon.b (mon.2) 428 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.531371+0000 mon.b (mon.2) 429 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.533931+0000 mon.b (mon.2) 430 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.535020+0000 mon.b (mon.2) 431 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.544308+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.621328+0000 mon.b (mon.2) 432 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.623937+0000 mon.b (mon.2) 433 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.625403+0000 mon.b (mon.2) 434 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.627842+0000 mon.b (mon.2) 435 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.628847+0000 mon.b (mon.2) 436 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.638749+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.712932+0000 mon.b (mon.2) 437 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.715582+0000 mon.b (mon.2) 438 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.717291+0000 mon.b (mon.2) 439 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.720655+0000 mon.b (mon.2) 440 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.147382+0000 mon.b (mon.2) 457 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.150061+0000 mon.b (mon.2) 458 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.151912+0000 mon.b (mon.2) 459 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.155502+0000 mon.b (mon.2) 460 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.156840+0000 mon.b (mon.2) 461 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.166539+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.243133+0000 mon.b (mon.2) 462 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.246134+0000 mon.b (mon.2) 463 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.248036+0000 mon.b (mon.2) 464 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.251250+0000 mon.b (mon.2) 465 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.252728+0000 mon.b (mon.2) 466 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.261674+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.351304+0000 mon.b (mon.2) 467 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.354122+0000 mon.b (mon.2) 468 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.355706+0000 mon.b (mon.2) 469 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.358912+0000 mon.b (mon.2) 470 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.360283+0000 mon.b (mon.2) 471 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[96923]: audit 2024-09-20T23:27:52.371571+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.721888+0000 mon.b (mon.2) 441 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.731917+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.826543+0000 mon.b (mon.2) 442 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.829238+0000 mon.b (mon.2) 443 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.830890+0000 mon.b (mon.2) 444 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.834079+0000 mon.b (mon.2) 445 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.835322+0000 mon.b (mon.2) 446 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.844745+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.925795+0000 mon.b (mon.2) 447 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.928509+0000 mon.b (mon.2) 448 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.930188+0000 mon.b (mon.2) 449 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.933438+0000 mon.b (mon.2) 450 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.934547+0000 mon.b (mon.2) 451 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:51.944119+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.021269+0000 mon.b (mon.2) 452 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.024189+0000 mon.b (mon.2) 453 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.025800+0000 mon.b (mon.2) 454 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.029020+0000 mon.b (mon.2) 455 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.030180+0000 mon.b (mon.2) 456 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.039385+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.147382+0000 mon.b (mon.2) 457 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.150061+0000 mon.b (mon.2) 458 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.151912+0000 mon.b (mon.2) 459 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.155502+0000 mon.b (mon.2) 460 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.156840+0000 mon.b (mon.2) 461 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.166539+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.243133+0000 mon.b (mon.2) 462 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.246134+0000 mon.b (mon.2) 463 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.248036+0000 mon.b (mon.2) 464 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.251250+0000 mon.b (mon.2) 465 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.252728+0000 mon.b (mon.2) 466 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.261674+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.351304+0000 mon.b (mon.2) 467 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.354122+0000 mon.b (mon.2) 468 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.355706+0000 mon.b (mon.2) 469 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.358912+0000 mon.b (mon.2) 470 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:52.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.360283+0000 mon.b (mon.2) 471 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:52.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:52 smithi083 bash[94658]: audit 2024-09-20T23:27:52.371571+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.444 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[102007]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-20T23:27:53.444 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[102007]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-20T23:27:53.754 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: cephadm 2024-09-20T23:27:51.547256+0000 mgr.y (mgr.25567) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.754 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: cephadm 2024-09-20T23:27:51.641178+0000 mgr.y (mgr.25567) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.754 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: cephadm 2024-09-20T23:27:51.735276+0000 mgr.y (mgr.25567) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.754 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: cephadm 2024-09-20T23:27:51.848484+0000 mgr.y (mgr.25567) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.754 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: cephadm 2024-09-20T23:27:51.947637+0000 mgr.y (mgr.25567) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.754 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: cephadm 2024-09-20T23:27:52.042663+0000 mgr.y (mgr.25567) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.754 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: cephadm 2024-09-20T23:27:52.170079+0000 mgr.y (mgr.25567) 240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.754 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: cephadm 2024-09-20T23:27:52.265078+0000 mgr.y (mgr.25567) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.754 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: cephadm 2024-09-20T23:27:52.372955+0000 mgr.y (mgr.25567) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: cluster 2024-09-20T23:27:52.397726+0000 mgr.y (mgr.25567) 243 : cluster [DBG] pgmap v76: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.501387+0000 mon.b (mon.2) 472 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.504231+0000 mon.b (mon.2) 473 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.506022+0000 mon.b (mon.2) 474 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.509349+0000 mon.b (mon.2) 475 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.510643+0000 mon.b (mon.2) 476 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.521787+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.635374+0000 mon.b (mon.2) 477 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.638273+0000 mon.b (mon.2) 478 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.640139+0000 mon.b (mon.2) 479 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.643106+0000 mon.b (mon.2) 480 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.644692+0000 mon.b (mon.2) 481 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.755 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.654583+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.763123+0000 mon.b (mon.2) 482 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.766191+0000 mon.b (mon.2) 483 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.767840+0000 mon.b (mon.2) 484 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.771123+0000 mon.b (mon.2) 485 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.772754+0000 mon.b (mon.2) 486 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.780542+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.890231+0000 mon.b (mon.2) 487 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.893117+0000 mon.b (mon.2) 488 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.894996+0000 mon.b (mon.2) 489 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.897987+0000 mon.b (mon.2) 490 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.899420+0000 mon.b (mon.2) 491 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:52.907128+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.016042+0000 mon.b (mon.2) 492 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.756 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.018796+0000 mon.b (mon.2) 493 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.020242+0000 mon.b (mon.2) 494 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.023018+0000 mon.b (mon.2) 495 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.024106+0000 mon.b (mon.2) 496 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.030906+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.111517+0000 mon.b (mon.2) 497 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.114273+0000 mon.b (mon.2) 498 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.115935+0000 mon.b (mon.2) 499 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.119001+0000 mon.b (mon.2) 500 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.120204+0000 mon.b (mon.2) 501 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.128667+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.220664+0000 mon.b (mon.2) 502 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.223358+0000 mon.b (mon.2) 503 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.224914+0000 mon.b (mon.2) 504 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.757 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.227439+0000 mon.b (mon.2) 505 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.228580+0000 mon.b (mon.2) 506 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.235032+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.307420+0000 mon.b (mon.2) 507 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.310054+0000 mon.b (mon.2) 508 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.311777+0000 mon.b (mon.2) 509 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.314359+0000 mon.b (mon.2) 510 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.315254+0000 mon.b (mon.2) 511 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.322059+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: cluster 2024-09-20T23:27:53.367551+0000 mon.a (mon.0) 332 : cluster [WRN] Health check failed: Degraded data redundancy: 68/630 objects degraded (10.794%), 22 pgs degraded (PG_DEGRADED) 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.396930+0000 mon.b (mon.2) 512 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.399509+0000 mon.b (mon.2) 513 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.400510+0000 mon.b (mon.2) 514 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.402700+0000 mon.b (mon.2) 515 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.758 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.403452+0000 mon.b (mon.2) 516 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.759 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.410124+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.759 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.427433+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.759 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.435664+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.759 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[96923]: audit 2024-09-20T23:27:53.443656+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: cephadm 2024-09-20T23:27:51.547256+0000 mgr.y (mgr.25567) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: cephadm 2024-09-20T23:27:51.641178+0000 mgr.y (mgr.25567) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: cephadm 2024-09-20T23:27:51.735276+0000 mgr.y (mgr.25567) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: cephadm 2024-09-20T23:27:51.848484+0000 mgr.y (mgr.25567) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: cephadm 2024-09-20T23:27:51.947637+0000 mgr.y (mgr.25567) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: cephadm 2024-09-20T23:27:52.042663+0000 mgr.y (mgr.25567) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: cephadm 2024-09-20T23:27:52.170079+0000 mgr.y (mgr.25567) 240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: cephadm 2024-09-20T23:27:52.265078+0000 mgr.y (mgr.25567) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: cephadm 2024-09-20T23:27:52.372955+0000 mgr.y (mgr.25567) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: cluster 2024-09-20T23:27:52.397726+0000 mgr.y (mgr.25567) 243 : cluster [DBG] pgmap v76: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.501387+0000 mon.b (mon.2) 472 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.504231+0000 mon.b (mon.2) 473 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.506022+0000 mon.b (mon.2) 474 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.509349+0000 mon.b (mon.2) 475 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.510643+0000 mon.b (mon.2) 476 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.521787+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.635374+0000 mon.b (mon.2) 477 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.638273+0000 mon.b (mon.2) 478 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.640139+0000 mon.b (mon.2) 479 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.643106+0000 mon.b (mon.2) 480 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.644692+0000 mon.b (mon.2) 481 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.654583+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.763123+0000 mon.b (mon.2) 482 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.766191+0000 mon.b (mon.2) 483 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.767840+0000 mon.b (mon.2) 484 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.771123+0000 mon.b (mon.2) 485 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.772754+0000 mon.b (mon.2) 486 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.780542+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.761 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.890231+0000 mon.b (mon.2) 487 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.893117+0000 mon.b (mon.2) 488 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.894996+0000 mon.b (mon.2) 489 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.897987+0000 mon.b (mon.2) 490 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.899420+0000 mon.b (mon.2) 491 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:52.907128+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.016042+0000 mon.b (mon.2) 492 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.018796+0000 mon.b (mon.2) 493 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.020242+0000 mon.b (mon.2) 494 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.023018+0000 mon.b (mon.2) 495 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.024106+0000 mon.b (mon.2) 496 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.030906+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.111517+0000 mon.b (mon.2) 497 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.114273+0000 mon.b (mon.2) 498 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.115935+0000 mon.b (mon.2) 499 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.762 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.119001+0000 mon.b (mon.2) 500 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.120204+0000 mon.b (mon.2) 501 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.128667+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.220664+0000 mon.b (mon.2) 502 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.223358+0000 mon.b (mon.2) 503 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.224914+0000 mon.b (mon.2) 504 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.227439+0000 mon.b (mon.2) 505 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.228580+0000 mon.b (mon.2) 506 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.235032+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.307420+0000 mon.b (mon.2) 507 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.310054+0000 mon.b (mon.2) 508 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.311777+0000 mon.b (mon.2) 509 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.314359+0000 mon.b (mon.2) 510 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.315254+0000 mon.b (mon.2) 511 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.322059+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: cluster 2024-09-20T23:27:53.367551+0000 mon.a (mon.0) 332 : cluster [WRN] Health check failed: Degraded data redundancy: 68/630 objects degraded (10.794%), 22 pgs degraded (PG_DEGRADED) 2024-09-20T23:27:53.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.396930+0000 mon.b (mon.2) 512 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.399509+0000 mon.b (mon.2) 513 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.400510+0000 mon.b (mon.2) 514 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.402700+0000 mon.b (mon.2) 515 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.403452+0000 mon.b (mon.2) 516 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.410124+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.427433+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.435664+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:53 smithi083 bash[94658]: audit 2024-09-20T23:27:53.443656+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: cephadm 2024-09-20T23:27:51.547256+0000 mgr.y (mgr.25567) 234 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: cephadm 2024-09-20T23:27:51.641178+0000 mgr.y (mgr.25567) 235 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: cephadm 2024-09-20T23:27:51.735276+0000 mgr.y (mgr.25567) 236 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: cephadm 2024-09-20T23:27:51.848484+0000 mgr.y (mgr.25567) 237 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: cephadm 2024-09-20T23:27:51.947637+0000 mgr.y (mgr.25567) 238 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: cephadm 2024-09-20T23:27:52.042663+0000 mgr.y (mgr.25567) 239 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: cephadm 2024-09-20T23:27:52.170079+0000 mgr.y (mgr.25567) 240 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: cephadm 2024-09-20T23:27:52.265078+0000 mgr.y (mgr.25567) 241 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: cephadm 2024-09-20T23:27:52.372955+0000 mgr.y (mgr.25567) 242 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: cluster 2024-09-20T23:27:52.397726+0000 mgr.y (mgr.25567) 243 : cluster [DBG] pgmap v76: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:27:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.501387+0000 mon.b (mon.2) 472 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.504231+0000 mon.b (mon.2) 473 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.506022+0000 mon.b (mon.2) 474 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.509349+0000 mon.b (mon.2) 475 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.510643+0000 mon.b (mon.2) 476 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.521787+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.635374+0000 mon.b (mon.2) 477 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.638273+0000 mon.b (mon.2) 478 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.640139+0000 mon.b (mon.2) 479 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.643106+0000 mon.b (mon.2) 480 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.644692+0000 mon.b (mon.2) 481 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.654583+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.763123+0000 mon.b (mon.2) 482 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.766191+0000 mon.b (mon.2) 483 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.767840+0000 mon.b (mon.2) 484 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.771123+0000 mon.b (mon.2) 485 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.772754+0000 mon.b (mon.2) 486 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.780542+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.890231+0000 mon.b (mon.2) 487 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.893117+0000 mon.b (mon.2) 488 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.894996+0000 mon.b (mon.2) 489 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.897987+0000 mon.b (mon.2) 490 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.899420+0000 mon.b (mon.2) 491 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:52.907128+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.016042+0000 mon.b (mon.2) 492 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.018796+0000 mon.b (mon.2) 493 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.020242+0000 mon.b (mon.2) 494 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.023018+0000 mon.b (mon.2) 495 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.024106+0000 mon.b (mon.2) 496 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.030906+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.111517+0000 mon.b (mon.2) 497 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.114273+0000 mon.b (mon.2) 498 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.115935+0000 mon.b (mon.2) 499 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.119001+0000 mon.b (mon.2) 500 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.120204+0000 mon.b (mon.2) 501 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.128667+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.220664+0000 mon.b (mon.2) 502 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.223358+0000 mon.b (mon.2) 503 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.224914+0000 mon.b (mon.2) 504 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.227439+0000 mon.b (mon.2) 505 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.228580+0000 mon.b (mon.2) 506 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.235032+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.307420+0000 mon.b (mon.2) 507 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.310054+0000 mon.b (mon.2) 508 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.311777+0000 mon.b (mon.2) 509 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.314359+0000 mon.b (mon.2) 510 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.315254+0000 mon.b (mon.2) 511 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.322059+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: cluster 2024-09-20T23:27:53.367551+0000 mon.a (mon.0) 332 : cluster [WRN] Health check failed: Degraded data redundancy: 68/630 objects degraded (10.794%), 22 pgs degraded (PG_DEGRADED) 2024-09-20T23:27:53.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.396930+0000 mon.b (mon.2) 512 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.399509+0000 mon.b (mon.2) 513 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:53.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.400510+0000 mon.b (mon.2) 514 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:53.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.402700+0000 mon.b (mon.2) 515 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:53.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.403452+0000 mon.b (mon.2) 516 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:27:53.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.410124+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.427433+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.435664+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:53.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:53 smithi142 bash[74331]: audit 2024-09-20T23:27:53.443656+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:54.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: cephadm 2024-09-20T23:27:52.522824+0000 mgr.y (mgr.25567) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: cephadm 2024-09-20T23:27:52.656334+0000 mgr.y (mgr.25567) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: cephadm 2024-09-20T23:27:52.784200+0000 mgr.y (mgr.25567) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: cephadm 2024-09-20T23:27:52.910635+0000 mgr.y (mgr.25567) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: cephadm 2024-09-20T23:27:53.034258+0000 mgr.y (mgr.25567) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: cephadm 2024-09-20T23:27:53.130206+0000 mgr.y (mgr.25567) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: cephadm 2024-09-20T23:27:53.238130+0000 mgr.y (mgr.25567) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: cephadm 2024-09-20T23:27:53.324909+0000 mgr.y (mgr.25567) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: cephadm 2024-09-20T23:27:53.412781+0000 mgr.y (mgr.25567) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: audit 2024-09-20T23:27:53.492480+0000 mon.b (mon.2) 517 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: audit 2024-09-20T23:27:53.502208+0000 mon.b (mon.2) 518 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: audit 2024-09-20T23:27:53.503855+0000 mon.b (mon.2) 519 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: audit 2024-09-20T23:27:53.505477+0000 mon.b (mon.2) 520 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: audit 2024-09-20T23:27:53.507301+0000 mon.b (mon.2) 521 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: audit 2024-09-20T23:27:53.508482+0000 mgr.y (mgr.25567) 253 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-20T23:27:54.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:54 smithi142 bash[74331]: cephadm 2024-09-20T23:27:53.509888+0000 mgr.y (mgr.25567) 254 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-20T23:27:54.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: cephadm 2024-09-20T23:27:52.522824+0000 mgr.y (mgr.25567) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: cephadm 2024-09-20T23:27:52.656334+0000 mgr.y (mgr.25567) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: cephadm 2024-09-20T23:27:52.784200+0000 mgr.y (mgr.25567) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: cephadm 2024-09-20T23:27:52.910635+0000 mgr.y (mgr.25567) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: cephadm 2024-09-20T23:27:53.034258+0000 mgr.y (mgr.25567) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: cephadm 2024-09-20T23:27:53.130206+0000 mgr.y (mgr.25567) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: cephadm 2024-09-20T23:27:53.238130+0000 mgr.y (mgr.25567) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: cephadm 2024-09-20T23:27:53.324909+0000 mgr.y (mgr.25567) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: cephadm 2024-09-20T23:27:53.412781+0000 mgr.y (mgr.25567) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: audit 2024-09-20T23:27:53.492480+0000 mon.b (mon.2) 517 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:54.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: audit 2024-09-20T23:27:53.502208+0000 mon.b (mon.2) 518 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:54.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: audit 2024-09-20T23:27:53.503855+0000 mon.b (mon.2) 519 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:54.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: audit 2024-09-20T23:27:53.505477+0000 mon.b (mon.2) 520 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:54.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: audit 2024-09-20T23:27:53.507301+0000 mon.b (mon.2) 521 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-20T23:27:54.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: audit 2024-09-20T23:27:53.508482+0000 mgr.y (mgr.25567) 253 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-20T23:27:54.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[94658]: cephadm 2024-09-20T23:27:53.509888+0000 mgr.y (mgr.25567) 254 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-20T23:27:54.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: cephadm 2024-09-20T23:27:52.522824+0000 mgr.y (mgr.25567) 244 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: cephadm 2024-09-20T23:27:52.656334+0000 mgr.y (mgr.25567) 245 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: cephadm 2024-09-20T23:27:52.784200+0000 mgr.y (mgr.25567) 246 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: cephadm 2024-09-20T23:27:52.910635+0000 mgr.y (mgr.25567) 247 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: cephadm 2024-09-20T23:27:53.034258+0000 mgr.y (mgr.25567) 248 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: cephadm 2024-09-20T23:27:53.130206+0000 mgr.y (mgr.25567) 249 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: cephadm 2024-09-20T23:27:53.238130+0000 mgr.y (mgr.25567) 250 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: cephadm 2024-09-20T23:27:53.324909+0000 mgr.y (mgr.25567) 251 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: cephadm 2024-09-20T23:27:53.412781+0000 mgr.y (mgr.25567) 252 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:27:54.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: audit 2024-09-20T23:27:53.492480+0000 mon.b (mon.2) 517 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:27:54.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: audit 2024-09-20T23:27:53.502208+0000 mon.b (mon.2) 518 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:54.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: audit 2024-09-20T23:27:53.503855+0000 mon.b (mon.2) 519 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:54.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: audit 2024-09-20T23:27:53.505477+0000 mon.b (mon.2) 520 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:27:54.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: audit 2024-09-20T23:27:53.507301+0000 mon.b (mon.2) 521 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-20T23:27:54.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: audit 2024-09-20T23:27:53.508482+0000 mgr.y (mgr.25567) 253 : audit [DBG] from='mon.2 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-20T23:27:54.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[96923]: cephadm 2024-09-20T23:27:53.509888+0000 mgr.y (mgr.25567) 254 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-09-20T23:27:55.248 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[102007]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-20T23:27:55.248 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:54 smithi083 bash[102007]: 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-09-20T23:27:55.502 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[102007]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-20T23:27:55.502 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[102007]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-20T23:27:55.503 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[102007]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-20T23:27:55.503 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[102007]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-20T23:27:55.503 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[102007]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-20T23:27:55.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:55 smithi142 bash[74331]: cluster 2024-09-20T23:27:54.398541+0000 mgr.y (mgr.25567) 255 : cluster [DBG] pgmap v77: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-09-20T23:27:55.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:55 smithi142 bash[74331]: audit 2024-09-20T23:27:54.644901+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:55.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:55 smithi142 bash[74331]: audit 2024-09-20T23:27:54.658008+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:55.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:55 smithi142 bash[74331]: audit 2024-09-20T23:27:54.670136+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:55.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[96923]: cluster 2024-09-20T23:27:54.398541+0000 mgr.y (mgr.25567) 255 : cluster [DBG] pgmap v77: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-09-20T23:27:55.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[96923]: audit 2024-09-20T23:27:54.644901+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:55.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[96923]: audit 2024-09-20T23:27:54.658008+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:55.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[96923]: audit 2024-09-20T23:27:54.670136+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:55.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[94658]: cluster 2024-09-20T23:27:54.398541+0000 mgr.y (mgr.25567) 255 : cluster [DBG] pgmap v77: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 68/630 objects degraded (10.794%) 2024-09-20T23:27:55.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[94658]: audit 2024-09-20T23:27:54.644901+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:55.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[94658]: audit 2024-09-20T23:27:54.658008+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:55.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:55 smithi083 bash[94658]: audit 2024-09-20T23:27:54.670136+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:57.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:57 smithi142 bash[74331]: cluster 2024-09-20T23:27:56.399910+0000 mgr.y (mgr.25567) 256 : cluster [DBG] pgmap v78: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 459 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:27:57.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:57 smithi142 bash[74331]: audit 2024-09-20T23:27:57.251923+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:57.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:57 smithi142 bash[74331]: audit 2024-09-20T23:27:57.260015+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:57.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:57 smithi142 bash[74331]: audit 2024-09-20T23:27:57.266681+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:57.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:57 smithi083 bash[94658]: cluster 2024-09-20T23:27:56.399910+0000 mgr.y (mgr.25567) 256 : cluster [DBG] pgmap v78: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 459 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:27:57.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:57 smithi083 bash[94658]: audit 2024-09-20T23:27:57.251923+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:57.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:57 smithi083 bash[94658]: audit 2024-09-20T23:27:57.260015+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:57.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:57 smithi083 bash[94658]: audit 2024-09-20T23:27:57.266681+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:57.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:57 smithi083 bash[96923]: cluster 2024-09-20T23:27:56.399910+0000 mgr.y (mgr.25567) 256 : cluster [DBG] pgmap v78: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 459 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:27:57.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:57 smithi083 bash[96923]: audit 2024-09-20T23:27:57.251923+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:57.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:57 smithi083 bash[96923]: audit 2024-09-20T23:27:57.260015+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:57.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:57 smithi083 bash[96923]: audit 2024-09-20T23:27:57.266681+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:27:59.326 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:27:59 smithi083 bash[102857]: debug 2024-09-20T23:27:59.025+0000 7f72dc489640 1 -- 172.21.15.83:0/2751992148 <== mon.1 v2:172.21.15.83:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5616dd64e960 con 0x5616dd66f800 2024-09-20T23:27:59.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:59 smithi142 bash[74331]: cluster 2024-09-20T23:27:58.400854+0000 mgr.y (mgr.25567) 257 : cluster [DBG] pgmap v79: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:27:59.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:59 smithi142 bash[74331]: audit 2024-09-20T23:27:58.820755+0000 mon.b (mon.2) 522 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-20T23:27:59.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:27:59 smithi142 bash[74331]: audit 2024-09-20T23:27:58.821642+0000 mon.b (mon.2) 523 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:59.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:59 smithi083 bash[96923]: cluster 2024-09-20T23:27:58.400854+0000 mgr.y (mgr.25567) 257 : cluster [DBG] pgmap v79: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:27:59.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:59 smithi083 bash[96923]: audit 2024-09-20T23:27:58.820755+0000 mon.b (mon.2) 522 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-20T23:27:59.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:27:59 smithi083 bash[96923]: audit 2024-09-20T23:27:58.821642+0000 mon.b (mon.2) 523 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:27:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:59 smithi083 bash[94658]: cluster 2024-09-20T23:27:58.400854+0000 mgr.y (mgr.25567) 257 : cluster [DBG] pgmap v79: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:27:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:59 smithi083 bash[94658]: audit 2024-09-20T23:27:58.820755+0000 mon.b (mon.2) 522 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-20T23:27:59.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:27:59 smithi083 bash[94658]: audit 2024-09-20T23:27:58.821642+0000 mon.b (mon.2) 523 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:00.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:00 smithi083 bash[94658]: cephadm 2024-09-20T23:27:58.819141+0000 mgr.y (mgr.25567) 258 : cephadm [INF] Upgrade: Updating osd.0 2024-09-20T23:28:00.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:00 smithi083 bash[94658]: cephadm 2024-09-20T23:27:58.825101+0000 mgr.y (mgr.25567) 259 : cephadm [INF] Deploying daemon osd.0 on smithi083 2024-09-20T23:28:00.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:00 smithi083 bash[94658]: audit 2024-09-20T23:28:00.433296+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:00.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:00 smithi083 bash[94658]: audit 2024-09-20T23:28:00.436393+0000 mon.b (mon.2) 524 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:28:00.806 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:00 smithi083 bash[96923]: cephadm 2024-09-20T23:27:58.819141+0000 mgr.y (mgr.25567) 258 : cephadm [INF] Upgrade: Updating osd.0 2024-09-20T23:28:00.806 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:00 smithi083 bash[96923]: cephadm 2024-09-20T23:27:58.825101+0000 mgr.y (mgr.25567) 259 : cephadm [INF] Deploying daemon osd.0 on smithi083 2024-09-20T23:28:00.806 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:00 smithi083 bash[96923]: audit 2024-09-20T23:28:00.433296+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:00.806 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:00 smithi083 bash[96923]: audit 2024-09-20T23:28:00.436393+0000 mon.b (mon.2) 524 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:28:00.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:00 smithi142 bash[74331]: cephadm 2024-09-20T23:27:58.819141+0000 mgr.y (mgr.25567) 258 : cephadm [INF] Upgrade: Updating osd.0 2024-09-20T23:28:00.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:00 smithi142 bash[74331]: cephadm 2024-09-20T23:27:58.825101+0000 mgr.y (mgr.25567) 259 : cephadm [INF] Deploying daemon osd.0 on smithi083 2024-09-20T23:28:00.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:00 smithi142 bash[74331]: audit 2024-09-20T23:28:00.433296+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:00.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:00 smithi142 bash[74331]: audit 2024-09-20T23:28:00.436393+0000 mon.b (mon.2) 524 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:28:01.074 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:00 smithi083 bash[102857]: debug 2024-09-20T23:28:00.873+0000 7f72decf0640 -1 Falling back to public interface 2024-09-20T23:28:01.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:01 smithi083 bash[94658]: cluster 2024-09-20T23:28:00.401817+0000 mgr.y (mgr.25567) 260 : cluster [DBG] pgmap v80: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 343 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:01.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:01 smithi083 bash[96923]: cluster 2024-09-20T23:28:00.401817+0000 mgr.y (mgr.25567) 260 : cluster [DBG] pgmap v80: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 343 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:01.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:01 smithi142 bash[74331]: cluster 2024-09-20T23:28:00.401817+0000 mgr.y (mgr.25567) 260 : cluster [DBG] pgmap v80: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 343 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:02.162 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:28:01 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:28:01] "GET /metrics HTTP/1.1" 200 38241 "" "Prometheus/2.43.0" 2024-09-20T23:28:02.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:02 smithi142 bash[74331]: audit 2024-09-20T23:28:01.452964+0000 mgr.y (mgr.25567) 261 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:02.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:02 smithi083 bash[96923]: audit 2024-09-20T23:28:01.452964+0000 mgr.y (mgr.25567) 261 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:02 smithi083 bash[94658]: audit 2024-09-20T23:28:01.452964+0000 mgr.y (mgr.25567) 261 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:03.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:03 smithi083 bash[96923]: cluster 2024-09-20T23:28:02.402809+0000 mgr.y (mgr.25567) 262 : cluster [DBG] pgmap v81: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:03.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:03 smithi083 bash[94658]: cluster 2024-09-20T23:28:02.402809+0000 mgr.y (mgr.25567) 262 : cluster [DBG] pgmap v81: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:03.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:03 smithi142 bash[74331]: cluster 2024-09-20T23:28:02.402809+0000 mgr.y (mgr.25567) 262 : cluster [DBG] pgmap v81: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:04.480 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:04 smithi083 bash[102857]: debug 2024-09-20T23:28:04.081+0000 7f72decf0640 -1 osd.0 0 read_superblock omap replica is missing. 2024-09-20T23:28:04.480 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:04 smithi083 bash[102857]: debug 2024-09-20T23:28:04.117+0000 7f72decf0640 -1 osd.0 114 log_to_monitors true 2024-09-20T23:28:04.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:04 smithi142 bash[74331]: audit 2024-09-20T23:28:04.127880+0000 mon.a (mon.0) 344 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/2864016765,v1:172.21.15.83:6803/2864016765]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-20T23:28:04.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:04 smithi083 bash[94658]: audit 2024-09-20T23:28:04.127880+0000 mon.a (mon.0) 344 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/2864016765,v1:172.21.15.83:6803/2864016765]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-20T23:28:04.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:04 smithi083 bash[96923]: audit 2024-09-20T23:28:04.127880+0000 mon.a (mon.0) 344 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/2864016765,v1:172.21.15.83:6803/2864016765]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-20T23:28:04.825 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:04 smithi083 bash[102857]: debug 2024-09-20T23:28:04.533+0000 7f72d6a9b640 -1 osd.0 114 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T23:28:05.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:05 smithi142 bash[74331]: cluster 2024-09-20T23:28:04.403546+0000 mgr.y (mgr.25567) 263 : cluster [DBG] pgmap v82: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:05.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:05 smithi142 bash[74331]: audit 2024-09-20T23:28:04.489006+0000 mon.a (mon.0) 345 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/2864016765,v1:172.21.15.83:6803/2864016765]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T23:28:05.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:05 smithi142 bash[74331]: cluster 2024-09-20T23:28:04.494146+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-09-20T23:28:05.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:05 smithi142 bash[74331]: audit 2024-09-20T23:28:04.494539+0000 mon.a (mon.0) 347 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/2864016765,v1:172.21.15.83:6803/2864016765]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T23:28:05.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:05 smithi083 bash[94658]: cluster 2024-09-20T23:28:04.403546+0000 mgr.y (mgr.25567) 263 : cluster [DBG] pgmap v82: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:05.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:05 smithi083 bash[94658]: audit 2024-09-20T23:28:04.489006+0000 mon.a (mon.0) 345 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/2864016765,v1:172.21.15.83:6803/2864016765]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T23:28:05.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:05 smithi083 bash[94658]: cluster 2024-09-20T23:28:04.494146+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-09-20T23:28:05.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:05 smithi083 bash[94658]: audit 2024-09-20T23:28:04.494539+0000 mon.a (mon.0) 347 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/2864016765,v1:172.21.15.83:6803/2864016765]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T23:28:05.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:05 smithi083 bash[96923]: cluster 2024-09-20T23:28:04.403546+0000 mgr.y (mgr.25567) 263 : cluster [DBG] pgmap v82: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:05.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:05 smithi083 bash[96923]: audit 2024-09-20T23:28:04.489006+0000 mon.a (mon.0) 345 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/2864016765,v1:172.21.15.83:6803/2864016765]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T23:28:05.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:05 smithi083 bash[96923]: cluster 2024-09-20T23:28:04.494146+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e117: 8 total, 7 up, 8 in 2024-09-20T23:28:05.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:05 smithi083 bash[96923]: audit 2024-09-20T23:28:04.494539+0000 mon.a (mon.0) 347 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/2864016765,v1:172.21.15.83:6803/2864016765]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T23:28:06.717 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[96923]: cluster 2024-09-20T23:28:05.489724+0000 mon.a (mon.0) 348 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-20T23:28:06.718 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[96923]: cluster 2024-09-20T23:28:05.494541+0000 mon.a (mon.0) 349 : cluster [INF] osd.0 [v2:172.21.15.83:6802/2864016765,v1:172.21.15.83:6803/2864016765] boot 2024-09-20T23:28:06.718 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[96923]: cluster 2024-09-20T23:28:05.494591+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-09-20T23:28:06.718 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[96923]: audit 2024-09-20T23:28:05.499346+0000 mon.b (mon.2) 525 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:28:06.718 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[96923]: audit 2024-09-20T23:28:06.403148+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:06.718 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[96923]: audit 2024-09-20T23:28:06.414848+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:06.719 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[96923]: audit 2024-09-20T23:28:06.427383+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:06.719 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[96923]: cluster 2024-09-20T23:28:06.501842+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-09-20T23:28:06.719 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[94658]: cluster 2024-09-20T23:28:05.489724+0000 mon.a (mon.0) 348 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-20T23:28:06.719 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[94658]: cluster 2024-09-20T23:28:05.494541+0000 mon.a (mon.0) 349 : cluster [INF] osd.0 [v2:172.21.15.83:6802/2864016765,v1:172.21.15.83:6803/2864016765] boot 2024-09-20T23:28:06.719 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[94658]: cluster 2024-09-20T23:28:05.494591+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-09-20T23:28:06.720 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[94658]: audit 2024-09-20T23:28:05.499346+0000 mon.b (mon.2) 525 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:28:06.720 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[94658]: audit 2024-09-20T23:28:06.403148+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:06.720 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[94658]: audit 2024-09-20T23:28:06.414848+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:06.720 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[94658]: audit 2024-09-20T23:28:06.427383+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:06.720 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:06 smithi083 bash[94658]: cluster 2024-09-20T23:28:06.501842+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-09-20T23:28:06.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:06 smithi142 bash[74331]: cluster 2024-09-20T23:28:05.489724+0000 mon.a (mon.0) 348 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-20T23:28:06.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:06 smithi142 bash[74331]: cluster 2024-09-20T23:28:05.494541+0000 mon.a (mon.0) 349 : cluster [INF] osd.0 [v2:172.21.15.83:6802/2864016765,v1:172.21.15.83:6803/2864016765] boot 2024-09-20T23:28:06.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:06 smithi142 bash[74331]: cluster 2024-09-20T23:28:05.494591+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e118: 8 total, 8 up, 8 in 2024-09-20T23:28:06.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:06 smithi142 bash[74331]: audit 2024-09-20T23:28:05.499346+0000 mon.b (mon.2) 525 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:28:06.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:06 smithi142 bash[74331]: audit 2024-09-20T23:28:06.403148+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:06.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:06 smithi142 bash[74331]: audit 2024-09-20T23:28:06.414848+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:06.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:06 smithi142 bash[74331]: audit 2024-09-20T23:28:06.427383+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:06.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:06 smithi142 bash[74331]: cluster 2024-09-20T23:28:06.501842+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e119: 8 total, 8 up, 8 in 2024-09-20T23:28:06.971 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:06.971 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:28:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:06.972 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:28:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:06.972 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:28:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:06.972 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:06.972 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:06.973 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:28:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:06.973 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:28:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:06.973 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:28:06 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:07.324 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:06 smithi083 systemd[1]: Stopping Ceph osd.0 for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:28:07.324 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:07 smithi083 bash[102857]: debug 2024-09-20T23:28:07.085+0000 7f72dbc88640 -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-09-20T23:28:07.324 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:07 smithi083 bash[102857]: debug 2024-09-20T23:28:07.085+0000 7f72dbc88640 -1 osd.0 119 *** Got signal Terminated *** 2024-09-20T23:28:07.324 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:07 smithi083 bash[102857]: debug 2024-09-20T23:28:07.085+0000 7f72dbc88640 -1 osd.0 119 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T23:28:07.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:07 smithi142 bash[74331]: cluster 2024-09-20T23:28:06.404352+0000 mgr.y (mgr.25567) 264 : cluster [DBG] pgmap v85: 161 pgs: 37 peering, 13 active+undersized, 8 active+undersized+degraded, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 29/630 objects degraded (4.603%) 2024-09-20T23:28:07.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:07 smithi142 bash[74331]: cluster 2024-09-20T23:28:07.090635+0000 mon.a (mon.0) 355 : cluster [INF] osd.0 marked itself down and dead 2024-09-20T23:28:07.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:07 smithi142 bash[74331]: cluster 2024-09-20T23:28:07.401294+0000 mon.a (mon.0) 356 : cluster [WRN] Health check update: Degraded data redundancy: 29/630 objects degraded (4.603%), 8 pgs degraded (PG_DEGRADED) 2024-09-20T23:28:07.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:07 smithi083 bash[96923]: cluster 2024-09-20T23:28:06.404352+0000 mgr.y (mgr.25567) 264 : cluster [DBG] pgmap v85: 161 pgs: 37 peering, 13 active+undersized, 8 active+undersized+degraded, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 29/630 objects degraded (4.603%) 2024-09-20T23:28:07.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:07 smithi083 bash[96923]: cluster 2024-09-20T23:28:07.090635+0000 mon.a (mon.0) 355 : cluster [INF] osd.0 marked itself down and dead 2024-09-20T23:28:07.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:07 smithi083 bash[96923]: cluster 2024-09-20T23:28:07.401294+0000 mon.a (mon.0) 356 : cluster [WRN] Health check update: Degraded data redundancy: 29/630 objects degraded (4.603%), 8 pgs degraded (PG_DEGRADED) 2024-09-20T23:28:07.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:07 smithi083 bash[94658]: cluster 2024-09-20T23:28:06.404352+0000 mgr.y (mgr.25567) 264 : cluster [DBG] pgmap v85: 161 pgs: 37 peering, 13 active+undersized, 8 active+undersized+degraded, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 29/630 objects degraded (4.603%) 2024-09-20T23:28:07.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:07 smithi083 bash[94658]: cluster 2024-09-20T23:28:07.090635+0000 mon.a (mon.0) 355 : cluster [INF] osd.0 marked itself down and dead 2024-09-20T23:28:07.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:07 smithi083 bash[94658]: cluster 2024-09-20T23:28:07.401294+0000 mon.a (mon.0) 356 : cluster [WRN] Health check update: Degraded data redundancy: 29/630 objects degraded (4.603%), 8 pgs degraded (PG_DEGRADED) 2024-09-20T23:28:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:08 smithi142 bash[74331]: cluster 2024-09-20T23:28:07.526858+0000 mon.a (mon.0) 357 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-20T23:28:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:08 smithi142 bash[74331]: cluster 2024-09-20T23:28:07.535855+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e120: 8 total, 7 up, 8 in 2024-09-20T23:28:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:08 smithi142 bash[74331]: cluster 2024-09-20T23:28:08.405135+0000 mgr.y (mgr.25567) 265 : cluster [DBG] pgmap v88: 161 pgs: 37 peering, 13 active+undersized, 8 active+undersized+degraded, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 29/630 objects degraded (4.603%) 2024-09-20T23:28:08.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:08 smithi142 bash[74331]: cluster 2024-09-20T23:28:08.538634+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-09-20T23:28:08.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:08 smithi083 bash[94658]: cluster 2024-09-20T23:28:07.526858+0000 mon.a (mon.0) 357 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-20T23:28:08.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:08 smithi083 bash[94658]: cluster 2024-09-20T23:28:07.535855+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e120: 8 total, 7 up, 8 in 2024-09-20T23:28:08.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:08 smithi083 bash[94658]: cluster 2024-09-20T23:28:08.405135+0000 mgr.y (mgr.25567) 265 : cluster [DBG] pgmap v88: 161 pgs: 37 peering, 13 active+undersized, 8 active+undersized+degraded, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 29/630 objects degraded (4.603%) 2024-09-20T23:28:08.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:08 smithi083 bash[94658]: cluster 2024-09-20T23:28:08.538634+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-09-20T23:28:08.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:08 smithi083 bash[96923]: cluster 2024-09-20T23:28:07.526858+0000 mon.a (mon.0) 357 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-20T23:28:08.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:08 smithi083 bash[96923]: cluster 2024-09-20T23:28:07.535855+0000 mon.a (mon.0) 358 : cluster [DBG] osdmap e120: 8 total, 7 up, 8 in 2024-09-20T23:28:08.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:08 smithi083 bash[96923]: cluster 2024-09-20T23:28:08.405135+0000 mgr.y (mgr.25567) 265 : cluster [DBG] pgmap v88: 161 pgs: 37 peering, 13 active+undersized, 8 active+undersized+degraded, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 29/630 objects degraded (4.603%) 2024-09-20T23:28:08.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:08 smithi083 bash[96923]: cluster 2024-09-20T23:28:08.538634+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e121: 8 total, 7 up, 8 in 2024-09-20T23:28:09.174 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:08 smithi083 bash[104431]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-0 2024-09-20T23:28:09.174 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:09 smithi083 bash[104499]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-0 2024-09-20T23:28:11.359 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:28:11 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:11.359 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:28:11 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:11.359 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:11 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.0.service: Deactivated successfully. 2024-09-20T23:28:11.360 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:11 smithi083 systemd[1]: Stopped Ceph osd.0 for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:28:11.360 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:11 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:11.360 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:28:11 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:11.360 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:11 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:11.360 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:28:11 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:11.361 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:28:11 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:11.361 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:28:11 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:11.361 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:11 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:28:11.726 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:11 smithi083 systemd[1]: Started Ceph osd.0 for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:28:11.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[94658]: cluster 2024-09-20T23:28:10.405663+0000 mgr.y (mgr.25567) 266 : cluster [DBG] pgmap v90: 161 pgs: 37 peering, 13 active+undersized, 8 active+undersized+degraded, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 29/630 objects degraded (4.603%) 2024-09-20T23:28:11.726 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[94658]: audit 2024-09-20T23:28:11.401386+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:11.727 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[94658]: audit 2024-09-20T23:28:11.412071+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:11.727 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[94658]: audit 2024-09-20T23:28:11.419971+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:11.727 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[94658]: audit 2024-09-20T23:28:11.422202+0000 mon.b (mon.2) 526 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:11.727 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[94658]: audit 2024-09-20T23:28:11.424682+0000 mon.b (mon.2) 527 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:11.727 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[94658]: audit 2024-09-20T23:28:11.425699+0000 mon.b (mon.2) 528 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:11.727 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[94658]: audit 2024-09-20T23:28:11.432253+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:11.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[96923]: cluster 2024-09-20T23:28:10.405663+0000 mgr.y (mgr.25567) 266 : cluster [DBG] pgmap v90: 161 pgs: 37 peering, 13 active+undersized, 8 active+undersized+degraded, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 29/630 objects degraded (4.603%) 2024-09-20T23:28:11.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[96923]: audit 2024-09-20T23:28:11.401386+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:11.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[96923]: audit 2024-09-20T23:28:11.412071+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:11.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[96923]: audit 2024-09-20T23:28:11.419971+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:11.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[96923]: audit 2024-09-20T23:28:11.422202+0000 mon.b (mon.2) 526 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:11.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[96923]: audit 2024-09-20T23:28:11.424682+0000 mon.b (mon.2) 527 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:11.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[96923]: audit 2024-09-20T23:28:11.425699+0000 mon.b (mon.2) 528 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:11.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[96923]: audit 2024-09-20T23:28:11.432253+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:11.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:11 smithi142 bash[74331]: cluster 2024-09-20T23:28:10.405663+0000 mgr.y (mgr.25567) 266 : cluster [DBG] pgmap v90: 161 pgs: 37 peering, 13 active+undersized, 8 active+undersized+degraded, 103 active+clean; 585 KiB data, 115 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 29/630 objects degraded (4.603%) 2024-09-20T23:28:11.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:11 smithi142 bash[74331]: audit 2024-09-20T23:28:11.401386+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:11.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:11 smithi142 bash[74331]: audit 2024-09-20T23:28:11.412071+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:11.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:11 smithi142 bash[74331]: audit 2024-09-20T23:28:11.419971+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:11 smithi142 bash[74331]: audit 2024-09-20T23:28:11.422202+0000 mon.b (mon.2) 526 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:11 smithi142 bash[74331]: audit 2024-09-20T23:28:11.424682+0000 mon.b (mon.2) 527 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:11 smithi142 bash[74331]: audit 2024-09-20T23:28:11.425699+0000 mon.b (mon.2) 528 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:11.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:11 smithi142 bash[74331]: audit 2024-09-20T23:28:11.432253+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:28:11 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:28:11] "GET /metrics HTTP/1.1" 200 38241 "" "Prometheus/2.43.0" 2024-09-20T23:28:12.804 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:28:12.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: cephadm 2024-09-20T23:28:11.444899+0000 mgr.y (mgr.25567) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.460692+0000 mgr.y (mgr.25567) 268 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.515045+0000 mon.b (mon.2) 529 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.517367+0000 mon.b (mon.2) 530 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.519069+0000 mon.b (mon.2) 531 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.521157+0000 mon.b (mon.2) 532 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.522130+0000 mon.b (mon.2) 533 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.529302+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.626207+0000 mon.b (mon.2) 534 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.629090+0000 mon.b (mon.2) 535 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.630927+0000 mon.b (mon.2) 536 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.634623+0000 mon.b (mon.2) 537 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.636052+0000 mon.b (mon.2) 538 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.645724+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.765530+0000 mon.b (mon.2) 539 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.768367+0000 mon.b (mon.2) 540 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.769952+0000 mon.b (mon.2) 541 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.773173+0000 mon.b (mon.2) 542 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.774321+0000 mon.b (mon.2) 543 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: cephadm 2024-09-20T23:28:11.444899+0000 mgr.y (mgr.25567) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:12.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.460692+0000 mgr.y (mgr.25567) 268 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.515045+0000 mon.b (mon.2) 529 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.517367+0000 mon.b (mon.2) 530 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.519069+0000 mon.b (mon.2) 531 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.521157+0000 mon.b (mon.2) 532 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.522130+0000 mon.b (mon.2) 533 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.529302+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.626207+0000 mon.b (mon.2) 534 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.629090+0000 mon.b (mon.2) 535 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.630927+0000 mon.b (mon.2) 536 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.634623+0000 mon.b (mon.2) 537 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.636052+0000 mon.b (mon.2) 538 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.645724+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.765530+0000 mon.b (mon.2) 539 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.768367+0000 mon.b (mon.2) 540 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.769952+0000 mon.b (mon.2) 541 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.773173+0000 mon.b (mon.2) 542 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.774321+0000 mon.b (mon.2) 543 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: cephadm 2024-09-20T23:28:11.444899+0000 mgr.y (mgr.25567) 267 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:12.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.460692+0000 mgr.y (mgr.25567) 268 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:12.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.515045+0000 mon.b (mon.2) 529 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.517367+0000 mon.b (mon.2) 530 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.519069+0000 mon.b (mon.2) 531 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.521157+0000 mon.b (mon.2) 532 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.522130+0000 mon.b (mon.2) 533 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.529302+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.626207+0000 mon.b (mon.2) 534 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.629090+0000 mon.b (mon.2) 535 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.630927+0000 mon.b (mon.2) 536 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.634623+0000 mon.b (mon.2) 537 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.636052+0000 mon.b (mon.2) 538 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.645724+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.765530+0000 mon.b (mon.2) 539 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.768367+0000 mon.b (mon.2) 540 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.769952+0000 mon.b (mon.2) 541 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.773173+0000 mon.b (mon.2) 542 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.774321+0000 mon.b (mon.2) 543 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.785907+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.907004+0000 mon.b (mon.2) 544 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.909825+0000 mon.b (mon.2) 545 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.911807+0000 mon.b (mon.2) 546 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.914781+0000 mon.b (mon.2) 547 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.916062+0000 mon.b (mon.2) 548 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:11.924146+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.052849+0000 mon.b (mon.2) 549 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.055683+0000 mon.b (mon.2) 550 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.057212+0000 mon.b (mon.2) 551 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.060544+0000 mon.b (mon.2) 552 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.061882+0000 mon.b (mon.2) 553 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.069584+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.212957+0000 mon.b (mon.2) 554 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.216054+0000 mon.b (mon.2) 555 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.218073+0000 mon.b (mon.2) 556 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.221450+0000 mon.b (mon.2) 557 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.222957+0000 mon.b (mon.2) 558 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.233006+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.314721+0000 mon.b (mon.2) 559 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.317477+0000 mon.b (mon.2) 560 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.319592+0000 mon.b (mon.2) 561 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.322237+0000 mon.b (mon.2) 562 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.323440+0000 mon.b (mon.2) 563 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.330637+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.417224+0000 mon.b (mon.2) 564 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.420376+0000 mon.b (mon.2) 565 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.422244+0000 mon.b (mon.2) 566 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.425578+0000 mon.b (mon.2) 567 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.426976+0000 mon.b (mon.2) 568 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:12 smithi142 bash[74331]: audit 2024-09-20T23:28:12.434406+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.785907+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.907004+0000 mon.b (mon.2) 544 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.909825+0000 mon.b (mon.2) 545 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.911807+0000 mon.b (mon.2) 546 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.914781+0000 mon.b (mon.2) 547 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.916062+0000 mon.b (mon.2) 548 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:11.924146+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.052849+0000 mon.b (mon.2) 549 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.055683+0000 mon.b (mon.2) 550 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.057212+0000 mon.b (mon.2) 551 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.060544+0000 mon.b (mon.2) 552 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.061882+0000 mon.b (mon.2) 553 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.069584+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.212957+0000 mon.b (mon.2) 554 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.216054+0000 mon.b (mon.2) 555 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.218073+0000 mon.b (mon.2) 556 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.221450+0000 mon.b (mon.2) 557 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.222957+0000 mon.b (mon.2) 558 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.233006+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.314721+0000 mon.b (mon.2) 559 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.317477+0000 mon.b (mon.2) 560 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.319592+0000 mon.b (mon.2) 561 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.322237+0000 mon.b (mon.2) 562 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.323440+0000 mon.b (mon.2) 563 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.330637+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.417224+0000 mon.b (mon.2) 564 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.420376+0000 mon.b (mon.2) 565 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.422244+0000 mon.b (mon.2) 566 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.425578+0000 mon.b (mon.2) 567 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.426976+0000 mon.b (mon.2) 568 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[94658]: audit 2024-09-20T23:28:12.434406+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.785907+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.907004+0000 mon.b (mon.2) 544 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.909825+0000 mon.b (mon.2) 545 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.911807+0000 mon.b (mon.2) 546 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.914781+0000 mon.b (mon.2) 547 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.916062+0000 mon.b (mon.2) 548 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:11.924146+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.052849+0000 mon.b (mon.2) 549 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.055683+0000 mon.b (mon.2) 550 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.057212+0000 mon.b (mon.2) 551 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.060544+0000 mon.b (mon.2) 552 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.061882+0000 mon.b (mon.2) 553 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.069584+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.212957+0000 mon.b (mon.2) 554 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.216054+0000 mon.b (mon.2) 555 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.218073+0000 mon.b (mon.2) 556 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.221450+0000 mon.b (mon.2) 557 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.222957+0000 mon.b (mon.2) 558 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.233006+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.314721+0000 mon.b (mon.2) 559 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.317477+0000 mon.b (mon.2) 560 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.319592+0000 mon.b (mon.2) 561 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.322237+0000 mon.b (mon.2) 562 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.323440+0000 mon.b (mon.2) 563 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.330637+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.417224+0000 mon.b (mon.2) 564 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.420376+0000 mon.b (mon.2) 565 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.422244+0000 mon.b (mon.2) 566 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.425578+0000 mon.b (mon.2) 567 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.426976+0000 mon.b (mon.2) 568 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:12.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:12 smithi083 bash[96923]: audit 2024-09-20T23:28:12.434406+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.596 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:28:13.596 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 7s ago 37m - - 2024-09-20T23:28:13.596 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 18s ago 37m - - 2024-09-20T23:28:13.596 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (20m) 7s ago 30m 14.5M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:28:13.596 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (5m) 18s ago 29m 72.5M - 9.4.12 2bacad6d85d8 0e41a43feae1 2024-09-20T23:28:13.596 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (6m) 7s ago 27m 44.4M - 3.5 e1d6a67b021e 0cd44e702c29 2024-09-20T23:28:13.596 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283,8765 running (2m) 18s ago 36m 425M - 19.1.1-367-g9e2ac70b cc9251b744a3 62ae6d80cf11 2024-09-20T23:28:13.596 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (17m) 7s ago 38m 495M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:28:13.596 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (2m) 7s ago 38m 47.6M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 9d28421cf848 2024-09-20T23:28:13.596 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (3m) 18s ago 37m 46.4M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 a8389ef65d4a 2024-09-20T23:28:13.596 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (2m) 7s ago 37m 37.0M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 dae7cd27f6fd 2024-09-20T23:28:13.596 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (20m) 7s ago 30m 8599k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:28:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (19m) 18s ago 30m 8863k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:28:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 starting - - - 4096M 2024-09-20T23:28:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (35m) 7s ago 35m 60.1M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:28:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (34m) 7s ago 34m 52.7M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:28:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (34m) 7s ago 34m 58.4M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:28:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (33m) 18s ago 33m 60.0M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:28:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (32m) 18s ago 32m 56.4M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:28:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (32m) 18s ago 32m 54.8M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:28:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (31m) 18s ago 31m 59.2M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:28:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (6m) 18s ago 30m 59.5M - 2.43.0 a07b618ecd1d c2f1748fdf3a 2024-09-20T23:28:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (28m) 7s ago 28m 90.0M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:28:13.597 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (28m) 18s ago 28m 92.6M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:28:13.793 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: cephadm 2024-09-20T23:28:11.532512+0000 mgr.y (mgr.25567) 269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: cephadm 2024-09-20T23:28:11.648758+0000 mgr.y (mgr.25567) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: cephadm 2024-09-20T23:28:11.787595+0000 mgr.y (mgr.25567) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: cephadm 2024-09-20T23:28:11.928046+0000 mgr.y (mgr.25567) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: cephadm 2024-09-20T23:28:12.072890+0000 mgr.y (mgr.25567) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: cephadm 2024-09-20T23:28:12.234764+0000 mgr.y (mgr.25567) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: cephadm 2024-09-20T23:28:12.334449+0000 mgr.y (mgr.25567) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: cluster 2024-09-20T23:28:12.406680+0000 mgr.y (mgr.25567) 276 : cluster [DBG] pgmap v91: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:13.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: cephadm 2024-09-20T23:28:12.440059+0000 mgr.y (mgr.25567) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.520912+0000 mon.b (mon.2) 569 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.523228+0000 mon.b (mon.2) 570 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.794 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.524406+0000 mon.b (mon.2) 571 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.795 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.526649+0000 mon.b (mon.2) 572 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.795 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.527598+0000 mon.b (mon.2) 573 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.795 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.535655+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.795 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.630909+0000 mon.b (mon.2) 574 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.795 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.633879+0000 mon.b (mon.2) 575 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.795 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.635471+0000 mon.b (mon.2) 576 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.795 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.638426+0000 mon.b (mon.2) 577 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.796 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: cephadm 2024-09-20T23:28:11.532512+0000 mgr.y (mgr.25567) 269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.796 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: cephadm 2024-09-20T23:28:11.648758+0000 mgr.y (mgr.25567) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.796 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: cephadm 2024-09-20T23:28:11.787595+0000 mgr.y (mgr.25567) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.797 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: cephadm 2024-09-20T23:28:11.928046+0000 mgr.y (mgr.25567) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.797 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: cephadm 2024-09-20T23:28:12.072890+0000 mgr.y (mgr.25567) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.797 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: cephadm 2024-09-20T23:28:12.234764+0000 mgr.y (mgr.25567) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.797 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: cephadm 2024-09-20T23:28:12.334449+0000 mgr.y (mgr.25567) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.797 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: cluster 2024-09-20T23:28:12.406680+0000 mgr.y (mgr.25567) 276 : cluster [DBG] pgmap v91: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:13.797 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: cephadm 2024-09-20T23:28:12.440059+0000 mgr.y (mgr.25567) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.797 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.520912+0000 mon.b (mon.2) 569 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.797 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.523228+0000 mon.b (mon.2) 570 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.798 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.524406+0000 mon.b (mon.2) 571 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.798 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.526649+0000 mon.b (mon.2) 572 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.798 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.527598+0000 mon.b (mon.2) 573 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.798 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.535655+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.798 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.630909+0000 mon.b (mon.2) 574 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.799 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.633879+0000 mon.b (mon.2) 575 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.799 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.635471+0000 mon.b (mon.2) 576 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.799 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.638426+0000 mon.b (mon.2) 577 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.799 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.639673+0000 mon.b (mon.2) 578 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.800 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.648370+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.800 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.723124+0000 mon.b (mon.2) 579 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.800 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.725726+0000 mon.b (mon.2) 580 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.800 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.727163+0000 mon.b (mon.2) 581 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.800 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.729681+0000 mon.b (mon.2) 582 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.800 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.730755+0000 mon.b (mon.2) 583 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.800 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.739262+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.800 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.816184+0000 mon.b (mon.2) 584 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.800 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.818870+0000 mon.b (mon.2) 585 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.800 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.820410+0000 mon.b (mon.2) 586 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.800 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.823101+0000 mon.b (mon.2) 587 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.800 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.824425+0000 mon.b (mon.2) 588 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.834609+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.914395+0000 mon.b (mon.2) 589 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.917295+0000 mon.b (mon.2) 590 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.918786+0000 mon.b (mon.2) 591 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.921396+0000 mon.b (mon.2) 592 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.922416+0000 mon.b (mon.2) 593 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:12.930885+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.010572+0000 mon.b (mon.2) 594 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.013155+0000 mon.b (mon.2) 595 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.014991+0000 mon.b (mon.2) 596 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.017611+0000 mon.b (mon.2) 597 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.018700+0000 mon.b (mon.2) 598 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.026856+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.801 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.107812+0000 mon.b (mon.2) 599 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.110441+0000 mon.b (mon.2) 600 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.112463+0000 mon.b (mon.2) 601 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.115008+0000 mon.b (mon.2) 602 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.116194+0000 mon.b (mon.2) 603 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.124745+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.207723+0000 mon.b (mon.2) 604 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.210739+0000 mon.b (mon.2) 605 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.212253+0000 mon.b (mon.2) 606 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.214859+0000 mon.b (mon.2) 607 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.215975+0000 mon.b (mon.2) 608 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.802 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.224058+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.803 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.301068+0000 mon.b (mon.2) 609 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.803 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.303678+0000 mon.b (mon.2) 610 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.803 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.639673+0000 mon.b (mon.2) 578 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.804 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.648370+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.804 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.723124+0000 mon.b (mon.2) 579 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.804 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.725726+0000 mon.b (mon.2) 580 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.804 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.727163+0000 mon.b (mon.2) 581 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.804 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.729681+0000 mon.b (mon.2) 582 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.804 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.730755+0000 mon.b (mon.2) 583 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.739262+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.816184+0000 mon.b (mon.2) 584 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.818870+0000 mon.b (mon.2) 585 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.820410+0000 mon.b (mon.2) 586 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.823101+0000 mon.b (mon.2) 587 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.824425+0000 mon.b (mon.2) 588 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.805 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.834609+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.806 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.914395+0000 mon.b (mon.2) 589 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.806 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.917295+0000 mon.b (mon.2) 590 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.806 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.918786+0000 mon.b (mon.2) 591 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.806 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.921396+0000 mon.b (mon.2) 592 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.806 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.922416+0000 mon.b (mon.2) 593 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.806 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:12.930885+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.807 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.305214+0000 mon.b (mon.2) 611 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.807 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.307637+0000 mon.b (mon.2) 612 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.807 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.308776+0000 mon.b (mon.2) 613 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.808 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.317073+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.808 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: cluster 2024-09-20T23:28:13.331089+0000 mon.a (mon.0) 381 : cluster [WRN] Health check update: Degraded data redundancy: 68/630 objects degraded (10.794%), 22 pgs degraded (PG_DEGRADED) 2024-09-20T23:28:13.808 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.393393+0000 mon.b (mon.2) 614 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.808 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.396109+0000 mon.b (mon.2) 615 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.808 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.397771+0000 mon.b (mon.2) 616 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.808 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.400314+0000 mon.b (mon.2) 617 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.809 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.401318+0000 mon.b (mon.2) 618 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.809 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[96923]: audit 2024-09-20T23:28:13.409157+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.809 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.010572+0000 mon.b (mon.2) 594 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.809 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.013155+0000 mon.b (mon.2) 595 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.809 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.014991+0000 mon.b (mon.2) 596 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.017611+0000 mon.b (mon.2) 597 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.018700+0000 mon.b (mon.2) 598 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.026856+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.107812+0000 mon.b (mon.2) 599 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.110441+0000 mon.b (mon.2) 600 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.112463+0000 mon.b (mon.2) 601 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.810 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.115008+0000 mon.b (mon.2) 602 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.116194+0000 mon.b (mon.2) 603 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.124745+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.207723+0000 mon.b (mon.2) 604 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.210739+0000 mon.b (mon.2) 605 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.212253+0000 mon.b (mon.2) 606 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.214859+0000 mon.b (mon.2) 607 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.215975+0000 mon.b (mon.2) 608 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.224058+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.301068+0000 mon.b (mon.2) 609 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.303678+0000 mon.b (mon.2) 610 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.305214+0000 mon.b (mon.2) 611 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.307637+0000 mon.b (mon.2) 612 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.811 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.308776+0000 mon.b (mon.2) 613 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.317073+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: cluster 2024-09-20T23:28:13.331089+0000 mon.a (mon.0) 381 : cluster [WRN] Health check update: Degraded data redundancy: 68/630 objects degraded (10.794%), 22 pgs degraded (PG_DEGRADED) 2024-09-20T23:28:13.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.393393+0000 mon.b (mon.2) 614 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.396109+0000 mon.b (mon.2) 615 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.397771+0000 mon.b (mon.2) 616 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.400314+0000 mon.b (mon.2) 617 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.401318+0000 mon.b (mon.2) 618 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.812 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[94658]: audit 2024-09-20T23:28:13.409157+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: cephadm 2024-09-20T23:28:11.532512+0000 mgr.y (mgr.25567) 269 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: cephadm 2024-09-20T23:28:11.648758+0000 mgr.y (mgr.25567) 270 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: cephadm 2024-09-20T23:28:11.787595+0000 mgr.y (mgr.25567) 271 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: cephadm 2024-09-20T23:28:11.928046+0000 mgr.y (mgr.25567) 272 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: cephadm 2024-09-20T23:28:12.072890+0000 mgr.y (mgr.25567) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: cephadm 2024-09-20T23:28:12.234764+0000 mgr.y (mgr.25567) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: cephadm 2024-09-20T23:28:12.334449+0000 mgr.y (mgr.25567) 275 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: cluster 2024-09-20T23:28:12.406680+0000 mgr.y (mgr.25567) 276 : cluster [DBG] pgmap v91: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: cephadm 2024-09-20T23:28:12.440059+0000 mgr.y (mgr.25567) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.520912+0000 mon.b (mon.2) 569 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.523228+0000 mon.b (mon.2) 570 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.524406+0000 mon.b (mon.2) 571 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.526649+0000 mon.b (mon.2) 572 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.527598+0000 mon.b (mon.2) 573 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.535655+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.630909+0000 mon.b (mon.2) 574 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.633879+0000 mon.b (mon.2) 575 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.635471+0000 mon.b (mon.2) 576 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.638426+0000 mon.b (mon.2) 577 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.639673+0000 mon.b (mon.2) 578 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.648370+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.723124+0000 mon.b (mon.2) 579 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.725726+0000 mon.b (mon.2) 580 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.727163+0000 mon.b (mon.2) 581 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.729681+0000 mon.b (mon.2) 582 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.730755+0000 mon.b (mon.2) 583 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.739262+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.816184+0000 mon.b (mon.2) 584 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.818870+0000 mon.b (mon.2) 585 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.820410+0000 mon.b (mon.2) 586 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.823101+0000 mon.b (mon.2) 587 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.824425+0000 mon.b (mon.2) 588 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.834609+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.914395+0000 mon.b (mon.2) 589 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.917295+0000 mon.b (mon.2) 590 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.918786+0000 mon.b (mon.2) 591 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.921396+0000 mon.b (mon.2) 592 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.922416+0000 mon.b (mon.2) 593 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:12.930885+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.010572+0000 mon.b (mon.2) 594 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.013155+0000 mon.b (mon.2) 595 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.014991+0000 mon.b (mon.2) 596 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.017611+0000 mon.b (mon.2) 597 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.018700+0000 mon.b (mon.2) 598 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.026856+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.107812+0000 mon.b (mon.2) 599 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.110441+0000 mon.b (mon.2) 600 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.112463+0000 mon.b (mon.2) 601 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.115008+0000 mon.b (mon.2) 602 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.116194+0000 mon.b (mon.2) 603 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.124745+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.207723+0000 mon.b (mon.2) 604 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.210739+0000 mon.b (mon.2) 605 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.212253+0000 mon.b (mon.2) 606 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.214859+0000 mon.b (mon.2) 607 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.215975+0000 mon.b (mon.2) 608 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.224058+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.301068+0000 mon.b (mon.2) 609 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.303678+0000 mon.b (mon.2) 610 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.305214+0000 mon.b (mon.2) 611 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.307637+0000 mon.b (mon.2) 612 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.308776+0000 mon.b (mon.2) 613 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.317073+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:13.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: cluster 2024-09-20T23:28:13.331089+0000 mon.a (mon.0) 381 : cluster [WRN] Health check update: Degraded data redundancy: 68/630 objects degraded (10.794%), 22 pgs degraded (PG_DEGRADED) 2024-09-20T23:28:13.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.393393+0000 mon.b (mon.2) 614 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.396109+0000 mon.b (mon.2) 615 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:13.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.397771+0000 mon.b (mon.2) 616 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:13.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.400314+0000 mon.b (mon.2) 617 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:13.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.401318+0000 mon.b (mon.2) 618 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:13.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:13 smithi142 bash[74331]: audit 2024-09-20T23:28:13.409157+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.074 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[104646]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-20T23:28:14.074 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:13 smithi083 bash[104646]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-20T23:28:14.091 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:28:14.091 INFO:teuthology.orchestra.run.smithi083.stdout: "mon": { 2024-09-20T23:28:14.091 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 3 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: "mgr": { 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 2 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: "osd": { 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: "rgw": { 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: }, 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: "overall": { 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2024-09-20T23:28:14.092 INFO:teuthology.orchestra.run.smithi083.stdout: "ceph version 19.1.1-367-g9e2ac70b (9e2ac70bb7aea67d34f0d50002344abbe7803736) squid (stable)": 5 2024-09-20T23:28:14.093 INFO:teuthology.orchestra.run.smithi083.stdout: } 2024-09-20T23:28:14.093 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:28:14.474 INFO:teuthology.orchestra.run.smithi083.stdout:{ 2024-09-20T23:28:14.474 INFO:teuthology.orchestra.run.smithi083.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:07c2c7a2cb9ca9b41c609b2ddfb8539abdc0283fbb4aebf87c70eeaf670bffe5", 2024-09-20T23:28:14.474 INFO:teuthology.orchestra.run.smithi083.stdout: "in_progress": true, 2024-09-20T23:28:14.474 INFO:teuthology.orchestra.run.smithi083.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (0 remaining).", 2024-09-20T23:28:14.474 INFO:teuthology.orchestra.run.smithi083.stdout: "services_complete": [], 2024-09-20T23:28:14.474 INFO:teuthology.orchestra.run.smithi083.stdout: "progress": "0/8 daemons upgraded", 2024-09-20T23:28:14.474 INFO:teuthology.orchestra.run.smithi083.stdout: "message": "Currently upgrading osd daemons", 2024-09-20T23:28:14.474 INFO:teuthology.orchestra.run.smithi083.stdout: "is_paused": false 2024-09-20T23:28:14.475 INFO:teuthology.orchestra.run.smithi083.stdout:} 2024-09-20T23:28:14.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: cephadm 2024-09-20T23:28:12.539512+0000 mgr.y (mgr.25567) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: cephadm 2024-09-20T23:28:12.652217+0000 mgr.y (mgr.25567) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: cephadm 2024-09-20T23:28:12.742647+0000 mgr.y (mgr.25567) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:12.792639+0000 mgr.y (mgr.25567) 281 : audit [DBG] from='client.44286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: cephadm 2024-09-20T23:28:12.837206+0000 mgr.y (mgr.25567) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: cephadm 2024-09-20T23:28:12.934375+0000 mgr.y (mgr.25567) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: cephadm 2024-09-20T23:28:13.030399+0000 mgr.y (mgr.25567) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: cephadm 2024-09-20T23:28:13.127756+0000 mgr.y (mgr.25567) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.201010+0000 mgr.y (mgr.25567) 286 : audit [DBG] from='client.54223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: cephadm 2024-09-20T23:28:13.227642+0000 mgr.y (mgr.25567) 287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: cephadm 2024-09-20T23:28:13.320729+0000 mgr.y (mgr.25567) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: cephadm 2024-09-20T23:28:13.413388+0000 mgr.y (mgr.25567) 289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.498236+0000 mon.b (mon.2) 619 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.500419+0000 mon.b (mon.2) 620 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.501479+0000 mon.b (mon.2) 621 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.503640+0000 mon.b (mon.2) 622 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.504578+0000 mon.b (mon.2) 623 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.519640+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: cephadm 2024-09-20T23:28:13.522873+0000 mgr.y (mgr.25567) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.601020+0000 mon.b (mon.2) 624 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.604412+0000 mon.b (mon.2) 625 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.606755+0000 mon.b (mon.2) 626 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.613826+0000 mon.b (mon.2) 627 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.615722+0000 mon.b (mon.2) 628 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.626804+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.739031+0000 mon.b (mon.2) 629 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.742062+0000 mon.b (mon.2) 630 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.743774+0000 mon.b (mon.2) 631 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.746636+0000 mon.b (mon.2) 632 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.747836+0000 mon.b (mon.2) 633 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.758070+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.857955+0000 mon.b (mon.2) 634 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.860788+0000 mon.b (mon.2) 635 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.862303+0000 mon.b (mon.2) 636 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.865418+0000 mon.b (mon.2) 637 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.866635+0000 mon.b (mon.2) 638 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.876465+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.955458+0000 mon.b (mon.2) 639 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.958296+0000 mon.b (mon.2) 640 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.959840+0000 mon.b (mon.2) 641 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: cephadm 2024-09-20T23:28:12.539512+0000 mgr.y (mgr.25567) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: cephadm 2024-09-20T23:28:12.652217+0000 mgr.y (mgr.25567) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: cephadm 2024-09-20T23:28:12.742647+0000 mgr.y (mgr.25567) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:12.792639+0000 mgr.y (mgr.25567) 281 : audit [DBG] from='client.44286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: cephadm 2024-09-20T23:28:12.837206+0000 mgr.y (mgr.25567) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: cephadm 2024-09-20T23:28:12.934375+0000 mgr.y (mgr.25567) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: cephadm 2024-09-20T23:28:13.030399+0000 mgr.y (mgr.25567) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: cephadm 2024-09-20T23:28:13.127756+0000 mgr.y (mgr.25567) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.201010+0000 mgr.y (mgr.25567) 286 : audit [DBG] from='client.54223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: cephadm 2024-09-20T23:28:13.227642+0000 mgr.y (mgr.25567) 287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: cephadm 2024-09-20T23:28:13.320729+0000 mgr.y (mgr.25567) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: cephadm 2024-09-20T23:28:13.413388+0000 mgr.y (mgr.25567) 289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.498236+0000 mon.b (mon.2) 619 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.500419+0000 mon.b (mon.2) 620 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.501479+0000 mon.b (mon.2) 621 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.503640+0000 mon.b (mon.2) 622 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.504578+0000 mon.b (mon.2) 623 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.519640+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: cephadm 2024-09-20T23:28:13.522873+0000 mgr.y (mgr.25567) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.601020+0000 mon.b (mon.2) 624 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.604412+0000 mon.b (mon.2) 625 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.606755+0000 mon.b (mon.2) 626 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.613826+0000 mon.b (mon.2) 627 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.615722+0000 mon.b (mon.2) 628 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.626804+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.739031+0000 mon.b (mon.2) 629 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.742062+0000 mon.b (mon.2) 630 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.743774+0000 mon.b (mon.2) 631 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.746636+0000 mon.b (mon.2) 632 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.747836+0000 mon.b (mon.2) 633 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.758070+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.857955+0000 mon.b (mon.2) 634 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.860788+0000 mon.b (mon.2) 635 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.862303+0000 mon.b (mon.2) 636 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.865418+0000 mon.b (mon.2) 637 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.866635+0000 mon.b (mon.2) 638 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.876465+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.955458+0000 mon.b (mon.2) 639 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.958296+0000 mon.b (mon.2) 640 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.959840+0000 mon.b (mon.2) 641 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.962444+0000 mon.b (mon.2) 642 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.963608+0000 mon.b (mon.2) 643 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:13.970458+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.046834+0000 mon.b (mon.2) 644 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.048905+0000 mon.b (mon.2) 645 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.049907+0000 mon.b (mon.2) 646 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.051723+0000 mon.b (mon.2) 647 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.052426+0000 mon.b (mon.2) 648 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.058935+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.093216+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.83:0/2074370232' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.131914+0000 mon.b (mon.2) 649 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.134035+0000 mon.b (mon.2) 650 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.135339+0000 mon.b (mon.2) 651 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.137581+0000 mon.b (mon.2) 652 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.138535+0000 mon.b (mon.2) 653 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.144327+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.216625+0000 mon.b (mon.2) 654 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.219411+0000 mon.b (mon.2) 655 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.221037+0000 mon.b (mon.2) 656 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.223833+0000 mon.b (mon.2) 657 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.225037+0000 mon.b (mon.2) 658 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.232982+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.313603+0000 mon.b (mon.2) 659 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.316461+0000 mon.b (mon.2) 660 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.321478+0000 mon.b (mon.2) 661 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.324225+0000 mon.b (mon.2) 662 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.325253+0000 mon.b (mon.2) 663 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.332161+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.407273+0000 mon.b (mon.2) 664 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.409920+0000 mon.b (mon.2) 665 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.411494+0000 mon.b (mon.2) 666 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.413927+0000 mon.b (mon.2) 667 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.414959+0000 mon.b (mon.2) 668 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:14 smithi142 bash[74331]: audit 2024-09-20T23:28:14.422713+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: cephadm 2024-09-20T23:28:12.539512+0000 mgr.y (mgr.25567) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: cephadm 2024-09-20T23:28:12.652217+0000 mgr.y (mgr.25567) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: cephadm 2024-09-20T23:28:12.742647+0000 mgr.y (mgr.25567) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:12.792639+0000 mgr.y (mgr.25567) 281 : audit [DBG] from='client.44286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:14.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: cephadm 2024-09-20T23:28:12.837206+0000 mgr.y (mgr.25567) 282 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: cephadm 2024-09-20T23:28:12.934375+0000 mgr.y (mgr.25567) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: cephadm 2024-09-20T23:28:13.030399+0000 mgr.y (mgr.25567) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: cephadm 2024-09-20T23:28:13.127756+0000 mgr.y (mgr.25567) 285 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.201010+0000 mgr.y (mgr.25567) 286 : audit [DBG] from='client.54223 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: cephadm 2024-09-20T23:28:13.227642+0000 mgr.y (mgr.25567) 287 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: cephadm 2024-09-20T23:28:13.320729+0000 mgr.y (mgr.25567) 288 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: cephadm 2024-09-20T23:28:13.413388+0000 mgr.y (mgr.25567) 289 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.498236+0000 mon.b (mon.2) 619 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.500419+0000 mon.b (mon.2) 620 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.501479+0000 mon.b (mon.2) 621 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.503640+0000 mon.b (mon.2) 622 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.504578+0000 mon.b (mon.2) 623 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.519640+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: cephadm 2024-09-20T23:28:13.522873+0000 mgr.y (mgr.25567) 290 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:14.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.601020+0000 mon.b (mon.2) 624 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.962444+0000 mon.b (mon.2) 642 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.963608+0000 mon.b (mon.2) 643 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:13.970458+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.046834+0000 mon.b (mon.2) 644 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.048905+0000 mon.b (mon.2) 645 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.049907+0000 mon.b (mon.2) 646 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.051723+0000 mon.b (mon.2) 647 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.052426+0000 mon.b (mon.2) 648 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.058935+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.093216+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.83:0/2074370232' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.131914+0000 mon.b (mon.2) 649 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.134035+0000 mon.b (mon.2) 650 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.135339+0000 mon.b (mon.2) 651 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.137581+0000 mon.b (mon.2) 652 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.138535+0000 mon.b (mon.2) 653 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.144327+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.216625+0000 mon.b (mon.2) 654 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.219411+0000 mon.b (mon.2) 655 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.221037+0000 mon.b (mon.2) 656 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.223833+0000 mon.b (mon.2) 657 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.225037+0000 mon.b (mon.2) 658 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.232982+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.313603+0000 mon.b (mon.2) 659 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.316461+0000 mon.b (mon.2) 660 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.321478+0000 mon.b (mon.2) 661 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.324225+0000 mon.b (mon.2) 662 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.325253+0000 mon.b (mon.2) 663 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.332161+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.407273+0000 mon.b (mon.2) 664 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.409920+0000 mon.b (mon.2) 665 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.411494+0000 mon.b (mon.2) 666 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.413927+0000 mon.b (mon.2) 667 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.414959+0000 mon.b (mon.2) 668 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[94658]: audit 2024-09-20T23:28:14.422713+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.604412+0000 mon.b (mon.2) 625 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.606755+0000 mon.b (mon.2) 626 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.613826+0000 mon.b (mon.2) 627 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.615722+0000 mon.b (mon.2) 628 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.626804+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.739031+0000 mon.b (mon.2) 629 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.742062+0000 mon.b (mon.2) 630 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.743774+0000 mon.b (mon.2) 631 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.746636+0000 mon.b (mon.2) 632 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.747836+0000 mon.b (mon.2) 633 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.758070+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.838 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.857955+0000 mon.b (mon.2) 634 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.860788+0000 mon.b (mon.2) 635 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.862303+0000 mon.b (mon.2) 636 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.865418+0000 mon.b (mon.2) 637 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.866635+0000 mon.b (mon.2) 638 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.876465+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.955458+0000 mon.b (mon.2) 639 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.958296+0000 mon.b (mon.2) 640 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.959840+0000 mon.b (mon.2) 641 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.962444+0000 mon.b (mon.2) 642 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.963608+0000 mon.b (mon.2) 643 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:13.970458+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.046834+0000 mon.b (mon.2) 644 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.048905+0000 mon.b (mon.2) 645 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.839 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.049907+0000 mon.b (mon.2) 646 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.051723+0000 mon.b (mon.2) 647 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.052426+0000 mon.b (mon.2) 648 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.058935+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.093216+0000 mon.a (mon.0) 389 : audit [DBG] from='client.? 172.21.15.83:0/2074370232' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.131914+0000 mon.b (mon.2) 649 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.134035+0000 mon.b (mon.2) 650 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.135339+0000 mon.b (mon.2) 651 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.137581+0000 mon.b (mon.2) 652 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.138535+0000 mon.b (mon.2) 653 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.144327+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.216625+0000 mon.b (mon.2) 654 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.219411+0000 mon.b (mon.2) 655 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.221037+0000 mon.b (mon.2) 656 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.840 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.223833+0000 mon.b (mon.2) 657 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.225037+0000 mon.b (mon.2) 658 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.232982+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.313603+0000 mon.b (mon.2) 659 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.316461+0000 mon.b (mon.2) 660 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.321478+0000 mon.b (mon.2) 661 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.324225+0000 mon.b (mon.2) 662 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.325253+0000 mon.b (mon.2) 663 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.332161+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.407273+0000 mon.b (mon.2) 664 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.409920+0000 mon.b (mon.2) 665 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.411494+0000 mon.b (mon.2) 666 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.413927+0000 mon.b (mon.2) 667 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.414959+0000 mon.b (mon.2) 668 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:14.841 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:14 smithi083 bash[96923]: audit 2024-09-20T23:28:14.422713+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.574 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[104646]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-20T23:28:15.574 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[104646]: 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-09-20T23:28:15.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:13.582315+0000 mgr.y (mgr.25567) 291 : audit [DBG] from='client.44298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: cephadm 2024-09-20T23:28:13.629530+0000 mgr.y (mgr.25567) 292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: cephadm 2024-09-20T23:28:13.763921+0000 mgr.y (mgr.25567) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: cephadm 2024-09-20T23:28:13.879236+0000 mgr.y (mgr.25567) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: cephadm 2024-09-20T23:28:13.973835+0000 mgr.y (mgr.25567) 295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: cephadm 2024-09-20T23:28:14.059502+0000 mgr.y (mgr.25567) 296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: cephadm 2024-09-20T23:28:14.145735+0000 mgr.y (mgr.25567) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: cephadm 2024-09-20T23:28:14.235687+0000 mgr.y (mgr.25567) 298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: cephadm 2024-09-20T23:28:14.335377+0000 mgr.y (mgr.25567) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: cluster 2024-09-20T23:28:14.407126+0000 mgr.y (mgr.25567) 300 : cluster [DBG] pgmap v92: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 647 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: cephadm 2024-09-20T23:28:14.425561+0000 mgr.y (mgr.25567) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.475323+0000 mgr.y (mgr.25567) 302 : audit [DBG] from='client.54241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.514797+0000 mon.b (mon.2) 669 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.517358+0000 mon.b (mon.2) 670 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.518757+0000 mon.b (mon.2) 671 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.521060+0000 mon.b (mon.2) 672 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.522075+0000 mon.b (mon.2) 673 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.528413+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.610147+0000 mon.b (mon.2) 674 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.612890+0000 mon.b (mon.2) 675 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.614449+0000 mon.b (mon.2) 676 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.616996+0000 mon.b (mon.2) 677 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.618149+0000 mon.b (mon.2) 678 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.624844+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.703957+0000 mon.b (mon.2) 679 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.706036+0000 mon.b (mon.2) 680 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.707242+0000 mon.b (mon.2) 681 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.709410+0000 mon.b (mon.2) 682 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.710218+0000 mon.b (mon.2) 683 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.716001+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.788868+0000 mon.b (mon.2) 684 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.791099+0000 mon.b (mon.2) 685 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.792376+0000 mon.b (mon.2) 686 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.794981+0000 mon.b (mon.2) 687 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.796049+0000 mon.b (mon.2) 688 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.802373+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.860344+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.870646+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.880273+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.909038+0000 mon.b (mon.2) 689 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.911918+0000 mon.b (mon.2) 690 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.913426+0000 mon.b (mon.2) 691 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.915909+0000 mon.b (mon.2) 692 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.916977+0000 mon.b (mon.2) 693 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.923554+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.994139+0000 mon.b (mon.2) 694 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.996816+0000 mon.b (mon.2) 695 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:14.998184+0000 mon.b (mon.2) 696 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.001610+0000 mon.b (mon.2) 697 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.002578+0000 mon.b (mon.2) 698 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.010129+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.098068+0000 mon.b (mon.2) 699 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.100873+0000 mon.b (mon.2) 700 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.102308+0000 mon.b (mon.2) 701 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.105689+0000 mon.b (mon.2) 702 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.106873+0000 mon.b (mon.2) 703 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.114761+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.227937+0000 mon.b (mon.2) 704 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.230560+0000 mon.b (mon.2) 705 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:13.582315+0000 mgr.y (mgr.25567) 291 : audit [DBG] from='client.44298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:15.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: cephadm 2024-09-20T23:28:13.629530+0000 mgr.y (mgr.25567) 292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: cephadm 2024-09-20T23:28:13.763921+0000 mgr.y (mgr.25567) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: cephadm 2024-09-20T23:28:13.879236+0000 mgr.y (mgr.25567) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: cephadm 2024-09-20T23:28:13.973835+0000 mgr.y (mgr.25567) 295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: cephadm 2024-09-20T23:28:14.059502+0000 mgr.y (mgr.25567) 296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: cephadm 2024-09-20T23:28:14.145735+0000 mgr.y (mgr.25567) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: cephadm 2024-09-20T23:28:14.235687+0000 mgr.y (mgr.25567) 298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: cephadm 2024-09-20T23:28:14.335377+0000 mgr.y (mgr.25567) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: cluster 2024-09-20T23:28:14.407126+0000 mgr.y (mgr.25567) 300 : cluster [DBG] pgmap v92: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 647 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: cephadm 2024-09-20T23:28:14.425561+0000 mgr.y (mgr.25567) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.475323+0000 mgr.y (mgr.25567) 302 : audit [DBG] from='client.54241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.514797+0000 mon.b (mon.2) 669 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.517358+0000 mon.b (mon.2) 670 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.518757+0000 mon.b (mon.2) 671 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.521060+0000 mon.b (mon.2) 672 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.522075+0000 mon.b (mon.2) 673 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.528413+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.610147+0000 mon.b (mon.2) 674 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.612890+0000 mon.b (mon.2) 675 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.232057+0000 mon.b (mon.2) 706 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.234521+0000 mon.b (mon.2) 707 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.235694+0000 mon.b (mon.2) 708 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.242107+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.322882+0000 mon.b (mon.2) 709 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.325488+0000 mon.b (mon.2) 710 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.326798+0000 mon.b (mon.2) 711 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.329136+0000 mon.b (mon.2) 712 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.330228+0000 mon.b (mon.2) 713 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.341233+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.414576+0000 mon.b (mon.2) 714 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.417348+0000 mon.b (mon.2) 715 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.419010+0000 mon.b (mon.2) 716 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.422217+0000 mon.b (mon.2) 717 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.423556+0000 mon.b (mon.2) 718 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.425143+0000 mon.b (mon.2) 719 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:28:15.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[94658]: audit 2024-09-20T23:28:15.433776+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.614449+0000 mon.b (mon.2) 676 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.616996+0000 mon.b (mon.2) 677 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.618149+0000 mon.b (mon.2) 678 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.624844+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.703957+0000 mon.b (mon.2) 679 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.706036+0000 mon.b (mon.2) 680 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.707242+0000 mon.b (mon.2) 681 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.709410+0000 mon.b (mon.2) 682 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.710218+0000 mon.b (mon.2) 683 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.716001+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.788868+0000 mon.b (mon.2) 684 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.791099+0000 mon.b (mon.2) 685 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.792376+0000 mon.b (mon.2) 686 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.794981+0000 mon.b (mon.2) 687 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.796049+0000 mon.b (mon.2) 688 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.802373+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.860344+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.870646+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.880273+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.909038+0000 mon.b (mon.2) 689 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.911918+0000 mon.b (mon.2) 690 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.913426+0000 mon.b (mon.2) 691 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.915909+0000 mon.b (mon.2) 692 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.916977+0000 mon.b (mon.2) 693 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.923554+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.994139+0000 mon.b (mon.2) 694 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.996816+0000 mon.b (mon.2) 695 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:14.998184+0000 mon.b (mon.2) 696 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.001610+0000 mon.b (mon.2) 697 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.002578+0000 mon.b (mon.2) 698 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.010129+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.098068+0000 mon.b (mon.2) 699 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.100873+0000 mon.b (mon.2) 700 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.102308+0000 mon.b (mon.2) 701 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.105689+0000 mon.b (mon.2) 702 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.106873+0000 mon.b (mon.2) 703 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.114761+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.227937+0000 mon.b (mon.2) 704 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.230560+0000 mon.b (mon.2) 705 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.585 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.232057+0000 mon.b (mon.2) 706 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.234521+0000 mon.b (mon.2) 707 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.235694+0000 mon.b (mon.2) 708 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.242107+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.322882+0000 mon.b (mon.2) 709 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.325488+0000 mon.b (mon.2) 710 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.326798+0000 mon.b (mon.2) 711 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.329136+0000 mon.b (mon.2) 712 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.330228+0000 mon.b (mon.2) 713 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.341233+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.414576+0000 mon.b (mon.2) 714 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.417348+0000 mon.b (mon.2) 715 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.419010+0000 mon.b (mon.2) 716 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.422217+0000 mon.b (mon.2) 717 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.423556+0000 mon.b (mon.2) 718 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.425143+0000 mon.b (mon.2) 719 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:28:15.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[96923]: audit 2024-09-20T23:28:15.433776+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:13.582315+0000 mgr.y (mgr.25567) 291 : audit [DBG] from='client.44298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:15.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: cephadm 2024-09-20T23:28:13.629530+0000 mgr.y (mgr.25567) 292 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: cephadm 2024-09-20T23:28:13.763921+0000 mgr.y (mgr.25567) 293 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: cephadm 2024-09-20T23:28:13.879236+0000 mgr.y (mgr.25567) 294 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: cephadm 2024-09-20T23:28:13.973835+0000 mgr.y (mgr.25567) 295 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: cephadm 2024-09-20T23:28:14.059502+0000 mgr.y (mgr.25567) 296 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: cephadm 2024-09-20T23:28:14.145735+0000 mgr.y (mgr.25567) 297 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: cephadm 2024-09-20T23:28:14.235687+0000 mgr.y (mgr.25567) 298 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: cephadm 2024-09-20T23:28:14.335377+0000 mgr.y (mgr.25567) 299 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: cluster 2024-09-20T23:28:14.407126+0000 mgr.y (mgr.25567) 300 : cluster [DBG] pgmap v92: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 647 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:15.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: cephadm 2024-09-20T23:28:14.425561+0000 mgr.y (mgr.25567) 301 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.475323+0000 mgr.y (mgr.25567) 302 : audit [DBG] from='client.54241 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.514797+0000 mon.b (mon.2) 669 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.517358+0000 mon.b (mon.2) 670 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.518757+0000 mon.b (mon.2) 671 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.521060+0000 mon.b (mon.2) 672 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.522075+0000 mon.b (mon.2) 673 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.528413+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.610147+0000 mon.b (mon.2) 674 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.612890+0000 mon.b (mon.2) 675 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.614449+0000 mon.b (mon.2) 676 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.616996+0000 mon.b (mon.2) 677 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.618149+0000 mon.b (mon.2) 678 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.624844+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.703957+0000 mon.b (mon.2) 679 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.706036+0000 mon.b (mon.2) 680 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.707242+0000 mon.b (mon.2) 681 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.709410+0000 mon.b (mon.2) 682 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.710218+0000 mon.b (mon.2) 683 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.716001+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.788868+0000 mon.b (mon.2) 684 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.791099+0000 mon.b (mon.2) 685 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.792376+0000 mon.b (mon.2) 686 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.794981+0000 mon.b (mon.2) 687 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.796049+0000 mon.b (mon.2) 688 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.802373+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.860344+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.870646+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.880273+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.909038+0000 mon.b (mon.2) 689 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.911918+0000 mon.b (mon.2) 690 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.913426+0000 mon.b (mon.2) 691 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.915909+0000 mon.b (mon.2) 692 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.916977+0000 mon.b (mon.2) 693 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.923554+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.994139+0000 mon.b (mon.2) 694 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.996816+0000 mon.b (mon.2) 695 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:14.998184+0000 mon.b (mon.2) 696 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.001610+0000 mon.b (mon.2) 697 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.002578+0000 mon.b (mon.2) 698 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.010129+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.098068+0000 mon.b (mon.2) 699 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.100873+0000 mon.b (mon.2) 700 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.102308+0000 mon.b (mon.2) 701 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.105689+0000 mon.b (mon.2) 702 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.106873+0000 mon.b (mon.2) 703 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.114761+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.227937+0000 mon.b (mon.2) 704 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.230560+0000 mon.b (mon.2) 705 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.232057+0000 mon.b (mon.2) 706 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.234521+0000 mon.b (mon.2) 707 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.235694+0000 mon.b (mon.2) 708 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.242107+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.322882+0000 mon.b (mon.2) 709 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.325488+0000 mon.b (mon.2) 710 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.326798+0000 mon.b (mon.2) 711 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.329136+0000 mon.b (mon.2) 712 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.330228+0000 mon.b (mon.2) 713 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.341233+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:15.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.414576+0000 mon.b (mon.2) 714 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.417348+0000 mon.b (mon.2) 715 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:15.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.419010+0000 mon.b (mon.2) 716 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:15.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.422217+0000 mon.b (mon.2) 717 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:15.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.423556+0000 mon.b (mon.2) 718 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:15.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.425143+0000 mon.b (mon.2) 719 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:28:15.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:15 smithi142 bash[74331]: audit 2024-09-20T23:28:15.433776+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.062 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[104646]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-20T23:28:16.062 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[104646]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-20T23:28:16.062 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[104646]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-20T23:28:16.062 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[104646]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-20T23:28:16.063 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:15 smithi083 bash[104646]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-20T23:28:16.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: cephadm 2024-09-20T23:28:14.533446+0000 mgr.y (mgr.25567) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: cephadm 2024-09-20T23:28:14.629991+0000 mgr.y (mgr.25567) 304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: cephadm 2024-09-20T23:28:14.719569+0000 mgr.y (mgr.25567) 305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: cephadm 2024-09-20T23:28:14.804169+0000 mgr.y (mgr.25567) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: cephadm 2024-09-20T23:28:14.926251+0000 mgr.y (mgr.25567) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: cephadm 2024-09-20T23:28:15.013422+0000 mgr.y (mgr.25567) 308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: cephadm 2024-09-20T23:28:15.118231+0000 mgr.y (mgr.25567) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: cephadm 2024-09-20T23:28:15.245518+0000 mgr.y (mgr.25567) 310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: cephadm 2024-09-20T23:28:15.344257+0000 mgr.y (mgr.25567) 311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: cephadm 2024-09-20T23:28:15.437164+0000 mgr.y (mgr.25567) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.553334+0000 mon.b (mon.2) 720 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.556635+0000 mon.b (mon.2) 721 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.558545+0000 mon.b (mon.2) 722 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.561524+0000 mon.b (mon.2) 723 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.562744+0000 mon.b (mon.2) 724 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.569858+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.651870+0000 mon.b (mon.2) 725 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.654827+0000 mon.b (mon.2) 726 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.656341+0000 mon.b (mon.2) 727 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.662218+0000 mon.b (mon.2) 728 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: cephadm 2024-09-20T23:28:14.533446+0000 mgr.y (mgr.25567) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: cephadm 2024-09-20T23:28:14.629991+0000 mgr.y (mgr.25567) 304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: cephadm 2024-09-20T23:28:14.719569+0000 mgr.y (mgr.25567) 305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: cephadm 2024-09-20T23:28:14.804169+0000 mgr.y (mgr.25567) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: cephadm 2024-09-20T23:28:14.926251+0000 mgr.y (mgr.25567) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: cephadm 2024-09-20T23:28:15.013422+0000 mgr.y (mgr.25567) 308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: cephadm 2024-09-20T23:28:15.118231+0000 mgr.y (mgr.25567) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: cephadm 2024-09-20T23:28:15.245518+0000 mgr.y (mgr.25567) 310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: cephadm 2024-09-20T23:28:15.344257+0000 mgr.y (mgr.25567) 311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: cephadm 2024-09-20T23:28:15.437164+0000 mgr.y (mgr.25567) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.553334+0000 mon.b (mon.2) 720 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.556635+0000 mon.b (mon.2) 721 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.558545+0000 mon.b (mon.2) 722 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.561524+0000 mon.b (mon.2) 723 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.562744+0000 mon.b (mon.2) 724 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.569858+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.651870+0000 mon.b (mon.2) 725 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.654827+0000 mon.b (mon.2) 726 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.656341+0000 mon.b (mon.2) 727 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.662218+0000 mon.b (mon.2) 728 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: cephadm 2024-09-20T23:28:14.533446+0000 mgr.y (mgr.25567) 303 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: cephadm 2024-09-20T23:28:14.629991+0000 mgr.y (mgr.25567) 304 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: cephadm 2024-09-20T23:28:14.719569+0000 mgr.y (mgr.25567) 305 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: cephadm 2024-09-20T23:28:14.804169+0000 mgr.y (mgr.25567) 306 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: cephadm 2024-09-20T23:28:14.926251+0000 mgr.y (mgr.25567) 307 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: cephadm 2024-09-20T23:28:15.013422+0000 mgr.y (mgr.25567) 308 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: cephadm 2024-09-20T23:28:15.118231+0000 mgr.y (mgr.25567) 309 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: cephadm 2024-09-20T23:28:15.245518+0000 mgr.y (mgr.25567) 310 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: cephadm 2024-09-20T23:28:15.344257+0000 mgr.y (mgr.25567) 311 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: cephadm 2024-09-20T23:28:15.437164+0000 mgr.y (mgr.25567) 312 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:16.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.553334+0000 mon.b (mon.2) 720 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.556635+0000 mon.b (mon.2) 721 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.558545+0000 mon.b (mon.2) 722 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.561524+0000 mon.b (mon.2) 723 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.562744+0000 mon.b (mon.2) 724 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.569858+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.651870+0000 mon.b (mon.2) 725 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.654827+0000 mon.b (mon.2) 726 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.656341+0000 mon.b (mon.2) 727 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.662218+0000 mon.b (mon.2) 728 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.663404+0000 mon.b (mon.2) 729 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.670269+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.744371+0000 mon.b (mon.2) 730 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.746889+0000 mon.b (mon.2) 731 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.748212+0000 mon.b (mon.2) 732 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.751044+0000 mon.b (mon.2) 733 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.752127+0000 mon.b (mon.2) 734 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.758798+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.834046+0000 mon.b (mon.2) 735 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.836534+0000 mon.b (mon.2) 736 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.836 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.837961+0000 mon.b (mon.2) 737 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.840642+0000 mon.b (mon.2) 738 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.841512+0000 mon.b (mon.2) 739 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.848829+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.938379+0000 mon.b (mon.2) 740 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.941229+0000 mon.b (mon.2) 741 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.942879+0000 mon.b (mon.2) 742 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.946169+0000 mon.b (mon.2) 743 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.947407+0000 mon.b (mon.2) 744 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:15.956866+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.053526+0000 mon.b (mon.2) 745 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.056142+0000 mon.b (mon.2) 746 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.057535+0000 mon.b (mon.2) 747 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.060110+0000 mon.b (mon.2) 748 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.061250+0000 mon.b (mon.2) 749 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.837 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.069492+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.155491+0000 mon.b (mon.2) 750 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.157891+0000 mon.b (mon.2) 751 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.159347+0000 mon.b (mon.2) 752 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.162050+0000 mon.b (mon.2) 753 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.163131+0000 mon.b (mon.2) 754 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.170079+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.242320+0000 mon.b (mon.2) 755 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.838 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.244586+0000 mon.b (mon.2) 756 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.246046+0000 mon.b (mon.2) 757 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.248933+0000 mon.b (mon.2) 758 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.249955+0000 mon.b (mon.2) 759 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.256969+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.347209+0000 mon.b (mon.2) 760 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.350196+0000 mon.b (mon.2) 761 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.351954+0000 mon.b (mon.2) 762 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.355190+0000 mon.b (mon.2) 763 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.356173+0000 mon.b (mon.2) 764 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.365222+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.450025+0000 mon.b (mon.2) 765 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.452851+0000 mon.b (mon.2) 766 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.454334+0000 mon.b (mon.2) 767 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.839 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.457453+0000 mon.b (mon.2) 768 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.840 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.458741+0000 mon.b (mon.2) 769 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.840 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:16 smithi142 bash[74331]: audit 2024-09-20T23:28:16.469962+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.663404+0000 mon.b (mon.2) 729 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.670269+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.744371+0000 mon.b (mon.2) 730 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.746889+0000 mon.b (mon.2) 731 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.748212+0000 mon.b (mon.2) 732 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.751044+0000 mon.b (mon.2) 733 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.752127+0000 mon.b (mon.2) 734 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.758798+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.834046+0000 mon.b (mon.2) 735 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.836534+0000 mon.b (mon.2) 736 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.837961+0000 mon.b (mon.2) 737 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.840642+0000 mon.b (mon.2) 738 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.841512+0000 mon.b (mon.2) 739 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.848829+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.938379+0000 mon.b (mon.2) 740 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.941229+0000 mon.b (mon.2) 741 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.942879+0000 mon.b (mon.2) 742 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.946169+0000 mon.b (mon.2) 743 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.947407+0000 mon.b (mon.2) 744 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:15.956866+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.053526+0000 mon.b (mon.2) 745 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.056142+0000 mon.b (mon.2) 746 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.057535+0000 mon.b (mon.2) 747 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.060110+0000 mon.b (mon.2) 748 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.061250+0000 mon.b (mon.2) 749 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.069492+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.155491+0000 mon.b (mon.2) 750 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.157891+0000 mon.b (mon.2) 751 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.159347+0000 mon.b (mon.2) 752 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.842 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.162050+0000 mon.b (mon.2) 753 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.843 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.163131+0000 mon.b (mon.2) 754 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.843 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.170079+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.843 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.242320+0000 mon.b (mon.2) 755 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.843 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.244586+0000 mon.b (mon.2) 756 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.843 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.246046+0000 mon.b (mon.2) 757 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.843 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.248933+0000 mon.b (mon.2) 758 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.843 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.249955+0000 mon.b (mon.2) 759 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.843 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.256969+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.843 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.347209+0000 mon.b (mon.2) 760 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.843 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.663404+0000 mon.b (mon.2) 729 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.670269+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.744371+0000 mon.b (mon.2) 730 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.746889+0000 mon.b (mon.2) 731 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.748212+0000 mon.b (mon.2) 732 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.751044+0000 mon.b (mon.2) 733 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.752127+0000 mon.b (mon.2) 734 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.758798+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.834046+0000 mon.b (mon.2) 735 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.844 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.836534+0000 mon.b (mon.2) 736 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.845 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.837961+0000 mon.b (mon.2) 737 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.845 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.840642+0000 mon.b (mon.2) 738 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.841512+0000 mon.b (mon.2) 739 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.848829+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.938379+0000 mon.b (mon.2) 740 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.941229+0000 mon.b (mon.2) 741 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.942879+0000 mon.b (mon.2) 742 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.946169+0000 mon.b (mon.2) 743 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.947407+0000 mon.b (mon.2) 744 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.846 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:15.956866+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.847 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.350196+0000 mon.b (mon.2) 761 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.847 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.351954+0000 mon.b (mon.2) 762 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.847 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.355190+0000 mon.b (mon.2) 763 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.847 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.356173+0000 mon.b (mon.2) 764 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.847 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.365222+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.847 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.450025+0000 mon.b (mon.2) 765 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.847 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.452851+0000 mon.b (mon.2) 766 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.847 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.454334+0000 mon.b (mon.2) 767 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.847 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.457453+0000 mon.b (mon.2) 768 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.458741+0000 mon.b (mon.2) 769 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.848 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[94658]: audit 2024-09-20T23:28:16.469962+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.848 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.053526+0000 mon.b (mon.2) 745 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.848 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.056142+0000 mon.b (mon.2) 746 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.848 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.057535+0000 mon.b (mon.2) 747 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.848 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.060110+0000 mon.b (mon.2) 748 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.848 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.061250+0000 mon.b (mon.2) 749 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.848 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.069492+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.155491+0000 mon.b (mon.2) 750 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.157891+0000 mon.b (mon.2) 751 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.159347+0000 mon.b (mon.2) 752 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.162050+0000 mon.b (mon.2) 753 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.163131+0000 mon.b (mon.2) 754 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.170079+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.242320+0000 mon.b (mon.2) 755 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.244586+0000 mon.b (mon.2) 756 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.246046+0000 mon.b (mon.2) 757 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.248933+0000 mon.b (mon.2) 758 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.249955+0000 mon.b (mon.2) 759 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.849 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.256969+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.850 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.347209+0000 mon.b (mon.2) 760 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.850 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.350196+0000 mon.b (mon.2) 761 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.850 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.351954+0000 mon.b (mon.2) 762 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.850 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.355190+0000 mon.b (mon.2) 763 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.850 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.356173+0000 mon.b (mon.2) 764 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.850 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.365222+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:16.850 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.450025+0000 mon.b (mon.2) 765 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.850 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.452851+0000 mon.b (mon.2) 766 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:16.850 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.454334+0000 mon.b (mon.2) 767 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:16.850 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.457453+0000 mon.b (mon.2) 768 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:16.850 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.458741+0000 mon.b (mon.2) 769 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:16.850 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:16 smithi083 bash[96923]: audit 2024-09-20T23:28:16.469962+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.788 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: cephadm 2024-09-20T23:28:15.573412+0000 mgr.y (mgr.25567) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.788 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: cephadm 2024-09-20T23:28:15.673694+0000 mgr.y (mgr.25567) 314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.788 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: cephadm 2024-09-20T23:28:15.762273+0000 mgr.y (mgr.25567) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.788 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: cephadm 2024-09-20T23:28:15.851671+0000 mgr.y (mgr.25567) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: cephadm 2024-09-20T23:28:15.958660+0000 mgr.y (mgr.25567) 317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: cephadm 2024-09-20T23:28:16.072574+0000 mgr.y (mgr.25567) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: cephadm 2024-09-20T23:28:16.173980+0000 mgr.y (mgr.25567) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: cephadm 2024-09-20T23:28:16.260264+0000 mgr.y (mgr.25567) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: cephadm 2024-09-20T23:28:16.366815+0000 mgr.y (mgr.25567) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: cluster 2024-09-20T23:28:16.408145+0000 mgr.y (mgr.25567) 322 : cluster [DBG] pgmap v93: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: cephadm 2024-09-20T23:28:16.470979+0000 mgr.y (mgr.25567) 323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.551424+0000 mon.b (mon.2) 770 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.554127+0000 mon.b (mon.2) 771 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.555955+0000 mon.b (mon.2) 772 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.558690+0000 mon.b (mon.2) 773 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.559860+0000 mon.b (mon.2) 774 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.567423+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.789 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.655899+0000 mon.b (mon.2) 775 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.658906+0000 mon.b (mon.2) 776 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.660579+0000 mon.b (mon.2) 777 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.663382+0000 mon.b (mon.2) 778 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.664449+0000 mon.b (mon.2) 779 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.671948+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.790 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.770792+0000 mon.b (mon.2) 780 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.773746+0000 mon.b (mon.2) 781 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.775506+0000 mon.b (mon.2) 782 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.779054+0000 mon.b (mon.2) 783 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.780393+0000 mon.b (mon.2) 784 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.788254+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.904444+0000 mon.b (mon.2) 785 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.908293+0000 mon.b (mon.2) 786 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.909960+0000 mon.b (mon.2) 787 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.912911+0000 mon.b (mon.2) 788 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.914095+0000 mon.b (mon.2) 789 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:16.922750+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.012016+0000 mon.b (mon.2) 790 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.015278+0000 mon.b (mon.2) 791 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.791 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.016902+0000 mon.b (mon.2) 792 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.020869+0000 mon.b (mon.2) 793 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.022189+0000 mon.b (mon.2) 794 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.029722+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.120706+0000 mon.b (mon.2) 795 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.124135+0000 mon.b (mon.2) 796 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.126001+0000 mon.b (mon.2) 797 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.128794+0000 mon.b (mon.2) 798 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.130160+0000 mon.b (mon.2) 799 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.137292+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.221133+0000 mon.b (mon.2) 800 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.224069+0000 mon.b (mon.2) 801 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.225791+0000 mon.b (mon.2) 802 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.228509+0000 mon.b (mon.2) 803 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.229667+0000 mon.b (mon.2) 804 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.792 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.236870+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.312560+0000 mon.b (mon.2) 805 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.315166+0000 mon.b (mon.2) 806 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.317169+0000 mon.b (mon.2) 807 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.319618+0000 mon.b (mon.2) 808 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.320819+0000 mon.b (mon.2) 809 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.328584+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.410026+0000 mon.b (mon.2) 810 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.412930+0000 mon.b (mon.2) 811 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.415341+0000 mon.b (mon.2) 812 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.418430+0000 mon.b (mon.2) 813 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.419728+0000 mon.b (mon.2) 814 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.793 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:17 smithi142 bash[74331]: audit 2024-09-20T23:28:17.428704+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: cephadm 2024-09-20T23:28:15.573412+0000 mgr.y (mgr.25567) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: cephadm 2024-09-20T23:28:15.673694+0000 mgr.y (mgr.25567) 314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: cephadm 2024-09-20T23:28:15.762273+0000 mgr.y (mgr.25567) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: cephadm 2024-09-20T23:28:15.851671+0000 mgr.y (mgr.25567) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: cephadm 2024-09-20T23:28:15.958660+0000 mgr.y (mgr.25567) 317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: cephadm 2024-09-20T23:28:16.072574+0000 mgr.y (mgr.25567) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: cephadm 2024-09-20T23:28:16.173980+0000 mgr.y (mgr.25567) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: cephadm 2024-09-20T23:28:16.260264+0000 mgr.y (mgr.25567) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: cephadm 2024-09-20T23:28:16.366815+0000 mgr.y (mgr.25567) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: cluster 2024-09-20T23:28:16.408145+0000 mgr.y (mgr.25567) 322 : cluster [DBG] pgmap v93: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: cephadm 2024-09-20T23:28:16.470979+0000 mgr.y (mgr.25567) 323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.551424+0000 mon.b (mon.2) 770 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.554127+0000 mon.b (mon.2) 771 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.555955+0000 mon.b (mon.2) 772 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.558690+0000 mon.b (mon.2) 773 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.559860+0000 mon.b (mon.2) 774 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.567423+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.655899+0000 mon.b (mon.2) 775 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.658906+0000 mon.b (mon.2) 776 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.660579+0000 mon.b (mon.2) 777 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.663382+0000 mon.b (mon.2) 778 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.664449+0000 mon.b (mon.2) 779 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.671948+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.770792+0000 mon.b (mon.2) 780 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.773746+0000 mon.b (mon.2) 781 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.775506+0000 mon.b (mon.2) 782 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.779054+0000 mon.b (mon.2) 783 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.780393+0000 mon.b (mon.2) 784 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.788254+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.904444+0000 mon.b (mon.2) 785 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.908293+0000 mon.b (mon.2) 786 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.909960+0000 mon.b (mon.2) 787 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.912911+0000 mon.b (mon.2) 788 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.914095+0000 mon.b (mon.2) 789 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:16.922750+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.012016+0000 mon.b (mon.2) 790 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.015278+0000 mon.b (mon.2) 791 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.016902+0000 mon.b (mon.2) 792 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.020869+0000 mon.b (mon.2) 793 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: cephadm 2024-09-20T23:28:15.573412+0000 mgr.y (mgr.25567) 313 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: cephadm 2024-09-20T23:28:15.673694+0000 mgr.y (mgr.25567) 314 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: cephadm 2024-09-20T23:28:15.762273+0000 mgr.y (mgr.25567) 315 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: cephadm 2024-09-20T23:28:15.851671+0000 mgr.y (mgr.25567) 316 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: cephadm 2024-09-20T23:28:15.958660+0000 mgr.y (mgr.25567) 317 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: cephadm 2024-09-20T23:28:16.072574+0000 mgr.y (mgr.25567) 318 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: cephadm 2024-09-20T23:28:16.173980+0000 mgr.y (mgr.25567) 319 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: cephadm 2024-09-20T23:28:16.260264+0000 mgr.y (mgr.25567) 320 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: cephadm 2024-09-20T23:28:16.366815+0000 mgr.y (mgr.25567) 321 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: cluster 2024-09-20T23:28:16.408145+0000 mgr.y (mgr.25567) 322 : cluster [DBG] pgmap v93: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: cephadm 2024-09-20T23:28:16.470979+0000 mgr.y (mgr.25567) 323 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.551424+0000 mon.b (mon.2) 770 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.554127+0000 mon.b (mon.2) 771 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.555955+0000 mon.b (mon.2) 772 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.558690+0000 mon.b (mon.2) 773 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.559860+0000 mon.b (mon.2) 774 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.567423+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.655899+0000 mon.b (mon.2) 775 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.658906+0000 mon.b (mon.2) 776 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.660579+0000 mon.b (mon.2) 777 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.022189+0000 mon.b (mon.2) 794 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.029722+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.120706+0000 mon.b (mon.2) 795 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.124135+0000 mon.b (mon.2) 796 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.126001+0000 mon.b (mon.2) 797 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.128794+0000 mon.b (mon.2) 798 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.130160+0000 mon.b (mon.2) 799 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.137292+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.221133+0000 mon.b (mon.2) 800 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.224069+0000 mon.b (mon.2) 801 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.225791+0000 mon.b (mon.2) 802 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.228509+0000 mon.b (mon.2) 803 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.229667+0000 mon.b (mon.2) 804 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.236870+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.312560+0000 mon.b (mon.2) 805 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.315166+0000 mon.b (mon.2) 806 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.317169+0000 mon.b (mon.2) 807 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.319618+0000 mon.b (mon.2) 808 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.320819+0000 mon.b (mon.2) 809 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.328584+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.410026+0000 mon.b (mon.2) 810 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.412930+0000 mon.b (mon.2) 811 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.415341+0000 mon.b (mon.2) 812 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.418430+0000 mon.b (mon.2) 813 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.419728+0000 mon.b (mon.2) 814 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[94658]: audit 2024-09-20T23:28:17.428704+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.663382+0000 mon.b (mon.2) 778 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.664449+0000 mon.b (mon.2) 779 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.671948+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.770792+0000 mon.b (mon.2) 780 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.773746+0000 mon.b (mon.2) 781 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.775506+0000 mon.b (mon.2) 782 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.779054+0000 mon.b (mon.2) 783 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.780393+0000 mon.b (mon.2) 784 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.788254+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.904444+0000 mon.b (mon.2) 785 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.908293+0000 mon.b (mon.2) 786 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.909960+0000 mon.b (mon.2) 787 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.912911+0000 mon.b (mon.2) 788 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.914095+0000 mon.b (mon.2) 789 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:16.922750+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.012016+0000 mon.b (mon.2) 790 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.015278+0000 mon.b (mon.2) 791 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.016902+0000 mon.b (mon.2) 792 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.020869+0000 mon.b (mon.2) 793 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.022189+0000 mon.b (mon.2) 794 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.029722+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.120706+0000 mon.b (mon.2) 795 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.124135+0000 mon.b (mon.2) 796 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.126001+0000 mon.b (mon.2) 797 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.128794+0000 mon.b (mon.2) 798 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.130160+0000 mon.b (mon.2) 799 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.137292+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.221133+0000 mon.b (mon.2) 800 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.224069+0000 mon.b (mon.2) 801 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.225791+0000 mon.b (mon.2) 802 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.228509+0000 mon.b (mon.2) 803 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.229667+0000 mon.b (mon.2) 804 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.236870+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.312560+0000 mon.b (mon.2) 805 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.315166+0000 mon.b (mon.2) 806 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.317169+0000 mon.b (mon.2) 807 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.319618+0000 mon.b (mon.2) 808 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.320819+0000 mon.b (mon.2) 809 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.328584+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.410026+0000 mon.b (mon.2) 810 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.412930+0000 mon.b (mon.2) 811 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:17.834 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.415341+0000 mon.b (mon.2) 812 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:17.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.418430+0000 mon.b (mon.2) 813 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:17.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.419728+0000 mon.b (mon.2) 814 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:17.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:17 smithi083 bash[96923]: audit 2024-09-20T23:28:17.428704+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.779 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: cephadm 2024-09-20T23:28:16.570424+0000 mgr.y (mgr.25567) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: cephadm 2024-09-20T23:28:16.675470+0000 mgr.y (mgr.25567) 325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: cephadm 2024-09-20T23:28:16.792714+0000 mgr.y (mgr.25567) 326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: cephadm 2024-09-20T23:28:16.926209+0000 mgr.y (mgr.25567) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: cephadm 2024-09-20T23:28:17.032939+0000 mgr.y (mgr.25567) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: cephadm 2024-09-20T23:28:17.140221+0000 mgr.y (mgr.25567) 329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: cephadm 2024-09-20T23:28:17.240160+0000 mgr.y (mgr.25567) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: cephadm 2024-09-20T23:28:17.331279+0000 mgr.y (mgr.25567) 331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: cephadm 2024-09-20T23:28:17.429944+0000 mgr.y (mgr.25567) 332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.515387+0000 mon.b (mon.2) 815 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.517640+0000 mon.b (mon.2) 816 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.519025+0000 mon.b (mon.2) 817 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.521038+0000 mon.b (mon.2) 818 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.780 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.521875+0000 mon.b (mon.2) 819 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.781 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.530272+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.781 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.626568+0000 mon.b (mon.2) 820 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.781 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.628612+0000 mon.b (mon.2) 821 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.781 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.629646+0000 mon.b (mon.2) 822 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.781 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.631637+0000 mon.b (mon.2) 823 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.781 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.632407+0000 mon.b (mon.2) 824 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.781 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: cephadm 2024-09-20T23:28:16.570424+0000 mgr.y (mgr.25567) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.781 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: cephadm 2024-09-20T23:28:16.675470+0000 mgr.y (mgr.25567) 325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.781 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: cephadm 2024-09-20T23:28:16.792714+0000 mgr.y (mgr.25567) 326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.781 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: cephadm 2024-09-20T23:28:16.926209+0000 mgr.y (mgr.25567) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: cephadm 2024-09-20T23:28:17.032939+0000 mgr.y (mgr.25567) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: cephadm 2024-09-20T23:28:17.140221+0000 mgr.y (mgr.25567) 329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: cephadm 2024-09-20T23:28:17.240160+0000 mgr.y (mgr.25567) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: cephadm 2024-09-20T23:28:17.331279+0000 mgr.y (mgr.25567) 331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: cephadm 2024-09-20T23:28:17.429944+0000 mgr.y (mgr.25567) 332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.515387+0000 mon.b (mon.2) 815 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.517640+0000 mon.b (mon.2) 816 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.519025+0000 mon.b (mon.2) 817 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.521038+0000 mon.b (mon.2) 818 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.521875+0000 mon.b (mon.2) 819 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.530272+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.626568+0000 mon.b (mon.2) 820 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.628612+0000 mon.b (mon.2) 821 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.782 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.629646+0000 mon.b (mon.2) 822 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.783 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.631637+0000 mon.b (mon.2) 823 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.783 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.632407+0000 mon.b (mon.2) 824 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.783 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.639363+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.783 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.723050+0000 mon.b (mon.2) 825 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.783 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.725493+0000 mon.b (mon.2) 826 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.783 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.726846+0000 mon.b (mon.2) 827 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.783 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.729154+0000 mon.b (mon.2) 828 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.783 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.730035+0000 mon.b (mon.2) 829 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.783 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.737027+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.783 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.829963+0000 mon.b (mon.2) 830 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.832409+0000 mon.b (mon.2) 831 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.833628+0000 mon.b (mon.2) 832 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.836639+0000 mon.b (mon.2) 833 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.837673+0000 mon.b (mon.2) 834 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.845705+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.941103+0000 mon.b (mon.2) 835 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.943615+0000 mon.b (mon.2) 836 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.944958+0000 mon.b (mon.2) 837 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.947809+0000 mon.b (mon.2) 838 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.949009+0000 mon.b (mon.2) 839 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:17.956833+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.056012+0000 mon.b (mon.2) 840 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.639363+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.723050+0000 mon.b (mon.2) 825 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.725493+0000 mon.b (mon.2) 826 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.726846+0000 mon.b (mon.2) 827 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.729154+0000 mon.b (mon.2) 828 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.730035+0000 mon.b (mon.2) 829 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.737027+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.829963+0000 mon.b (mon.2) 830 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.832409+0000 mon.b (mon.2) 831 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.833628+0000 mon.b (mon.2) 832 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.836639+0000 mon.b (mon.2) 833 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.837673+0000 mon.b (mon.2) 834 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.785 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.845705+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.786 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.941103+0000 mon.b (mon.2) 835 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.786 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.943615+0000 mon.b (mon.2) 836 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.786 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.944958+0000 mon.b (mon.2) 837 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.786 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.947809+0000 mon.b (mon.2) 838 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.786 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.949009+0000 mon.b (mon.2) 839 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.786 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:17.956833+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.786 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.056012+0000 mon.b (mon.2) 840 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.786 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.058499+0000 mon.b (mon.2) 841 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.786 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.059777+0000 mon.b (mon.2) 842 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.063140+0000 mon.b (mon.2) 843 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.064285+0000 mon.b (mon.2) 844 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.072602+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.170294+0000 mon.b (mon.2) 845 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.172862+0000 mon.b (mon.2) 846 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.174229+0000 mon.b (mon.2) 847 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.176682+0000 mon.b (mon.2) 848 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.177705+0000 mon.b (mon.2) 849 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.184111+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.273406+0000 mon.b (mon.2) 850 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.276220+0000 mon.b (mon.2) 851 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.277582+0000 mon.b (mon.2) 852 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.280256+0000 mon.b (mon.2) 853 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.787 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.281248+0000 mon.b (mon.2) 854 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.788 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.290424+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.788 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.384718+0000 mon.b (mon.2) 855 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.788 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.387121+0000 mon.b (mon.2) 856 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.788 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.388402+0000 mon.b (mon.2) 857 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.788 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.391374+0000 mon.b (mon.2) 858 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.788 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.392746+0000 mon.b (mon.2) 859 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.788 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[94658]: audit 2024-09-20T23:28:18.402612+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.788 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.058499+0000 mon.b (mon.2) 841 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.788 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.059777+0000 mon.b (mon.2) 842 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.788 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.063140+0000 mon.b (mon.2) 843 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.064285+0000 mon.b (mon.2) 844 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.072602+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.170294+0000 mon.b (mon.2) 845 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.172862+0000 mon.b (mon.2) 846 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.174229+0000 mon.b (mon.2) 847 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.176682+0000 mon.b (mon.2) 848 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.177705+0000 mon.b (mon.2) 849 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.184111+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.273406+0000 mon.b (mon.2) 850 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.276220+0000 mon.b (mon.2) 851 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.277582+0000 mon.b (mon.2) 852 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.280256+0000 mon.b (mon.2) 853 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.281248+0000 mon.b (mon.2) 854 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.290424+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.789 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.384718+0000 mon.b (mon.2) 855 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.790 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.387121+0000 mon.b (mon.2) 856 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.790 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.388402+0000 mon.b (mon.2) 857 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.790 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.391374+0000 mon.b (mon.2) 858 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.790 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.392746+0000 mon.b (mon.2) 859 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.790 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:18 smithi083 bash[96923]: audit 2024-09-20T23:28:18.402612+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: cephadm 2024-09-20T23:28:16.570424+0000 mgr.y (mgr.25567) 324 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: cephadm 2024-09-20T23:28:16.675470+0000 mgr.y (mgr.25567) 325 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: cephadm 2024-09-20T23:28:16.792714+0000 mgr.y (mgr.25567) 326 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: cephadm 2024-09-20T23:28:16.926209+0000 mgr.y (mgr.25567) 327 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: cephadm 2024-09-20T23:28:17.032939+0000 mgr.y (mgr.25567) 328 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: cephadm 2024-09-20T23:28:17.140221+0000 mgr.y (mgr.25567) 329 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: cephadm 2024-09-20T23:28:17.240160+0000 mgr.y (mgr.25567) 330 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: cephadm 2024-09-20T23:28:17.331279+0000 mgr.y (mgr.25567) 331 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: cephadm 2024-09-20T23:28:17.429944+0000 mgr.y (mgr.25567) 332 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.515387+0000 mon.b (mon.2) 815 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.517640+0000 mon.b (mon.2) 816 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.519025+0000 mon.b (mon.2) 817 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.521038+0000 mon.b (mon.2) 818 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.521875+0000 mon.b (mon.2) 819 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.530272+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.626568+0000 mon.b (mon.2) 820 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.628612+0000 mon.b (mon.2) 821 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.629646+0000 mon.b (mon.2) 822 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.631637+0000 mon.b (mon.2) 823 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.632407+0000 mon.b (mon.2) 824 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.639363+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.723050+0000 mon.b (mon.2) 825 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.725493+0000 mon.b (mon.2) 826 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.726846+0000 mon.b (mon.2) 827 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.729154+0000 mon.b (mon.2) 828 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.730035+0000 mon.b (mon.2) 829 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.737027+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.829963+0000 mon.b (mon.2) 830 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.832409+0000 mon.b (mon.2) 831 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.833628+0000 mon.b (mon.2) 832 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.836639+0000 mon.b (mon.2) 833 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.837673+0000 mon.b (mon.2) 834 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.845705+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.941103+0000 mon.b (mon.2) 835 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.943615+0000 mon.b (mon.2) 836 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.944958+0000 mon.b (mon.2) 837 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.947809+0000 mon.b (mon.2) 838 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.949009+0000 mon.b (mon.2) 839 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:17.956833+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.056012+0000 mon.b (mon.2) 840 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.058499+0000 mon.b (mon.2) 841 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.059777+0000 mon.b (mon.2) 842 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.063140+0000 mon.b (mon.2) 843 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.064285+0000 mon.b (mon.2) 844 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.072602+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.170294+0000 mon.b (mon.2) 845 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.172862+0000 mon.b (mon.2) 846 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.174229+0000 mon.b (mon.2) 847 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.176682+0000 mon.b (mon.2) 848 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.177705+0000 mon.b (mon.2) 849 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.184111+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.273406+0000 mon.b (mon.2) 850 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.276220+0000 mon.b (mon.2) 851 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.277582+0000 mon.b (mon.2) 852 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.280256+0000 mon.b (mon.2) 853 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.281248+0000 mon.b (mon.2) 854 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.290424+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.384718+0000 mon.b (mon.2) 855 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.387121+0000 mon.b (mon.2) 856 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.388402+0000 mon.b (mon.2) 857 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.391374+0000 mon.b (mon.2) 858 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.392746+0000 mon.b (mon.2) 859 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:18.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:18 smithi142 bash[74331]: audit 2024-09-20T23:28:18.402612+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.324 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[105310]: debug 2024-09-20T23:28:19.261+0000 7f000bb9c640 1 -- 172.21.15.83:0/1926622825 <== mon.0 v2:172.21.15.83:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55a6b0f1e960 con 0x55a6b0f3f800 2024-09-20T23:28:19.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: cephadm 2024-09-20T23:28:17.531115+0000 mgr.y (mgr.25567) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: cephadm 2024-09-20T23:28:17.640114+0000 mgr.y (mgr.25567) 334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: cephadm 2024-09-20T23:28:17.739761+0000 mgr.y (mgr.25567) 335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: cephadm 2024-09-20T23:28:17.848459+0000 mgr.y (mgr.25567) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: cephadm 2024-09-20T23:28:17.959681+0000 mgr.y (mgr.25567) 337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: cephadm 2024-09-20T23:28:18.075676+0000 mgr.y (mgr.25567) 338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: cephadm 2024-09-20T23:28:18.187688+0000 mgr.y (mgr.25567) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: cephadm 2024-09-20T23:28:18.291270+0000 mgr.y (mgr.25567) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: cephadm 2024-09-20T23:28:18.403395+0000 mgr.y (mgr.25567) 341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: cluster 2024-09-20T23:28:18.409037+0000 mgr.y (mgr.25567) 342 : cluster [DBG] pgmap v94: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.487137+0000 mon.b (mon.2) 860 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.489606+0000 mon.b (mon.2) 861 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.490921+0000 mon.b (mon.2) 862 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.493318+0000 mon.b (mon.2) 863 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.494246+0000 mon.b (mon.2) 864 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.501833+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: cephadm 2024-09-20T23:28:18.503680+0000 mgr.y (mgr.25567) 343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.597528+0000 mon.b (mon.2) 865 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.600123+0000 mon.b (mon.2) 866 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.601934+0000 mon.b (mon.2) 867 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.604328+0000 mon.b (mon.2) 868 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.605446+0000 mon.b (mon.2) 869 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.612604+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.884623+0000 mon.b (mon.2) 870 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.889029+0000 mon.b (mon.2) 871 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.891230+0000 mon.b (mon.2) 872 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.895603+0000 mon.b (mon.2) 873 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.897131+0000 mon.b (mon.2) 874 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.907548+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:18.996885+0000 mon.b (mon.2) 875 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.000065+0000 mon.b (mon.2) 876 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.002012+0000 mon.b (mon.2) 877 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.005557+0000 mon.b (mon.2) 878 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.006936+0000 mon.b (mon.2) 879 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.014389+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.103993+0000 mon.b (mon.2) 880 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.107001+0000 mon.b (mon.2) 881 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.108594+0000 mon.b (mon.2) 882 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.111311+0000 mon.b (mon.2) 883 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.112482+0000 mon.b (mon.2) 884 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.119528+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.221624+0000 mon.b (mon.2) 885 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.224235+0000 mon.b (mon.2) 886 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.225640+0000 mon.b (mon.2) 887 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.228201+0000 mon.b (mon.2) 888 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.229567+0000 mon.b (mon.2) 889 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.236587+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.311636+0000 mon.b (mon.2) 890 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.314253+0000 mon.b (mon.2) 891 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.316127+0000 mon.b (mon.2) 892 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.318711+0000 mon.b (mon.2) 893 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.319735+0000 mon.b (mon.2) 894 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.326729+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.405950+0000 mon.b (mon.2) 895 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.409859+0000 mon.b (mon.2) 896 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.411626+0000 mon.b (mon.2) 897 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.415129+0000 mon.b (mon.2) 898 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.416368+0000 mon.b (mon.2) 899 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:19 smithi142 bash[74331]: audit 2024-09-20T23:28:19.423882+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: cephadm 2024-09-20T23:28:17.531115+0000 mgr.y (mgr.25567) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: cephadm 2024-09-20T23:28:17.640114+0000 mgr.y (mgr.25567) 334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: cephadm 2024-09-20T23:28:17.739761+0000 mgr.y (mgr.25567) 335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: cephadm 2024-09-20T23:28:17.848459+0000 mgr.y (mgr.25567) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: cephadm 2024-09-20T23:28:17.959681+0000 mgr.y (mgr.25567) 337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: cephadm 2024-09-20T23:28:18.075676+0000 mgr.y (mgr.25567) 338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: cephadm 2024-09-20T23:28:18.187688+0000 mgr.y (mgr.25567) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: cephadm 2024-09-20T23:28:18.291270+0000 mgr.y (mgr.25567) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: cephadm 2024-09-20T23:28:18.403395+0000 mgr.y (mgr.25567) 341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: cluster 2024-09-20T23:28:18.409037+0000 mgr.y (mgr.25567) 342 : cluster [DBG] pgmap v94: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.487137+0000 mon.b (mon.2) 860 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.489606+0000 mon.b (mon.2) 861 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.490921+0000 mon.b (mon.2) 862 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.493318+0000 mon.b (mon.2) 863 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.494246+0000 mon.b (mon.2) 864 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.501833+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: cephadm 2024-09-20T23:28:18.503680+0000 mgr.y (mgr.25567) 343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.597528+0000 mon.b (mon.2) 865 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.600123+0000 mon.b (mon.2) 866 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.601934+0000 mon.b (mon.2) 867 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.604328+0000 mon.b (mon.2) 868 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.605446+0000 mon.b (mon.2) 869 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.612604+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.884623+0000 mon.b (mon.2) 870 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.889029+0000 mon.b (mon.2) 871 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.891230+0000 mon.b (mon.2) 872 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.895603+0000 mon.b (mon.2) 873 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.897131+0000 mon.b (mon.2) 874 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.907548+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:18.996885+0000 mon.b (mon.2) 875 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.000065+0000 mon.b (mon.2) 876 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.002012+0000 mon.b (mon.2) 877 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.005557+0000 mon.b (mon.2) 878 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.006936+0000 mon.b (mon.2) 879 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.014389+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.103993+0000 mon.b (mon.2) 880 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.107001+0000 mon.b (mon.2) 881 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.108594+0000 mon.b (mon.2) 882 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.111311+0000 mon.b (mon.2) 883 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.112482+0000 mon.b (mon.2) 884 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.119528+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.221624+0000 mon.b (mon.2) 885 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.224235+0000 mon.b (mon.2) 886 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.225640+0000 mon.b (mon.2) 887 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.228201+0000 mon.b (mon.2) 888 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.832 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.229567+0000 mon.b (mon.2) 889 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.236587+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.311636+0000 mon.b (mon.2) 890 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.314253+0000 mon.b (mon.2) 891 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.316127+0000 mon.b (mon.2) 892 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.318711+0000 mon.b (mon.2) 893 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.319735+0000 mon.b (mon.2) 894 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.326729+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.405950+0000 mon.b (mon.2) 895 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.409859+0000 mon.b (mon.2) 896 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.411626+0000 mon.b (mon.2) 897 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.415129+0000 mon.b (mon.2) 898 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.416368+0000 mon.b (mon.2) 899 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[96923]: audit 2024-09-20T23:28:19.423882+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: cephadm 2024-09-20T23:28:17.531115+0000 mgr.y (mgr.25567) 333 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: cephadm 2024-09-20T23:28:17.640114+0000 mgr.y (mgr.25567) 334 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: cephadm 2024-09-20T23:28:17.739761+0000 mgr.y (mgr.25567) 335 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: cephadm 2024-09-20T23:28:17.848459+0000 mgr.y (mgr.25567) 336 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: cephadm 2024-09-20T23:28:17.959681+0000 mgr.y (mgr.25567) 337 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: cephadm 2024-09-20T23:28:18.075676+0000 mgr.y (mgr.25567) 338 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: cephadm 2024-09-20T23:28:18.187688+0000 mgr.y (mgr.25567) 339 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: cephadm 2024-09-20T23:28:18.291270+0000 mgr.y (mgr.25567) 340 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: cephadm 2024-09-20T23:28:18.403395+0000 mgr.y (mgr.25567) 341 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: cluster 2024-09-20T23:28:18.409037+0000 mgr.y (mgr.25567) 342 : cluster [DBG] pgmap v94: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:19.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.487137+0000 mon.b (mon.2) 860 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.489606+0000 mon.b (mon.2) 861 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.490921+0000 mon.b (mon.2) 862 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.493318+0000 mon.b (mon.2) 863 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.494246+0000 mon.b (mon.2) 864 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.501833+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: cephadm 2024-09-20T23:28:18.503680+0000 mgr.y (mgr.25567) 343 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:19.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.597528+0000 mon.b (mon.2) 865 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.600123+0000 mon.b (mon.2) 866 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.601934+0000 mon.b (mon.2) 867 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.604328+0000 mon.b (mon.2) 868 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.605446+0000 mon.b (mon.2) 869 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.836 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.612604+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.884623+0000 mon.b (mon.2) 870 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.889029+0000 mon.b (mon.2) 871 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.891230+0000 mon.b (mon.2) 872 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.895603+0000 mon.b (mon.2) 873 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.897131+0000 mon.b (mon.2) 874 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.907548+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:18.996885+0000 mon.b (mon.2) 875 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.000065+0000 mon.b (mon.2) 876 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.002012+0000 mon.b (mon.2) 877 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.005557+0000 mon.b (mon.2) 878 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.006936+0000 mon.b (mon.2) 879 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.014389+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.103993+0000 mon.b (mon.2) 880 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.107001+0000 mon.b (mon.2) 881 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.108594+0000 mon.b (mon.2) 882 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.111311+0000 mon.b (mon.2) 883 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.112482+0000 mon.b (mon.2) 884 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.119528+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.221624+0000 mon.b (mon.2) 885 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.224235+0000 mon.b (mon.2) 886 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.225640+0000 mon.b (mon.2) 887 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.228201+0000 mon.b (mon.2) 888 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.229567+0000 mon.b (mon.2) 889 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.236587+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.311636+0000 mon.b (mon.2) 890 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.314253+0000 mon.b (mon.2) 891 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.316127+0000 mon.b (mon.2) 892 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.318711+0000 mon.b (mon.2) 893 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.319735+0000 mon.b (mon.2) 894 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.326729+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:19.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.405950+0000 mon.b (mon.2) 895 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.409859+0000 mon.b (mon.2) 896 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:19.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.411626+0000 mon.b (mon.2) 897 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:19.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.415129+0000 mon.b (mon.2) 898 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:19.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.416368+0000 mon.b (mon.2) 899 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:19.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:19 smithi083 bash[94658]: audit 2024-09-20T23:28:19.423882+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.739 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: cephadm 2024-09-20T23:28:18.615884+0000 mgr.y (mgr.25567) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.739 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: cephadm 2024-09-20T23:28:18.909450+0000 mgr.y (mgr.25567) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.739 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: cephadm 2024-09-20T23:28:19.017737+0000 mgr.y (mgr.25567) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: cephadm 2024-09-20T23:28:19.122893+0000 mgr.y (mgr.25567) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: cephadm 2024-09-20T23:28:19.240283+0000 mgr.y (mgr.25567) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: cephadm 2024-09-20T23:28:19.330326+0000 mgr.y (mgr.25567) 349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: cephadm 2024-09-20T23:28:19.429709+0000 mgr.y (mgr.25567) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.522311+0000 mon.b (mon.2) 900 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.524578+0000 mon.b (mon.2) 901 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.525741+0000 mon.b (mon.2) 902 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.527899+0000 mon.b (mon.2) 903 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.528728+0000 mon.b (mon.2) 904 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.535036+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.617399+0000 mon.b (mon.2) 905 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.619719+0000 mon.b (mon.2) 906 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.620945+0000 mon.b (mon.2) 907 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.740 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.623548+0000 mon.b (mon.2) 908 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.624436+0000 mon.b (mon.2) 909 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.632170+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.704451+0000 mon.b (mon.2) 910 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.706895+0000 mon.b (mon.2) 911 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.708045+0000 mon.b (mon.2) 912 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.711013+0000 mon.b (mon.2) 913 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.711884+0000 mon.b (mon.2) 914 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.719517+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.817938+0000 mon.b (mon.2) 915 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.741 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.820404+0000 mon.b (mon.2) 916 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.821870+0000 mon.b (mon.2) 917 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.824495+0000 mon.b (mon.2) 918 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.825638+0000 mon.b (mon.2) 919 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.833353+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.914621+0000 mon.b (mon.2) 920 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.917107+0000 mon.b (mon.2) 921 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.918536+0000 mon.b (mon.2) 922 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.920868+0000 mon.b (mon.2) 923 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.921852+0000 mon.b (mon.2) 924 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:19.928208+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.003931+0000 mon.b (mon.2) 925 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.742 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.006552+0000 mon.b (mon.2) 926 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.007979+0000 mon.b (mon.2) 927 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.010288+0000 mon.b (mon.2) 928 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.011252+0000 mon.b (mon.2) 929 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.017532+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.091596+0000 mon.b (mon.2) 930 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.094151+0000 mon.b (mon.2) 931 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.095528+0000 mon.b (mon.2) 932 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.097844+0000 mon.b (mon.2) 933 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.098909+0000 mon.b (mon.2) 934 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.105145+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.192398+0000 mon.b (mon.2) 935 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.195017+0000 mon.b (mon.2) 936 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.196211+0000 mon.b (mon.2) 937 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.198300+0000 mon.b (mon.2) 938 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.199171+0000 mon.b (mon.2) 939 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.205490+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.293114+0000 mon.b (mon.2) 940 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.295598+0000 mon.b (mon.2) 941 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.297113+0000 mon.b (mon.2) 942 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.300340+0000 mon.b (mon.2) 943 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.301575+0000 mon.b (mon.2) 944 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.309052+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.424708+0000 mon.b (mon.2) 945 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.744 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.427724+0000 mon.b (mon.2) 946 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.745 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.429660+0000 mon.b (mon.2) 947 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.745 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.432968+0000 mon.b (mon.2) 948 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.745 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.434175+0000 mon.b (mon.2) 949 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.745 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:20 smithi142 bash[74331]: audit 2024-09-20T23:28:20.443148+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: cephadm 2024-09-20T23:28:18.615884+0000 mgr.y (mgr.25567) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: cephadm 2024-09-20T23:28:18.909450+0000 mgr.y (mgr.25567) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: cephadm 2024-09-20T23:28:19.017737+0000 mgr.y (mgr.25567) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: cephadm 2024-09-20T23:28:19.122893+0000 mgr.y (mgr.25567) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: cephadm 2024-09-20T23:28:19.240283+0000 mgr.y (mgr.25567) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: cephadm 2024-09-20T23:28:19.330326+0000 mgr.y (mgr.25567) 349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: cephadm 2024-09-20T23:28:19.429709+0000 mgr.y (mgr.25567) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.522311+0000 mon.b (mon.2) 900 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.524578+0000 mon.b (mon.2) 901 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.525741+0000 mon.b (mon.2) 902 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.527899+0000 mon.b (mon.2) 903 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.528728+0000 mon.b (mon.2) 904 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.535036+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.617399+0000 mon.b (mon.2) 905 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.619719+0000 mon.b (mon.2) 906 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.620945+0000 mon.b (mon.2) 907 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.623548+0000 mon.b (mon.2) 908 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.624436+0000 mon.b (mon.2) 909 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.632170+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.704451+0000 mon.b (mon.2) 910 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.706895+0000 mon.b (mon.2) 911 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.708045+0000 mon.b (mon.2) 912 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.711013+0000 mon.b (mon.2) 913 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.711884+0000 mon.b (mon.2) 914 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.719517+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.817938+0000 mon.b (mon.2) 915 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.820404+0000 mon.b (mon.2) 916 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.821870+0000 mon.b (mon.2) 917 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.824495+0000 mon.b (mon.2) 918 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.825638+0000 mon.b (mon.2) 919 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.833353+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.914621+0000 mon.b (mon.2) 920 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.917107+0000 mon.b (mon.2) 921 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.918536+0000 mon.b (mon.2) 922 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.920868+0000 mon.b (mon.2) 923 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.921852+0000 mon.b (mon.2) 924 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:19.928208+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.003931+0000 mon.b (mon.2) 925 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.006552+0000 mon.b (mon.2) 926 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: cephadm 2024-09-20T23:28:18.615884+0000 mgr.y (mgr.25567) 344 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: cephadm 2024-09-20T23:28:18.909450+0000 mgr.y (mgr.25567) 345 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: cephadm 2024-09-20T23:28:19.017737+0000 mgr.y (mgr.25567) 346 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: cephadm 2024-09-20T23:28:19.122893+0000 mgr.y (mgr.25567) 347 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: cephadm 2024-09-20T23:28:19.240283+0000 mgr.y (mgr.25567) 348 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: cephadm 2024-09-20T23:28:19.330326+0000 mgr.y (mgr.25567) 349 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: cephadm 2024-09-20T23:28:19.429709+0000 mgr.y (mgr.25567) 350 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.522311+0000 mon.b (mon.2) 900 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.524578+0000 mon.b (mon.2) 901 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.525741+0000 mon.b (mon.2) 902 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.527899+0000 mon.b (mon.2) 903 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.528728+0000 mon.b (mon.2) 904 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.828 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.535036+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.617399+0000 mon.b (mon.2) 905 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.619719+0000 mon.b (mon.2) 906 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.620945+0000 mon.b (mon.2) 907 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.623548+0000 mon.b (mon.2) 908 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.624436+0000 mon.b (mon.2) 909 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.632170+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.704451+0000 mon.b (mon.2) 910 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.007979+0000 mon.b (mon.2) 927 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.010288+0000 mon.b (mon.2) 928 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.011252+0000 mon.b (mon.2) 929 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.017532+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.091596+0000 mon.b (mon.2) 930 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.094151+0000 mon.b (mon.2) 931 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.095528+0000 mon.b (mon.2) 932 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.097844+0000 mon.b (mon.2) 933 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.098909+0000 mon.b (mon.2) 934 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.105145+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.192398+0000 mon.b (mon.2) 935 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.195017+0000 mon.b (mon.2) 936 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.196211+0000 mon.b (mon.2) 937 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.198300+0000 mon.b (mon.2) 938 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.199171+0000 mon.b (mon.2) 939 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.830 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.205490+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.293114+0000 mon.b (mon.2) 940 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.295598+0000 mon.b (mon.2) 941 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.297113+0000 mon.b (mon.2) 942 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.831 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.300340+0000 mon.b (mon.2) 943 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.706895+0000 mon.b (mon.2) 911 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.708045+0000 mon.b (mon.2) 912 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.711013+0000 mon.b (mon.2) 913 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.711884+0000 mon.b (mon.2) 914 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.719517+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.817938+0000 mon.b (mon.2) 915 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.820404+0000 mon.b (mon.2) 916 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.821870+0000 mon.b (mon.2) 917 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.824495+0000 mon.b (mon.2) 918 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.825638+0000 mon.b (mon.2) 919 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.833353+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.914621+0000 mon.b (mon.2) 920 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.917107+0000 mon.b (mon.2) 921 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.918536+0000 mon.b (mon.2) 922 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.920868+0000 mon.b (mon.2) 923 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.921852+0000 mon.b (mon.2) 924 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:19.928208+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.003931+0000 mon.b (mon.2) 925 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.832 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.006552+0000 mon.b (mon.2) 926 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.301575+0000 mon.b (mon.2) 944 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.309052+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.424708+0000 mon.b (mon.2) 945 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.427724+0000 mon.b (mon.2) 946 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.429660+0000 mon.b (mon.2) 947 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.432968+0000 mon.b (mon.2) 948 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.434175+0000 mon.b (mon.2) 949 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.833 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[96923]: audit 2024-09-20T23:28:20.443148+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.007979+0000 mon.b (mon.2) 927 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.833 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.010288+0000 mon.b (mon.2) 928 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.011252+0000 mon.b (mon.2) 929 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.017532+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.091596+0000 mon.b (mon.2) 930 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.094151+0000 mon.b (mon.2) 931 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.095528+0000 mon.b (mon.2) 932 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.097844+0000 mon.b (mon.2) 933 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.098909+0000 mon.b (mon.2) 934 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.105145+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.192398+0000 mon.b (mon.2) 935 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.195017+0000 mon.b (mon.2) 936 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.196211+0000 mon.b (mon.2) 937 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.834 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.198300+0000 mon.b (mon.2) 938 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.199171+0000 mon.b (mon.2) 939 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.205490+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.293114+0000 mon.b (mon.2) 940 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.295598+0000 mon.b (mon.2) 941 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.297113+0000 mon.b (mon.2) 942 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.300340+0000 mon.b (mon.2) 943 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.301575+0000 mon.b (mon.2) 944 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.309052+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.424708+0000 mon.b (mon.2) 945 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.427724+0000 mon.b (mon.2) 946 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.429660+0000 mon.b (mon.2) 947 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.432968+0000 mon.b (mon.2) 948 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.434175+0000 mon.b (mon.2) 949 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:20.835 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:20 smithi083 bash[94658]: audit 2024-09-20T23:28:20.443148+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.574 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[105310]: debug 2024-09-20T23:28:21.277+0000 7f000e403640 -1 Falling back to public interface 2024-09-20T23:28:21.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: cephadm 2024-09-20T23:28:19.537158+0000 mgr.y (mgr.25567) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: cephadm 2024-09-20T23:28:19.635390+0000 mgr.y (mgr.25567) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: cephadm 2024-09-20T23:28:19.722593+0000 mgr.y (mgr.25567) 353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: cephadm 2024-09-20T23:28:19.834027+0000 mgr.y (mgr.25567) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: cephadm 2024-09-20T23:28:19.931542+0000 mgr.y (mgr.25567) 355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: cephadm 2024-09-20T23:28:20.021184+0000 mgr.y (mgr.25567) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: cephadm 2024-09-20T23:28:20.108866+0000 mgr.y (mgr.25567) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: cephadm 2024-09-20T23:28:20.208901+0000 mgr.y (mgr.25567) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: cephadm 2024-09-20T23:28:20.312581+0000 mgr.y (mgr.25567) 359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: cluster 2024-09-20T23:28:20.410049+0000 mgr.y (mgr.25567) 360 : cluster [DBG] pgmap v95: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: cephadm 2024-09-20T23:28:20.448194+0000 mgr.y (mgr.25567) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.524343+0000 mon.b (mon.2) 950 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.526612+0000 mon.b (mon.2) 951 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.529254+0000 mon.b (mon.2) 952 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.532440+0000 mon.b (mon.2) 953 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.533659+0000 mon.b (mon.2) 954 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.542679+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.638220+0000 mon.b (mon.2) 955 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.575 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.641110+0000 mon.b (mon.2) 956 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.642964+0000 mon.b (mon.2) 957 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: cephadm 2024-09-20T23:28:19.537158+0000 mgr.y (mgr.25567) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: cephadm 2024-09-20T23:28:19.635390+0000 mgr.y (mgr.25567) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: cephadm 2024-09-20T23:28:19.722593+0000 mgr.y (mgr.25567) 353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: cephadm 2024-09-20T23:28:19.834027+0000 mgr.y (mgr.25567) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: cephadm 2024-09-20T23:28:19.931542+0000 mgr.y (mgr.25567) 355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: cephadm 2024-09-20T23:28:20.021184+0000 mgr.y (mgr.25567) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: cephadm 2024-09-20T23:28:20.108866+0000 mgr.y (mgr.25567) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: cephadm 2024-09-20T23:28:20.208901+0000 mgr.y (mgr.25567) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: cephadm 2024-09-20T23:28:20.312581+0000 mgr.y (mgr.25567) 359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: cluster 2024-09-20T23:28:20.410049+0000 mgr.y (mgr.25567) 360 : cluster [DBG] pgmap v95: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: cephadm 2024-09-20T23:28:20.448194+0000 mgr.y (mgr.25567) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.524343+0000 mon.b (mon.2) 950 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.526612+0000 mon.b (mon.2) 951 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.529254+0000 mon.b (mon.2) 952 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.532440+0000 mon.b (mon.2) 953 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.533659+0000 mon.b (mon.2) 954 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.542679+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.638220+0000 mon.b (mon.2) 955 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.641110+0000 mon.b (mon.2) 956 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.642964+0000 mon.b (mon.2) 957 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.645785+0000 mon.b (mon.2) 958 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.646981+0000 mon.b (mon.2) 959 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.656706+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.750016+0000 mon.b (mon.2) 960 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.752018+0000 mon.b (mon.2) 961 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.752994+0000 mon.b (mon.2) 962 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.755094+0000 mon.b (mon.2) 963 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.755837+0000 mon.b (mon.2) 964 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.764320+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.835287+0000 mon.b (mon.2) 965 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.837864+0000 mon.b (mon.2) 966 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.839435+0000 mon.b (mon.2) 967 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.842179+0000 mon.b (mon.2) 968 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.843259+0000 mon.b (mon.2) 969 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.852961+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.928620+0000 mon.b (mon.2) 970 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.931308+0000 mon.b (mon.2) 971 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.932992+0000 mon.b (mon.2) 972 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.936622+0000 mon.b (mon.2) 973 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.937728+0000 mon.b (mon.2) 974 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:20.947391+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.046411+0000 mon.b (mon.2) 975 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.049334+0000 mon.b (mon.2) 976 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.051062+0000 mon.b (mon.2) 977 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.054026+0000 mon.b (mon.2) 978 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.055181+0000 mon.b (mon.2) 979 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.064185+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.141771+0000 mon.b (mon.2) 980 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.144657+0000 mon.b (mon.2) 981 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.146232+0000 mon.b (mon.2) 982 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.149160+0000 mon.b (mon.2) 983 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.150228+0000 mon.b (mon.2) 984 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.159072+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.255578+0000 mon.b (mon.2) 985 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.258888+0000 mon.b (mon.2) 986 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.260566+0000 mon.b (mon.2) 987 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.263361+0000 mon.b (mon.2) 988 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.264542+0000 mon.b (mon.2) 989 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.272170+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.645785+0000 mon.b (mon.2) 958 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.646981+0000 mon.b (mon.2) 959 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.656706+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.750016+0000 mon.b (mon.2) 960 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.752018+0000 mon.b (mon.2) 961 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.752994+0000 mon.b (mon.2) 962 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.755094+0000 mon.b (mon.2) 963 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.755837+0000 mon.b (mon.2) 964 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.764320+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.835287+0000 mon.b (mon.2) 965 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.837864+0000 mon.b (mon.2) 966 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.839435+0000 mon.b (mon.2) 967 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.842179+0000 mon.b (mon.2) 968 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.843259+0000 mon.b (mon.2) 969 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.852961+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.928620+0000 mon.b (mon.2) 970 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.931308+0000 mon.b (mon.2) 971 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.932992+0000 mon.b (mon.2) 972 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.936622+0000 mon.b (mon.2) 973 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.348515+0000 mon.b (mon.2) 990 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.351449+0000 mon.b (mon.2) 991 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.353323+0000 mon.b (mon.2) 992 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.355741+0000 mon.b (mon.2) 993 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.582 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.356876+0000 mon.b (mon.2) 994 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.363787+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.439393+0000 mon.b (mon.2) 995 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.441897+0000 mon.b (mon.2) 996 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.443357+0000 mon.b (mon.2) 997 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.445691+0000 mon.b (mon.2) 998 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.446713+0000 mon.b (mon.2) 999 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[96923]: audit 2024-09-20T23:28:21.453105+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.937728+0000 mon.b (mon.2) 974 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:20.947391+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.046411+0000 mon.b (mon.2) 975 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.049334+0000 mon.b (mon.2) 976 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.051062+0000 mon.b (mon.2) 977 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.054026+0000 mon.b (mon.2) 978 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.055181+0000 mon.b (mon.2) 979 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.064185+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.141771+0000 mon.b (mon.2) 980 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.144657+0000 mon.b (mon.2) 981 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.146232+0000 mon.b (mon.2) 982 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.149160+0000 mon.b (mon.2) 983 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.150228+0000 mon.b (mon.2) 984 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.159072+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.255578+0000 mon.b (mon.2) 985 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.258888+0000 mon.b (mon.2) 986 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.584 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.260566+0000 mon.b (mon.2) 987 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.263361+0000 mon.b (mon.2) 988 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.264542+0000 mon.b (mon.2) 989 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.272170+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.348515+0000 mon.b (mon.2) 990 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.351449+0000 mon.b (mon.2) 991 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.353323+0000 mon.b (mon.2) 992 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.355741+0000 mon.b (mon.2) 993 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.356876+0000 mon.b (mon.2) 994 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.363787+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.439393+0000 mon.b (mon.2) 995 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.441897+0000 mon.b (mon.2) 996 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.443357+0000 mon.b (mon.2) 997 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.445691+0000 mon.b (mon.2) 998 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.446713+0000 mon.b (mon.2) 999 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[94658]: audit 2024-09-20T23:28:21.453105+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: cephadm 2024-09-20T23:28:19.537158+0000 mgr.y (mgr.25567) 351 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: cephadm 2024-09-20T23:28:19.635390+0000 mgr.y (mgr.25567) 352 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: cephadm 2024-09-20T23:28:19.722593+0000 mgr.y (mgr.25567) 353 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: cephadm 2024-09-20T23:28:19.834027+0000 mgr.y (mgr.25567) 354 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: cephadm 2024-09-20T23:28:19.931542+0000 mgr.y (mgr.25567) 355 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: cephadm 2024-09-20T23:28:20.021184+0000 mgr.y (mgr.25567) 356 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: cephadm 2024-09-20T23:28:20.108866+0000 mgr.y (mgr.25567) 357 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: cephadm 2024-09-20T23:28:20.208901+0000 mgr.y (mgr.25567) 358 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: cephadm 2024-09-20T23:28:20.312581+0000 mgr.y (mgr.25567) 359 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: cluster 2024-09-20T23:28:20.410049+0000 mgr.y (mgr.25567) 360 : cluster [DBG] pgmap v95: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:21.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: cephadm 2024-09-20T23:28:20.448194+0000 mgr.y (mgr.25567) 361 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:21.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.524343+0000 mon.b (mon.2) 950 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.526612+0000 mon.b (mon.2) 951 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.529254+0000 mon.b (mon.2) 952 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.532440+0000 mon.b (mon.2) 953 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.533659+0000 mon.b (mon.2) 954 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.542679+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.638220+0000 mon.b (mon.2) 955 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.641110+0000 mon.b (mon.2) 956 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.642964+0000 mon.b (mon.2) 957 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.645785+0000 mon.b (mon.2) 958 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.646981+0000 mon.b (mon.2) 959 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.656706+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.750016+0000 mon.b (mon.2) 960 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.752018+0000 mon.b (mon.2) 961 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.752994+0000 mon.b (mon.2) 962 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.755094+0000 mon.b (mon.2) 963 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.755837+0000 mon.b (mon.2) 964 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.764320+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.835287+0000 mon.b (mon.2) 965 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.837864+0000 mon.b (mon.2) 966 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.839435+0000 mon.b (mon.2) 967 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.842179+0000 mon.b (mon.2) 968 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.843259+0000 mon.b (mon.2) 969 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.852961+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.928620+0000 mon.b (mon.2) 970 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.931308+0000 mon.b (mon.2) 971 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.932992+0000 mon.b (mon.2) 972 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.936622+0000 mon.b (mon.2) 973 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.937728+0000 mon.b (mon.2) 974 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:20.947391+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.046411+0000 mon.b (mon.2) 975 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.049334+0000 mon.b (mon.2) 976 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.051062+0000 mon.b (mon.2) 977 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.054026+0000 mon.b (mon.2) 978 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.055181+0000 mon.b (mon.2) 979 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.064185+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.141771+0000 mon.b (mon.2) 980 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.144657+0000 mon.b (mon.2) 981 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.146232+0000 mon.b (mon.2) 982 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.149160+0000 mon.b (mon.2) 983 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.150228+0000 mon.b (mon.2) 984 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.159072+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.255578+0000 mon.b (mon.2) 985 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.258888+0000 mon.b (mon.2) 986 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.260566+0000 mon.b (mon.2) 987 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.263361+0000 mon.b (mon.2) 988 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.264542+0000 mon.b (mon.2) 989 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.272170+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.348515+0000 mon.b (mon.2) 990 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.351449+0000 mon.b (mon.2) 991 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.353323+0000 mon.b (mon.2) 992 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.355741+0000 mon.b (mon.2) 993 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.356876+0000 mon.b (mon.2) 994 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.363787+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:21.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.439393+0000 mon.b (mon.2) 995 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.441897+0000 mon.b (mon.2) 996 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:21.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.443357+0000 mon.b (mon.2) 997 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:21.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.445691+0000 mon.b (mon.2) 998 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:21.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.446713+0000 mon.b (mon.2) 999 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:21.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:21 smithi142 bash[74331]: audit 2024-09-20T23:28:21.453105+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:28:21 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:28:21] "GET /metrics HTTP/1.1" 200 38106 "" "Prometheus/2.43.0" 2024-09-20T23:28:22.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: cephadm 2024-09-20T23:28:20.544150+0000 mgr.y (mgr.25567) 362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: cephadm 2024-09-20T23:28:20.658367+0000 mgr.y (mgr.25567) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: cephadm 2024-09-20T23:28:20.765489+0000 mgr.y (mgr.25567) 364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: cephadm 2024-09-20T23:28:20.854767+0000 mgr.y (mgr.25567) 365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: cephadm 2024-09-20T23:28:20.949697+0000 mgr.y (mgr.25567) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: cephadm 2024-09-20T23:28:21.068012+0000 mgr.y (mgr.25567) 367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: cephadm 2024-09-20T23:28:21.163069+0000 mgr.y (mgr.25567) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: cephadm 2024-09-20T23:28:21.275769+0000 mgr.y (mgr.25567) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: cephadm 2024-09-20T23:28:21.365453+0000 mgr.y (mgr.25567) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: cephadm 2024-09-20T23:28:21.456417+0000 mgr.y (mgr.25567) 371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.468699+0000 mgr.y (mgr.25567) 372 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:22.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.531997+0000 mon.b (mon.2) 1000 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.534940+0000 mon.b (mon.2) 1001 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.536465+0000 mon.b (mon.2) 1002 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.539182+0000 mon.b (mon.2) 1003 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.540343+0000 mon.b (mon.2) 1004 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.549264+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.623011+0000 mon.b (mon.2) 1005 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.625664+0000 mon.b (mon.2) 1006 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.627026+0000 mon.b (mon.2) 1007 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: cephadm 2024-09-20T23:28:20.544150+0000 mgr.y (mgr.25567) 362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: cephadm 2024-09-20T23:28:20.658367+0000 mgr.y (mgr.25567) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: cephadm 2024-09-20T23:28:20.765489+0000 mgr.y (mgr.25567) 364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: cephadm 2024-09-20T23:28:20.854767+0000 mgr.y (mgr.25567) 365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: cephadm 2024-09-20T23:28:20.949697+0000 mgr.y (mgr.25567) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: cephadm 2024-09-20T23:28:21.068012+0000 mgr.y (mgr.25567) 367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: cephadm 2024-09-20T23:28:21.163069+0000 mgr.y (mgr.25567) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: cephadm 2024-09-20T23:28:21.275769+0000 mgr.y (mgr.25567) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: cephadm 2024-09-20T23:28:21.365453+0000 mgr.y (mgr.25567) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: cephadm 2024-09-20T23:28:21.456417+0000 mgr.y (mgr.25567) 371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.468699+0000 mgr.y (mgr.25567) 372 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:22.763 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.531997+0000 mon.b (mon.2) 1000 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.534940+0000 mon.b (mon.2) 1001 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.536465+0000 mon.b (mon.2) 1002 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.539182+0000 mon.b (mon.2) 1003 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.540343+0000 mon.b (mon.2) 1004 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.549264+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.623011+0000 mon.b (mon.2) 1005 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.764 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.625664+0000 mon.b (mon.2) 1006 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.765 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.627026+0000 mon.b (mon.2) 1007 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.629462+0000 mon.b (mon.2) 1008 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.630581+0000 mon.b (mon.2) 1009 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.638185+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.766 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.709487+0000 mon.b (mon.2) 1010 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.766 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.712048+0000 mon.b (mon.2) 1011 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.766 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.713435+0000 mon.b (mon.2) 1012 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.766 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.716111+0000 mon.b (mon.2) 1013 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.766 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.717189+0000 mon.b (mon.2) 1014 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.766 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.724873+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.766 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.835178+0000 mon.b (mon.2) 1015 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.766 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.838018+0000 mon.b (mon.2) 1016 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.766 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.839910+0000 mon.b (mon.2) 1017 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.766 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.842841+0000 mon.b (mon.2) 1018 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.767 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.843937+0000 mon.b (mon.2) 1019 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.767 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.850593+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.767 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.931139+0000 mon.b (mon.2) 1020 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.767 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.933751+0000 mon.b (mon.2) 1021 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.767 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.935179+0000 mon.b (mon.2) 1022 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.767 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.937862+0000 mon.b (mon.2) 1023 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.629462+0000 mon.b (mon.2) 1008 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.630581+0000 mon.b (mon.2) 1009 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.638185+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.709487+0000 mon.b (mon.2) 1010 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.712048+0000 mon.b (mon.2) 1011 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.713435+0000 mon.b (mon.2) 1012 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.716111+0000 mon.b (mon.2) 1013 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.717189+0000 mon.b (mon.2) 1014 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.724873+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.835178+0000 mon.b (mon.2) 1015 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.838018+0000 mon.b (mon.2) 1016 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.839910+0000 mon.b (mon.2) 1017 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.768 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.842841+0000 mon.b (mon.2) 1018 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.843937+0000 mon.b (mon.2) 1019 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.850593+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.931139+0000 mon.b (mon.2) 1020 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.933751+0000 mon.b (mon.2) 1021 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.935179+0000 mon.b (mon.2) 1022 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.769 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.937862+0000 mon.b (mon.2) 1023 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.769 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.938969+0000 mon.b (mon.2) 1024 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.769 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:21.945911+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.769 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.023760+0000 mon.b (mon.2) 1025 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.026408+0000 mon.b (mon.2) 1026 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.027827+0000 mon.b (mon.2) 1027 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.030482+0000 mon.b (mon.2) 1028 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.031504+0000 mon.b (mon.2) 1029 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.039136+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.113110+0000 mon.b (mon.2) 1030 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.115844+0000 mon.b (mon.2) 1031 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.117826+0000 mon.b (mon.2) 1032 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.120379+0000 mon.b (mon.2) 1033 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.121346+0000 mon.b (mon.2) 1034 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.128521+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.206583+0000 mon.b (mon.2) 1035 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.209482+0000 mon.b (mon.2) 1036 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.770 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.211059+0000 mon.b (mon.2) 1037 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.213651+0000 mon.b (mon.2) 1038 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.214706+0000 mon.b (mon.2) 1039 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.221858+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.293810+0000 mon.b (mon.2) 1040 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.296589+0000 mon.b (mon.2) 1041 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.298263+0000 mon.b (mon.2) 1042 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.300975+0000 mon.b (mon.2) 1043 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.302034+0000 mon.b (mon.2) 1044 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.308979+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.383646+0000 mon.b (mon.2) 1045 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.386347+0000 mon.b (mon.2) 1046 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.387912+0000 mon.b (mon.2) 1047 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.390675+0000 mon.b (mon.2) 1048 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.771 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.391859+0000 mon.b (mon.2) 1049 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.772 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.399545+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.772 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.478621+0000 mon.b (mon.2) 1050 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.772 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[96923]: audit 2024-09-20T23:28:22.481241+0000 mon.b (mon.2) 1051 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.772 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.938969+0000 mon.b (mon.2) 1024 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.772 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:21.945911+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.772 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.023760+0000 mon.b (mon.2) 1025 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.772 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.026408+0000 mon.b (mon.2) 1026 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.772 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.027827+0000 mon.b (mon.2) 1027 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.772 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.030482+0000 mon.b (mon.2) 1028 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.772 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.031504+0000 mon.b (mon.2) 1029 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.039136+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.113110+0000 mon.b (mon.2) 1030 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.115844+0000 mon.b (mon.2) 1031 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.117826+0000 mon.b (mon.2) 1032 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.120379+0000 mon.b (mon.2) 1033 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.121346+0000 mon.b (mon.2) 1034 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.128521+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.206583+0000 mon.b (mon.2) 1035 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.209482+0000 mon.b (mon.2) 1036 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.211059+0000 mon.b (mon.2) 1037 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.213651+0000 mon.b (mon.2) 1038 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.214706+0000 mon.b (mon.2) 1039 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.773 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.221858+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.293810+0000 mon.b (mon.2) 1040 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.296589+0000 mon.b (mon.2) 1041 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.298263+0000 mon.b (mon.2) 1042 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.300975+0000 mon.b (mon.2) 1043 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.302034+0000 mon.b (mon.2) 1044 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.308979+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.383646+0000 mon.b (mon.2) 1045 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.386347+0000 mon.b (mon.2) 1046 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.387912+0000 mon.b (mon.2) 1047 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.390675+0000 mon.b (mon.2) 1048 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.391859+0000 mon.b (mon.2) 1049 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.399545+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.478621+0000 mon.b (mon.2) 1050 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.774 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:22 smithi083 bash[94658]: audit 2024-09-20T23:28:22.481241+0000 mon.b (mon.2) 1051 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: cephadm 2024-09-20T23:28:20.544150+0000 mgr.y (mgr.25567) 362 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: cephadm 2024-09-20T23:28:20.658367+0000 mgr.y (mgr.25567) 363 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: cephadm 2024-09-20T23:28:20.765489+0000 mgr.y (mgr.25567) 364 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: cephadm 2024-09-20T23:28:20.854767+0000 mgr.y (mgr.25567) 365 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: cephadm 2024-09-20T23:28:20.949697+0000 mgr.y (mgr.25567) 366 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: cephadm 2024-09-20T23:28:21.068012+0000 mgr.y (mgr.25567) 367 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: cephadm 2024-09-20T23:28:21.163069+0000 mgr.y (mgr.25567) 368 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: cephadm 2024-09-20T23:28:21.275769+0000 mgr.y (mgr.25567) 369 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: cephadm 2024-09-20T23:28:21.365453+0000 mgr.y (mgr.25567) 370 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: cephadm 2024-09-20T23:28:21.456417+0000 mgr.y (mgr.25567) 371 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:22.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.468699+0000 mgr.y (mgr.25567) 372 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:22.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.531997+0000 mon.b (mon.2) 1000 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.534940+0000 mon.b (mon.2) 1001 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.536465+0000 mon.b (mon.2) 1002 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.539182+0000 mon.b (mon.2) 1003 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.540343+0000 mon.b (mon.2) 1004 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.549264+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.623011+0000 mon.b (mon.2) 1005 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.625664+0000 mon.b (mon.2) 1006 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.627026+0000 mon.b (mon.2) 1007 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.629462+0000 mon.b (mon.2) 1008 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.630581+0000 mon.b (mon.2) 1009 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.638185+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.709487+0000 mon.b (mon.2) 1010 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.712048+0000 mon.b (mon.2) 1011 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.713435+0000 mon.b (mon.2) 1012 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.716111+0000 mon.b (mon.2) 1013 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.717189+0000 mon.b (mon.2) 1014 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.724873+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.835178+0000 mon.b (mon.2) 1015 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.838018+0000 mon.b (mon.2) 1016 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.839910+0000 mon.b (mon.2) 1017 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.842841+0000 mon.b (mon.2) 1018 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.843937+0000 mon.b (mon.2) 1019 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.850593+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.931139+0000 mon.b (mon.2) 1020 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.933751+0000 mon.b (mon.2) 1021 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.935179+0000 mon.b (mon.2) 1022 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.937862+0000 mon.b (mon.2) 1023 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.938969+0000 mon.b (mon.2) 1024 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:21.945911+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.023760+0000 mon.b (mon.2) 1025 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.026408+0000 mon.b (mon.2) 1026 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.027827+0000 mon.b (mon.2) 1027 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.030482+0000 mon.b (mon.2) 1028 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.031504+0000 mon.b (mon.2) 1029 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.039136+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.113110+0000 mon.b (mon.2) 1030 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.115844+0000 mon.b (mon.2) 1031 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.117826+0000 mon.b (mon.2) 1032 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.120379+0000 mon.b (mon.2) 1033 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.121346+0000 mon.b (mon.2) 1034 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.128521+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.206583+0000 mon.b (mon.2) 1035 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.209482+0000 mon.b (mon.2) 1036 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.211059+0000 mon.b (mon.2) 1037 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.213651+0000 mon.b (mon.2) 1038 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.214706+0000 mon.b (mon.2) 1039 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.221858+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.293810+0000 mon.b (mon.2) 1040 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.296589+0000 mon.b (mon.2) 1041 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.298263+0000 mon.b (mon.2) 1042 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.300975+0000 mon.b (mon.2) 1043 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.302034+0000 mon.b (mon.2) 1044 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.308979+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.383646+0000 mon.b (mon.2) 1045 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.386347+0000 mon.b (mon.2) 1046 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:22.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.387912+0000 mon.b (mon.2) 1047 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.390675+0000 mon.b (mon.2) 1048 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:22.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.391859+0000 mon.b (mon.2) 1049 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:22.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.399545+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:22.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.478621+0000 mon.b (mon.2) 1050 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:22.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:22 smithi142 bash[74331]: audit 2024-09-20T23:28:22.481241+0000 mon.b (mon.2) 1051 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: cephadm 2024-09-20T23:28:21.552272+0000 mgr.y (mgr.25567) 373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: cephadm 2024-09-20T23:28:21.640821+0000 mgr.y (mgr.25567) 374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: cephadm 2024-09-20T23:28:21.727638+0000 mgr.y (mgr.25567) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: cephadm 2024-09-20T23:28:21.854008+0000 mgr.y (mgr.25567) 376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: cephadm 2024-09-20T23:28:21.950832+0000 mgr.y (mgr.25567) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: cephadm 2024-09-20T23:28:22.042263+0000 mgr.y (mgr.25567) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: cephadm 2024-09-20T23:28:22.131739+0000 mgr.y (mgr.25567) 379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: cephadm 2024-09-20T23:28:22.225353+0000 mgr.y (mgr.25567) 380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: cephadm 2024-09-20T23:28:22.312410+0000 mgr.y (mgr.25567) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: cephadm 2024-09-20T23:28:22.402119+0000 mgr.y (mgr.25567) 382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: cluster 2024-09-20T23:28:22.410882+0000 mgr.y (mgr.25567) 383 : cluster [DBG] pgmap v96: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:23.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.482603+0000 mon.b (mon.2) 1052 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.500108+0000 mon.b (mon.2) 1053 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.501166+0000 mon.b (mon.2) 1054 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.507682+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: cephadm 2024-09-20T23:28:22.510612+0000 mgr.y (mgr.25567) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.583164+0000 mon.b (mon.2) 1055 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.585769+0000 mon.b (mon.2) 1056 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.587118+0000 mon.b (mon.2) 1057 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.589511+0000 mon.b (mon.2) 1058 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: cephadm 2024-09-20T23:28:21.552272+0000 mgr.y (mgr.25567) 373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: cephadm 2024-09-20T23:28:21.640821+0000 mgr.y (mgr.25567) 374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: cephadm 2024-09-20T23:28:21.727638+0000 mgr.y (mgr.25567) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: cephadm 2024-09-20T23:28:21.854008+0000 mgr.y (mgr.25567) 376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: cephadm 2024-09-20T23:28:21.950832+0000 mgr.y (mgr.25567) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: cephadm 2024-09-20T23:28:22.042263+0000 mgr.y (mgr.25567) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.826 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: cephadm 2024-09-20T23:28:22.131739+0000 mgr.y (mgr.25567) 379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: cephadm 2024-09-20T23:28:22.225353+0000 mgr.y (mgr.25567) 380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: cephadm 2024-09-20T23:28:22.312410+0000 mgr.y (mgr.25567) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: cephadm 2024-09-20T23:28:22.402119+0000 mgr.y (mgr.25567) 382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: cluster 2024-09-20T23:28:22.410882+0000 mgr.y (mgr.25567) 383 : cluster [DBG] pgmap v96: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.482603+0000 mon.b (mon.2) 1052 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.500108+0000 mon.b (mon.2) 1053 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.501166+0000 mon.b (mon.2) 1054 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.507682+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: cephadm 2024-09-20T23:28:22.510612+0000 mgr.y (mgr.25567) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.583164+0000 mon.b (mon.2) 1055 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.585769+0000 mon.b (mon.2) 1056 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.587118+0000 mon.b (mon.2) 1057 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.589511+0000 mon.b (mon.2) 1058 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.590512+0000 mon.b (mon.2) 1059 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.597637+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.670038+0000 mon.b (mon.2) 1060 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.672674+0000 mon.b (mon.2) 1061 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.674123+0000 mon.b (mon.2) 1062 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.676527+0000 mon.b (mon.2) 1063 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.677493+0000 mon.b (mon.2) 1064 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.684980+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.764510+0000 mon.b (mon.2) 1065 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.767086+0000 mon.b (mon.2) 1066 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.768492+0000 mon.b (mon.2) 1067 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.771282+0000 mon.b (mon.2) 1068 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.772291+0000 mon.b (mon.2) 1069 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.780551+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.828 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.857794+0000 mon.b (mon.2) 1070 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.860347+0000 mon.b (mon.2) 1071 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.861766+0000 mon.b (mon.2) 1072 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.864257+0000 mon.b (mon.2) 1073 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.865222+0000 mon.b (mon.2) 1074 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.829 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.872880+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: cephadm 2024-09-20T23:28:21.552272+0000 mgr.y (mgr.25567) 373 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: cephadm 2024-09-20T23:28:21.640821+0000 mgr.y (mgr.25567) 374 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: cephadm 2024-09-20T23:28:21.727638+0000 mgr.y (mgr.25567) 375 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: cephadm 2024-09-20T23:28:21.854008+0000 mgr.y (mgr.25567) 376 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.829 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: cephadm 2024-09-20T23:28:21.950832+0000 mgr.y (mgr.25567) 377 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: cephadm 2024-09-20T23:28:22.042263+0000 mgr.y (mgr.25567) 378 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: cephadm 2024-09-20T23:28:22.131739+0000 mgr.y (mgr.25567) 379 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: cephadm 2024-09-20T23:28:22.225353+0000 mgr.y (mgr.25567) 380 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: cephadm 2024-09-20T23:28:22.312410+0000 mgr.y (mgr.25567) 381 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: cephadm 2024-09-20T23:28:22.402119+0000 mgr.y (mgr.25567) 382 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: cluster 2024-09-20T23:28:22.410882+0000 mgr.y (mgr.25567) 383 : cluster [DBG] pgmap v96: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.482603+0000 mon.b (mon.2) 1052 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.500108+0000 mon.b (mon.2) 1053 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.501166+0000 mon.b (mon.2) 1054 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.507682+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: cephadm 2024-09-20T23:28:22.510612+0000 mgr.y (mgr.25567) 384 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:23.830 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.583164+0000 mon.b (mon.2) 1055 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.585769+0000 mon.b (mon.2) 1056 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.587118+0000 mon.b (mon.2) 1057 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.589511+0000 mon.b (mon.2) 1058 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.590512+0000 mon.b (mon.2) 1059 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.597637+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.670038+0000 mon.b (mon.2) 1060 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.672674+0000 mon.b (mon.2) 1061 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.674123+0000 mon.b (mon.2) 1062 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.676527+0000 mon.b (mon.2) 1063 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.677493+0000 mon.b (mon.2) 1064 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.684980+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.764510+0000 mon.b (mon.2) 1065 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.767086+0000 mon.b (mon.2) 1066 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.768492+0000 mon.b (mon.2) 1067 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.771282+0000 mon.b (mon.2) 1068 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.772291+0000 mon.b (mon.2) 1069 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.780551+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.857794+0000 mon.b (mon.2) 1070 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.860347+0000 mon.b (mon.2) 1071 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.861766+0000 mon.b (mon.2) 1072 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.864257+0000 mon.b (mon.2) 1073 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.865222+0000 mon.b (mon.2) 1074 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.872880+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.960458+0000 mon.b (mon.2) 1075 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.963080+0000 mon.b (mon.2) 1076 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.964663+0000 mon.b (mon.2) 1077 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.967604+0000 mon.b (mon.2) 1078 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.968630+0000 mon.b (mon.2) 1079 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:22.975963+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.071901+0000 mon.b (mon.2) 1080 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.075421+0000 mon.b (mon.2) 1081 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.078327+0000 mon.b (mon.2) 1082 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.081405+0000 mon.b (mon.2) 1083 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.082609+0000 mon.b (mon.2) 1084 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.091058+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.174385+0000 mon.b (mon.2) 1085 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.177366+0000 mon.b (mon.2) 1086 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.178981+0000 mon.b (mon.2) 1087 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.182277+0000 mon.b (mon.2) 1088 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.183512+0000 mon.b (mon.2) 1089 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.192176+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.282078+0000 mon.b (mon.2) 1090 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.284814+0000 mon.b (mon.2) 1091 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.286641+0000 mon.b (mon.2) 1092 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.290185+0000 mon.b (mon.2) 1093 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.291534+0000 mon.b (mon.2) 1094 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.298599+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.396977+0000 mon.b (mon.2) 1095 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.407041+0000 mon.b (mon.2) 1096 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.408619+0000 mon.b (mon.2) 1097 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.411149+0000 mon.b (mon.2) 1098 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.412406+0000 mon.b (mon.2) 1099 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.834 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:23 smithi142 bash[74331]: audit 2024-09-20T23:28:23.419991+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.960458+0000 mon.b (mon.2) 1075 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.963080+0000 mon.b (mon.2) 1076 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.964663+0000 mon.b (mon.2) 1077 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.967604+0000 mon.b (mon.2) 1078 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.968630+0000 mon.b (mon.2) 1079 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:22.975963+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.071901+0000 mon.b (mon.2) 1080 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.075421+0000 mon.b (mon.2) 1081 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.078327+0000 mon.b (mon.2) 1082 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.835 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.081405+0000 mon.b (mon.2) 1083 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.082609+0000 mon.b (mon.2) 1084 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.091058+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.174385+0000 mon.b (mon.2) 1085 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.177366+0000 mon.b (mon.2) 1086 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.178981+0000 mon.b (mon.2) 1087 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.182277+0000 mon.b (mon.2) 1088 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.183512+0000 mon.b (mon.2) 1089 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.192176+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.282078+0000 mon.b (mon.2) 1090 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.284814+0000 mon.b (mon.2) 1091 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.286641+0000 mon.b (mon.2) 1092 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.290185+0000 mon.b (mon.2) 1093 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.291534+0000 mon.b (mon.2) 1094 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.836 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.298599+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.837 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.396977+0000 mon.b (mon.2) 1095 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.837 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.407041+0000 mon.b (mon.2) 1096 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.837 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.408619+0000 mon.b (mon.2) 1097 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.837 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.411149+0000 mon.b (mon.2) 1098 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.837 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.412406+0000 mon.b (mon.2) 1099 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.837 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[96923]: audit 2024-09-20T23:28:23.419991+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.590512+0000 mon.b (mon.2) 1059 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.837 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.597637+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.670038+0000 mon.b (mon.2) 1060 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.672674+0000 mon.b (mon.2) 1061 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.674123+0000 mon.b (mon.2) 1062 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.676527+0000 mon.b (mon.2) 1063 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.677493+0000 mon.b (mon.2) 1064 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.684980+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.764510+0000 mon.b (mon.2) 1065 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.767086+0000 mon.b (mon.2) 1066 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.768492+0000 mon.b (mon.2) 1067 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.771282+0000 mon.b (mon.2) 1068 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.772291+0000 mon.b (mon.2) 1069 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.780551+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.857794+0000 mon.b (mon.2) 1070 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.838 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.860347+0000 mon.b (mon.2) 1071 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.861766+0000 mon.b (mon.2) 1072 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.864257+0000 mon.b (mon.2) 1073 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.865222+0000 mon.b (mon.2) 1074 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.872880+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.960458+0000 mon.b (mon.2) 1075 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.963080+0000 mon.b (mon.2) 1076 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.964663+0000 mon.b (mon.2) 1077 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.967604+0000 mon.b (mon.2) 1078 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.968630+0000 mon.b (mon.2) 1079 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:22.975963+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.071901+0000 mon.b (mon.2) 1080 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.075421+0000 mon.b (mon.2) 1081 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.078327+0000 mon.b (mon.2) 1082 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.839 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.081405+0000 mon.b (mon.2) 1083 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.082609+0000 mon.b (mon.2) 1084 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.091058+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.174385+0000 mon.b (mon.2) 1085 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.177366+0000 mon.b (mon.2) 1086 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.178981+0000 mon.b (mon.2) 1087 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.182277+0000 mon.b (mon.2) 1088 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.183512+0000 mon.b (mon.2) 1089 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.192176+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.282078+0000 mon.b (mon.2) 1090 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.284814+0000 mon.b (mon.2) 1091 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.286641+0000 mon.b (mon.2) 1092 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.290185+0000 mon.b (mon.2) 1093 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.291534+0000 mon.b (mon.2) 1094 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.840 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.298599+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:23.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.396977+0000 mon.b (mon.2) 1095 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.407041+0000 mon.b (mon.2) 1096 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:23.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.408619+0000 mon.b (mon.2) 1097 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:23.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.411149+0000 mon.b (mon.2) 1098 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:23.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.412406+0000 mon.b (mon.2) 1099 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:23.841 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:23 smithi083 bash[94658]: audit 2024-09-20T23:28:23.419991+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.757 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: cephadm 2024-09-20T23:28:22.600189+0000 mgr.y (mgr.25567) 385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: cephadm 2024-09-20T23:28:22.687321+0000 mgr.y (mgr.25567) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: cephadm 2024-09-20T23:28:22.783050+0000 mgr.y (mgr.25567) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: cephadm 2024-09-20T23:28:22.875233+0000 mgr.y (mgr.25567) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: cephadm 2024-09-20T23:28:22.978659+0000 mgr.y (mgr.25567) 389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: cephadm 2024-09-20T23:28:23.092918+0000 mgr.y (mgr.25567) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: cephadm 2024-09-20T23:28:23.194845+0000 mgr.y (mgr.25567) 391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: cephadm 2024-09-20T23:28:23.301971+0000 mgr.y (mgr.25567) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: cephadm 2024-09-20T23:28:23.423802+0000 mgr.y (mgr.25567) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.501094+0000 mon.b (mon.2) 1100 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.607805+0000 mon.b (mon.2) 1101 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.610579+0000 mon.b (mon.2) 1102 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.614783+0000 mon.b (mon.2) 1103 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.758 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.616435+0000 mon.b (mon.2) 1104 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.626349+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.733098+0000 mon.b (mon.2) 1105 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.735789+0000 mon.b (mon.2) 1106 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.737337+0000 mon.b (mon.2) 1107 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.739947+0000 mon.b (mon.2) 1108 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.740955+0000 mon.b (mon.2) 1109 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.747971+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.851389+0000 mon.b (mon.2) 1110 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.854789+0000 mon.b (mon.2) 1111 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.856496+0000 mon.b (mon.2) 1112 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.859251+0000 mon.b (mon.2) 1113 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.860459+0000 mon.b (mon.2) 1114 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.868296+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.966651+0000 mon.b (mon.2) 1115 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.759 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.969340+0000 mon.b (mon.2) 1116 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.970851+0000 mon.b (mon.2) 1117 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.973361+0000 mon.b (mon.2) 1118 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.974455+0000 mon.b (mon.2) 1119 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:23.981216+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.058700+0000 mon.b (mon.2) 1120 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.061616+0000 mon.b (mon.2) 1121 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.063182+0000 mon.b (mon.2) 1122 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.066026+0000 mon.b (mon.2) 1123 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.067102+0000 mon.b (mon.2) 1124 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.073666+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.760 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.150652+0000 mon.b (mon.2) 1125 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: cephadm 2024-09-20T23:28:22.600189+0000 mgr.y (mgr.25567) 385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: cephadm 2024-09-20T23:28:22.687321+0000 mgr.y (mgr.25567) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: cephadm 2024-09-20T23:28:22.783050+0000 mgr.y (mgr.25567) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: cephadm 2024-09-20T23:28:22.875233+0000 mgr.y (mgr.25567) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: cephadm 2024-09-20T23:28:22.978659+0000 mgr.y (mgr.25567) 389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: cephadm 2024-09-20T23:28:23.092918+0000 mgr.y (mgr.25567) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: cephadm 2024-09-20T23:28:23.194845+0000 mgr.y (mgr.25567) 391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: cephadm 2024-09-20T23:28:23.301971+0000 mgr.y (mgr.25567) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: cephadm 2024-09-20T23:28:23.423802+0000 mgr.y (mgr.25567) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.501094+0000 mon.b (mon.2) 1100 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.607805+0000 mon.b (mon.2) 1101 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.610579+0000 mon.b (mon.2) 1102 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.614783+0000 mon.b (mon.2) 1103 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.761 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.616435+0000 mon.b (mon.2) 1104 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.626349+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.733098+0000 mon.b (mon.2) 1105 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.735789+0000 mon.b (mon.2) 1106 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.737337+0000 mon.b (mon.2) 1107 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.739947+0000 mon.b (mon.2) 1108 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.740955+0000 mon.b (mon.2) 1109 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.747971+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.851389+0000 mon.b (mon.2) 1110 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.854789+0000 mon.b (mon.2) 1111 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.856496+0000 mon.b (mon.2) 1112 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.859251+0000 mon.b (mon.2) 1113 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.860459+0000 mon.b (mon.2) 1114 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.762 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.868296+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.966651+0000 mon.b (mon.2) 1115 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.969340+0000 mon.b (mon.2) 1116 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.970851+0000 mon.b (mon.2) 1117 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.973361+0000 mon.b (mon.2) 1118 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.974455+0000 mon.b (mon.2) 1119 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:23.981216+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.058700+0000 mon.b (mon.2) 1120 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.061616+0000 mon.b (mon.2) 1121 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.063182+0000 mon.b (mon.2) 1122 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.066026+0000 mon.b (mon.2) 1123 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.067102+0000 mon.b (mon.2) 1124 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.073666+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.150652+0000 mon.b (mon.2) 1125 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.153927+0000 mon.b (mon.2) 1126 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.763 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.155576+0000 mon.b (mon.2) 1127 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.158353+0000 mon.b (mon.2) 1128 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.159512+0000 mon.b (mon.2) 1129 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.166554+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.242389+0000 mon.b (mon.2) 1130 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.245037+0000 mon.b (mon.2) 1131 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.246620+0000 mon.b (mon.2) 1132 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.249328+0000 mon.b (mon.2) 1133 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.250391+0000 mon.b (mon.2) 1134 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.258617+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.340724+0000 mon.b (mon.2) 1135 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.343337+0000 mon.b (mon.2) 1136 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.344890+0000 mon.b (mon.2) 1137 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.347350+0000 mon.b (mon.2) 1138 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.348632+0000 mon.b (mon.2) 1139 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.764 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.355755+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.441007+0000 mon.b (mon.2) 1140 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.443577+0000 mon.b (mon.2) 1141 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.444942+0000 mon.b (mon.2) 1142 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.447215+0000 mon.b (mon.2) 1143 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.448259+0000 mon.b (mon.2) 1144 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.765 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[96923]: audit 2024-09-20T23:28:24.455054+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.765 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.153927+0000 mon.b (mon.2) 1126 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.765 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.155576+0000 mon.b (mon.2) 1127 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.765 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.158353+0000 mon.b (mon.2) 1128 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.159512+0000 mon.b (mon.2) 1129 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.166554+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.242389+0000 mon.b (mon.2) 1130 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.245037+0000 mon.b (mon.2) 1131 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.246620+0000 mon.b (mon.2) 1132 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.249328+0000 mon.b (mon.2) 1133 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.250391+0000 mon.b (mon.2) 1134 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.258617+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.340724+0000 mon.b (mon.2) 1135 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.343337+0000 mon.b (mon.2) 1136 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.344890+0000 mon.b (mon.2) 1137 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.347350+0000 mon.b (mon.2) 1138 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.348632+0000 mon.b (mon.2) 1139 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.766 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.355755+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.767 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.441007+0000 mon.b (mon.2) 1140 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.767 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.443577+0000 mon.b (mon.2) 1141 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.767 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.444942+0000 mon.b (mon.2) 1142 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.767 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.447215+0000 mon.b (mon.2) 1143 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.767 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.448259+0000 mon.b (mon.2) 1144 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.767 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:24 smithi083 bash[94658]: audit 2024-09-20T23:28:24.455054+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: cephadm 2024-09-20T23:28:22.600189+0000 mgr.y (mgr.25567) 385 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: cephadm 2024-09-20T23:28:22.687321+0000 mgr.y (mgr.25567) 386 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: cephadm 2024-09-20T23:28:22.783050+0000 mgr.y (mgr.25567) 387 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: cephadm 2024-09-20T23:28:22.875233+0000 mgr.y (mgr.25567) 388 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: cephadm 2024-09-20T23:28:22.978659+0000 mgr.y (mgr.25567) 389 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: cephadm 2024-09-20T23:28:23.092918+0000 mgr.y (mgr.25567) 390 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: cephadm 2024-09-20T23:28:23.194845+0000 mgr.y (mgr.25567) 391 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: cephadm 2024-09-20T23:28:23.301971+0000 mgr.y (mgr.25567) 392 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: cephadm 2024-09-20T23:28:23.423802+0000 mgr.y (mgr.25567) 393 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.501094+0000 mon.b (mon.2) 1100 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.607805+0000 mon.b (mon.2) 1101 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.610579+0000 mon.b (mon.2) 1102 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.614783+0000 mon.b (mon.2) 1103 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.616435+0000 mon.b (mon.2) 1104 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.626349+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.733098+0000 mon.b (mon.2) 1105 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.735789+0000 mon.b (mon.2) 1106 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.737337+0000 mon.b (mon.2) 1107 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.739947+0000 mon.b (mon.2) 1108 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.740955+0000 mon.b (mon.2) 1109 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.747971+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.851389+0000 mon.b (mon.2) 1110 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.854789+0000 mon.b (mon.2) 1111 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.856496+0000 mon.b (mon.2) 1112 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.859251+0000 mon.b (mon.2) 1113 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.860459+0000 mon.b (mon.2) 1114 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.868296+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.966651+0000 mon.b (mon.2) 1115 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.969340+0000 mon.b (mon.2) 1116 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.970851+0000 mon.b (mon.2) 1117 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.973361+0000 mon.b (mon.2) 1118 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.974455+0000 mon.b (mon.2) 1119 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:23.981216+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.058700+0000 mon.b (mon.2) 1120 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.061616+0000 mon.b (mon.2) 1121 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.063182+0000 mon.b (mon.2) 1122 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.066026+0000 mon.b (mon.2) 1123 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.067102+0000 mon.b (mon.2) 1124 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.073666+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.150652+0000 mon.b (mon.2) 1125 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.153927+0000 mon.b (mon.2) 1126 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.155576+0000 mon.b (mon.2) 1127 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.158353+0000 mon.b (mon.2) 1128 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.159512+0000 mon.b (mon.2) 1129 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.166554+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.242389+0000 mon.b (mon.2) 1130 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.245037+0000 mon.b (mon.2) 1131 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.246620+0000 mon.b (mon.2) 1132 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.249328+0000 mon.b (mon.2) 1133 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.250391+0000 mon.b (mon.2) 1134 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.258617+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.340724+0000 mon.b (mon.2) 1135 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.343337+0000 mon.b (mon.2) 1136 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.344890+0000 mon.b (mon.2) 1137 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.347350+0000 mon.b (mon.2) 1138 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.348632+0000 mon.b (mon.2) 1139 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.355755+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.441007+0000 mon.b (mon.2) 1140 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.443577+0000 mon.b (mon.2) 1141 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.444942+0000 mon.b (mon.2) 1142 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.447215+0000 mon.b (mon.2) 1143 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.448259+0000 mon.b (mon.2) 1144 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:24.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:24 smithi142 bash[74331]: audit 2024-09-20T23:28:24.455054+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.574 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[105310]: debug 2024-09-20T23:28:25.288+0000 7f000e403640 -1 osd.0 119 log_to_monitors true 2024-09-20T23:28:25.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: cephadm 2024-09-20T23:28:23.629062+0000 mgr.y (mgr.25567) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: cephadm 2024-09-20T23:28:23.751099+0000 mgr.y (mgr.25567) 395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: cephadm 2024-09-20T23:28:23.871557+0000 mgr.y (mgr.25567) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: cephadm 2024-09-20T23:28:23.984718+0000 mgr.y (mgr.25567) 397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: cephadm 2024-09-20T23:28:24.077017+0000 mgr.y (mgr.25567) 398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: cephadm 2024-09-20T23:28:24.169910+0000 mgr.y (mgr.25567) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: cephadm 2024-09-20T23:28:24.261313+0000 mgr.y (mgr.25567) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: cephadm 2024-09-20T23:28:24.361215+0000 mgr.y (mgr.25567) 401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: cluster 2024-09-20T23:28:24.411455+0000 mgr.y (mgr.25567) 402 : cluster [DBG] pgmap v97: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:25.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: cephadm 2024-09-20T23:28:24.460776+0000 mgr.y (mgr.25567) 403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.535944+0000 mon.b (mon.2) 1145 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.538434+0000 mon.b (mon.2) 1146 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.540138+0000 mon.b (mon.2) 1147 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.542702+0000 mon.b (mon.2) 1148 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.543814+0000 mon.b (mon.2) 1149 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.550633+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.630608+0000 mon.b (mon.2) 1150 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.633220+0000 mon.b (mon.2) 1151 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.634782+0000 mon.b (mon.2) 1152 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.637546+0000 mon.b (mon.2) 1153 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: cephadm 2024-09-20T23:28:23.629062+0000 mgr.y (mgr.25567) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.576 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: cephadm 2024-09-20T23:28:23.751099+0000 mgr.y (mgr.25567) 395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: cephadm 2024-09-20T23:28:23.871557+0000 mgr.y (mgr.25567) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: cephadm 2024-09-20T23:28:23.984718+0000 mgr.y (mgr.25567) 397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: cephadm 2024-09-20T23:28:24.077017+0000 mgr.y (mgr.25567) 398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: cephadm 2024-09-20T23:28:24.169910+0000 mgr.y (mgr.25567) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: cephadm 2024-09-20T23:28:24.261313+0000 mgr.y (mgr.25567) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: cephadm 2024-09-20T23:28:24.361215+0000 mgr.y (mgr.25567) 401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: cluster 2024-09-20T23:28:24.411455+0000 mgr.y (mgr.25567) 402 : cluster [DBG] pgmap v97: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:25.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: cephadm 2024-09-20T23:28:24.460776+0000 mgr.y (mgr.25567) 403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.535944+0000 mon.b (mon.2) 1145 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.538434+0000 mon.b (mon.2) 1146 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.540138+0000 mon.b (mon.2) 1147 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.542702+0000 mon.b (mon.2) 1148 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.543814+0000 mon.b (mon.2) 1149 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.550633+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.630608+0000 mon.b (mon.2) 1150 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.633220+0000 mon.b (mon.2) 1151 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.634782+0000 mon.b (mon.2) 1152 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.637546+0000 mon.b (mon.2) 1153 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.638666+0000 mon.b (mon.2) 1154 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.645691+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.723703+0000 mon.b (mon.2) 1155 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.578 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.726187+0000 mon.b (mon.2) 1156 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.727863+0000 mon.b (mon.2) 1157 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.730655+0000 mon.b (mon.2) 1158 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.731841+0000 mon.b (mon.2) 1159 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.738676+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.818667+0000 mon.b (mon.2) 1160 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.821435+0000 mon.b (mon.2) 1161 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.823021+0000 mon.b (mon.2) 1162 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.826114+0000 mon.b (mon.2) 1163 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.827217+0000 mon.b (mon.2) 1164 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.834390+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.918896+0000 mon.b (mon.2) 1165 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.921952+0000 mon.b (mon.2) 1166 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.923349+0000 mon.b (mon.2) 1167 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.925812+0000 mon.b (mon.2) 1168 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.579 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.926710+0000 mon.b (mon.2) 1169 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.638666+0000 mon.b (mon.2) 1154 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.645691+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.723703+0000 mon.b (mon.2) 1155 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.726187+0000 mon.b (mon.2) 1156 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.727863+0000 mon.b (mon.2) 1157 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.730655+0000 mon.b (mon.2) 1158 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.731841+0000 mon.b (mon.2) 1159 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.738676+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.580 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.818667+0000 mon.b (mon.2) 1160 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.821435+0000 mon.b (mon.2) 1161 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.823021+0000 mon.b (mon.2) 1162 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.826114+0000 mon.b (mon.2) 1163 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.827217+0000 mon.b (mon.2) 1164 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.834390+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.918896+0000 mon.b (mon.2) 1165 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.921952+0000 mon.b (mon.2) 1166 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.923349+0000 mon.b (mon.2) 1167 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.925812+0000 mon.b (mon.2) 1168 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.581 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.926710+0000 mon.b (mon.2) 1169 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.581 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.933220+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.968674+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.978364+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:24.986898+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.014324+0000 mon.b (mon.2) 1170 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.016785+0000 mon.b (mon.2) 1171 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.019773+0000 mon.b (mon.2) 1172 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.027672+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.032858+0000 mon.b (mon.2) 1173 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.034812+0000 mon.b (mon.2) 1174 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.036700+0000 mon.b (mon.2) 1175 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.038589+0000 mon.b (mon.2) 1176 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.040507+0000 mon.b (mon.2) 1177 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.042356+0000 mon.b (mon.2) 1178 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.582 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.045600+0000 mon.b (mon.2) 1179 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:28:25.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.047161+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:28:25.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.052378+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-20T23:28:25.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.056795+0000 mon.b (mon.2) 1180 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.058448+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.583 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.066074+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-20T23:28:25.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.933220+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.968674+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.978364+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:24.986898+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.014324+0000 mon.b (mon.2) 1170 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.583 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.016785+0000 mon.b (mon.2) 1171 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.019773+0000 mon.b (mon.2) 1172 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.027672+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.032858+0000 mon.b (mon.2) 1173 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.034812+0000 mon.b (mon.2) 1174 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.036700+0000 mon.b (mon.2) 1175 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.038589+0000 mon.b (mon.2) 1176 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.040507+0000 mon.b (mon.2) 1177 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.042356+0000 mon.b (mon.2) 1178 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.045600+0000 mon.b (mon.2) 1179 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.047161+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.052378+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.056795+0000 mon.b (mon.2) 1180 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.058448+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.584 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.066074+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-20T23:28:25.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.068534+0000 mon.b (mon.2) 1181 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:28:25.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.070405+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:28:25.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.077578+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-20T23:28:25.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.080162+0000 mon.b (mon.2) 1182 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:28:25.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.081801+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:28:25.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.082152+0000 mon.b (mon.2) 1183 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:28:25.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.083761+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:28:25.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.084231+0000 mon.b (mon.2) 1184 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:28:25.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.085832+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:28:25.585 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.086136+0000 mon.b (mon.2) 1185 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:28:25.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.087730+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:28:25.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.088134+0000 mon.b (mon.2) 1186 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.089673+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.089962+0000 mon.b (mon.2) 1187 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:28:25.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.091551+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:28:25.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.091874+0000 mon.b (mon.2) 1188 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:28:25.586 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.093482+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:28:25.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.068534+0000 mon.b (mon.2) 1181 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:28:25.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.070405+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:28:25.586 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.077578+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.080162+0000 mon.b (mon.2) 1182 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.081801+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.082152+0000 mon.b (mon.2) 1183 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.083761+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.084231+0000 mon.b (mon.2) 1184 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.085832+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.086136+0000 mon.b (mon.2) 1185 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.087730+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.088134+0000 mon.b (mon.2) 1186 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.089673+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.089962+0000 mon.b (mon.2) 1187 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.091551+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.091874+0000 mon.b (mon.2) 1188 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:28:25.587 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.093482+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:28:25.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.093807+0000 mon.b (mon.2) 1189 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:28:25.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.095388+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:28:25.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.095795+0000 mon.b (mon.2) 1190 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:28:25.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.097412+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:28:25.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.104271+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-20T23:28:25.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.107433+0000 mon.b (mon.2) 1191 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.109239+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.109995+0000 mon.b (mon.2) 1192 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.588 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.111772+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.112351+0000 mon.b (mon.2) 1193 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.114157+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.114665+0000 mon.b (mon.2) 1194 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.116495+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.117250+0000 mon.b (mon.2) 1195 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.118899+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.119332+0000 mon.b (mon.2) 1196 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.120960+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.121912+0000 mon.b (mon.2) 1197 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.123584+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.130737+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.131186+0000 mon.b (mon.2) 1198 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.134428+0000 mon.b (mon.2) 1199 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.589 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.135581+0000 mon.b (mon.2) 1200 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.144094+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.226743+0000 mon.b (mon.2) 1201 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.230171+0000 mon.b (mon.2) 1202 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.231294+0000 mon.b (mon.2) 1203 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.240660+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.590 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[94658]: audit 2024-09-20T23:28:25.296042+0000 mon.a (mon.0) 527 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/211205628,v1:172.21.15.83:6803/211205628]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-20T23:28:25.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.093807+0000 mon.b (mon.2) 1189 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:28:25.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.095388+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:28:25.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.095795+0000 mon.b (mon.2) 1190 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:28:25.590 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.097412+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.104271+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.107433+0000 mon.b (mon.2) 1191 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.109239+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.109995+0000 mon.b (mon.2) 1192 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.111772+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.112351+0000 mon.b (mon.2) 1193 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.114157+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.114665+0000 mon.b (mon.2) 1194 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.116495+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.117250+0000 mon.b (mon.2) 1195 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.118899+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.119332+0000 mon.b (mon.2) 1196 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.120960+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.591 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.121912+0000 mon.b (mon.2) 1197 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:28:25.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.123584+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:28:25.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.130737+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-20T23:28:25.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.131186+0000 mon.b (mon.2) 1198 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.134428+0000 mon.b (mon.2) 1199 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.135581+0000 mon.b (mon.2) 1200 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.144094+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.226743+0000 mon.b (mon.2) 1201 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.230171+0000 mon.b (mon.2) 1202 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.231294+0000 mon.b (mon.2) 1203 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.240660+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.592 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:25 smithi083 bash[96923]: audit 2024-09-20T23:28:25.296042+0000 mon.a (mon.0) 527 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/211205628,v1:172.21.15.83:6803/211205628]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-20T23:28:25.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: cephadm 2024-09-20T23:28:23.629062+0000 mgr.y (mgr.25567) 394 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: cephadm 2024-09-20T23:28:23.751099+0000 mgr.y (mgr.25567) 395 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: cephadm 2024-09-20T23:28:23.871557+0000 mgr.y (mgr.25567) 396 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: cephadm 2024-09-20T23:28:23.984718+0000 mgr.y (mgr.25567) 397 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: cephadm 2024-09-20T23:28:24.077017+0000 mgr.y (mgr.25567) 398 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: cephadm 2024-09-20T23:28:24.169910+0000 mgr.y (mgr.25567) 399 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: cephadm 2024-09-20T23:28:24.261313+0000 mgr.y (mgr.25567) 400 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: cephadm 2024-09-20T23:28:24.361215+0000 mgr.y (mgr.25567) 401 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: cluster 2024-09-20T23:28:24.411455+0000 mgr.y (mgr.25567) 402 : cluster [DBG] pgmap v97: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:25.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: cephadm 2024-09-20T23:28:24.460776+0000 mgr.y (mgr.25567) 403 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:25.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.535944+0000 mon.b (mon.2) 1145 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.538434+0000 mon.b (mon.2) 1146 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.540138+0000 mon.b (mon.2) 1147 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.542702+0000 mon.b (mon.2) 1148 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.543814+0000 mon.b (mon.2) 1149 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.550633+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.630608+0000 mon.b (mon.2) 1150 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.633220+0000 mon.b (mon.2) 1151 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.634782+0000 mon.b (mon.2) 1152 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.825 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.637546+0000 mon.b (mon.2) 1153 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.638666+0000 mon.b (mon.2) 1154 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.826 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.645691+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.723703+0000 mon.b (mon.2) 1155 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.726187+0000 mon.b (mon.2) 1156 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.727863+0000 mon.b (mon.2) 1157 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.730655+0000 mon.b (mon.2) 1158 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.731841+0000 mon.b (mon.2) 1159 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.738676+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.818667+0000 mon.b (mon.2) 1160 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.821435+0000 mon.b (mon.2) 1161 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.823021+0000 mon.b (mon.2) 1162 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.826114+0000 mon.b (mon.2) 1163 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.827217+0000 mon.b (mon.2) 1164 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.834390+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.918896+0000 mon.b (mon.2) 1165 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.921952+0000 mon.b (mon.2) 1166 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.923349+0000 mon.b (mon.2) 1167 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.925812+0000 mon.b (mon.2) 1168 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.926710+0000 mon.b (mon.2) 1169 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.933220+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.968674+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.978364+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:24.986898+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.014324+0000 mon.b (mon.2) 1170 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.016785+0000 mon.b (mon.2) 1171 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.019773+0000 mon.b (mon.2) 1172 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.027672+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.032858+0000 mon.b (mon.2) 1173 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.034812+0000 mon.b (mon.2) 1174 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.828 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.036700+0000 mon.b (mon.2) 1175 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.038589+0000 mon.b (mon.2) 1176 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.040507+0000 mon.b (mon.2) 1177 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.042356+0000 mon.b (mon.2) 1178 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:25.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.045600+0000 mon.b (mon.2) 1179 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:28:25.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.047161+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-20T23:28:25.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.052378+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-20T23:28:25.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.056795+0000 mon.b (mon.2) 1180 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.058448+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.066074+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-20T23:28:25.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.068534+0000 mon.b (mon.2) 1181 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:28:25.829 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.070405+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-20T23:28:25.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.077578+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-20T23:28:25.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.080162+0000 mon.b (mon.2) 1182 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:28:25.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.081801+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-20T23:28:25.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.082152+0000 mon.b (mon.2) 1183 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:28:25.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.083761+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-20T23:28:25.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.084231+0000 mon.b (mon.2) 1184 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:28:25.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.085832+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-20T23:28:25.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.086136+0000 mon.b (mon.2) 1185 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:28:25.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.087730+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-20T23:28:25.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.088134+0000 mon.b (mon.2) 1186 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.089673+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.089962+0000 mon.b (mon.2) 1187 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.091551+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.091874+0000 mon.b (mon.2) 1188 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.093482+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.093807+0000 mon.b (mon.2) 1189 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.095388+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.095795+0000 mon.b (mon.2) 1190 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.097412+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.104271+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.107433+0000 mon.b (mon.2) 1191 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.109239+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.109995+0000 mon.b (mon.2) 1192 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.111772+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.112351+0000 mon.b (mon.2) 1193 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.831 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.114157+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.114665+0000 mon.b (mon.2) 1194 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.116495+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.117250+0000 mon.b (mon.2) 1195 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.118899+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.119332+0000 mon.b (mon.2) 1196 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.120960+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-20T23:28:25.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.121912+0000 mon.b (mon.2) 1197 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:28:25.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.123584+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-20T23:28:25.832 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.130737+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.25567 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-20T23:28:25.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.131186+0000 mon.b (mon.2) 1198 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.134428+0000 mon.b (mon.2) 1199 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.135581+0000 mon.b (mon.2) 1200 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.144094+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.226743+0000 mon.b (mon.2) 1201 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-20T23:28:25.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.230171+0000 mon.b (mon.2) 1202 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-20T23:28:25.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.231294+0000 mon.b (mon.2) 1203 : audit [INF] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-20T23:28:25.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.240660+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:25.833 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:25 smithi142 bash[74331]: audit 2024-09-20T23:28:25.296042+0000 mon.a (mon.0) 527 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/211205628,v1:172.21.15.83:6803/211205628]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-20T23:28:26.574 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[105310]: debug 2024-09-20T23:28:26.260+0000 7f00061ae640 -1 osd.0 119 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-20T23:28:26.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[94658]: cephadm 2024-09-20T23:28:24.554766+0000 mgr.y (mgr.25567) 404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[94658]: cephadm 2024-09-20T23:28:24.648997+0000 mgr.y (mgr.25567) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[94658]: cephadm 2024-09-20T23:28:24.742090+0000 mgr.y (mgr.25567) 406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[94658]: cephadm 2024-09-20T23:28:24.837953+0000 mgr.y (mgr.25567) 407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[94658]: cephadm 2024-09-20T23:28:24.936620+0000 mgr.y (mgr.25567) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[94658]: cephadm 2024-09-20T23:28:25.021845+0000 mgr.y (mgr.25567) 409 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-09-20T23:28:26.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[94658]: cephadm 2024-09-20T23:28:25.044485+0000 mgr.y (mgr.25567) 410 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-20T23:28:26.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[94658]: cephadm 2024-09-20T23:28:25.122289+0000 mgr.y (mgr.25567) 411 : cephadm [INF] Upgrade: Complete! 2024-09-20T23:28:26.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[94658]: audit 2024-09-20T23:28:25.539161+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:26.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[94658]: audit 2024-09-20T23:28:26.239310+0000 mon.a (mon.0) 529 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/211205628,v1:172.21.15.83:6803/211205628]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T23:28:26.576 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[94658]: cluster 2024-09-20T23:28:26.242692+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-09-20T23:28:26.577 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[94658]: audit 2024-09-20T23:28:26.243072+0000 mon.a (mon.0) 531 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/211205628,v1:172.21.15.83:6803/211205628]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T23:28:26.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[96923]: cephadm 2024-09-20T23:28:24.554766+0000 mgr.y (mgr.25567) 404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[96923]: cephadm 2024-09-20T23:28:24.648997+0000 mgr.y (mgr.25567) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[96923]: cephadm 2024-09-20T23:28:24.742090+0000 mgr.y (mgr.25567) 406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.577 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[96923]: cephadm 2024-09-20T23:28:24.837953+0000 mgr.y (mgr.25567) 407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[96923]: cephadm 2024-09-20T23:28:24.936620+0000 mgr.y (mgr.25567) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[96923]: cephadm 2024-09-20T23:28:25.021845+0000 mgr.y (mgr.25567) 409 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-09-20T23:28:26.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[96923]: cephadm 2024-09-20T23:28:25.044485+0000 mgr.y (mgr.25567) 410 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-20T23:28:26.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[96923]: cephadm 2024-09-20T23:28:25.122289+0000 mgr.y (mgr.25567) 411 : cephadm [INF] Upgrade: Complete! 2024-09-20T23:28:26.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[96923]: audit 2024-09-20T23:28:25.539161+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:26.578 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[96923]: audit 2024-09-20T23:28:26.239310+0000 mon.a (mon.0) 529 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/211205628,v1:172.21.15.83:6803/211205628]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T23:28:26.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[96923]: cluster 2024-09-20T23:28:26.242692+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-09-20T23:28:26.579 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:26 smithi083 bash[96923]: audit 2024-09-20T23:28:26.243072+0000 mon.a (mon.0) 531 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/211205628,v1:172.21.15.83:6803/211205628]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T23:28:26.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:26 smithi142 bash[74331]: cephadm 2024-09-20T23:28:24.554766+0000 mgr.y (mgr.25567) 404 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:26 smithi142 bash[74331]: cephadm 2024-09-20T23:28:24.648997+0000 mgr.y (mgr.25567) 405 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:26 smithi142 bash[74331]: cephadm 2024-09-20T23:28:24.742090+0000 mgr.y (mgr.25567) 406 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:26 smithi142 bash[74331]: cephadm 2024-09-20T23:28:24.837953+0000 mgr.y (mgr.25567) 407 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:26 smithi142 bash[74331]: cephadm 2024-09-20T23:28:24.936620+0000 mgr.y (mgr.25567) 408 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-20T23:28:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:26 smithi142 bash[74331]: cephadm 2024-09-20T23:28:25.021845+0000 mgr.y (mgr.25567) 409 : cephadm [INF] Upgrade: Setting container_image for all nvmeof 2024-09-20T23:28:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:26 smithi142 bash[74331]: cephadm 2024-09-20T23:28:25.044485+0000 mgr.y (mgr.25567) 410 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-20T23:28:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:26 smithi142 bash[74331]: cephadm 2024-09-20T23:28:25.122289+0000 mgr.y (mgr.25567) 411 : cephadm [INF] Upgrade: Complete! 2024-09-20T23:28:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:26 smithi142 bash[74331]: audit 2024-09-20T23:28:25.539161+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:26 smithi142 bash[74331]: audit 2024-09-20T23:28:26.239310+0000 mon.a (mon.0) 529 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/211205628,v1:172.21.15.83:6803/211205628]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-20T23:28:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:26 smithi142 bash[74331]: cluster 2024-09-20T23:28:26.242692+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e122: 8 total, 7 up, 8 in 2024-09-20T23:28:26.824 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:26 smithi142 bash[74331]: audit 2024-09-20T23:28:26.243072+0000 mon.a (mon.0) 531 : audit [INF] from='osd.0 [v2:172.21.15.83:6802/211205628,v1:172.21.15.83:6803/211205628]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi083", "root=default"]}]: dispatch 2024-09-20T23:28:27.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:27 smithi083 bash[94658]: cluster 2024-09-20T23:28:26.413518+0000 mgr.y (mgr.25567) 412 : cluster [DBG] pgmap v99: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:27.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:27 smithi083 bash[94658]: cluster 2024-09-20T23:28:27.240241+0000 mon.a (mon.0) 532 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-20T23:28:27.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:27 smithi083 bash[94658]: audit 2024-09-20T23:28:27.249806+0000 mon.b (mon.2) 1204 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:28:27.826 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:27 smithi083 bash[94658]: cluster 2024-09-20T23:28:27.258923+0000 mon.a (mon.0) 533 : cluster [INF] osd.0 [v2:172.21.15.83:6802/211205628,v1:172.21.15.83:6803/211205628] boot 2024-09-20T23:28:27.827 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:27 smithi083 bash[94658]: cluster 2024-09-20T23:28:27.264886+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-09-20T23:28:27.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:27 smithi142 bash[74331]: cluster 2024-09-20T23:28:26.413518+0000 mgr.y (mgr.25567) 412 : cluster [DBG] pgmap v99: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:27.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:27 smithi142 bash[74331]: cluster 2024-09-20T23:28:27.240241+0000 mon.a (mon.0) 532 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-20T23:28:27.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:27 smithi142 bash[74331]: audit 2024-09-20T23:28:27.249806+0000 mon.b (mon.2) 1204 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:28:27.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:27 smithi142 bash[74331]: cluster 2024-09-20T23:28:27.258923+0000 mon.a (mon.0) 533 : cluster [INF] osd.0 [v2:172.21.15.83:6802/211205628,v1:172.21.15.83:6803/211205628] boot 2024-09-20T23:28:27.827 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:27 smithi142 bash[74331]: cluster 2024-09-20T23:28:27.264886+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-09-20T23:28:27.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:27 smithi083 bash[96923]: cluster 2024-09-20T23:28:26.413518+0000 mgr.y (mgr.25567) 412 : cluster [DBG] pgmap v99: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:27.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:27 smithi083 bash[96923]: cluster 2024-09-20T23:28:27.240241+0000 mon.a (mon.0) 532 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-20T23:28:27.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:27 smithi083 bash[96923]: audit 2024-09-20T23:28:27.249806+0000 mon.b (mon.2) 1204 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-20T23:28:27.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:27 smithi083 bash[96923]: cluster 2024-09-20T23:28:27.258923+0000 mon.a (mon.0) 533 : cluster [INF] osd.0 [v2:172.21.15.83:6802/211205628,v1:172.21.15.83:6803/211205628] boot 2024-09-20T23:28:27.827 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:27 smithi083 bash[96923]: cluster 2024-09-20T23:28:27.264886+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e123: 8 total, 8 up, 8 in 2024-09-20T23:28:29.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:28 smithi142 bash[74331]: audit 2024-09-20T23:28:27.686517+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:29.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:28 smithi142 bash[74331]: audit 2024-09-20T23:28:27.696259+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:29.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:28 smithi142 bash[74331]: audit 2024-09-20T23:28:27.704821+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:29.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:28 smithi142 bash[74331]: cluster 2024-09-20T23:28:28.248105+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-09-20T23:28:29.073 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:28 smithi142 bash[74331]: cluster 2024-09-20T23:28:28.414235+0000 mgr.y (mgr.25567) 413 : cluster [DBG] pgmap v102: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:29.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:28 smithi083 bash[96923]: audit 2024-09-20T23:28:27.686517+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:29.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:28 smithi083 bash[96923]: audit 2024-09-20T23:28:27.696259+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:29.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:28 smithi083 bash[96923]: audit 2024-09-20T23:28:27.704821+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:29.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:28 smithi083 bash[96923]: cluster 2024-09-20T23:28:28.248105+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-09-20T23:28:29.074 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:28 smithi083 bash[96923]: cluster 2024-09-20T23:28:28.414235+0000 mgr.y (mgr.25567) 413 : cluster [DBG] pgmap v102: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:29.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:28 smithi083 bash[94658]: audit 2024-09-20T23:28:27.686517+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:29.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:28 smithi083 bash[94658]: audit 2024-09-20T23:28:27.696259+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:29.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:28 smithi083 bash[94658]: audit 2024-09-20T23:28:27.704821+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:29.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:28 smithi083 bash[94658]: cluster 2024-09-20T23:28:28.248105+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e124: 8 total, 8 up, 8 in 2024-09-20T23:28:29.075 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:28 smithi083 bash[94658]: cluster 2024-09-20T23:28:28.414235+0000 mgr.y (mgr.25567) 413 : cluster [DBG] pgmap v102: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:31.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:31 smithi083 bash[96923]: cluster 2024-09-20T23:28:30.414719+0000 mgr.y (mgr.25567) 414 : cluster [DBG] pgmap v103: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:31.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:31 smithi083 bash[96923]: audit 2024-09-20T23:28:30.430692+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:31.727 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:31 smithi083 bash[96923]: audit 2024-09-20T23:28:30.433739+0000 mon.b (mon.2) 1205 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:28:31.727 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:31 smithi083 bash[94658]: cluster 2024-09-20T23:28:30.414719+0000 mgr.y (mgr.25567) 414 : cluster [DBG] pgmap v103: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:31.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:31 smithi083 bash[94658]: audit 2024-09-20T23:28:30.430692+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:31.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:31 smithi083 bash[94658]: audit 2024-09-20T23:28:30.433739+0000 mon.b (mon.2) 1205 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:28:31.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:31 smithi142 bash[74331]: cluster 2024-09-20T23:28:30.414719+0000 mgr.y (mgr.25567) 414 : cluster [DBG] pgmap v103: 161 pgs: 36 active+undersized, 22 active+undersized+degraded, 103 active+clean; 585 KiB data, 117 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 68/630 objects degraded (10.794%) 2024-09-20T23:28:31.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:31 smithi142 bash[74331]: audit 2024-09-20T23:28:30.430692+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:31.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:31 smithi142 bash[74331]: audit 2024-09-20T23:28:30.433739+0000 mon.b (mon.2) 1205 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:28:32.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:28:31 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:28:31] "GET /metrics HTTP/1.1" 200 38037 "" "Prometheus/2.43.0" 2024-09-20T23:28:32.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:32 smithi142 bash[74331]: audit 2024-09-20T23:28:31.478826+0000 mgr.y (mgr.25567) 415 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:32.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:32 smithi083 bash[94658]: audit 2024-09-20T23:28:31.478826+0000 mgr.y (mgr.25567) 415 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:32.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:32 smithi083 bash[96923]: audit 2024-09-20T23:28:31.478826+0000 mgr.y (mgr.25567) 415 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:33.676 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:33 smithi083 bash[94658]: cluster 2024-09-20T23:28:32.415528+0000 mgr.y (mgr.25567) 416 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-09-20T23:28:33.676 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:33 smithi083 bash[94658]: cluster 2024-09-20T23:28:32.430623+0000 mon.a (mon.0) 540 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/630 objects degraded (10.794%), 22 pgs degraded) 2024-09-20T23:28:33.676 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:33 smithi083 bash[94658]: cluster 2024-09-20T23:28:32.430666+0000 mon.a (mon.0) 541 : cluster [INF] Cluster is now healthy 2024-09-20T23:28:33.676 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:33 smithi083 bash[96923]: cluster 2024-09-20T23:28:32.415528+0000 mgr.y (mgr.25567) 416 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-09-20T23:28:33.677 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:33 smithi083 bash[96923]: cluster 2024-09-20T23:28:32.430623+0000 mon.a (mon.0) 540 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/630 objects degraded (10.794%), 22 pgs degraded) 2024-09-20T23:28:33.677 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:33 smithi083 bash[96923]: cluster 2024-09-20T23:28:32.430666+0000 mon.a (mon.0) 541 : cluster [INF] Cluster is now healthy 2024-09-20T23:28:33.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:33 smithi142 bash[74331]: cluster 2024-09-20T23:28:32.415528+0000 mgr.y (mgr.25567) 416 : cluster [DBG] pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-09-20T23:28:33.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:33 smithi142 bash[74331]: cluster 2024-09-20T23:28:32.430623+0000 mon.a (mon.0) 540 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 68/630 objects degraded (10.794%), 22 pgs degraded) 2024-09-20T23:28:33.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:33 smithi142 bash[74331]: cluster 2024-09-20T23:28:32.430666+0000 mon.a (mon.0) 541 : cluster [INF] Cluster is now healthy 2024-09-20T23:28:35.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:35 smithi142 bash[74331]: cluster 2024-09-20T23:28:34.416027+0000 mgr.y (mgr.25567) 417 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-20T23:28:35.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:35 smithi142 bash[74331]: audit 2024-09-20T23:28:35.074078+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:35.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:35 smithi142 bash[74331]: audit 2024-09-20T23:28:35.089326+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:35.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:35 smithi142 bash[74331]: audit 2024-09-20T23:28:35.102163+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:35.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:35 smithi083 bash[96923]: cluster 2024-09-20T23:28:34.416027+0000 mgr.y (mgr.25567) 417 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-20T23:28:35.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:35 smithi083 bash[96923]: audit 2024-09-20T23:28:35.074078+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:35.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:35 smithi083 bash[96923]: audit 2024-09-20T23:28:35.089326+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:35.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:35 smithi083 bash[96923]: audit 2024-09-20T23:28:35.102163+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:35.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:35 smithi083 bash[94658]: cluster 2024-09-20T23:28:34.416027+0000 mgr.y (mgr.25567) 417 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-20T23:28:35.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:35 smithi083 bash[94658]: audit 2024-09-20T23:28:35.074078+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:35.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:35 smithi083 bash[94658]: audit 2024-09-20T23:28:35.089326+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:35.825 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:35 smithi083 bash[94658]: audit 2024-09-20T23:28:35.102163+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:37.743 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:37 smithi142 bash[74331]: cluster 2024-09-20T23:28:36.417557+0000 mgr.y (mgr.25567) 418 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-20T23:28:37.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:37 smithi083 bash[94658]: cluster 2024-09-20T23:28:36.417557+0000 mgr.y (mgr.25567) 418 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-20T23:28:37.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:37 smithi083 bash[96923]: cluster 2024-09-20T23:28:36.417557+0000 mgr.y (mgr.25567) 418 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-20T23:28:39.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:39 smithi142 bash[74331]: cluster 2024-09-20T23:28:38.418250+0000 mgr.y (mgr.25567) 419 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-09-20T23:28:39.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:39 smithi083 bash[94658]: cluster 2024-09-20T23:28:38.418250+0000 mgr.y (mgr.25567) 419 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-09-20T23:28:39.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:39 smithi083 bash[96923]: cluster 2024-09-20T23:28:38.418250+0000 mgr.y (mgr.25567) 419 : cluster [DBG] pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1006 B/s rd, 0 op/s 2024-09-20T23:28:41.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:41 smithi083 bash[94658]: cluster 2024-09-20T23:28:40.418935+0000 mgr.y (mgr.25567) 420 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:41.728 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:41 smithi083 bash[94658]: audit 2024-09-20T23:28:40.553243+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:41.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:41 smithi083 bash[96923]: cluster 2024-09-20T23:28:40.418935+0000 mgr.y (mgr.25567) 420 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:41.728 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:41 smithi083 bash[96923]: audit 2024-09-20T23:28:40.553243+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:41.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:41 smithi142 bash[74331]: cluster 2024-09-20T23:28:40.418935+0000 mgr.y (mgr.25567) 420 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:41.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:41 smithi142 bash[74331]: audit 2024-09-20T23:28:40.553243+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:42.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:28:41 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:28:41] "GET /metrics HTTP/1.1" 200 38037 "" "Prometheus/2.43.0" 2024-09-20T23:28:42.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:42 smithi142 bash[74331]: audit 2024-09-20T23:28:41.480366+0000 mgr.y (mgr.25567) 421 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:42.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:42 smithi083 bash[94658]: audit 2024-09-20T23:28:41.480366+0000 mgr.y (mgr.25567) 421 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:42.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:42 smithi083 bash[96923]: audit 2024-09-20T23:28:41.480366+0000 mgr.y (mgr.25567) 421 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:43.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:43 smithi142 bash[74331]: cluster 2024-09-20T23:28:42.420577+0000 mgr.y (mgr.25567) 422 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:28:43.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:43 smithi083 bash[94658]: cluster 2024-09-20T23:28:42.420577+0000 mgr.y (mgr.25567) 422 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:28:43.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:43 smithi083 bash[96923]: cluster 2024-09-20T23:28:42.420577+0000 mgr.y (mgr.25567) 422 : cluster [DBG] pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:28:45.575 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch ps' 2024-09-20T23:28:45.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:45 smithi142 bash[74331]: cluster 2024-09-20T23:28:44.421231+0000 mgr.y (mgr.25567) 423 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:45.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:45 smithi142 bash[74331]: audit 2024-09-20T23:28:45.434951+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:45.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:45 smithi142 bash[74331]: audit 2024-09-20T23:28:45.437038+0000 mon.b (mon.2) 1206 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:28:45.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:45 smithi083 bash[94658]: cluster 2024-09-20T23:28:44.421231+0000 mgr.y (mgr.25567) 423 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:45.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:45 smithi083 bash[94658]: audit 2024-09-20T23:28:45.434951+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:45.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:45 smithi083 bash[94658]: audit 2024-09-20T23:28:45.437038+0000 mon.b (mon.2) 1206 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:28:45.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:45 smithi083 bash[96923]: cluster 2024-09-20T23:28:44.421231+0000 mgr.y (mgr.25567) 423 : cluster [DBG] pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:45.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:45 smithi083 bash[96923]: audit 2024-09-20T23:28:45.434951+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:45.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:45 smithi083 bash[96923]: audit 2024-09-20T23:28:45.437038+0000 mon.b (mon.2) 1206 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:28:46.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:46 smithi142 bash[74331]: audit 2024-09-20T23:28:44.860189+0000 mgr.y (mgr.25567) 424 : audit [DBG] from='client.54253 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:46.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:46 smithi083 bash[94658]: audit 2024-09-20T23:28:44.860189+0000 mgr.y (mgr.25567) 424 : audit [DBG] from='client.54253 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:46.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:46 smithi083 bash[96923]: audit 2024-09-20T23:28:44.860189+0000 mgr.y (mgr.25567) 424 : audit [DBG] from='client.54253 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:47.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:47 smithi142 bash[74331]: cluster 2024-09-20T23:28:46.422803+0000 mgr.y (mgr.25567) 425 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:28:47.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:47 smithi083 bash[94658]: cluster 2024-09-20T23:28:46.422803+0000 mgr.y (mgr.25567) 425 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:28:47.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:47 smithi083 bash[96923]: cluster 2024-09-20T23:28:46.422803+0000 mgr.y (mgr.25567) 425 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:28:49.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:48 smithi083 bash[94658]: audit 2024-09-20T23:28:47.900739+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:49.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:48 smithi083 bash[94658]: audit 2024-09-20T23:28:47.911423+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:49.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:48 smithi083 bash[94658]: audit 2024-09-20T23:28:47.922593+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:49.074 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:48 smithi083 bash[94658]: cluster 2024-09-20T23:28:48.423238+0000 mgr.y (mgr.25567) 426 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:49.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:48 smithi083 bash[96923]: audit 2024-09-20T23:28:47.900739+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:49.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:48 smithi083 bash[96923]: audit 2024-09-20T23:28:47.911423+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:49.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:48 smithi083 bash[96923]: audit 2024-09-20T23:28:47.922593+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:49.075 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:48 smithi083 bash[96923]: cluster 2024-09-20T23:28:48.423238+0000 mgr.y (mgr.25567) 426 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:49.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:48 smithi142 bash[74331]: audit 2024-09-20T23:28:47.900739+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:49.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:48 smithi142 bash[74331]: audit 2024-09-20T23:28:47.911423+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:49.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:48 smithi142 bash[74331]: audit 2024-09-20T23:28:47.922593+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:49.323 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:48 smithi142 bash[74331]: cluster 2024-09-20T23:28:48.423238+0000 mgr.y (mgr.25567) 426 : cluster [DBG] pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:50.257 INFO:teuthology.orchestra.run.smithi083.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-20T23:28:50.257 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi083 smithi083 running 2s ago 38m - - 2024-09-20T23:28:50.257 INFO:teuthology.orchestra.run.smithi083.stdout:agent.smithi142 smithi142 running 15s ago 37m - - 2024-09-20T23:28:50.257 INFO:teuthology.orchestra.run.smithi083.stdout:alertmanager.a smithi083 *:9093,9094 running (20m) 2s ago 30m 14.5M - 0.25.0 c8568f914cd2 a2997471ca5a 2024-09-20T23:28:50.258 INFO:teuthology.orchestra.run.smithi083.stdout:grafana.a smithi142 *:3000 running (5m) 15s ago 30m 73.7M - 9.4.12 2bacad6d85d8 0e41a43feae1 2024-09-20T23:28:50.258 INFO:teuthology.orchestra.run.smithi083.stdout:iscsi.foo.smithi083.kcbpup smithi083 running (6m) 2s ago 28m 44.6M - 3.5 e1d6a67b021e 0cd44e702c29 2024-09-20T23:28:50.258 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.x smithi142 *:8443,9283,8765 running (3m) 15s ago 37m 425M - 19.1.1-367-g9e2ac70b cc9251b744a3 62ae6d80cf11 2024-09-20T23:28:50.258 INFO:teuthology.orchestra.run.smithi083.stdout:mgr.y smithi083 *:8443,9283,8765 running (17m) 2s ago 39m 500M - 19.1.1-367-g9e2ac70b cc9251b744a3 dfca0a8a12cb 2024-09-20T23:28:50.258 INFO:teuthology.orchestra.run.smithi083.stdout:mon.a smithi083 running (3m) 2s ago 39m 50.6M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 9d28421cf848 2024-09-20T23:28:50.258 INFO:teuthology.orchestra.run.smithi083.stdout:mon.b smithi142 running (4m) 15s ago 37m 46.8M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 a8389ef65d4a 2024-09-20T23:28:50.258 INFO:teuthology.orchestra.run.smithi083.stdout:mon.c smithi083 running (2m) 2s ago 37m 37.7M 2048M 19.1.1-367-g9e2ac70b cc9251b744a3 dae7cd27f6fd 2024-09-20T23:28:50.259 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.a smithi083 *:9100 running (21m) 2s ago 31m 8620k - 1.5.0 0da6a335fe13 efaebc40e1f5 2024-09-20T23:28:50.259 INFO:teuthology.orchestra.run.smithi083.stdout:node-exporter.b smithi142 *:9100 running (20m) 15s ago 31m 8712k - 1.5.0 0da6a335fe13 582aad6667b6 2024-09-20T23:28:50.259 INFO:teuthology.orchestra.run.smithi083.stdout:osd.0 smithi083 running (32s) 2s ago 36m 42.1M 4096M 19.1.1-367-g9e2ac70b cc9251b744a3 c0efea112b01 2024-09-20T23:28:50.259 INFO:teuthology.orchestra.run.smithi083.stdout:osd.1 smithi083 running (35m) 2s ago 36m 61.7M 4096M 17.2.0 e1d6a67b021e 0aeb4ba8debd 2024-09-20T23:28:50.259 INFO:teuthology.orchestra.run.smithi083.stdout:osd.2 smithi083 running (35m) 2s ago 35m 54.3M 4096M 17.2.0 e1d6a67b021e 2b9c05bcd134 2024-09-20T23:28:50.259 INFO:teuthology.orchestra.run.smithi083.stdout:osd.3 smithi083 running (34m) 2s ago 34m 59.8M 4096M 17.2.0 e1d6a67b021e 8146748f6a98 2024-09-20T23:28:50.259 INFO:teuthology.orchestra.run.smithi083.stdout:osd.4 smithi142 running (34m) 15s ago 34m 62.2M 4096M 17.2.0 e1d6a67b021e 36f9988eb4c7 2024-09-20T23:28:50.259 INFO:teuthology.orchestra.run.smithi083.stdout:osd.5 smithi142 running (33m) 15s ago 33m 57.8M 4096M 17.2.0 e1d6a67b021e f38ec0519377 2024-09-20T23:28:50.260 INFO:teuthology.orchestra.run.smithi083.stdout:osd.6 smithi142 running (32m) 15s ago 32m 56.4M 4096M 17.2.0 e1d6a67b021e 90422ef53a7b 2024-09-20T23:28:50.260 INFO:teuthology.orchestra.run.smithi083.stdout:osd.7 smithi142 running (32m) 15s ago 32m 60.9M 4096M 17.2.0 e1d6a67b021e 681985b6aef3 2024-09-20T23:28:50.260 INFO:teuthology.orchestra.run.smithi083.stdout:prometheus.a smithi142 *:9095 running (6m) 15s ago 31m 59.7M - 2.43.0 a07b618ecd1d c2f1748fdf3a 2024-09-20T23:28:50.260 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi083.bmphor smithi083 *:8000 running (28m) 2s ago 28m 90.2M - 17.2.0 e1d6a67b021e b2d1590e2f41 2024-09-20T23:28:50.260 INFO:teuthology.orchestra.run.smithi083.stdout:rgw.foo.smithi142.qztnvt smithi142 *:8000 running (28m) 15s ago 28m 92.8M - 17.2.0 e1d6a67b021e 9a61da01f271 2024-09-20T23:28:51.237 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-20T23:28:51.488 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:51 smithi083 bash[96923]: audit 2024-09-20T23:28:50.221269+0000 mgr.y (mgr.25567) 427 : audit [DBG] from='client.44328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:51.488 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:51 smithi083 bash[96923]: cluster 2024-09-20T23:28:50.423870+0000 mgr.y (mgr.25567) 428 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:51.488 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:51 smithi083 bash[94658]: audit 2024-09-20T23:28:50.221269+0000 mgr.y (mgr.25567) 427 : audit [DBG] from='client.44328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:51.489 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:51 smithi083 bash[94658]: cluster 2024-09-20T23:28:50.423870+0000 mgr.y (mgr.25567) 428 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:51.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:51 smithi142 bash[74331]: audit 2024-09-20T23:28:50.221269+0000 mgr.y (mgr.25567) 427 : audit [DBG] from='client.44328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:28:51.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:51 smithi142 bash[74331]: cluster 2024-09-20T23:28:50.423870+0000 mgr.y (mgr.25567) 428 : cluster [DBG] pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:52.075 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:28:51 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:28:51] "GET /metrics HTTP/1.1" 200 38246 "" "Prometheus/2.43.0" 2024-09-20T23:28:52.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:52 smithi142 bash[74331]: audit 2024-09-20T23:28:51.488894+0000 mgr.y (mgr.25567) 429 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:52.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:52 smithi083 bash[94658]: audit 2024-09-20T23:28:51.488894+0000 mgr.y (mgr.25567) 429 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:52.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:52 smithi083 bash[96923]: audit 2024-09-20T23:28:51.488894+0000 mgr.y (mgr.25567) 429 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:28:53.717 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:53 smithi083 bash[94658]: cluster 2024-09-20T23:28:52.425567+0000 mgr.y (mgr.25567) 430 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:28:53.717 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:53 smithi083 bash[96923]: cluster 2024-09-20T23:28:52.425567+0000 mgr.y (mgr.25567) 430 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:28:53.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:53 smithi142 bash[74331]: cluster 2024-09-20T23:28:52.425567+0000 mgr.y (mgr.25567) 430 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:28:55.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:55 smithi142 bash[74331]: cluster 2024-09-20T23:28:54.426219+0000 mgr.y (mgr.25567) 431 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:55.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:55 smithi142 bash[74331]: audit 2024-09-20T23:28:55.297953+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:55.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:55 smithi142 bash[74331]: audit 2024-09-20T23:28:55.311433+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:55.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:55 smithi142 bash[74331]: audit 2024-09-20T23:28:55.325113+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:55 smithi083 bash[94658]: cluster 2024-09-20T23:28:54.426219+0000 mgr.y (mgr.25567) 431 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:55 smithi083 bash[94658]: audit 2024-09-20T23:28:55.297953+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:55 smithi083 bash[94658]: audit 2024-09-20T23:28:55.311433+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:55.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:55 smithi083 bash[94658]: audit 2024-09-20T23:28:55.325113+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:55.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:55 smithi083 bash[96923]: cluster 2024-09-20T23:28:54.426219+0000 mgr.y (mgr.25567) 431 : cluster [DBG] pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:55.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:55 smithi083 bash[96923]: audit 2024-09-20T23:28:55.297953+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:55.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:55 smithi083 bash[96923]: audit 2024-09-20T23:28:55.311433+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:55.825 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:55 smithi083 bash[96923]: audit 2024-09-20T23:28:55.325113+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.25567 ' entity='mgr.y' 2024-09-20T23:28:56.740 INFO:teuthology.orchestra.run.smithi083.stdout:true 2024-09-20T23:28:57.524 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 7'"'"'' 2024-09-20T23:28:57.775 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:57 smithi083 bash[94658]: cluster 2024-09-20T23:28:56.426934+0000 mgr.y (mgr.25567) 432 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:28:57.776 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:57 smithi083 bash[94658]: audit 2024-09-20T23:28:56.728953+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.83:0/606811733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:57.776 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:57 smithi083 bash[96923]: cluster 2024-09-20T23:28:56.426934+0000 mgr.y (mgr.25567) 432 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:28:57.776 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:57 smithi083 bash[96923]: audit 2024-09-20T23:28:56.728953+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.83:0/606811733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:57.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:57 smithi142 bash[74331]: cluster 2024-09-20T23:28:56.426934+0000 mgr.y (mgr.25567) 432 : cluster [DBG] pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:28:57.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:57 smithi142 bash[74331]: audit 2024-09-20T23:28:56.728953+0000 mon.a (mon.0) 553 : audit [DBG] from='client.? 172.21.15.83:0/606811733' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-20T23:28:59.784 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:28:59 smithi083 bash[94658]: cluster 2024-09-20T23:28:58.427621+0000 mgr.y (mgr.25567) 433 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:59.784 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:28:59 smithi083 bash[96923]: cluster 2024-09-20T23:28:58.427621+0000 mgr.y (mgr.25567) 433 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:28:59.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:28:59 smithi142 bash[74331]: cluster 2024-09-20T23:28:58.427621+0000 mgr.y (mgr.25567) 433 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:29:00.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:29:00 smithi142 bash[74331]: audit 2024-09-20T23:29:00.427005+0000 mon.b (mon.2) 1207 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:29:00.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:29:00 smithi083 bash[94658]: audit 2024-09-20T23:29:00.427005+0000 mon.b (mon.2) 1207 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:29:00.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:29:00 smithi083 bash[96923]: audit 2024-09-20T23:29:00.427005+0000 mon.b (mon.2) 1207 : audit [DBG] from='mgr.25567 172.21.15.83:0/4244639193' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-20T23:29:01.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:29:01 smithi142 bash[74331]: cluster 2024-09-20T23:29:00.428312+0000 mgr.y (mgr.25567) 434 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:29:01.823 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:29:01 smithi083 bash[94658]: cluster 2024-09-20T23:29:00.428312+0000 mgr.y (mgr.25567) 434 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:29:01.824 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:29:01 smithi083 bash[70411]: ::ffff:172.21.15.142 - - [20/Sep/2024:23:29:01] "GET /metrics HTTP/1.1" 200 38246 "" "Prometheus/2.43.0" 2024-09-20T23:29:01.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:29:01 smithi083 bash[96923]: cluster 2024-09-20T23:29:00.428312+0000 mgr.y (mgr.25567) 434 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-20T23:29:02.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:29:02 smithi142 bash[74331]: audit 2024-09-20T23:29:01.304431+0000 mgr.y (mgr.25567) 435 : audit [DBG] from='client.54271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:29:02.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:29:02 smithi142 bash[74331]: audit 2024-09-20T23:29:01.500156+0000 mgr.y (mgr.25567) 436 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:29:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:29:02 smithi083 bash[94658]: audit 2024-09-20T23:29:01.304431+0000 mgr.y (mgr.25567) 435 : audit [DBG] from='client.54271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:29:02.824 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:29:02 smithi083 bash[94658]: audit 2024-09-20T23:29:01.500156+0000 mgr.y (mgr.25567) 436 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:29:02.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:29:02 smithi083 bash[96923]: audit 2024-09-20T23:29:01.304431+0000 mgr.y (mgr.25567) 435 : audit [DBG] from='client.54271 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:9e2ac70bb7aea67d34f0d50002344abbe7803736", "target": ["mon-mgr", ""]}]: dispatch 2024-09-20T23:29:02.824 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:29:02 smithi083 bash[96923]: audit 2024-09-20T23:29:01.500156+0000 mgr.y (mgr.25567) 436 : audit [DBG] from='client.25333 -' entity='client.iscsi.foo.smithi083.kcbpup' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-20T23:29:03.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:29:03 smithi083 bash[94658]: cluster 2024-09-20T23:29:02.430009+0000 mgr.y (mgr.25567) 437 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:29:03.574 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:29:03 smithi083 bash[96923]: cluster 2024-09-20T23:29:02.430009+0000 mgr.y (mgr.25567) 437 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:29:03.823 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:29:03 smithi142 bash[74331]: cluster 2024-09-20T23:29:02.430009+0000 mgr.y (mgr.25567) 437 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 118 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-20T23:29:04.218 INFO:teuthology.orchestra.run.smithi083.stdout:false 2024-09-20T23:29:04.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T23:29:04.926 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph_4e45e6b490e6cbe082cdf155fea780438ec53fc7/qa/tasks/cephadm.py", line 1476, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph_4e45e6b490e6cbe082cdf155fea780438ec53fc7/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi083 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c \'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e \'"\'"\'.up_to_date | length == 7\'"\'"\'\'' 2024-09-20T23:29:05.093 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=12543a239b044fe1ac820f85cd920bfc Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph_4e45e6b490e6cbe082cdf155fea780438ec53fc7/qa/tasks/cephadm.py", line 1476, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph_4e45e6b490e6cbe082cdf155fea780438ec53fc7/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi083 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c \'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e \'"\'"\'.up_to_date | length == 7\'"\'"\'\'' 2024-09-20T23:29:05.095 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-20T23:29:05.157 INFO:tasks.cephadm:Teardown begin 2024-09-20T23:29:05.158 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-20T23:29:05.174 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-20T23:29:05.189 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-20T23:29:05.190 DEBUG:teuthology.orchestra.run.smithi083:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T23:29:05.223 DEBUG:teuthology.orchestra.run.smithi142:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-20T23:29:05.238 INFO:tasks.cephadm:Stopping all daemons... 2024-09-20T23:29:05.238 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-20T23:29:05.239 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.a 2024-09-20T23:29:05.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:29:05 smithi083 systemd[1]: Stopping Ceph mon.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:29:05.574 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:29:05 smithi083 bash[94658]: debug 2024-09-20T23:29:05.412+0000 7fda4e5bc640 -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-09-20T23:29:05.575 INFO:journalctl@ceph.mon.a.smithi083.stdout:Sep 20 23:29:05 smithi083 bash[94658]: debug 2024-09-20T23:29:05.412+0000 7fda4e5bc640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-09-20T23:29:06.370 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.a.service' 2024-09-20T23:29:06.403 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:29:06.403 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-20T23:29:06.403 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-09-20T23:29:06.403 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.c 2024-09-20T23:29:06.759 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:29:06 smithi083 systemd[1]: Stopping Ceph mon.c for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:29:06.759 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:29:06 smithi083 bash[96923]: debug 2024-09-20T23:29:06.588+0000 7fdf5fded640 -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-09-20T23:29:06.759 INFO:journalctl@ceph.mon.c.smithi083.stdout:Sep 20 23:29:06 smithi083 bash[96923]: debug 2024-09-20T23:29:06.588+0000 7fdf5fded640 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-09-20T23:29:07.601 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.c.service' 2024-09-20T23:29:07.625 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:29:07.625 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-09-20T23:29:07.625 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-09-20T23:29:07.625 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.b 2024-09-20T23:29:08.044 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:29:07 smithi142 systemd[1]: Stopping Ceph mon.b for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:29:08.045 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:29:07 smithi142 bash[74331]: debug 2024-09-20T23:29:07.770+0000 7f89421e5640 -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-09-20T23:29:08.045 INFO:journalctl@ceph.mon.b.smithi142.stdout:Sep 20 23:29:07 smithi142 bash[74331]: debug 2024-09-20T23:29:07.770+0000 7f89421e5640 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-09-20T23:29:08.764 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mon.b.service' 2024-09-20T23:29:08.795 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:29:08.795 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-09-20T23:29:08.796 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-09-20T23:29:08.796 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.y 2024-09-20T23:29:09.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:29:08 smithi083 systemd[1]: Stopping Ceph mgr.y for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:29:09.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:29:08 smithi083 bash[70411]: debug 2024-09-20T23:29:08.939+0000 7fe46fc99640 -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-09-20T23:29:09.074 INFO:journalctl@ceph.mgr.y.smithi083.stdout:Sep 20 23:29:08 smithi083 bash[70411]: debug 2024-09-20T23:29:08.939+0000 7fe46fc99640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-20T23:29:09.811 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.y.service' 2024-09-20T23:29:09.835 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:29:09.836 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-09-20T23:29:09.836 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-20T23:29:09.836 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.x 2024-09-20T23:29:10.162 INFO:journalctl@ceph.mgr.x.smithi142.stdout:Sep 20 23:29:09 smithi142 systemd[1]: Stopping Ceph mgr.x for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:29:10.734 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@mgr.x.service' 2024-09-20T23:29:10.755 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:29:10.755 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-20T23:29:10.756 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-20T23:29:10.756 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.0 2024-09-20T23:29:11.074 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:29:10 smithi083 systemd[1]: Stopping Ceph osd.0 for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:29:11.074 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:29:10 smithi083 bash[105310]: debug 2024-09-20T23:29:10.967+0000 7f000b39b640 -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-09-20T23:29:11.074 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:29:10 smithi083 bash[105310]: debug 2024-09-20T23:29:10.967+0000 7f000b39b640 -1 osd.0 124 *** Got signal Terminated *** 2024-09-20T23:29:11.075 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:29:10 smithi083 bash[105310]: debug 2024-09-20T23:29:10.967+0000 7f000b39b640 -1 osd.0 124 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T23:29:17.074 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:29:16 smithi083 bash[108499]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-0 2024-09-20T23:29:17.074 INFO:journalctl@ceph.osd.0.smithi083.stdout:Sep 20 23:29:17 smithi083 bash[109219]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-0 2024-09-20T23:29:19.226 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.0.service' 2024-09-20T23:29:19.254 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:29:19.254 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-20T23:29:19.254 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-20T23:29:19.254 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.1 2024-09-20T23:29:19.401 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:29:19 smithi083 systemd[1]: Stopping Ceph osd.1 for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:29:19.574 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:29:19 smithi083 bash[31937]: debug 2024-09-20T23:29:19.399+0000 7f2e1f4a7700 -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-09-20T23:29:19.574 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:29:19 smithi083 bash[31937]: debug 2024-09-20T23:29:19.399+0000 7f2e1f4a7700 -1 osd.1 124 *** Got signal Terminated *** 2024-09-20T23:29:19.574 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:29:19 smithi083 bash[31937]: debug 2024-09-20T23:29:19.399+0000 7f2e1f4a7700 -1 osd.1 124 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T23:29:25.981 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:29:25 smithi083 bash[109324]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-1 2024-09-20T23:29:25.981 INFO:journalctl@ceph.osd.1.smithi083.stdout:Sep 20 23:29:25 smithi083 bash[109363]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd.1 2024-09-20T23:29:27.889 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.1.service' 2024-09-20T23:29:27.917 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:29:27.917 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-20T23:29:27.918 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-20T23:29:27.918 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.2 2024-09-20T23:29:28.324 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:29:27 smithi083 systemd[1]: Stopping Ceph osd.2 for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:29:28.324 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:29:28 smithi083 bash[35251]: debug 2024-09-20T23:29:28.075+0000 7f17d78a6700 -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-09-20T23:29:28.324 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:29:28 smithi083 bash[35251]: debug 2024-09-20T23:29:28.075+0000 7f17d78a6700 -1 osd.2 124 *** Got signal Terminated *** 2024-09-20T23:29:28.324 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:29:28 smithi083 bash[35251]: debug 2024-09-20T23:29:28.075+0000 7f17d78a6700 -1 osd.2 124 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T23:29:34.577 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:29:34 smithi083 bash[109472]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-2 2024-09-20T23:29:34.577 INFO:journalctl@ceph.osd.2.smithi083.stdout:Sep 20 23:29:34 smithi083 bash[109799]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd.2 2024-09-20T23:29:36.629 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.2.service' 2024-09-20T23:29:36.662 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:29:36.662 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-20T23:29:36.662 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-20T23:29:36.663 DEBUG:teuthology.orchestra.run.smithi083:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.3 2024-09-20T23:29:37.074 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:29:36 smithi083 bash[38637]: debug 2024-09-20T23:29:36.711+0000 7fa551347700 -1 osd.3 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:12.457267+0000 front 2024-09-20T23:29:12.457944+0000 (oldest deadline 2024-09-20T23:29:36.557390+0000) 2024-09-20T23:29:37.074 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:29:36 smithi083 systemd[1]: Stopping Ceph osd.3 for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:29:37.074 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:29:36 smithi083 bash[38637]: debug 2024-09-20T23:29:36.811+0000 7fa5559ae700 -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-09-20T23:29:37.075 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:29:36 smithi083 bash[38637]: debug 2024-09-20T23:29:36.811+0000 7fa5559ae700 -1 osd.3 124 *** Got signal Terminated *** 2024-09-20T23:29:37.075 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:29:36 smithi083 bash[38637]: debug 2024-09-20T23:29:36.811+0000 7fa5559ae700 -1 osd.3 124 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T23:29:37.573 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:37 smithi142 bash[25775]: debug 2024-09-20T23:29:37.210+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:38.074 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:29:37 smithi083 bash[38637]: debug 2024-09-20T23:29:37.735+0000 7fa551347700 -1 osd.3 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:12.457267+0000 front 2024-09-20T23:29:12.457944+0000 (oldest deadline 2024-09-20T23:29:36.557390+0000) 2024-09-20T23:29:38.463 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:38 smithi142 bash[25775]: debug 2024-09-20T23:29:38.182+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:39.074 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:29:38 smithi083 bash[38637]: debug 2024-09-20T23:29:38.739+0000 7fa551347700 -1 osd.3 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:12.457267+0000 front 2024-09-20T23:29:12.457944+0000 (oldest deadline 2024-09-20T23:29:36.557390+0000) 2024-09-20T23:29:39.460 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:39 smithi142 bash[35468]: debug 2024-09-20T23:29:39.418+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:39.460 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:39 smithi142 bash[25775]: debug 2024-09-20T23:29:39.230+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:39.460 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:39 smithi142 bash[32123]: debug 2024-09-20T23:29:39.186+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:40.074 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:29:39 smithi083 bash[38637]: debug 2024-09-20T23:29:39.759+0000 7fa551347700 -1 osd.3 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:12.457267+0000 front 2024-09-20T23:29:12.457944+0000 (oldest deadline 2024-09-20T23:29:36.557390+0000) 2024-09-20T23:29:40.573 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:40 smithi142 bash[25775]: debug 2024-09-20T23:29:40.274+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:40.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:40 smithi142 bash[35468]: debug 2024-09-20T23:29:40.374+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:40.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:40 smithi142 bash[32123]: debug 2024-09-20T23:29:40.210+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:41.074 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:29:40 smithi083 bash[38637]: debug 2024-09-20T23:29:40.727+0000 7fa551347700 -1 osd.3 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:12.457267+0000 front 2024-09-20T23:29:12.457944+0000 (oldest deadline 2024-09-20T23:29:36.557390+0000) 2024-09-20T23:29:41.573 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:41 smithi142 bash[25775]: debug 2024-09-20T23:29:41.253+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:41.573 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:41 smithi142 bash[29036]: debug 2024-09-20T23:29:41.365+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:41.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:41 smithi142 bash[32123]: debug 2024-09-20T23:29:41.197+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:41.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:41 smithi142 bash[35468]: debug 2024-09-20T23:29:41.353+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:42.074 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:29:41 smithi083 bash[38637]: debug 2024-09-20T23:29:41.775+0000 7fa551347700 -1 osd.3 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:12.457267+0000 front 2024-09-20T23:29:12.457944+0000 (oldest deadline 2024-09-20T23:29:36.557390+0000) 2024-09-20T23:29:42.573 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:42 smithi142 bash[25775]: debug 2024-09-20T23:29:42.297+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:42.573 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:42 smithi142 bash[29036]: debug 2024-09-20T23:29:42.401+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:42.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:42 smithi142 bash[32123]: debug 2024-09-20T23:29:42.249+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:42.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:42 smithi142 bash[35468]: debug 2024-09-20T23:29:42.325+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:43.133 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:29:42 smithi083 bash[109926]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-3 2024-09-20T23:29:43.134 INFO:journalctl@ceph.osd.3.smithi083.stdout:Sep 20 23:29:42 smithi083 bash[110481]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd.3 2024-09-20T23:29:43.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:43 smithi142 bash[35468]: debug 2024-09-20T23:29:43.313+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:43.573 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:43 smithi142 bash[25775]: debug 2024-09-20T23:29:43.305+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:43.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:43 smithi142 bash[29036]: debug 2024-09-20T23:29:43.381+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:43.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:43 smithi142 bash[32123]: debug 2024-09-20T23:29:43.273+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:44.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:44 smithi142 bash[35468]: debug 2024-09-20T23:29:44.345+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:44.573 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:44 smithi142 bash[25775]: debug 2024-09-20T23:29:44.293+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:44.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:44 smithi142 bash[29036]: debug 2024-09-20T23:29:44.389+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:44.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:44 smithi142 bash[32123]: debug 2024-09-20T23:29:44.245+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:44.888 DEBUG:teuthology.orchestra.run.smithi083:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.3.service' 2024-09-20T23:29:44.916 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:29:44.916 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-20T23:29:44.916 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-20T23:29:44.916 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.4 2024-09-20T23:29:45.251 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:44 smithi142 systemd[1]: Stopping Ceph osd.4 for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:29:45.251 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:45 smithi142 bash[25775]: debug 2024-09-20T23:29:45.029+0000 7f4eda386700 -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-09-20T23:29:45.251 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:45 smithi142 bash[25775]: debug 2024-09-20T23:29:45.029+0000 7f4eda386700 -1 osd.4 124 *** Got signal Terminated *** 2024-09-20T23:29:45.251 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:45 smithi142 bash[25775]: debug 2024-09-20T23:29:45.029+0000 7f4eda386700 -1 osd.4 124 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T23:29:45.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:45 smithi142 bash[35468]: debug 2024-09-20T23:29:45.389+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:45.573 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:45 smithi142 bash[25775]: debug 2024-09-20T23:29:45.293+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:45.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:45 smithi142 bash[29036]: debug 2024-09-20T23:29:45.401+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:45.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:45 smithi142 bash[32123]: debug 2024-09-20T23:29:45.249+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:46.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:46 smithi142 bash[35468]: debug 2024-09-20T23:29:46.405+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:46.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:46 smithi142 bash[35468]: debug 2024-09-20T23:29:46.405+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:46.574 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:46 smithi142 bash[25775]: debug 2024-09-20T23:29:46.245+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:46.574 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:46 smithi142 bash[25775]: debug 2024-09-20T23:29:46.245+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.543218+0000 front 2024-09-20T23:29:21.542960+0000 (oldest deadline 2024-09-20T23:29:46.242880+0000) 2024-09-20T23:29:46.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:46 smithi142 bash[29036]: debug 2024-09-20T23:29:46.369+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:46.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:46 smithi142 bash[32123]: debug 2024-09-20T23:29:46.225+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:46.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:46 smithi142 bash[32123]: debug 2024-09-20T23:29:46.225+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:47.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:47 smithi142 bash[35468]: debug 2024-09-20T23:29:47.373+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:47.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:47 smithi142 bash[35468]: debug 2024-09-20T23:29:47.373+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:47.574 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:47 smithi142 bash[25775]: debug 2024-09-20T23:29:47.245+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:47.574 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:47 smithi142 bash[25775]: debug 2024-09-20T23:29:47.245+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.543218+0000 front 2024-09-20T23:29:21.542960+0000 (oldest deadline 2024-09-20T23:29:46.242880+0000) 2024-09-20T23:29:47.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:47 smithi142 bash[29036]: debug 2024-09-20T23:29:47.381+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:47.575 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:47 smithi142 bash[29036]: debug 2024-09-20T23:29:47.381+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:23.068180+0000 front 2024-09-20T23:29:23.067942+0000 (oldest deadline 2024-09-20T23:29:47.167792+0000) 2024-09-20T23:29:47.575 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:47 smithi142 bash[32123]: debug 2024-09-20T23:29:47.265+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:47.575 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:47 smithi142 bash[32123]: debug 2024-09-20T23:29:47.265+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:48.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:48 smithi142 bash[35468]: debug 2024-09-20T23:29:48.405+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:48.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:48 smithi142 bash[35468]: debug 2024-09-20T23:29:48.405+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:48.574 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:48 smithi142 bash[25775]: debug 2024-09-20T23:29:48.281+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:48.574 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:48 smithi142 bash[25775]: debug 2024-09-20T23:29:48.281+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.543218+0000 front 2024-09-20T23:29:21.542960+0000 (oldest deadline 2024-09-20T23:29:46.242880+0000) 2024-09-20T23:29:48.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:48 smithi142 bash[29036]: debug 2024-09-20T23:29:48.385+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:48.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:48 smithi142 bash[29036]: debug 2024-09-20T23:29:48.385+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:23.068180+0000 front 2024-09-20T23:29:23.067942+0000 (oldest deadline 2024-09-20T23:29:47.167792+0000) 2024-09-20T23:29:48.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:48 smithi142 bash[32123]: debug 2024-09-20T23:29:48.253+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:48.575 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:48 smithi142 bash[32123]: debug 2024-09-20T23:29:48.253+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:49.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:49 smithi142 bash[32123]: debug 2024-09-20T23:29:49.233+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:49.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:49 smithi142 bash[32123]: debug 2024-09-20T23:29:49.233+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:49.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:49 smithi142 bash[35468]: debug 2024-09-20T23:29:49.397+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:49.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:49 smithi142 bash[35468]: debug 2024-09-20T23:29:49.397+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:49.574 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:49 smithi142 bash[25775]: debug 2024-09-20T23:29:49.253+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:13.341320+0000 front 2024-09-20T23:29:13.341506+0000 (oldest deadline 2024-09-20T23:29:36.841502+0000) 2024-09-20T23:29:49.575 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:49 smithi142 bash[25775]: debug 2024-09-20T23:29:49.253+0000 7f4ed4d1d700 -1 osd.4 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.543218+0000 front 2024-09-20T23:29:21.542960+0000 (oldest deadline 2024-09-20T23:29:46.242880+0000) 2024-09-20T23:29:49.575 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:49 smithi142 bash[29036]: debug 2024-09-20T23:29:49.433+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:49.575 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:49 smithi142 bash[29036]: debug 2024-09-20T23:29:49.433+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:23.068180+0000 front 2024-09-20T23:29:23.067942+0000 (oldest deadline 2024-09-20T23:29:47.167792+0000) 2024-09-20T23:29:50.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:50 smithi142 bash[35468]: debug 2024-09-20T23:29:50.357+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:50.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:50 smithi142 bash[35468]: debug 2024-09-20T23:29:50.357+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:50.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:50 smithi142 bash[29036]: debug 2024-09-20T23:29:50.393+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:50.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:50 smithi142 bash[29036]: debug 2024-09-20T23:29:50.393+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:23.068180+0000 front 2024-09-20T23:29:23.067942+0000 (oldest deadline 2024-09-20T23:29:47.167792+0000) 2024-09-20T23:29:50.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:50 smithi142 bash[32123]: debug 2024-09-20T23:29:50.221+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:50.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:50 smithi142 bash[32123]: debug 2024-09-20T23:29:50.221+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:51.366 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:51 smithi142 bash[82911]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-4 2024-09-20T23:29:51.366 INFO:journalctl@ceph.osd.4.smithi142.stdout:Sep 20 23:29:51 smithi142 bash[82950]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd.4 2024-09-20T23:29:51.366 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:51 smithi142 bash[32123]: debug 2024-09-20T23:29:51.193+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:51.367 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:51 smithi142 bash[32123]: debug 2024-09-20T23:29:51.193+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:51.367 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:51 smithi142 bash[35468]: debug 2024-09-20T23:29:51.329+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:51.367 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:51 smithi142 bash[35468]: debug 2024-09-20T23:29:51.329+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:51.823 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:51 smithi142 bash[29036]: debug 2024-09-20T23:29:51.369+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:51.823 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:51 smithi142 bash[29036]: debug 2024-09-20T23:29:51.369+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:23.068180+0000 front 2024-09-20T23:29:23.067942+0000 (oldest deadline 2024-09-20T23:29:47.167792+0000) 2024-09-20T23:29:52.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:52 smithi142 bash[35468]: debug 2024-09-20T23:29:52.341+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:52.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:52 smithi142 bash[35468]: debug 2024-09-20T23:29:52.341+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:52.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:52 smithi142 bash[29036]: debug 2024-09-20T23:29:52.341+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:52.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:52 smithi142 bash[29036]: debug 2024-09-20T23:29:52.341+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:23.068180+0000 front 2024-09-20T23:29:23.067942+0000 (oldest deadline 2024-09-20T23:29:47.167792+0000) 2024-09-20T23:29:52.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:52 smithi142 bash[32123]: debug 2024-09-20T23:29:52.241+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:52.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:52 smithi142 bash[32123]: debug 2024-09-20T23:29:52.241+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:53.310 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.4.service' 2024-09-20T23:29:53.336 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:29:53.336 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-20T23:29:53.336 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-20T23:29:53.337 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.5 2024-09-20T23:29:53.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:53 smithi142 bash[32123]: debug 2024-09-20T23:29:53.289+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:53.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:53 smithi142 bash[32123]: debug 2024-09-20T23:29:53.289+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:53.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:53 smithi142 bash[35468]: debug 2024-09-20T23:29:53.377+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:53.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:53 smithi142 bash[35468]: debug 2024-09-20T23:29:53.377+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:53.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:53 smithi142 bash[29036]: debug 2024-09-20T23:29:53.337+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:53.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:53 smithi142 bash[29036]: debug 2024-09-20T23:29:53.337+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:23.068180+0000 front 2024-09-20T23:29:23.067942+0000 (oldest deadline 2024-09-20T23:29:47.167792+0000) 2024-09-20T23:29:53.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:53 smithi142 systemd[1]: Stopping Ceph osd.5 for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:29:53.575 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:53 smithi142 bash[29036]: debug 2024-09-20T23:29:53.481+0000 7f185829b700 -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-09-20T23:29:53.575 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:53 smithi142 bash[29036]: debug 2024-09-20T23:29:53.481+0000 7f185829b700 -1 osd.5 124 *** Got signal Terminated *** 2024-09-20T23:29:53.575 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:53 smithi142 bash[29036]: debug 2024-09-20T23:29:53.481+0000 7f185829b700 -1 osd.5 124 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T23:29:54.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:54 smithi142 bash[32123]: debug 2024-09-20T23:29:54.277+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:54.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:54 smithi142 bash[32123]: debug 2024-09-20T23:29:54.277+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:54.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:54 smithi142 bash[35468]: debug 2024-09-20T23:29:54.349+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:54.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:54 smithi142 bash[35468]: debug 2024-09-20T23:29:54.349+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:54.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:54 smithi142 bash[35468]: debug 2024-09-20T23:29:54.349+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:29:54.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:54 smithi142 bash[29036]: debug 2024-09-20T23:29:54.289+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:54.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:54 smithi142 bash[29036]: debug 2024-09-20T23:29:54.289+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:23.068180+0000 front 2024-09-20T23:29:23.067942+0000 (oldest deadline 2024-09-20T23:29:47.167792+0000) 2024-09-20T23:29:55.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:55 smithi142 bash[32123]: debug 2024-09-20T23:29:55.305+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:55.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:55 smithi142 bash[32123]: debug 2024-09-20T23:29:55.305+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:55.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:55 smithi142 bash[29036]: debug 2024-09-20T23:29:55.277+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:55.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:55 smithi142 bash[29036]: debug 2024-09-20T23:29:55.277+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:23.068180+0000 front 2024-09-20T23:29:23.067942+0000 (oldest deadline 2024-09-20T23:29:47.167792+0000) 2024-09-20T23:29:55.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:55 smithi142 bash[29036]: debug 2024-09-20T23:29:55.277+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.770225+0000 front 2024-09-20T23:29:31.770027+0000 (oldest deadline 2024-09-20T23:29:54.669870+0000) 2024-09-20T23:29:55.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:55 smithi142 bash[35468]: debug 2024-09-20T23:29:55.373+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:55.575 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:55 smithi142 bash[35468]: debug 2024-09-20T23:29:55.373+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:55.575 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:55 smithi142 bash[35468]: debug 2024-09-20T23:29:55.373+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:29:56.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:56 smithi142 bash[32123]: debug 2024-09-20T23:29:56.305+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:56.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:56 smithi142 bash[32123]: debug 2024-09-20T23:29:56.305+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:56.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:56 smithi142 bash[32123]: debug 2024-09-20T23:29:56.305+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:32.272885+0000 front 2024-09-20T23:29:32.272844+0000 (oldest deadline 2024-09-20T23:29:55.772848+0000) 2024-09-20T23:29:56.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:56 smithi142 bash[29036]: debug 2024-09-20T23:29:56.241+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:56.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:56 smithi142 bash[29036]: debug 2024-09-20T23:29:56.241+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:23.068180+0000 front 2024-09-20T23:29:23.067942+0000 (oldest deadline 2024-09-20T23:29:47.167792+0000) 2024-09-20T23:29:56.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:56 smithi142 bash[29036]: debug 2024-09-20T23:29:56.241+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.770225+0000 front 2024-09-20T23:29:31.770027+0000 (oldest deadline 2024-09-20T23:29:54.669870+0000) 2024-09-20T23:29:56.575 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:56 smithi142 bash[35468]: debug 2024-09-20T23:29:56.349+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:56.575 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:56 smithi142 bash[35468]: debug 2024-09-20T23:29:56.349+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:56.575 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:56 smithi142 bash[35468]: debug 2024-09-20T23:29:56.349+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:29:56.575 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:56 smithi142 bash[35468]: debug 2024-09-20T23:29:56.349+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:29:57.573 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:57 smithi142 bash[29036]: debug 2024-09-20T23:29:57.237+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:57.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:57 smithi142 bash[29036]: debug 2024-09-20T23:29:57.237+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:23.068180+0000 front 2024-09-20T23:29:23.067942+0000 (oldest deadline 2024-09-20T23:29:47.167792+0000) 2024-09-20T23:29:57.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:57 smithi142 bash[29036]: debug 2024-09-20T23:29:57.237+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.770225+0000 front 2024-09-20T23:29:31.770027+0000 (oldest deadline 2024-09-20T23:29:54.669870+0000) 2024-09-20T23:29:57.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:57 smithi142 bash[32123]: debug 2024-09-20T23:29:57.353+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:57.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:57 smithi142 bash[32123]: debug 2024-09-20T23:29:57.353+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:57.575 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:57 smithi142 bash[32123]: debug 2024-09-20T23:29:57.353+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:32.272885+0000 front 2024-09-20T23:29:32.272844+0000 (oldest deadline 2024-09-20T23:29:55.772848+0000) 2024-09-20T23:29:57.575 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:57 smithi142 bash[35468]: debug 2024-09-20T23:29:57.353+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:57.575 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:57 smithi142 bash[35468]: debug 2024-09-20T23:29:57.353+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:57.575 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:57 smithi142 bash[35468]: debug 2024-09-20T23:29:57.353+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:29:57.575 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:57 smithi142 bash[35468]: debug 2024-09-20T23:29:57.353+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:29:58.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:58 smithi142 bash[35468]: debug 2024-09-20T23:29:58.313+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:58.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:58 smithi142 bash[35468]: debug 2024-09-20T23:29:58.313+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:58.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:58 smithi142 bash[35468]: debug 2024-09-20T23:29:58.313+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:29:58.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:58 smithi142 bash[35468]: debug 2024-09-20T23:29:58.317+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 1 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:29:58.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:58 smithi142 bash[29036]: debug 2024-09-20T23:29:58.245+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.866886+0000 front 2024-09-20T23:29:14.866779+0000 (oldest deadline 2024-09-20T23:29:40.766649+0000) 2024-09-20T23:29:58.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:58 smithi142 bash[29036]: debug 2024-09-20T23:29:58.245+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:23.068180+0000 front 2024-09-20T23:29:23.067942+0000 (oldest deadline 2024-09-20T23:29:47.167792+0000) 2024-09-20T23:29:58.574 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:58 smithi142 bash[29036]: debug 2024-09-20T23:29:58.245+0000 7f185142f700 -1 osd.5 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.770225+0000 front 2024-09-20T23:29:31.770027+0000 (oldest deadline 2024-09-20T23:29:54.669870+0000) 2024-09-20T23:29:58.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:58 smithi142 bash[32123]: debug 2024-09-20T23:29:58.377+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:58.575 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:58 smithi142 bash[32123]: debug 2024-09-20T23:29:58.377+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:58.575 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:58 smithi142 bash[32123]: debug 2024-09-20T23:29:58.377+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:32.272885+0000 front 2024-09-20T23:29:32.272844+0000 (oldest deadline 2024-09-20T23:29:55.772848+0000) 2024-09-20T23:29:59.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:59 smithi142 bash[32123]: debug 2024-09-20T23:29:59.353+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:29:59.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:59 smithi142 bash[32123]: debug 2024-09-20T23:29:59.353+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:29:59.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:29:59 smithi142 bash[32123]: debug 2024-09-20T23:29:59.353+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:32.272885+0000 front 2024-09-20T23:29:32.272844+0000 (oldest deadline 2024-09-20T23:29:55.772848+0000) 2024-09-20T23:29:59.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:59 smithi142 bash[35468]: debug 2024-09-20T23:29:59.277+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:29:59.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:59 smithi142 bash[35468]: debug 2024-09-20T23:29:59.277+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:29:59.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:59 smithi142 bash[35468]: debug 2024-09-20T23:29:59.277+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:29:59.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:29:59 smithi142 bash[35468]: debug 2024-09-20T23:29:59.277+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 2 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:00.073 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:59 smithi142 bash[83058]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-5 2024-09-20T23:30:00.073 INFO:journalctl@ceph.osd.5.smithi142.stdout:Sep 20 23:29:59 smithi142 bash[83195]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd.5 2024-09-20T23:30:00.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:00 smithi142 bash[32123]: debug 2024-09-20T23:30:00.369+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:30:00.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:00 smithi142 bash[32123]: debug 2024-09-20T23:30:00.369+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:30:00.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:00 smithi142 bash[32123]: debug 2024-09-20T23:30:00.369+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:32.272885+0000 front 2024-09-20T23:29:32.272844+0000 (oldest deadline 2024-09-20T23:29:55.772848+0000) 2024-09-20T23:30:00.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:00 smithi142 bash[35468]: debug 2024-09-20T23:30:00.325+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:00.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:00 smithi142 bash[35468]: debug 2024-09-20T23:30:00.325+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:00.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:00 smithi142 bash[35468]: debug 2024-09-20T23:30:00.325+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:00.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:00 smithi142 bash[35468]: debug 2024-09-20T23:30:00.325+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 2 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:01.291 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:01 smithi142 bash[68133]: ts=2024-09-20T23:30:01.018Z 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.83:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.83:8765: connect: connection refused" 2024-09-20T23:30:01.291 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:01 smithi142 bash[68133]: ts=2024-09-20T23:30:01.019Z 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.83:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.83:8765: connect: connection refused" 2024-09-20T23:30:01.292 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:01 smithi142 bash[68133]: ts=2024-09-20T23:30:01.021Z 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.83:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.83:8765: connect: connection refused" 2024-09-20T23:30:01.292 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:01 smithi142 bash[68133]: ts=2024-09-20T23:30:01.024Z 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.83:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.83:8765: connect: connection refused" 2024-09-20T23:30:01.292 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:01 smithi142 bash[68133]: ts=2024-09-20T23:30:01.024Z 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.83:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.83:8765: connect: connection refused" 2024-09-20T23:30:01.555 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:01 smithi142 bash[32123]: debug 2024-09-20T23:30:01.393+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:30:01.555 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:01 smithi142 bash[32123]: debug 2024-09-20T23:30:01.393+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:30:01.555 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:01 smithi142 bash[32123]: debug 2024-09-20T23:30:01.393+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:32.272885+0000 front 2024-09-20T23:29:32.272844+0000 (oldest deadline 2024-09-20T23:29:55.772848+0000) 2024-09-20T23:30:01.556 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:01 smithi142 bash[35468]: debug 2024-09-20T23:30:01.277+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:01.556 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:01 smithi142 bash[35468]: debug 2024-09-20T23:30:01.277+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:01.556 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:01 smithi142 bash[35468]: debug 2024-09-20T23:30:01.277+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:01.557 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:01 smithi142 bash[35468]: debug 2024-09-20T23:30:01.277+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 3 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:02.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:02 smithi142 bash[32123]: debug 2024-09-20T23:30:02.389+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:30:02.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:02 smithi142 bash[32123]: debug 2024-09-20T23:30:02.389+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:30:02.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:02 smithi142 bash[32123]: debug 2024-09-20T23:30:02.389+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:32.272885+0000 front 2024-09-20T23:29:32.272844+0000 (oldest deadline 2024-09-20T23:29:55.772848+0000) 2024-09-20T23:30:02.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:02 smithi142 bash[35468]: debug 2024-09-20T23:30:02.241+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:02.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:02 smithi142 bash[35468]: debug 2024-09-20T23:30:02.241+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:02.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:02 smithi142 bash[35468]: debug 2024-09-20T23:30:02.241+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:02.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:02 smithi142 bash[35468]: debug 2024-09-20T23:30:02.241+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 3 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:03.046 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.5.service' 2024-09-20T23:30:03.073 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:30:03.073 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-20T23:30:03.073 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-20T23:30:03.074 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.6 2024-09-20T23:30:03.323 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:03 smithi142 systemd[1]: Stopping Ceph osd.6 for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:30:03.323 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:03 smithi142 bash[35468]: debug 2024-09-20T23:30:03.213+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:03.323 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:03 smithi142 bash[35468]: debug 2024-09-20T23:30:03.213+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:03.324 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:03 smithi142 bash[35468]: debug 2024-09-20T23:30:03.213+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:03.324 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:03 smithi142 bash[35468]: debug 2024-09-20T23:30:03.213+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:03.324 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:03 smithi142 bash[35468]: debug 2024-09-20T23:30:03.213+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 3 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:03.823 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:03 smithi142 bash[32123]: debug 2024-09-20T23:30:03.377+0000 7fc3e217d700 -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-09-20T23:30:03.823 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:03 smithi142 bash[32123]: debug 2024-09-20T23:30:03.377+0000 7fc3e217d700 -1 osd.6 124 *** Got signal Terminated *** 2024-09-20T23:30:03.823 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:03 smithi142 bash[32123]: debug 2024-09-20T23:30:03.377+0000 7fc3e217d700 -1 osd.6 124 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T23:30:03.823 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:03 smithi142 bash[32123]: debug 2024-09-20T23:30:03.393+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:30:03.823 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:03 smithi142 bash[32123]: debug 2024-09-20T23:30:03.393+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:30:03.824 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:03 smithi142 bash[32123]: debug 2024-09-20T23:30:03.393+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:32.272885+0000 front 2024-09-20T23:29:32.272844+0000 (oldest deadline 2024-09-20T23:29:55.772848+0000) 2024-09-20T23:30:04.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:04 smithi142 bash[32123]: debug 2024-09-20T23:30:04.385+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:30:04.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:04 smithi142 bash[32123]: debug 2024-09-20T23:30:04.385+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:30:04.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:04 smithi142 bash[32123]: debug 2024-09-20T23:30:04.385+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:32.272885+0000 front 2024-09-20T23:29:32.272844+0000 (oldest deadline 2024-09-20T23:29:55.772848+0000) 2024-09-20T23:30:04.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:04 smithi142 bash[35468]: debug 2024-09-20T23:30:04.229+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:04.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:04 smithi142 bash[35468]: debug 2024-09-20T23:30:04.229+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:04.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:04 smithi142 bash[35468]: debug 2024-09-20T23:30:04.229+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:04.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:04 smithi142 bash[35468]: debug 2024-09-20T23:30:04.229+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:04.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:04 smithi142 bash[35468]: debug 2024-09-20T23:30:04.229+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 4 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:05.454 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:05 smithi142 bash[32123]: debug 2024-09-20T23:30:05.417+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:30:05.454 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:05 smithi142 bash[32123]: debug 2024-09-20T23:30:05.417+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:30:05.455 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:05 smithi142 bash[32123]: debug 2024-09-20T23:30:05.417+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:32.272885+0000 front 2024-09-20T23:29:32.272844+0000 (oldest deadline 2024-09-20T23:29:55.772848+0000) 2024-09-20T23:30:05.455 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:05 smithi142 bash[32123]: debug 2024-09-20T23:30:05.417+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:40.375064+0000 front 2024-09-20T23:29:40.375124+0000 (oldest deadline 2024-09-20T23:30:04.474960+0000) 2024-09-20T23:30:05.455 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:05 smithi142 bash[35468]: debug 2024-09-20T23:30:05.197+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:05.457 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:05 smithi142 bash[35468]: debug 2024-09-20T23:30:05.197+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:05.457 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:05 smithi142 bash[35468]: debug 2024-09-20T23:30:05.197+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:05.458 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:05 smithi142 bash[35468]: debug 2024-09-20T23:30:05.197+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:05.458 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:05 smithi142 bash[35468]: debug 2024-09-20T23:30:05.197+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 4 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:06.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:06 smithi142 bash[32123]: debug 2024-09-20T23:30:06.425+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:30:06.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:06 smithi142 bash[32123]: debug 2024-09-20T23:30:06.425+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:30:06.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:06 smithi142 bash[32123]: debug 2024-09-20T23:30:06.425+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:32.272885+0000 front 2024-09-20T23:29:32.272844+0000 (oldest deadline 2024-09-20T23:29:55.772848+0000) 2024-09-20T23:30:06.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:06 smithi142 bash[32123]: debug 2024-09-20T23:30:06.425+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:40.375064+0000 front 2024-09-20T23:29:40.375124+0000 (oldest deadline 2024-09-20T23:30:04.474960+0000) 2024-09-20T23:30:06.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:06 smithi142 bash[35468]: debug 2024-09-20T23:30:06.237+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:06.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:06 smithi142 bash[35468]: debug 2024-09-20T23:30:06.237+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:06.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:06 smithi142 bash[35468]: debug 2024-09-20T23:30:06.237+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:06.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:06 smithi142 bash[35468]: debug 2024-09-20T23:30:06.237+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:06.575 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:06 smithi142 bash[35468]: debug 2024-09-20T23:30:06.237+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 5 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:07.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:07 smithi142 bash[32123]: debug 2024-09-20T23:30:07.413+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.368082+0000 front 2024-09-20T23:29:14.368016+0000 (oldest deadline 2024-09-20T23:29:38.467917+0000) 2024-09-20T23:30:07.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:07 smithi142 bash[32123]: debug 2024-09-20T23:30:07.413+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:20.670277+0000 front 2024-09-20T23:29:20.670118+0000 (oldest deadline 2024-09-20T23:29:45.370014+0000) 2024-09-20T23:30:07.573 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:07 smithi142 bash[32123]: debug 2024-09-20T23:30:07.413+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:32.272885+0000 front 2024-09-20T23:29:32.272844+0000 (oldest deadline 2024-09-20T23:29:55.772848+0000) 2024-09-20T23:30:07.574 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:07 smithi142 bash[32123]: debug 2024-09-20T23:30:07.413+0000 7fc3ddb16700 -1 osd.6 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:40.375064+0000 front 2024-09-20T23:29:40.375124+0000 (oldest deadline 2024-09-20T23:30:04.474960+0000) 2024-09-20T23:30:07.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:07 smithi142 bash[35468]: debug 2024-09-20T23:30:07.205+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:07.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:07 smithi142 bash[35468]: debug 2024-09-20T23:30:07.205+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:07.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:07 smithi142 bash[35468]: debug 2024-09-20T23:30:07.205+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:07.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:07 smithi142 bash[35468]: debug 2024-09-20T23:30:07.205+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:07.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:07 smithi142 bash[35468]: debug 2024-09-20T23:30:07.205+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 5 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:08.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:08 smithi142 bash[35468]: debug 2024-09-20T23:30:08.177+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:08.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:08 smithi142 bash[35468]: debug 2024-09-20T23:30:08.177+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:08.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:08 smithi142 bash[35468]: debug 2024-09-20T23:30:08.177+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:08.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:08 smithi142 bash[35468]: debug 2024-09-20T23:30:08.177+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:08.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:08 smithi142 bash[35468]: debug 2024-09-20T23:30:08.177+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 5 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:09.563 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:09 smithi142 bash[83408]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-6 2024-09-20T23:30:09.563 INFO:journalctl@ceph.osd.6.smithi142.stdout:Sep 20 23:30:09 smithi142 bash[84001]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd.6 2024-09-20T23:30:09.563 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:09 smithi142 bash[35468]: debug 2024-09-20T23:30:09.209+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:09.563 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:09 smithi142 bash[35468]: debug 2024-09-20T23:30:09.209+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:09.564 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:09 smithi142 bash[35468]: debug 2024-09-20T23:30:09.209+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:09.564 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:09 smithi142 bash[35468]: debug 2024-09-20T23:30:09.209+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:09.564 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:09 smithi142 bash[35468]: debug 2024-09-20T23:30:09.209+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 6 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:10.438 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:10 smithi142 bash[35468]: debug 2024-09-20T23:30:10.185+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:10.439 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:10 smithi142 bash[35468]: debug 2024-09-20T23:30:10.185+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:10.439 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:10 smithi142 bash[35468]: debug 2024-09-20T23:30:10.185+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:10.439 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:10 smithi142 bash[35468]: debug 2024-09-20T23:30:10.185+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:10.439 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:10 smithi142 bash[35468]: debug 2024-09-20T23:30:10.185+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 6 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:11.423 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:11 smithi142 bash[35468]: debug 2024-09-20T23:30:11.169+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:11.423 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:11 smithi142 bash[35468]: debug 2024-09-20T23:30:11.169+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:11.423 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:11 smithi142 bash[35468]: debug 2024-09-20T23:30:11.169+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:11.423 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:11 smithi142 bash[35468]: debug 2024-09-20T23:30:11.169+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:11.423 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:11 smithi142 bash[35468]: debug 2024-09-20T23:30:11.169+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 7 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:11.426 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.6.service' 2024-09-20T23:30:11.452 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:30:11.453 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-20T23:30:11.453 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-20T23:30:11.453 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.7 2024-09-20T23:30:11.823 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:11 smithi142 systemd[1]: Stopping Ceph osd.7 for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:30:11.823 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:11 smithi142 bash[35468]: debug 2024-09-20T23:30:11.589+0000 7fdb15955700 -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-09-20T23:30:11.823 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:11 smithi142 bash[35468]: debug 2024-09-20T23:30:11.589+0000 7fdb15955700 -1 osd.7 124 *** Got signal Terminated *** 2024-09-20T23:30:11.824 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:11 smithi142 bash[35468]: debug 2024-09-20T23:30:11.589+0000 7fdb15955700 -1 osd.7 124 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-20T23:30:12.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:12 smithi142 bash[35468]: debug 2024-09-20T23:30:12.149+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:12.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:12 smithi142 bash[35468]: debug 2024-09-20T23:30:12.149+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:12.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:12 smithi142 bash[35468]: debug 2024-09-20T23:30:12.149+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:12.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:12 smithi142 bash[35468]: debug 2024-09-20T23:30:12.149+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:12.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:12 smithi142 bash[35468]: debug 2024-09-20T23:30:12.149+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 7 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:13.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:13 smithi142 bash[35468]: debug 2024-09-20T23:30:13.101+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:13.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:13 smithi142 bash[35468]: debug 2024-09-20T23:30:13.101+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:13.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:13 smithi142 bash[35468]: debug 2024-09-20T23:30:13.101+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:13.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:13 smithi142 bash[35468]: debug 2024-09-20T23:30:13.101+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:13.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:13 smithi142 bash[35468]: debug 2024-09-20T23:30:13.101+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 7 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:14.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:14 smithi142 bash[35468]: debug 2024-09-20T23:30:14.105+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:14.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:14 smithi142 bash[35468]: debug 2024-09-20T23:30:14.105+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:14.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:14 smithi142 bash[35468]: debug 2024-09-20T23:30:14.105+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:14.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:14 smithi142 bash[35468]: debug 2024-09-20T23:30:14.105+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:14.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:14 smithi142 bash[35468]: debug 2024-09-20T23:30:14.105+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 8 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:15.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:15 smithi142 bash[35468]: debug 2024-09-20T23:30:15.153+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:15.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:15 smithi142 bash[35468]: debug 2024-09-20T23:30:15.153+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:15.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:15 smithi142 bash[35468]: debug 2024-09-20T23:30:15.153+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:15.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:15 smithi142 bash[35468]: debug 2024-09-20T23:30:15.153+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:15.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:15 smithi142 bash[35468]: debug 2024-09-20T23:30:15.153+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.142:6804 osd.4 since back 2024-09-20T23:29:49.214265+0000 front 2024-09-20T23:29:49.214359+0000 (oldest deadline 2024-09-20T23:30:14.514162+0000) 2024-09-20T23:30:15.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:15 smithi142 bash[35468]: debug 2024-09-20T23:30:15.153+0000 7fdb0faeb700 -1 osd.7 124 get_health_metrics reporting 8 slow ops, oldest is osd_op(client.14640.0:359 2.8 2:15a3900e:::realms.f5733a7b-2254-41a9-af69-8b8750f42367.control:head [watch ping cookie 94819357584768 gen 4] snapc 0=[] ondisk+write+known_if_redirected+supports_pool_eio e124) 2024-09-20T23:30:16.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:16 smithi142 bash[35468]: debug 2024-09-20T23:30:16.129+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6806 osd.0 since back 2024-09-20T23:29:14.907464+0000 front 2024-09-20T23:29:14.907594+0000 (oldest deadline 2024-09-20T23:29:39.007102+0000) 2024-09-20T23:30:16.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:16 smithi142 bash[35468]: debug 2024-09-20T23:30:16.129+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6814 osd.1 since back 2024-09-20T23:29:21.908406+0000 front 2024-09-20T23:29:21.908522+0000 (oldest deadline 2024-09-20T23:29:45.408144+0000) 2024-09-20T23:30:16.573 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:16 smithi142 bash[35468]: debug 2024-09-20T23:30:16.129+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6822 osd.2 since back 2024-09-20T23:29:31.309902+0000 front 2024-09-20T23:29:31.309728+0000 (oldest deadline 2024-09-20T23:29:53.609534+0000) 2024-09-20T23:30:16.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:16 smithi142 bash[35468]: debug 2024-09-20T23:30:16.129+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.83:6830 osd.3 since back 2024-09-20T23:29:41.112063+0000 front 2024-09-20T23:29:41.112098+0000 (oldest deadline 2024-09-20T23:30:02.812006+0000) 2024-09-20T23:30:16.574 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:16 smithi142 bash[35468]: debug 2024-09-20T23:30:16.129+0000 7fdb0faeb700 -1 osd.7 124 heartbeat_check: no reply from 172.21.15.142:6804 osd.4 since back 2024-09-20T23:29:49.214265+0000 front 2024-09-20T23:29:49.214359+0000 (oldest deadline 2024-09-20T23:30:14.514162+0000) 2024-09-20T23:30:17.762 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:17 smithi142 bash[84110]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd-7 2024-09-20T23:30:17.762 INFO:journalctl@ceph.osd.7.smithi142.stdout:Sep 20 23:30:17 smithi142 bash[84147]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-osd.7 2024-09-20T23:30:19.494 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@osd.7.service' 2024-09-20T23:30:19.520 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:30:19.521 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-20T23:30:19.521 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-09-20T23:30:19.521 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-703a1c38-77a2-11ef-baf5-efdc52797490@prometheus.a 2024-09-20T23:30:19.823 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 systemd[1]: Stopping Ceph prometheus.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:30:19.823 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 bash[68133]: ts=2024-09-20T23:30:19.700Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-20T23:30:19.823 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 bash[68133]: ts=2024-09-20T23:30:19.700Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-20T23:30:19.823 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 bash[68133]: ts=2024-09-20T23:30:19.700Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-20T23:30:19.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 bash[68133]: ts=2024-09-20T23:30:19.700Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-20T23:30:19.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 bash[68133]: ts=2024-09-20T23:30:19.700Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-20T23:30:19.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 bash[68133]: ts=2024-09-20T23:30:19.700Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-20T23:30:19.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 bash[68133]: ts=2024-09-20T23:30:19.700Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-20T23:30:19.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 bash[68133]: ts=2024-09-20T23:30:19.700Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-20T23:30:19.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 bash[68133]: ts=2024-09-20T23:30:19.701Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-20T23:30:19.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 bash[68133]: ts=2024-09-20T23:30:19.701Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-20T23:30:19.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 bash[68133]: ts=2024-09-20T23:30:19.701Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-20T23:30:19.824 INFO:journalctl@ceph.prometheus.a.smithi142.stdout:Sep 20 23:30:19 smithi142 bash[68133]: ts=2024-09-20T23:30:19.701Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-20T23:30:20.366 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-703a1c38-77a2-11ef-baf5-efdc52797490@prometheus.a.service' 2024-09-20T23:30:20.388 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-20T23:30:20.388 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-09-20T23:30:20.389 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-20T23:30:23.371 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:23 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:23.371 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:23 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:23.722 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:23 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:23.722 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:23 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:24.004 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:23 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:24.004 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:23 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:24.004 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:23 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:24.004 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:23 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:24.292 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:24 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:24.292 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:24 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:24.573 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:24 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:24.574 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:24 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:24.907 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:24 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:24.908 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:24 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:24.908 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:24 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:24.908 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:24 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:25.227 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:24 smithi083 systemd[1]: Stopping Ceph node-exporter.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:30:25.977 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:25 smithi083 bash[111971]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-node-exporter-a 2024-09-20T23:30:25.977 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:25 smithi083 bash[112031]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-node-exporter-a 2024-09-20T23:30:25.977 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:25 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-20T23:30:25.978 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:25 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-20T23:30:25.978 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:25 smithi083 systemd[1]: Stopped Ceph node-exporter.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:30:26.231 INFO:journalctl@ceph.node-exporter.a.smithi083.stdout:Sep 20 23:30:26 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:26.232 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:25 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:26.232 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:26 smithi083 systemd[1]: Stopping Ceph alertmanager.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:30:26.232 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:26 smithi083 bash[65481]: ts=2024-09-20T23:30:26.186Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-20T23:30:27.073 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:26 smithi083 bash[112094]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-alertmanager-a 2024-09-20T23:30:27.074 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:26 smithi083 bash[112153]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-alertmanager-a 2024-09-20T23:30:27.074 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:26 smithi083 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@alertmanager.a.service: Deactivated successfully. 2024-09-20T23:30:27.074 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:26 smithi083 systemd[1]: Stopped Ceph alertmanager.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:30:27.574 INFO:journalctl@ceph.alertmanager.a.smithi083.stdout:Sep 20 23:30:27 smithi083 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:50.044 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 --force --keep-logs 2024-09-20T23:30:53.073 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:52 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:53.073 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:52 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:53.390 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:53.390 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:53.390 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:53.390 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:53.651 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:53.651 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:53.949 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:53.949 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:54.209 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:54.209 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:54.210 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:53 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:54.210 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:54.573 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:54.573 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:54 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:54.573 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:54 smithi142 systemd[1]: Stopping Ceph node-exporter.b for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:30:55.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:55 smithi142 bash[85651]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-node-exporter-b 2024-09-20T23:30:55.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:55 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-20T23:30:55.323 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:55 smithi142 bash[85710]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-node-exporter-b 2024-09-20T23:30:55.324 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:55 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-20T23:30:55.324 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:55 smithi142 systemd[1]: Stopped Ceph node-exporter.b for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:30:55.719 INFO:journalctl@ceph.node-exporter.b.smithi142.stdout:Sep 20 23:30:55 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:55.720 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:55 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:30:55.720 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:55 smithi142 systemd[1]: Stopping Ceph grafana.a for 703a1c38-77a2-11ef-baf5-efdc52797490... 2024-09-20T23:30:55.720 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:55 smithi142 bash[71731]: logger=server t=2024-09-20T23:30:55.56764198Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-09-20T23:30:55.720 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:55 smithi142 bash[71731]: logger=tracing t=2024-09-20T23:30:55.567702307Z level=info msg="Closing tracing" 2024-09-20T23:30:55.720 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:55 smithi142 bash[71731]: logger=ticker t=2024-09-20T23:30:55.567743379Z level=info msg=stopped last_tick=2024-09-20T23:30:50Z 2024-09-20T23:30:56.288 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:56 smithi142 bash[85772]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-grafana-a 2024-09-20T23:30:56.288 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:56 smithi142 bash[85832]: Error response from daemon: No such container: ceph-703a1c38-77a2-11ef-baf5-efdc52797490-grafana-a 2024-09-20T23:30:56.288 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:56 smithi142 systemd[1]: ceph-703a1c38-77a2-11ef-baf5-efdc52797490@grafana.a.service: Deactivated successfully. 2024-09-20T23:30:56.288 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:56 smithi142 systemd[1]: Stopped Ceph grafana.a for 703a1c38-77a2-11ef-baf5-efdc52797490. 2024-09-20T23:30:56.573 INFO:journalctl@ceph.grafana.a.smithi142.stdout:Sep 20 23:30:56 smithi142 systemd[1]: /etc/systemd/system/ceph-703a1c38-77a2-11ef-baf5-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-20T23:31:07.680 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-20T23:31:07.694 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-20T23:31:07.707 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-20T23:31:07.709 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913026/remote/smithi083/crash 2024-09-20T23:31:07.710 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/crash -- . 2024-09-20T23:31:07.748 INFO:teuthology.orchestra.run.smithi083.stderr:tar: /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T23:31:07.749 INFO:teuthology.orchestra.run.smithi083.stderr:tar: Error is not recoverable: exiting now 2024-09-20T23:31:07.751 DEBUG:teuthology.misc:Transferring archived files from smithi142:/var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/crash to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913026/remote/smithi142/crash 2024-09-20T23:31:07.752 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/crash -- . 2024-09-20T23:31:07.763 INFO:teuthology.orchestra.run.smithi142.stderr:tar: /var/lib/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/crash: Cannot open: No such file or directory 2024-09-20T23:31:07.763 INFO:teuthology.orchestra.run.smithi142.stderr:tar: Error is not recoverable: exiting now 2024-09-20T23:31:07.764 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-20T23:31:07.764 DEBUG:teuthology.orchestra.run.smithi083:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | egrep -v CEPHADM_AGENT_DOWN | head -n 1 2024-09-20T23:31:07.808 INFO:tasks.cephadm:Compressing logs... 2024-09-20T23:31:07.809 DEBUG:teuthology.orchestra.run.smithi083:> 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-09-20T23:31:07.851 DEBUG:teuthology.orchestra.run.smithi142:> 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-09-20T23:31:07.860 INFO:teuthology.orchestra.run.smithi083.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-20T23:31:07.864 INFO:teuthology.orchestra.run.smithi142.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-20T23:31:07.867 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.7.log 2024-09-20T23:31:07.868 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.6.log 2024-09-20T23:31:07.868 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-20T23:31:07.869 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.5.log 2024-09-20T23:31:07.869 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mgr.x.log 2024-09-20T23:31:07.869 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.cephadm.log: /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.log 2024-09-20T23:31:07.870 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-20T23:31:07.871 INFO:teuthology.orchestra.run.smithi142.stderr:gzip/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.log: -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-20T23:31:07.871 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mon.b.log 2024-09-20T23:31:07.872 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.audit.log: 88.9% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-20T23:31:07.873 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.4.log 2024-09-20T23:31:07.876 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mon.b.log: 89.4% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-20T23:31:07.877 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mgr.y.log 2024-09-20T23:31:07.877 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.0.log 2024-09-20T23:31:07.877 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.2.log 2024-09-20T23:31:07.878 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-client.rgw.foo.smithi142.qztnvt.log 2024-09-20T23:31:07.879 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mon.a.log 2024-09-20T23:31:07.880 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.cephadm.log 2024-09-20T23:31:07.880 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.3.log 2024-09-20T23:31:07.880 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.1.log 2024-09-20T23:31:07.880 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/tcmu-runner.log 2024-09-20T23:31:07.880 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.log 2024-09-20T23:31:07.881 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/tcmu-runner.log: 86.3% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/tcmu-runner.log.gz 2024-09-20T23:31:07.881 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-client.rgw.foo.smithi083.bmphor.log 2024-09-20T23:31:07.883 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.log: 93.5% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.cephadm.log.gz 2024-09-20T23:31:07.883 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-volume.log 2024-09-20T23:31:07.884 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-client.rgw.foo.smithi083.bmphor.log: 62.6% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-client.rgw.foo.smithi083.bmphor.log.gz 2024-09-20T23:31:07.885 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.4.log: 92.2% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-20T23:31:07.886 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mon.c.log 2024-09-20T23:31:07.888 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-volume.log: 94.1% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.log.gz 2024-09-20T23:31:07.889 INFO:teuthology.orchestra.run.smithi083.stderr:gzip -5 --verbose -- /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.audit.log 2024-09-20T23:31:07.889 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T23:31:07.890 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-client.rgw.foo.smithi142.qztnvt.log: 62.8% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-client.rgw.foo.smithi142.qztnvt.log.gz 2024-09-20T23:31:07.907 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-20T23:31:07.933 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/cephadm.log: 93.0% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-20T23:31:07.946 INFO:teuthology.orchestra.run.smithi083.stderr:/var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.audit.log: /var/log/ceph/cephadm.log: 95.1% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph.audit.log.gz 2024-09-20T23:31:07.951 INFO:teuthology.orchestra.run.smithi142.stderr: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T23:31:07.975 INFO:teuthology.orchestra.run.smithi083.stderr: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-20T23:31:07.981 INFO:teuthology.orchestra.run.smithi083.stderr: 92.8% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-volume.log.gz 2024-09-20T23:31:08.076 INFO:teuthology.orchestra.run.smithi142.stderr: 88.5% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mgr.x.log.gz 2024-09-20T23:31:08.410 INFO:teuthology.orchestra.run.smithi083.stderr: 90.6% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mgr.y.log.gz 2024-09-20T23:31:08.650 INFO:teuthology.orchestra.run.smithi142.stderr: 92.8% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mon.b.log.gz 2024-09-20T23:31:08.756 INFO:teuthology.orchestra.run.smithi083.stderr: 92.8% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mon.c.log.gz 2024-09-20T23:31:08.930 INFO:teuthology.orchestra.run.smithi142.stderr: 93.0% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.6.log.gz 2024-09-20T23:31:09.011 INFO:teuthology.orchestra.run.smithi083.stderr: 93.2% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.2.log.gz 2024-09-20T23:31:09.221 INFO:teuthology.orchestra.run.smithi142.stderr: 93.2% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.5.log.gz 2024-09-20T23:31:09.375 INFO:teuthology.orchestra.run.smithi083.stderr: 93.4% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.0.log.gz 2024-09-20T23:31:09.542 INFO:teuthology.orchestra.run.smithi142.stderr: 93.4% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.7.log.gz 2024-09-20T23:31:09.572 INFO:teuthology.orchestra.run.smithi083.stderr: 93.4% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.1.log.gz 2024-09-20T23:31:09.610 INFO:teuthology.orchestra.run.smithi142.stderr: 93.4% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.4.log.gz 2024-09-20T23:31:09.612 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-09-20T23:31:09.612 INFO:teuthology.orchestra.run.smithi142.stderr:real 0m1.756s 2024-09-20T23:31:09.612 INFO:teuthology.orchestra.run.smithi142.stderr:user 0m6.698s 2024-09-20T23:31:09.612 INFO:teuthology.orchestra.run.smithi142.stderr:sys 0m0.278s 2024-09-20T23:31:09.682 INFO:teuthology.orchestra.run.smithi083.stderr: 93.4% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-osd.3.log.gz 2024-09-20T23:31:09.817 INFO:teuthology.orchestra.run.smithi083.stderr: 91.6% -- replaced with /var/log/ceph/703a1c38-77a2-11ef-baf5-efdc52797490/ceph-mon.a.log.gz 2024-09-20T23:31:09.819 INFO:teuthology.orchestra.run.smithi083.stderr: 2024-09-20T23:31:09.819 INFO:teuthology.orchestra.run.smithi083.stderr:real 0m1.966s 2024-09-20T23:31:09.820 INFO:teuthology.orchestra.run.smithi083.stderr:user 0m9.248s 2024-09-20T23:31:09.820 INFO:teuthology.orchestra.run.smithi083.stderr:sys 0m0.351s 2024-09-20T23:31:09.820 INFO:tasks.cephadm:Archiving logs... 2024-09-20T23:31:09.820 DEBUG:teuthology.misc:Transferring archived files from smithi083:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913026/remote/smithi083/log 2024-09-20T23:31:09.821 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T23:31:10.893 DEBUG:teuthology.misc:Transferring archived files from smithi142:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913026/remote/smithi142/log 2024-09-20T23:31:10.894 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-20T23:31:11.643 INFO:tasks.cephadm:Removing cluster... 2024-09-20T23:31:11.644 DEBUG:teuthology.orchestra.run.smithi083:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 --force 2024-09-20T23:31:12.386 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 --force 2024-09-20T23:31:13.141 INFO:tasks.cephadm:Removing cephadm ... 2024-09-20T23:31:13.141 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T23:31:13.147 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-20T23:31:13.154 INFO:tasks.cephadm:Teardown complete 2024-09-20T23:31:13.155 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-20T23:31:13.172 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-20T23:31:13.172 DEBUG:teuthology.orchestra.run.smithi083:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T23:31:13.191 DEBUG:teuthology.orchestra.run.smithi142:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-20T23:31:13.201 INFO:teuthology.orchestra.run.smithi083.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T23:31:13.202 INFO:teuthology.orchestra.run.smithi083.stdout:============================================================================== 2024-09-20T23:31:13.202 INFO:teuthology.orchestra.run.smithi083.stdout:*hv01.front.sepi 67.205.162.81 3 u 15 64 377 0.071 -3.104 0.529 2024-09-20T23:31:13.202 INFO:teuthology.orchestra.run.smithi083.stdout:+hv02.front.sepi 63.231.80.2 3 u 10 64 377 0.070 -1.883 0.321 2024-09-20T23:31:13.202 INFO:teuthology.orchestra.run.smithi083.stdout:+hv03.front.sepi 74.6.168.72 3 u 8 64 377 0.069 -4.072 0.385 2024-09-20T23:31:13.202 INFO:teuthology.orchestra.run.smithi083.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-09-20T23:31:13.211 INFO:teuthology.orchestra.run.smithi142.stdout: remote refid st t when poll reach delay offset jitter 2024-09-20T23:31:13.211 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================== 2024-09-20T23:31:13.211 INFO:teuthology.orchestra.run.smithi142.stdout:*hv01.front.sepi 67.205.162.81 3 u 15 64 377 0.081 -1.291 0.100 2024-09-20T23:31:13.211 INFO:teuthology.orchestra.run.smithi142.stdout:+hv02.front.sepi 63.231.80.2 3 u 4 64 377 0.095 -0.585 0.168 2024-09-20T23:31:13.211 INFO:teuthology.orchestra.run.smithi142.stdout:+hv03.front.sepi 74.6.168.72 3 u 21 64 377 0.090 -2.537 0.095 2024-09-20T23:31:13.211 INFO:teuthology.orchestra.run.smithi142.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 +0.000 0.000 2024-09-20T23:31:13.212 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-20T23:31:13.231 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-20T23:31:13.231 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-20T23:31:13.240 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-20T23:31:13.250 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-20T23:31:13.265 INFO:teuthology.task.internal:Duration was 3024.614953 seconds 2024-09-20T23:31:13.265 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-20T23:31:13.275 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-20T23:31:13.275 DEBUG:teuthology.orchestra.run.smithi083:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T23:31:13.280 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-20T23:31:13.317 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-20T23:31:13.317 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi083.front.sepia.ceph.com 2024-09-20T23:31:13.317 DEBUG:teuthology.orchestra.run.smithi083:> 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-09-20T23:31:13.371 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi142.front.sepia.ceph.com 2024-09-20T23:31:13.371 DEBUG:teuthology.orchestra.run.smithi142:> 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-09-20T23:31:13.381 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-20T23:31:13.381 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T23:31:13.419 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-20T23:31:13.514 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-20T23:31:13.514 DEBUG:teuthology.orchestra.run.smithi083:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T23:31:13.516 DEBUG:teuthology.orchestra.run.smithi142:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-20T23:31:13.800 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-20T23:31:13.810 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-20T23:31:13.810 DEBUG:teuthology.orchestra.run.smithi083:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T23:31:13.822 DEBUG:teuthology.orchestra.run.smithi142:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-20T23:31:13.832 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-20T23:31:13.842 DEBUG:teuthology.orchestra.run.smithi083:> 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-09-20T23:31:13.867 DEBUG:teuthology.orchestra.run.smithi142:> 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-09-20T23:31:13.874 INFO:teuthology.orchestra.run.smithi083.stdout:kernel.core_pattern = core 2024-09-20T23:31:13.887 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = core 2024-09-20T23:31:13.920 DEBUG:teuthology.orchestra.run.smithi083:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T23:31:13.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T23:31:13.945 DEBUG:teuthology.orchestra.run.smithi142:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-20T23:31:13.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-20T23:31:13.965 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-20T23:31:13.974 INFO:teuthology.task.internal:Transferring archived files... 2024-09-20T23:31:13.974 DEBUG:teuthology.misc:Transferring archived files from smithi083:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913026/remote/smithi083 2024-09-20T23:31:13.975 DEBUG:teuthology.orchestra.run.smithi083:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T23:31:14.019 DEBUG:teuthology.misc:Transferring archived files from smithi142:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-20_21:08:02-orch-squid-distro-default-smithi/7913026/remote/smithi142 2024-09-20T23:31:14.019 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-20T23:31:14.047 INFO:teuthology.task.internal:Removing archive directory... 2024-09-20T23:31:14.047 DEBUG:teuthology.orchestra.run.smithi083:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T23:31:14.051 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-20T23:31:14.090 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-20T23:31:14.100 INFO:teuthology.task.internal:Not uploading archives. 2024-09-20T23:31:14.100 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-20T23:31:14.110 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-20T23:31:14.110 DEBUG:teuthology.orchestra.run.smithi083:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T23:31:14.112 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-20T23:31:14.116 INFO:teuthology.orchestra.run.smithi083.stdout: 658616 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 23:31 /home/ubuntu/cephtest 2024-09-20T23:31:14.138 INFO:teuthology.orchestra.run.smithi142.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 20 23:31 /home/ubuntu/cephtest 2024-09-20T23:31:14.139 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-20T23:31:14.148 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-20T23:31:14.172 INFO:teuthology.run:Summary data: description: orch/cephadm/upgrade/{1-start-distro/1-start-ubuntu_22.04 2-repo_digest/defaut 3-upgrade/staggered 4-wait 5-upgrade-ls agent/on mon_election/connectivity} duration: 3024.614952802658 failure_reason: 'Command failed on smithi083 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 703a1c38-77a2-11ef-baf5-efdc52797490 -e sha1=9e2ac70bb7aea67d34f0d50002344abbe7803736 -- bash -c \''ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e \''"\''"\''.up_to_date | length == 7\''"\''"\''\''''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=12543a239b044fe1ac820f85cd920bfc status: fail success: false 2024-09-20T23:31:14.172 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-20T23:31:14.258 INFO:teuthology.run:FAIL